summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dce110/dce110_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/dce110/dce110_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/dce110/dce110_resource.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.h b/drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.h
index 0c357fdfa8bc..8e2e85dd30b9 100644
--- a/drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.h
+++ b/drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.h
@@ -40,10 +40,6 @@ struct dce110_resource_pool {
enum dc_status dce110_resource_build_pipe_hw_param(struct pipe_ctx *pipe_ctx);
-void dce110_resource_build_bit_depth_reduction_params(
- const struct core_stream *stream,
- struct bit_depth_reduction_params *fmt_bit_depth);
-
struct resource_pool *dce110_create_resource_pool(
uint8_t num_virtual_links,
struct core_dc *dc,