From: Ken Chalmers Date: Wed, 3 Jan 2018 18:53:24 +0000 (-0500) Subject: drm/amd/display: Remove unused param in DML X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=b339743b89d53fd218e5e170aacc54064926b7b9;p=openwrt%2Fstaging%2Fblogic.git drm/amd/display: Remove unused param in DML Signed-off-by: Ken Chalmers Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h b/drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h index aeebd8bee628..09affa16cc43 100644 --- a/drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h +++ b/drivers/gpu/drm/amd/display/dc/dml/display_mode_structs.h @@ -140,7 +140,6 @@ struct _vcs_dpi_ip_params_st { unsigned int max_hscl_taps; unsigned int max_vscl_taps; unsigned int xfc_supported; - unsigned int ptoi_supported; unsigned int xfc_fill_constant_bytes; double dispclk_ramp_margin_percent; double xfc_fill_bw_overhead_percent;