Change all calls that use the normal intel_de_read/write variants to use the _fw variants. This prevents taking the DMC wakelock unnecessarily during vblank evasion. If the DMC lock would be needed there, we should instead take it in advance when needed.
Maarten Lankhorst (4): drm/i915/display: Make icl_dsi_frame_update use _fw too drm/i915/display: Use intel_de_read/write_fw in colorops drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset drm/i915/display: Make set_pipeconf use the fw variants drivers/gpu/drm/i915/display/icl_dsi.c | 4 +- drivers/gpu/drm/i915/display/intel_cmtg.c | 6 +-- drivers/gpu/drm/i915/display/intel_color.c | 6 +-- drivers/gpu/drm/i915/display/intel_display.c | 52 ++++++++++---------- drivers/gpu/drm/i915/display/intel_vrr.c | 18 +++---- 5 files changed, 44 insertions(+), 42 deletions(-) -- 2.53.0
