All of lore.kernel.org
 help / color / mirror / Atom feed
* Enhance EDID quirks to allow forcing a mode
@ 2013-03-21 21:36 Dylan Semler
  2013-03-21 21:36 ` [PATCH 1/2] Enhances EDID quirks to allow for specifying and preferring a mode not reported in the EDID block Dylan Semler
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Dylan Semler @ 2013-03-21 21:36 UTC (permalink / raw)
  To: dri-devel

The idea is setup a new quirk list with width, height, and refresh rates for
each monitor that needs this quirk.  If a monitor is attached that matches one
in this list, the full modeline is calculated with drm_gtf_mode, the
DRM_MODE_TYPE_PREFERRED bit is set, and the new mode is added to the connector.

The patch also creates a new quirk bit:  EDID_QUIRK_FORCE_MODE.  This bit needs
to be set for the new quirk list discribed above to be checked.

The first patch enhances the quirk logic as described above.  The second one
adds my new monitor to the quirk lists.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2013-03-23 12:51 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-21 21:36 Enhance EDID quirks to allow forcing a mode Dylan Semler
2013-03-21 21:36 ` [PATCH 1/2] Enhances EDID quirks to allow for specifying and preferring a mode not reported in the EDID block Dylan Semler
2013-03-22 13:54   ` Alex Deucher
2013-03-21 21:36 ` [PATCH 2/2] Adds EDID force mode quirk for MMT Monitor2Go HD+ Dylan Semler
2013-03-21 21:42 ` Enhance EDID quirks to allow forcing a mode Dylan Semler
2013-03-22  8:48   ` Daniel Vetter
2013-03-22 13:46     ` Dylan Semler
2013-03-22 13:48       ` [PATCH v2 0/2] " Dylan Semler
2013-03-22 13:48         ` [PATCH v2 1/2] Enhances EDID quirks to allow for specifying and preferring a mode not reported in the EDID block Dylan Semler
2013-03-22 13:48         ` [PATCH v2 2/2] Adds EDID force mode quirk for MMT Monitor2Go HD+ Dylan Semler
2013-03-23 12:54         ` [PATCH v2 0/2] Enhance EDID quirks to allow forcing a mode Daniel Vetter
2013-03-22 13:50   ` Alex Deucher
2013-03-22 14:02     ` Dylan Semler
2013-03-22 14:41       ` Daniel Vetter
2013-03-22 15:29         ` Dylan Semler

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.