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

2013-06-18 Thread Dylan Semler
Checking up on this patch from a few months back that I'd like to get included.. Acked by Daniel Vetter[1] and Reviewed by Jani Nikula[2]. However ajax has not yet provided comments. Is this SOL without feedback from ajax? [1]

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

2013-06-18 Thread Dylan Semler
Checking up on this patch from a few months back that I'd like to get included.. Acked by Daniel Vetter[1] and Reviewed by Jani Nikula[2]. However ajax has not yet provided comments. Is this SOL without feedback from ajax? [1]

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

2013-04-03 Thread Jani Nikula
On Wed, 03 Apr 2013, Dylan Semler wrote: > Version 3 was Acked by Daniel Vetter[1]. Any chance ajax can give his > comments? > > [1] http://lists.freedesktop.org/archives/dri-devel/2013-March/036457.html FWIW, Reviewed-by: Jani Nikula

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

2013-04-03 Thread Dylan Semler
On Mon, Mar 25, 2013 at 5:58 PM, Dylan Semler wrote: > > Changes in this version > * rename do_force_quirk_modes() -> do_force_quirk_mode() > * use list_for_each_entry() instead of list_for_each_entry_safe() in >do_force_quirk_mode() > * remove num_modes from do_force_quirk_mode(), just

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

2013-04-03 Thread Dylan Semler
On Mon, Mar 25, 2013 at 5:58 PM, Dylan Semler dylan.sem...@gmail.com wrote: Changes in this version * rename do_force_quirk_modes() - do_force_quirk_mode() * use list_for_each_entry() instead of list_for_each_entry_safe() in do_force_quirk_mode() * remove num_modes from

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

2013-04-03 Thread Jani Nikula
On Wed, 03 Apr 2013, Dylan Semler dylan.sem...@gmail.com wrote: Version 3 was Acked by Daniel Vetter[1]. Any chance ajax can give his comments? [1] http://lists.freedesktop.org/archives/dri-devel/2013-March/036457.html FWIW, Reviewed-by: Jani Nikula jani.nik...@intel.com

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

2013-03-25 Thread Dylan Semler
Changes in this version * rename do_force_quirk_modes() -> do_force_quirk_mode() * use list_for_each_entry() instead of list_for_each_entry_safe() in do_force_quirk_mode() * remove num_modes from do_force_quirk_mode(), just return 1 or 0 as appropriate * remove unused quirks argument

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

2013-03-25 Thread Dylan Semler
Changes in this version * rename do_force_quirk_modes() - do_force_quirk_mode() * use list_for_each_entry() instead of list_for_each_entry_safe() in do_force_quirk_mode() * remove num_modes from do_force_quirk_mode(), just return 1 or 0 as appropriate * remove unused quirks argument from