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

2012-08-15 Thread Paul Menzel
Am Dienstag, den 14.08.2012, 10:45 -0500 schrieb Ian Pilcher: > On 08/14/2012 10:13 AM, Paul Menzel wrote: > > Testing your patch, I would vote that a normal user is allowed to read > > the quirk list. > > I thought about that, but I decided to leave it at 0600, because I can't > see how the infor

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

2012-08-15 Thread Paul Menzel
Am Dienstag, den 14.08.2012, 10:45 -0500 schrieb Ian Pilcher: > On 08/14/2012 10:13 AM, Paul Menzel wrote: > > Testing your patch, I would vote that a normal user is allowed to read > > the quirk list. > > I thought about that, but I decided to leave it at 0600, because I can't > see how the infor

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

2012-08-14 Thread Paul Menzel
Am Sonntag, den 12.08.2012, 15:07 -0500 schrieb 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 > Acked-by: Paul Menzel > --- > Documentation/EDID/edid_quirks.txt | 126 ++ > drivers/gpu

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

2012-08-14 Thread Ian Pilcher
On 08/14/2012 10:13 AM, Paul Menzel wrote: > Testing your patch, I would vote that a normal user is allowed to read > the quirk list. I thought about that, but I decided to leave it at 0600, because I can't see how the information would be of any use without the ability to change the list. I ther

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

2012-08-14 Thread Paul Menzel
Am Sonntag, den 12.08.2012, 15:07 -0500 schrieb 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 > Acked-by: Paul Menzel > --- > Documentation/EDID/edid_quirks.txt | 126 ++ > drivers/gpu

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

2012-08-14 Thread Ian Pilcher
On 08/14/2012 10:13 AM, Paul Menzel wrote: > Testing your patch, I would vote that a normal user is allowed to read > the quirk list. I thought about that, but I decided to leave it at 0600, because I can't see how the information would be of any use without the ability to change the list. I ther

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

2012-08-12 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 Acked-by: Paul Menzel --- Documentation/EDID/edid_quirks.txt | 126 ++ drivers/gpu/drm/drm_drv.c | 2 + drivers/gpu/drm/drm_edid.c | 500 +++

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

2012-08-12 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 Acked-by: Paul Menzel --- Documentation/EDID/edid_quirks.txt | 126 ++ drivers/gpu/drm/drm_drv.c | 2 + drivers/gpu/drm/drm_edid.c | 500 +++