summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/bios/command_table.h
diff options
context:
space:
mode:
authorTony Cheng <tony.cheng@amd.com>2017-01-14 11:46:53 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 17:10:19 -0400
commitac0e562c521228215d597fe3ef0c13f02077f700 (patch)
treeded2f95383819a404c79df5b74f3ff2c527ff136 /drivers/gpu/drm/amd/display/dc/bios/command_table.h
parentbf72726358adfedcf1c268690521891809332151 (diff)
downloadlinux-stable-ac0e562c521228215d597fe3ef0c13f02077f700.tar.gz
linux-stable-ac0e562c521228215d597fe3ef0c13f02077f700.tar.bz2
linux-stable-ac0e562c521228215d597fe3ef0c13f02077f700.zip
drm/amd/display: remove un-used defines and dead code
Signed-off-by: Tony Cheng <tony.cheng@amd.com> Reviewed-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/bios/command_table.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/bios/command_table.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/bios/command_table.h b/drivers/gpu/drm/amd/display/dc/bios/command_table.h
index e1cd21b6e968..b8e6ef06c0c7 100644
--- a/drivers/gpu/drm/amd/display/dc/bios/command_table.h
+++ b/drivers/gpu/drm/amd/display/dc/bios/command_table.h
@@ -75,9 +75,6 @@ struct cmd_tbl {
enum bp_result (*set_crtc_timing)(
struct bios_parser *bp,
struct bp_hw_crtc_timing_parameters *bp_params);
- enum bp_result (*set_crtc_overscan)(
- struct bios_parser *bp,
- struct bp_hw_crtc_overscan_parameters *bp_params);
enum bp_result (*select_crtc_source)(
struct bios_parser *bp,
struct bp_crtc_source_select *bp_params);