diff options
| author | 2019-03-08 20:16:45 -0500 | |
|---|---|---|
| committer | 2019-03-20 23:39:49 -0500 | |
| commit | 6ffaa6fcd06add240abe681f9b6da7fef742b85d (patch) | |
| tree | f2f60ace33ed3c21fd1ccd611db17166d97d705b /drivers/gpu/drm/amd/display/dc/inc/resource.h | |
| parent | drm/amd/display: add missing opp programming for odm (diff) | |
| download | wireguard-linux-6ffaa6fcd06add240abe681f9b6da7fef742b85d.tar.xz wireguard-linux-6ffaa6fcd06add240abe681f9b6da7fef742b85d.zip | |
drm/amd/display: fix odm pipe management
There are issues removing surfaces/streams when odm is active.
This is a step to fix that
Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@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, 2 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 0086a2f1d21a..62e00a9f3184 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/resource.h +++ b/drivers/gpu/drm/amd/display/dc/inc/resource.h @@ -172,4 +172,6 @@ void update_audio_usage( unsigned int resource_pixel_format_to_bpp(enum surface_pixel_format format); +struct pipe_ctx *dc_res_get_odm_bottom_pipe(struct pipe_ctx *pipe_ctx); + #endif /* DRIVERS_GPU_DRM_AMD_DC_DEV_DC_INC_RESOURCE_H_ */ |
