aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/inc/resource.h
diff options
context:
space:
mode:
authorDing Wang <Ding.Wang@amd.com>2017-04-25 10:03:27 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:06:43 -0400
commit529cad0f945c9e60569e902062d2f2741e4fd71a (patch)
treefc714e767f05e069defb5317d0e588fc65560f67 /drivers/gpu/drm/amd/display/dc/inc/resource.h
parent7cc9e7a68abef8d1303700bac6f58ab76bc9db7b (diff)
drm/amd/display: Add function to set dither option
Signed-off-by: Ding Wang <Ding.Wang@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/resource.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/inc/resource.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/resource.h b/drivers/gpu/drm/amd/display/dc/inc/resource.h
index 89d34bed131b..4e07b9fea669 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/resource.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/resource.h
@@ -160,5 +160,7 @@ bool pipe_need_reprogram(
160 struct pipe_ctx *pipe_ctx_old, 160 struct pipe_ctx *pipe_ctx_old,
161 struct pipe_ctx *pipe_ctx); 161 struct pipe_ctx *pipe_ctx);
162 162
163void resource_build_bit_depth_reduction_params(const struct core_stream *stream,
164 struct bit_depth_reduction_params *fmt_bit_depth);
163 165
164#endif /* DRIVERS_GPU_DRM_AMD_DC_DEV_DC_INC_RESOURCE_H_ */ 166#endif /* DRIVERS_GPU_DRM_AMD_DC_DEV_DC_INC_RESOURCE_H_ */