All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 0/9] drm/i915: Display info cleanup
@ 2022-06-23 13:08 Ville Syrjala
  2022-06-23 13:08 ` [Intel-gfx] [PATCH 1/9] drm/i915: Move dbuf details to INTEL_INFO->display Ville Syrjala
                   ` (13 more replies)
  0 siblings, 14 replies; 16+ messages in thread
From: Ville Syrjala @ 2022-06-23 13:08 UTC (permalink / raw)
  To: intel-gfx

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Collect more stuff under INTEL_INFO->display, and clean up
some messy stuff in the related register macros.

Ville Syrjälä (9):
  drm/i915: Move dbuf details to INTEL_INFO->display
  drm/i195: Move pipe_offsets[] & co. to INTEL_INFO->display
  drm/i915: Move display_mmio_offset under INTEL_INFO->display
  drm/i915: Make pipe_offsets[] & co. u32
  drm/i915: s/_CURSOR2/_MMIO_CURSOR2//
  drm/i915: Use _MMIO_TRANS2() where appropriate
  drm/i915: Use _MMIO_PIPE2() where appropriate
  drm/i915: Get rid of XE_LPD_CURSOR_OFFSETS
  drm/i915: Move the color stuff under INTEL_INFO->display

 drivers/gpu/drm/i915/display/intel_color.c    |  28 ++---
 drivers/gpu/drm/i915/display/intel_display.h  |   2 +-
 .../drm/i915/display/intel_display_power.c    |   2 +-
 drivers/gpu/drm/i915/i915_pci.c               | 112 +++++++++---------
 drivers/gpu/drm/i915/i915_reg.h               |  47 ++++----
 drivers/gpu/drm/i915/intel_device_info.h      |  39 +++---
 drivers/gpu/drm/i915/intel_pm.c               |   8 +-
 7 files changed, 117 insertions(+), 121 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-06-27 14:29 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-23 13:08 [Intel-gfx] [PATCH 0/9] drm/i915: Display info cleanup Ville Syrjala
2022-06-23 13:08 ` [Intel-gfx] [PATCH 1/9] drm/i915: Move dbuf details to INTEL_INFO->display Ville Syrjala
2022-06-23 13:08 ` [Intel-gfx] [PATCH 2/9] drm/i195: Move pipe_offsets[] & co. " Ville Syrjala
2022-06-23 13:08 ` [Intel-gfx] [PATCH 3/9] drm/i915: Move display_mmio_offset under INTEL_INFO->display Ville Syrjala
2022-06-23 13:08 ` [Intel-gfx] [PATCH 4/9] drm/i915: Make pipe_offsets[] & co. u32 Ville Syrjala
2022-06-23 13:08 ` [Intel-gfx] [PATCH 5/9] drm/i915: s/_CURSOR2/_MMIO_CURSOR2// Ville Syrjala
2022-06-23 13:08 ` [Intel-gfx] [PATCH 6/9] drm/i915: Use _MMIO_TRANS2() where appropriate Ville Syrjala
2022-06-23 13:08 ` [Intel-gfx] [PATCH 7/9] drm/i915: Use _MMIO_PIPE2() " Ville Syrjala
2022-06-23 13:08 ` [Intel-gfx] [PATCH 8/9] drm/i915: Get rid of XE_LPD_CURSOR_OFFSETS Ville Syrjala
2022-06-23 13:09 ` [Intel-gfx] [PATCH 9/9] drm/i915: Move the color stuff under INTEL_INFO->display Ville Syrjala
2022-06-23 14:10 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Display info cleanup Patchwork
2022-06-23 14:10 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-06-23 14:35 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-06-23 18:27 ` [Intel-gfx] [PATCH 0/9] " Jani Nikula
2022-06-23 18:29   ` Jani Nikula
2022-06-27 14:29 ` [Intel-gfx] ✓ Fi.CI.IGT: success for " 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.