[Intel-gfx] [PATCH 0/9] drm/i915: More DRRS work
Ville Syrjala
ville.syrjala at linux.intel.com
Tue Mar 15 13:27:43 UTC 2022
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
A few more DRRS things:
* fix an oops I accidentally introduced
* avoid DRRS racing with regular atomic commits
* deal with bigjoiner
* other misc things
Ville Syrjälä (9):
drm/i915: Put the downclock_mode check back into can_enable_drrs()
drm/i915: Add missing tab to DRRS debugfs
drm/i915: Fix DRRS frontbuffer_bits handling
drm/i195: Determine DRRS frontbuffer_bits ahead of time
drm/i915: Don't cancel/schedule drrs work if the pipe wasn't affected
drm/i915: Schedule DRRS work from intel_drrs_enable()
drm/i915: Do DRRS disable/enable during pre/post_plane_update()
drm/i915: Deal with bigjoiner vs. DRRS
drm/i915: s/enable/active/ for DRRS
drivers/gpu/drm/i915/display/intel_ddi.c | 4 -
drivers/gpu/drm/i915/display/intel_display.c | 8 +-
.../drm/i915/display/intel_display_debugfs.c | 17 ++-
.../drm/i915/display/intel_display_types.h | 1 +
drivers/gpu/drm/i915/display/intel_drrs.c | 118 +++++++++---------
drivers/gpu/drm/i915/display/intel_drrs.h | 9 +-
6 files changed, 78 insertions(+), 79 deletions(-)
--
2.34.1
More information about the Intel-gfx
mailing list