All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] drm/i915/vga: Clean up VGA plane handling
@ 2025-04-17 11:44 Ville Syrjala
  2025-04-17 11:44 ` [PATCH 1/6] drm/i915/vga: Clean up VGACNTRL bits Ville Syrjala
                   ` (9 more replies)
  0 siblings, 10 replies; 17+ messages in thread
From: Ville Syrjala @ 2025-04-17 11:44 UTC (permalink / raw)
  To: intel-gfx

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

Clean up the VGA plane related stuff.

Ville Syrjälä (6):
  drm/i915/vga: Clean up VGACNTRL bits
  drm/i915/vga: Add more VGACNTRL bits
  drm/i915/vga: Extract intel_vga_regs.h
  drm/i915/vga: Include the current pipe in the VGA disable debug
    message
  drm/i915/vga: Nuke vga_redisable_power_on()
  drm/i915/vga: Consolidate intel_vga_disable() calls

 .../drm/i915/display/intel_display_driver.c   |  3 -
 .../i915/display/intel_display_power_well.c   |  2 +-
 .../drm/i915/display/intel_modeset_setup.c    |  3 +
 drivers/gpu/drm/i915/display/intel_vga.c      | 63 +++++++++----------
 drivers/gpu/drm/i915/display/intel_vga.h      |  2 -
 drivers/gpu/drm/i915/display/intel_vga_regs.h | 38 +++++++++++
 drivers/gpu/drm/i915/gvt/handlers.c           |  1 +
 drivers/gpu/drm/i915/i915_driver.c            |  3 -
 drivers/gpu/drm/i915/i915_reg.h               | 12 ----
 drivers/gpu/drm/i915/intel_gvt_mmio_table.c   |  1 +
 10 files changed, 73 insertions(+), 55 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/display/intel_vga_regs.h

-- 
2.49.0


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

end of thread, other threads:[~2025-04-18  0:14 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-17 11:44 [PATCH 0/6] drm/i915/vga: Clean up VGA plane handling Ville Syrjala
2025-04-17 11:44 ` [PATCH 1/6] drm/i915/vga: Clean up VGACNTRL bits Ville Syrjala
2025-04-17 12:45   ` Jani Nikula
2025-04-17 11:44 ` [PATCH 2/6] drm/i915/vga: Add more " Ville Syrjala
2025-04-17 12:50   ` Jani Nikula
2025-04-17 11:44 ` [PATCH 3/6] drm/i915/vga: Extract intel_vga_regs.h Ville Syrjala
2025-04-17 12:52   ` Jani Nikula
2025-04-17 11:44 ` [PATCH 4/6] drm/i915/vga: Include the current pipe in the VGA disable debug message Ville Syrjala
2025-04-17 12:53   ` Jani Nikula
2025-04-17 11:44 ` [PATCH 5/6] drm/i915/vga: Nuke vga_redisable_power_on() Ville Syrjala
2025-04-17 13:05   ` Jani Nikula
2025-04-17 11:44 ` [PATCH 6/6] drm/i915/vga: Consolidate intel_vga_disable() calls Ville Syrjala
2025-04-17 13:32   ` Jani Nikula
2025-04-17 12:41 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/vga: Clean up VGA plane handling Patchwork
2025-04-17 12:41 ` ✗ Fi.CI.SPARSE: " Patchwork
2025-04-17 13:11 ` ✓ i915.CI.BAT: success " Patchwork
2025-04-18  0:14 ` ✗ i915.CI.Full: 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.