linux/drivers/gpu/drm/amd/display
Hamza Mahfooz 675d84621a drm/amd/display: only fill dirty rectangles when PSR is enabled
Currently, we are calling fill_dc_dirty_rects() even if PSR isn't
supported by the relevant link in amdgpu_dm_commit_planes(), this is
undesirable especially because when drm.debug is enabled we are printing
messages in fill_dc_dirty_rects() that are only useful for debugging PSR
(and confusing otherwise). So, we can instead limit the filling of dirty
rectangles to only when PSR is enabled.

Reviewed-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2022-11-09 18:07:59 -05:00
..
amdgpu_dm drm/amd/display: only fill dirty rectangles when PSR is enabled 2022-11-09 18:07:59 -05:00
dc drm/amd/display: Enforce minimum prefetch time for low memclk on DCN32 2022-11-09 18:04:13 -05:00
dmub drm/amd/display: Use set_vtotal_min_max to configure OTG VTOTAL 2022-10-10 17:32:55 -04:00
include drm/amd/display: Refactor LTTPR mode selection 2022-09-29 09:41:46 -04:00
modules drm/amd/display: fix transfer function passed to build_coefficients() 2022-10-11 11:33:31 -04:00
Kconfig drm/amdgpu/display: remove unneeded "default n" options 2022-09-13 14:32:58 -04:00
Makefile
TODO