linux/drivers/gpu/drm/amd/display
Jun Lei 9b6ca29e09 drm/amd/display: Disable idle optimizations before programming DCN
[Why]
Programming DCN is explicitly forbidden during idle optimzations allowed
state. Existing implemenation relies on OS/DM, which is not robust. Instead
DC should sequence this.

Note that DC will not re-enter idle optimized state on its own, it is only
responsible for catching out of sequence calls. It is still DM
responsibility to sequence appropriate for optimized power, but this change
removes the requirement for DM to cover the .1% case.

[How]
 - elevate updates during idle optimized state to full updates
 - disable idle power optimizations prior to programming

Signed-off-by: Jun Lei <jun.lei@amd.com>
Reviewed-by: Jun Lei <Jun.Lei@amd.com>
Acked-by: Eryk Brol <eryk.brol@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2020-07-30 14:12:57 -04:00
..
amdgpu_dm drm/amd/display: Fix dmesg warning from setting abm level 2020-07-30 14:12:37 -04:00
dc drm/amd/display: Disable idle optimizations before programming DCN 2020-07-30 14:12:57 -04:00
dmub drm/amd/display: [FW Promotion] Release 0.0.25 2020-07-21 15:37:39 -04:00
include drm/amd/display: add asics info for SI parts 2020-07-27 16:45:44 -04:00
modules drm/amd/display: Implement AMD VSIF V3 2020-07-21 15:37:39 -04:00
Kconfig drm/amd/display: enable SI support in the Kconfig (v2) 2020-07-28 09:22:57 -04:00
Makefile drm/amd/display: Drop CONFIG_DRM_AMD_DC_DMUB guards 2019-11-13 15:29:42 -05:00
TODO