[PATCH v5 1/3] drm: Add user-defined EDID quirks capability

2012-10-10 Thread Jani Nikula
On Tue, 09 Oct 2012, Ian Pilcher wrote: > OK. I'm done. Sincerely, if you want to get your stuff in the kernel, you need to not give up so easily. > I've literally been discussing these patches on this list for months, and > you bring this up now? Apologies, I have only been reading the list

Re: [PATCH v5 1/3] drm: Add user-defined EDID quirks capability

2012-10-10 Thread Jani Nikula
On Tue, 09 Oct 2012, Ian Pilcher arequip...@gmail.com wrote: OK. I'm done. Sincerely, if you want to get your stuff in the kernel, you need to not give up so easily. I've literally been discussing these patches on this list for months, and you bring this up now? Apologies, I have only been

[PATCH v5 1/3] drm: Add user-defined EDID quirks capability

2012-10-09 Thread Jani Nikula
On Fri, 28 Sep 2012, Ian Pilcher wrote: > Add the ability for users to define their own EDID quirks via a > module parameter or sysfs attribute. Hi Ian - IMHO this patch should be chopped up to smaller pieces. For example, change the edid_quirk_list format first (if you must), then add module

[PATCH v5 1/3] drm: Add user-defined EDID quirks capability

2012-10-09 Thread Ian Pilcher
OK. I'm done. I've literally been discussing these patches on this list for months, and you bring this up now? It's far easier to simply recompile every kernel that comes out than to continue this dance. On Oct 9, 2012 7:10 AM, "Jani Nikula" wrote: > On Fri, 28 Sep 2012, Ian Pilcher wrote: >

Re: [PATCH v5 1/3] drm: Add user-defined EDID quirks capability

2012-10-09 Thread Jani Nikula
On Fri, 28 Sep 2012, Ian Pilcher arequip...@gmail.com wrote: Add the ability for users to define their own EDID quirks via a module parameter or sysfs attribute. Hi Ian - IMHO this patch should be chopped up to smaller pieces. For example, change the edid_quirk_list format first (if you must),

[PATCH v5 1/3] drm: Add user-defined EDID quirks capability

2012-09-28 Thread Ian Pilcher
Add the ability for users to define their own EDID quirks via a module parameter or sysfs attribute. Signed-off-by: Ian Pilcher --- Documentation/EDID/edid_quirks.txt | 126 ++ drivers/gpu/drm/drm_drv.c | 2 + drivers/gpu/drm/drm_edid.c | 500

[PATCH v5 1/3] drm: Add user-defined EDID quirks capability

2012-09-28 Thread Ian Pilcher
Add the ability for users to define their own EDID quirks via a module parameter or sysfs attribute. Signed-off-by: Ian Pilcher arequip...@gmail.com --- Documentation/EDID/edid_quirks.txt | 126 ++ drivers/gpu/drm/drm_drv.c | 2 + drivers/gpu/drm/drm_edid.c | 500