All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] drm/edid: DisplayID parser fixes
@ 2020-03-13 16:20 ` Ville Syrjala
  0 siblings, 0 replies; 26+ messages in thread
From: Ville Syrjala @ 2020-03-13 16:20 UTC (permalink / raw)
  To: dri-devel; +Cc: intel-gfx

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

I was playing around with the tile stuff a bit and noticed a bunch of
issues in the DisplayID parser. This series aims to fix what I found.

Ville Syrjälä (9):
  drm: Constify topology id
  drm/edid: Swap some operands in for_each_displayid_db()
  drm/edid: Remove idx==1 assumptions from all over the DispID parsing
  drm/edid: Return DispID length from drm_find_displayid_extension()
  drm/edid: Move validate_displayid() drm_find_displayid_extension()
  drm/edid: Don't parse garbage as DispID blocks
  drm/edid: Don't include ext block csum in DispID size
  drm/edid: Clarify validate_displayid()
  drm/edid: Fix DispID tile parsing for override EDID

 drivers/gpu/drm/drm_connector.c     |   6 +-
 drivers/gpu/drm/drm_crtc_internal.h |   1 +
 drivers/gpu/drm/drm_edid.c          | 103 +++++++++++++---------------
 include/drm/drm_connector.h         |   4 +-
 include/drm/drm_displayid.h         |   2 +-
 5 files changed, 54 insertions(+), 62 deletions(-)

-- 
2.24.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2020-03-18 15:56 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-13 16:20 [PATCH 0/9] drm/edid: DisplayID parser fixes Ville Syrjala
2020-03-13 16:20 ` [Intel-gfx] " Ville Syrjala
2020-03-13 16:20 ` [PATCH 1/9] drm: Constify topology id Ville Syrjala
2020-03-13 16:20   ` [Intel-gfx] " Ville Syrjala
2020-03-13 20:05   ` Alex Deucher
2020-03-13 20:05     ` [Intel-gfx] " Alex Deucher
2020-03-18 15:56     ` Ville Syrjälä
2020-03-18 15:56       ` [Intel-gfx] " Ville Syrjälä
2020-03-13 16:20 ` [PATCH 2/9] drm/edid: Swap some operands in for_each_displayid_db() Ville Syrjala
2020-03-13 16:20   ` [Intel-gfx] " Ville Syrjala
2020-03-13 16:20 ` [PATCH 3/9] drm/edid: Remove idx==1 assumptions from all over the DispID parsing Ville Syrjala
2020-03-13 16:20   ` [Intel-gfx] " Ville Syrjala
2020-03-13 16:20 ` [PATCH 4/9] drm/edid: Return DispID length from drm_find_displayid_extension() Ville Syrjala
2020-03-13 16:20   ` [Intel-gfx] " Ville Syrjala
2020-03-13 16:20 ` [PATCH 5/9] drm/edid: Move validate_displayid() drm_find_displayid_extension() Ville Syrjala
2020-03-13 16:20   ` [Intel-gfx] " Ville Syrjala
2020-03-13 16:20 ` [PATCH 6/9] drm/edid: Don't parse garbage as DispID blocks Ville Syrjala
2020-03-13 16:20   ` [Intel-gfx] " Ville Syrjala
2020-03-13 16:20 ` [PATCH 7/9] drm/edid: Don't include ext block csum in DispID size Ville Syrjala
2020-03-13 16:20   ` [Intel-gfx] " Ville Syrjala
2020-03-13 16:20 ` [PATCH 8/9] drm/edid: Clarify validate_displayid() Ville Syrjala
2020-03-13 16:20   ` [Intel-gfx] " Ville Syrjala
2020-03-13 16:20 ` [PATCH 9/9] drm/edid: Fix DispID tile parsing for override EDID Ville Syrjala
2020-03-13 16:20   ` [Intel-gfx] " Ville Syrjala
2020-03-16 14:44 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/edid: DisplayID parser fixes Patchwork
2020-03-16 21:44 ` [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.