summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.h
diff options
context:
space:
mode:
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>2017-02-24 14:19:40 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 17:16:27 -0400
commit45209ef7197bd4b5e7e224ff46fa9a3eca25c3bd (patch)
treebf2388f900664e6454163590a01c694263fdbc34 /drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.h
parent648013696767f0266aa7bd44407786a99f7a7910 (diff)
downloadblackbird-obmc-linux-45209ef7197bd4b5e7e224ff46fa9a3eca25c3bd.tar.gz
blackbird-obmc-linux-45209ef7197bd4b5e7e224ff46fa9a3eca25c3bd.zip
drm/amd/display: remove apply_clk_constraints, used validate_bandwidth universally
Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.h b/drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.h
index faa8c45a3544..dc842aace766 100644
--- a/drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.h
+++ b/drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.h
@@ -46,7 +46,7 @@ enum dc_status dce112_validate_guaranteed(
const struct dc_stream *dc_stream,
struct validate_context *context);
-enum dc_status dce112_validate_bandwidth(
+bool dce112_validate_bandwidth(
const struct core_dc *dc,
struct validate_context *context);
OpenPOWER on IntegriCloud