EDID Override

2011-12-13 Thread Thorsten Schoel
Dear all, please find below a patch that will allow overriding a monitor's EDID with something provided by the user. This can be helpful in a number of situations as a quick google for "edid override" or similar suggests; I wrote it because my monitor is broken and doesn't provide any EDID at

[Patch 1/3] edid override: infrastructure

2012-04-24 Thread Thorsten Schoel
From: Thorsten Schoel Provides infrastructure for overriding edid information of individual monitors. Signed-off-by: Thorsten Schoel --- diff -Nurp vanilla/drivers/gpu/drm/drm_edid.c infra/drivers/gpu/drm/drm_edid.c --- vanilla/drivers/gpu/drm/drm_edid.c 2012-01-25 22:29:25.0 +0100

[Patch 0/3] Add ability to override a monitor's EDID information

2012-04-24 Thread Thorsten Schoel
Hello everybody, having a monitor provide wrong or invalid EDID information – or none at all – seems to be a problem quite a number of people are facing. A few of the non-KMS X-drivers provide individual mechanisms for overriding such an EDID with user provided data. To my knowledge at least the k

[Patch 2/3] edid override: module parameter

2012-04-24 Thread Thorsten Schoel
From: Thorsten Schoel Allows for setting edid overrides through new parameter edid_override for module drm. Signed-off-by: Thorsten Schoel --- diff -Nurp infra/drivers/gpu/drm/drm_edid.c param/drivers/gpu/drm/drm_edid.c --- infra/drivers/gpu/drm/drm_edid.c2012-01-25 22:12:59.0

[Patch 3/3] edid override: make edid writable in sysfs

2012-04-24 Thread Thorsten Schoel
From: Thorsten Schoel Makes class/drm/[CONNECTOR]/edid writable for adding edid overrides. Signed-off-by: Thorsten Schoel --- diff -Nurp infra/drivers/gpu/drm/drm_sysfs.c sysfs/drivers/gpu/drm/drm_sysfs.c --- infra/drivers/gpu/drm/drm_sysfs.c 2012-01-12 20:42:45.0 +0100 +++ sysfs

Re: [Patch 0/3] Add ability to override a monitor's EDID information

2012-04-25 Thread Thorsten Schoel
> Are you aware of the following recent commit? > > commit da0df92b57311aa1b26a2a90599ed16e1e968b90 > Author: Carsten Emde > Date: Sun Mar 18 22:37:33 2012 +0100 > drm: allow loading an EDID as firmware to override broken monitor No, I wasn't aware of that. > Has some of your work alr

[Patch 1/3] edid override: infrastructure

2012-04-24 Thread Thorsten Schoel
From: Thorsten Schoel Provides infrastructure for overriding edid information of individual monitors. Signed-off-by: Thorsten Schoel --- diff -Nurp vanilla/drivers/gpu/drm/drm_edid.c infra/drivers/gpu/drm/drm_edid.c --- vanilla/drivers/gpu/drm/drm_edid.c 2012-01-25 22:29:25.0 +0100

[Patch 0/3] Add ability to override a monitor's EDID information

2012-04-24 Thread Thorsten Schoel
Hello everybody, having a monitor provide wrong or invalid EDID information ? or none at all ? seems to be a problem quite a number of people are facing. A few of the non-KMS X-drivers provide individual mechanisms for overriding such an EDID with user provided data. To my knowledge at least the k

[Patch 2/3] edid override: module parameter

2012-04-24 Thread Thorsten Schoel
From: Thorsten Schoel Allows for setting edid overrides through new parameter edid_override for module drm. Signed-off-by: Thorsten Schoel --- diff -Nurp infra/drivers/gpu/drm/drm_edid.c param/drivers/gpu/drm/drm_edid.c --- infra/drivers/gpu/drm/drm_edid.c2012-01-25 22:12:59.0

[Patch 3/3] edid override: make edid writable in sysfs

2012-04-24 Thread Thorsten Schoel
From: Thorsten Schoel Makes class/drm/[CONNECTOR]/edid writable for adding edid overrides. Signed-off-by: Thorsten Schoel --- diff -Nurp infra/drivers/gpu/drm/drm_sysfs.c sysfs/drivers/gpu/drm/drm_sysfs.c --- infra/drivers/gpu/drm/drm_sysfs.c 2012-01-12 20:42:45.0 +0100 +++ sysfs

[Patch 0/3] Add ability to override a monitor's EDID information

2012-04-25 Thread Thorsten Schoel
> Are you aware of the following recent commit? > > commit da0df92b57311aa1b26a2a90599ed16e1e968b90 > Author: Carsten Emde > Date: Sun Mar 18 22:37:33 2012 +0100 > drm: allow loading an EDID as firmware to override broken monitor No, I wasn't aware of that. > Has some of your work alr

EDID Override

2011-12-13 Thread Thorsten Schoel
Dear all, please find below a patch that will allow overriding a monitor's EDID with something provided by the user. This can be helpful in a number of situations as a quick google for "edid override" or similar suggests; I wrote it because my monitor is broken and doesn't provide any EDID at