summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/inc
diff options
context:
space:
mode:
authorTony Cheng <tony.cheng@amd.com>2019-03-22 14:22:07 -0400
committerAlex Deucher <alexander.deucher@amd.com>2019-06-22 09:34:09 -0500
commitb7d39c5878776cd936cf3d72f60e89dbd39dc56c (patch)
tree1803a2154336e5e4bd6f2149dc32abb037e391ab /drivers/gpu/drm/amd/display/dc/inc
parent0ff8dfe8f8f2387ed58f922f0653e531ec184ee4 (diff)
drm/amd/display: move dsc clock from plane_resource to stream_resource
code restructure. Signed-off-by: Tony Cheng <tony.cheng@amd.com> Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc')
-rw-r--r--drivers/gpu/drm/amd/display/dc/inc/core_types.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/core_types.h b/drivers/gpu/drm/amd/display/dc/inc/core_types.h
index 2d551a6848f5..e94f3c180144 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/core_types.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/core_types.h
@@ -222,15 +222,14 @@ struct resource_pool {
struct dcn_fe_bandwidth {
int dppclk_khz;
-#ifdef CONFIG_DRM_AMD_DC_DSC_SUPPORT
- int dscclk_khz;
-#endif
+
};
struct stream_resource {
struct output_pixel_processor *opp;
#ifdef CONFIG_DRM_AMD_DC_DSC_SUPPORT
struct display_stream_compressor *dsc;
+ int dscclk_khz;
#endif
struct timing_generator *tg;
struct stream_encoder *stream_enc;