diff options
| author | 2017-09-27 23:23:16 -0400 | |
|---|---|---|
| committer | 2017-10-21 16:46:16 -0400 | |
| commit | 4176664b1fc8aa052f886037590cac4fb0dd8afb (patch) | |
| tree | a039363c14486eeab129674244abc40a282694d2 /drivers/gpu/drm/amd/display/dc/inc/resource.h | |
| parent | drm/amd/display: Program front end first when set mode. (diff) | |
| download | wireguard-linux-4176664b1fc8aa052f886037590cac4fb0dd8afb.tar.xz wireguard-linux-4176664b1fc8aa052f886037590cac4fb0dd8afb.zip | |
drm/amd/display: audio dynamic resource acquired related
Signed-off-by: Charlene Liu <charlene.liu@amd.com>
Reviewed-by: Anthony Koo <Anthony.Koo@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 | 5 |
1 files changed, 5 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 614bb691ab59..5467332faf7b 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/resource.h +++ b/drivers/gpu/drm/amd/display/dc/inc/resource.h @@ -164,4 +164,9 @@ bool pipe_need_reprogram( void resource_build_bit_depth_reduction_params(struct dc_stream_state *stream, struct bit_depth_reduction_params *fmt_bit_depth); +void update_audio_usage( + struct resource_context *res_ctx, + const struct resource_pool *pool, + struct audio *audio, + bool acquired); #endif /* DRIVERS_GPU_DRM_AMD_DC_DEV_DC_INC_RESOURCE_H_ */ |
