Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] drm/edid: cleanups, resend
@ 2024-04-08  8:56 Jani Nikula
  2024-04-08  8:56 ` [PATCH 1/7] drm/displayid: move drm_displayid.h to drm_displayd_internal.h Jani Nikula
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Jani Nikula @ 2024-04-08  8:56 UTC (permalink / raw)
  To: dri-devel; +Cc: intel-gfx, intel-xe, jani.nikula

Combine [1] and [2] as a resend, and add a few patches on top.

BR,
Jani.

[1] https://patchwork.freedesktop.org/series/131133/
[2] https://patchwork.freedesktop.org/series/131412/

Jani Nikula (7):
  drm/displayid: move drm_displayid.h to drm_displayd_internal.h
  drm/edid: move all internal declarations to drm_crtc_internal.h
  drm/edid: group struct drm_edid based declarations together
  drm/edid: rename drm_find_edid_extension() to
    drm_edid_find_extension()
  drm/edid: avoid drm_edid_find_extension() internally
  drm/edid: make drm_edid_are_equal() static
  drm/edid: make drm_edid_are_equal() more convenient for its single
    user

 drivers/gpu/drm/drm_crtc_internal.h           |  6 ++
 drivers/gpu/drm/drm_displayid.c               |  7 ++-
 .../gpu/drm/drm_displayid_internal.h          |  5 +-
 drivers/gpu/drm/drm_edid.c                    | 60 +++++++++----------
 drivers/gpu/drm/drm_eld.c                     |  4 +-
 drivers/gpu/drm/drm_internal.h                |  5 --
 include/drm/drm_edid.h                        | 13 ++--
 7 files changed, 50 insertions(+), 50 deletions(-)
 rename include/drm/drm_displayid.h => drivers/gpu/drm/drm_displayid_internal.h (98%)

-- 
2.39.2


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

end of thread, other threads:[~2024-04-08 15:14 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-08  8:56 [PATCH 0/7] drm/edid: cleanups, resend Jani Nikula
2024-04-08  8:56 ` [PATCH 1/7] drm/displayid: move drm_displayid.h to drm_displayd_internal.h Jani Nikula
2024-04-08  8:56 ` [PATCH 2/7] drm/edid: move all internal declarations to drm_crtc_internal.h Jani Nikula
2024-04-08  8:56 ` [PATCH 3/7] drm/edid: group struct drm_edid based declarations together Jani Nikula
2024-04-08  8:56 ` [PATCH 4/7] drm/edid: rename drm_find_edid_extension() to drm_edid_find_extension() Jani Nikula
2024-04-08  8:56 ` [PATCH 5/7] drm/edid: avoid drm_edid_find_extension() internally Jani Nikula
2024-04-08  8:56 ` [PATCH 6/7] drm/edid: make drm_edid_are_equal() static Jani Nikula
2024-04-08  8:56 ` [PATCH 7/7] drm/edid: make drm_edid_are_equal() more convenient for its single user Jani Nikula
2024-04-08 13:28 ` ✓ CI.Patch_applied: success for drm/edid: cleanups, resend Patchwork
2024-04-08 13:29 ` ✗ CI.checkpatch: warning " Patchwork
2024-04-08 13:30 ` ✓ CI.KUnit: success " Patchwork
2024-04-08 13:41 ` ✓ CI.Build: " Patchwork
2024-04-08 13:44 ` ✓ CI.Hooks: " Patchwork
2024-04-08 13:45 ` ✗ CI.checksparse: warning " Patchwork
2024-04-08 14:06 ` ✓ CI.BAT: success " Patchwork
2024-04-08 15:14 ` ✗ CI.FULL: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox