All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH v2 0/2] Implement sel_fetch disable for planes
@ 2023-11-17 10:02 Jouni Högander
  2023-11-17 10:02 ` [Intel-gfx] [PATCH v2 1/2] drm/i915/psr: Move plane sel fetch configuration into plane source files Jouni Högander
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Jouni Högander @ 2023-11-17 10:02 UTC (permalink / raw)
  To: intel-gfx

Move plane sel fetch configuration into plane source files and
implement selective fetch disable for planes that are not part of
selective update.

v2:
  - Move some changes from patch 1. to patch 2.

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Mika Kahola <mika.kahola@intel.com>

Jouni Högander (2):
  drm/i915/psr: Move plane sel fetch configuration into plane source
    files
  drm/i915/psr: Add proper handling for disabling sel fetch for planes

 drivers/gpu/drm/i915/display/intel_cursor.c   | 35 +++++++-
 drivers/gpu/drm/i915/display/intel_psr.c      | 88 +++----------------
 drivers/gpu/drm/i915/display/intel_psr.h      | 10 ---
 .../drm/i915/display/skl_universal_plane.c    | 79 ++++++++++++++++-
 4 files changed, 121 insertions(+), 91 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-11-18  4:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-17 10:02 [Intel-gfx] [PATCH v2 0/2] Implement sel_fetch disable for planes Jouni Högander
2023-11-17 10:02 ` [Intel-gfx] [PATCH v2 1/2] drm/i915/psr: Move plane sel fetch configuration into plane source files Jouni Högander
2023-11-17 16:12   ` Ville Syrjälä
2023-11-17 10:02 ` [Intel-gfx] [PATCH v2 2/2] drm/i915/psr: Add proper handling for disabling sel fetch for planes Jouni Högander
2023-11-17 11:09   ` Ville Syrjälä
2023-11-17 11:23     ` Hogander, Jouni
2023-11-17 16:14   ` Ville Syrjälä
2023-11-17 10:34 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Implement sel_fetch disable for planes (rev3) Patchwork
2023-11-17 10:34 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2023-11-17 10:49 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-11-18  4:30 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.