All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] drm/i915/vbt: cleanups and new fields
@ 2025-08-11 15:25 Jani Nikula
  2025-08-11 15:25 ` [PATCH 1/4] drm/i915/vbt: split up DSI VBT defs to a separate file Jani Nikula
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: Jani Nikula @ 2025-08-11 15:25 UTC (permalink / raw)
  To: intel-gfx, intel-xe; +Cc: jani.nikula

Jani Nikula (4):
  drm/i915/vbt: split up DSI VBT defs to a separate file
  drm/i915/vbt: add anonymous structs to group DSI VBT defs
  drm/i915/vbt: flip bta_enabled to bta_disable
  drm/i915/vbt: add missing DSI VBT defs

 drivers/gpu/drm/i915/display/intel_bios.h     | 174 ----------------
 .../drm/i915/display/intel_display_types.h    |   1 +
 drivers/gpu/drm/i915/display/intel_dsi_vbt.c  |   2 +-
 .../gpu/drm/i915/display/intel_dsi_vbt_defs.h | 197 ++++++++++++++++++
 drivers/gpu/drm/i915/display/intel_vbt_defs.h |   2 +-
 5 files changed, 200 insertions(+), 176 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/display/intel_dsi_vbt_defs.h

-- 
2.47.2


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

end of thread, other threads:[~2025-08-12  9:00 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-11 15:25 [PATCH 0/4] drm/i915/vbt: cleanups and new fields Jani Nikula
2025-08-11 15:25 ` [PATCH 1/4] drm/i915/vbt: split up DSI VBT defs to a separate file Jani Nikula
2025-08-12  3:22   ` Kandpal, Suraj
2025-08-12  8:59     ` Jani Nikula
2025-08-11 15:25 ` [PATCH 2/4] drm/i915/vbt: add anonymous structs to group DSI VBT defs Jani Nikula
2025-08-12  3:41   ` Kandpal, Suraj
2025-08-11 15:25 ` [PATCH 3/4] drm/i915/vbt: flip bta_enabled to bta_disable Jani Nikula
2025-08-12  3:42   ` Kandpal, Suraj
2025-08-11 15:25 ` [PATCH 4/4] drm/i915/vbt: add missing DSI VBT defs Jani Nikula
2025-08-12  3:44   ` Kandpal, Suraj
2025-08-11 16:46 ` ✓ i915.CI.BAT: success for drm/i915/vbt: cleanups and new fields Patchwork
2025-08-11 16:48 ` ✗ CI.checkpatch: warning " Patchwork
2025-08-11 16:50 ` ✓ CI.KUnit: success " Patchwork
2025-08-11 17:14 ` ✗ CI.checksparse: warning " Patchwork
2025-08-11 18:36 ` ✗ Xe.CI.Full: failure " Patchwork
2025-08-11 19:51 ` ✗ i915.CI.Full: " 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.