summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dc_dsc.h
diff options
context:
space:
mode:
authorHarry Wentland <harry.wentland@amd.com>2019-11-28 11:30:10 -0500
committerAlex Deucher <alexander.deucher@amd.com>2019-12-02 17:38:21 -0500
commit5bbbc9b77831427609e4fcfb0a2b5961af3a1156 (patch)
tree523605bc934ad28b061d6bf8c10b011634933e9b /drivers/gpu/drm/amd/display/dc/dc_dsc.h
parent6bb27085aaa973eac31058a2534d73efe50b3a00 (diff)
downloadlinux-stable-5bbbc9b77831427609e4fcfb0a2b5961af3a1156.tar.gz
linux-stable-5bbbc9b77831427609e4fcfb0a2b5961af3a1156.tar.bz2
linux-stable-5bbbc9b77831427609e4fcfb0a2b5961af3a1156.zip
drm/amd/display: Drop AMD_EDID_UTILITY defines
We don't use this upstream in the Linux kernel. Signed-off-by: Harry Wentland <harry.wentland@amd.com> Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc_dsc.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc_dsc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_dsc.h b/drivers/gpu/drm/amd/display/dc/dc_dsc.h
index a782ae18a1c5..cc9915e545cd 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_dsc.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_dsc.h
@@ -41,10 +41,8 @@ struct dc_dsc_bw_range {
struct display_stream_compressor {
const struct dsc_funcs *funcs;
-#ifndef AMD_EDID_UTILITY
struct dc_context *ctx;
int inst;
-#endif
};
bool dc_dsc_parse_dsc_dpcd(const uint8_t *dpcd_dsc_basic_data,