All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Fixes and additions to EDID generation
@ 2018-11-13 17:10 Ben Hutchings
  2018-11-13 17:11 ` [PATCH 1/5] drm: EDID: Remove a mess involving the number 63 Ben Hutchings
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Ben Hutchings @ 2018-11-13 17:10 UTC (permalink / raw)
  To: dri-devel

This series adds two more EDIDs that I needed for a project some time ago,
and fixes some problems that I found along the way.

There isn't a listed maintainer for Documentation/EDID but it looks
like it falls under the DRM umbrella.  Please let me know if this the
wrong place.

Ben.

Ben Hutchings (5):
  drm: EDID: Remove a mess involving the number 63
  drm: EDID: Fix bit masking of {X,Y}{OFFSET,PULSE}
  drm: EDID: Don't force make to be silent
  drm: EDID: Add a 1280x720 (720p) EDID
  drm: EDID: Add a 1280x768 ("WXGA") EDID

 Documentation/EDID/1024x768.S  |  4 ++--
 Documentation/EDID/1280x1024.S |  4 ++--
 Documentation/EDID/1280x720.S  | 45 ++++++++++++++++++++++++++++++++++++++++++
 Documentation/EDID/1280x768.S  | 45 ++++++++++++++++++++++++++++++++++++++++++
 Documentation/EDID/1600x1200.S |  4 ++--
 Documentation/EDID/1680x1050.S |  4 ++--
 Documentation/EDID/1920x1080.S |  4 ++--
 Documentation/EDID/800x600.S   |  4 ++--
 Documentation/EDID/HOWTO.txt   |  4 ++--
 Documentation/EDID/Makefile    | 12 +++++------
 Documentation/EDID/edid.S      | 10 ++++------
 11 files changed, 114 insertions(+), 26 deletions(-)
 create mode 100644 Documentation/EDID/1280x720.S
 create mode 100644 Documentation/EDID/1280x768.S

-- 
Ben Hutchings, Software Developer                         Codethink Ltd
https://www.codethink.co.uk/                 Dale House, 35 Dale Street
                                     Manchester, M1 2HF, United Kingdom

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

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

end of thread, other threads:[~2018-11-21 13:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-13 17:10 [PATCH 0/5] Fixes and additions to EDID generation Ben Hutchings
2018-11-13 17:11 ` [PATCH 1/5] drm: EDID: Remove a mess involving the number 63 Ben Hutchings
2018-11-13 17:12 ` [PATCH 2/5] drm: EDID: Fix bit masking of {X,Y}{OFFSET,PULSE} Ben Hutchings
2018-11-13 17:12 ` [PATCH 3/5] drm: EDID: Don't force make to be silent Ben Hutchings
2018-11-13 17:12 ` [PATCH 4/5] drm: EDID: Add a 1280x720 (720p) EDID Ben Hutchings
2018-11-13 17:12 ` [PATCH 5/5] drm: EDID: Add a 1280x768 ("WXGA") EDID Ben Hutchings
2018-11-14 10:49 ` [PATCH 0/5] Fixes and additions to EDID generation Jani Nikula
2018-11-14 10:49   ` Jani Nikula
2018-11-21  9:35   ` Daniel Vetter
2018-11-21  9:35     ` Daniel Vetter
2018-11-21 13:36     ` Gerd Hoffmann
2018-11-21 13:36       ` Gerd Hoffmann

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.