aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/inc/resource.h
diff options
context:
space:
mode:
authorHarry Wentland <harry.wentland@amd.com>2017-09-05 15:50:48 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:17:36 -0400
commit21e67d4d52ca8688feb8c4f6e6d29b2d16d578ad (patch)
tree443a216be2ae1d2374bafd03b4612001e20f234e /drivers/gpu/drm/amd/display/dc/inc/resource.h
parente74c6972f85d48de4d2fe797ddd0fbc8bd899f0e (diff)
drm/amd/display: No need to keep track of unreffed clk sources
This simplifies clock source reprogramming a bit. Signed-off-by: Harry Wentland <harry.wentland@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@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, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/resource.h b/drivers/gpu/drm/amd/display/dc/inc/resource.h
index cf1797c191e9..614bb691ab59 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/resource.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/resource.h
@@ -92,7 +92,7 @@ enum dc_status resource_build_scaling_params_for_context(
92 92
93void resource_build_info_frame(struct pipe_ctx *pipe_ctx); 93void resource_build_info_frame(struct pipe_ctx *pipe_ctx);
94 94
95bool resource_unreference_clock_source( 95void resource_unreference_clock_source(
96 struct resource_context *res_ctx, 96 struct resource_context *res_ctx,
97 const struct resource_pool *pool, 97 const struct resource_pool *pool,
98 struct clock_source *clock_source); 98 struct clock_source *clock_source);