diff options
| author | 2017-09-05 15:50:48 -0400 | |
|---|---|---|
| committer | 2017-09-26 18:17:36 -0400 | |
| commit | 21e67d4d52ca8688feb8c4f6e6d29b2d16d578ad (patch) | |
| tree | 443a216be2ae1d2374bafd03b4612001e20f234e /drivers/gpu/drm/amd/display/dc/inc/resource.h | |
| parent | drm/amd/display: move dwb registers to header file (diff) | |
| download | wireguard-linux-21e67d4d52ca8688feb8c4f6e6d29b2d16d578ad.tar.xz wireguard-linux-21e67d4d52ca8688feb8c4f6e6d29b2d16d578ad.zip | |
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.h | 2 |
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( void resource_build_info_frame(struct pipe_ctx *pipe_ctx); -bool resource_unreference_clock_source( +void resource_unreference_clock_source( struct resource_context *res_ctx, const struct resource_pool *pool, struct clock_source *clock_source); |
