[PATCH v3 0/2] Enhance EDID quirks to allow forcing a mode

2013-03-23 Thread Daniel Vetter
On Fri, Mar 22, 2013 at 07:08:05PM -0400, Dylan Semler wrote: > Changes in this version > * Uses drm_cvt_mode() instead of drm_gtf_mode() to build modeline > * Adds bool to specify reduced blanking to edid_quirk_force_mode > * Removes preferred bit from all other modes > > There is at least one

Re: [PATCH v3 0/2] Enhance EDID quirks to allow forcing a mode

2013-03-23 Thread Daniel Vetter
On Fri, Mar 22, 2013 at 07:08:05PM -0400, Dylan Semler wrote: > Changes in this version > * Uses drm_cvt_mode() instead of drm_gtf_mode() to build modeline > * Adds bool to specify reduced blanking to edid_quirk_force_mode > * Removes preferred bit from all other modes > > There is at least one

[PATCH v3 0/2] Enhance EDID quirks to allow forcing a mode

2013-03-22 Thread Dylan Semler
Changes in this version * Uses drm_cvt_mode() instead of drm_gtf_mode() to build modeline * Adds bool to specify reduced blanking to edid_quirk_force_mode * Removes preferred bit from all other modes There is at least one monitor that doesn't report its native resolution in its EDID block. Thi

[PATCH v3 0/2] Enhance EDID quirks to allow forcing a mode

2013-03-22 Thread Dylan Semler
Changes in this version * Uses drm_cvt_mode() instead of drm_gtf_mode() to build modeline * Adds bool to specify reduced blanking to edid_quirk_force_mode * Removes preferred bit from all other modes There is at least one monitor that doesn't report its native resolution in its EDID block. Thi