[PATCH 1/2] drm: allow drivers to provide their own EDID fetching routine

2010-07-21 Thread Dave Airlie
On Tue, 2010-07-20 at 16:34 -0700, Jesse Barnes wrote: > On Wed, 21 Jul 2010 09:27:54 +1000 > Dave Airlie wrote: > > > On Tue, 2010-07-20 at 16:05 -0700, Jesse Barnes wrote: > > > On Wed, 21 Jul 2010 08:54:30 +1000 > > > Dave Airlie wrote: > > > > > > > On Tue, 2010-07-20 at 15:44 -0700, Jesse

[PATCH 1/2] drm: allow drivers to provide their own EDID fetching routine

2010-07-21 Thread Dave Airlie
On Tue, 2010-07-20 at 16:05 -0700, Jesse Barnes wrote: > On Wed, 21 Jul 2010 08:54:30 +1000 > Dave Airlie wrote: > > > On Tue, 2010-07-20 at 15:44 -0700, Jesse Barnes wrote: > > > Make drm_edid_read take a new argument, edid_read, to allow drivers to > > > provide their own EDID fetch routine. E

[PATCH 1/2] drm: allow drivers to provide their own EDID fetching routine

2010-07-21 Thread Dave Airlie
On Tue, 2010-07-20 at 15:44 -0700, Jesse Barnes wrote: > Make drm_edid_read take a new argument, edid_read, to allow drivers to > provide their own EDID fetch routine. Export the bit banging DDC over > i2c version of the EDID fetching routine and make the drivers use it. > This sets the stage for

[Intel-gfx] [PATCH 1/2] drm: allow drivers to provide their own EDID fetching routine

2010-07-20 Thread Alex Deucher
On Tue, Jul 20, 2010 at 7:43 PM, Jesse Barnes wrote: > On Tue, 20 Jul 2010 16:34:39 -0700 > Jesse Barnes wrote: > >> On Wed, 21 Jul 2010 09:27:54 +1000 >> Dave Airlie wrote: >> >> > On Tue, 2010-07-20 at 16:05 -0700, Jesse Barnes wrote: >> > > On Wed, 21 Jul 2010 08:54:30 +1000 >> > > Dave Airl

Re: [Intel-gfx] [PATCH 1/2] drm: allow drivers to provide their own EDID fetching routine

2010-07-20 Thread Alex Deucher
On Tue, Jul 20, 2010 at 7:43 PM, Jesse Barnes wrote: > On Tue, 20 Jul 2010 16:34:39 -0700 > Jesse Barnes wrote: > >> On Wed, 21 Jul 2010 09:27:54 +1000 >> Dave Airlie wrote: >> >> > On Tue, 2010-07-20 at 16:05 -0700, Jesse Barnes wrote: >> > > On Wed, 21 Jul 2010 08:54:30 +1000 >> > > Dave Airli

Re: [Intel-gfx] [PATCH 1/2] drm: allow drivers to provide their own EDID fetching routine

2010-07-20 Thread Jesse Barnes
On Tue, 20 Jul 2010 16:34:39 -0700 Jesse Barnes wrote: > On Wed, 21 Jul 2010 09:27:54 +1000 > Dave Airlie wrote: > > > On Tue, 2010-07-20 at 16:05 -0700, Jesse Barnes wrote: > > > On Wed, 21 Jul 2010 08:54:30 +1000 > > > Dave Airlie wrote: > > > > > > > On Tue, 2010-07-20 at 15:44 -0700, Jess

[Intel-gfx] [PATCH 1/2] drm: allow drivers to provide their own EDID fetching routine

2010-07-20 Thread Jesse Barnes
On Tue, 20 Jul 2010 16:34:39 -0700 Jesse Barnes wrote: > On Wed, 21 Jul 2010 09:27:54 +1000 > Dave Airlie wrote: > > > On Tue, 2010-07-20 at 16:05 -0700, Jesse Barnes wrote: > > > On Wed, 21 Jul 2010 08:54:30 +1000 > > > Dave Airlie wrote: > > > > > > > On Tue, 2010-07-20 at 15:44 -0700, Jess

Re: [PATCH 1/2] drm: allow drivers to provide their own EDID fetching routine

2010-07-20 Thread Dave Airlie
On Tue, 2010-07-20 at 16:34 -0700, Jesse Barnes wrote: > On Wed, 21 Jul 2010 09:27:54 +1000 > Dave Airlie wrote: > > > On Tue, 2010-07-20 at 16:05 -0700, Jesse Barnes wrote: > > > On Wed, 21 Jul 2010 08:54:30 +1000 > > > Dave Airlie wrote: > > > > > > > On Tue, 2010-07-20 at 15:44 -0700, Jesse

Re: [PATCH 1/2] drm: allow drivers to provide their own EDID fetching routine

2010-07-20 Thread Jesse Barnes
On Wed, 21 Jul 2010 09:27:54 +1000 Dave Airlie wrote: > On Tue, 2010-07-20 at 16:05 -0700, Jesse Barnes wrote: > > On Wed, 21 Jul 2010 08:54:30 +1000 > > Dave Airlie wrote: > > > > > On Tue, 2010-07-20 at 15:44 -0700, Jesse Barnes wrote: > > > > Make drm_edid_read take a new argument, edid_read

[PATCH 1/2] drm: allow drivers to provide their own EDID fetching routine

2010-07-20 Thread Jesse Barnes
On Wed, 21 Jul 2010 09:27:54 +1000 Dave Airlie wrote: > On Tue, 2010-07-20 at 16:05 -0700, Jesse Barnes wrote: > > On Wed, 21 Jul 2010 08:54:30 +1000 > > Dave Airlie wrote: > > > > > On Tue, 2010-07-20 at 15:44 -0700, Jesse Barnes wrote: > > > > Make drm_edid_read take a new argument, edid_read

Re: [PATCH 1/2] drm: allow drivers to provide their own EDID fetching routine

2010-07-20 Thread Dave Airlie
On Tue, 2010-07-20 at 16:05 -0700, Jesse Barnes wrote: > On Wed, 21 Jul 2010 08:54:30 +1000 > Dave Airlie wrote: > > > On Tue, 2010-07-20 at 15:44 -0700, Jesse Barnes wrote: > > > Make drm_edid_read take a new argument, edid_read, to allow drivers to > > > provide their own EDID fetch routine. E

Re: [PATCH 1/2] drm: allow drivers to provide their own EDID fetching routine

2010-07-20 Thread Jesse Barnes
On Wed, 21 Jul 2010 08:54:30 +1000 Dave Airlie wrote: > On Tue, 2010-07-20 at 15:44 -0700, Jesse Barnes wrote: > > Make drm_edid_read take a new argument, edid_read, to allow drivers to > > provide their own EDID fetch routine. Export the bit banging DDC over > > i2c version of the EDID fetching

[PATCH 1/2] drm: allow drivers to provide their own EDID fetching routine

2010-07-20 Thread Jesse Barnes
On Wed, 21 Jul 2010 08:54:30 +1000 Dave Airlie wrote: > On Tue, 2010-07-20 at 15:44 -0700, Jesse Barnes wrote: > > Make drm_edid_read take a new argument, edid_read, to allow drivers to > > provide their own EDID fetch routine. Export the bit banging DDC over > > i2c version of the EDID fetching

Re: [PATCH 1/2] drm: allow drivers to provide their own EDID fetching routine

2010-07-20 Thread Dave Airlie
On Tue, 2010-07-20 at 15:44 -0700, Jesse Barnes wrote: > Make drm_edid_read take a new argument, edid_read, to allow drivers to > provide their own EDID fetch routine. Export the bit banging DDC over > i2c version of the EDID fetching routine and make the drivers use it. > This sets the stage for

[PATCH 1/2] drm: allow drivers to provide their own EDID fetching routine

2010-07-20 Thread Jesse Barnes
Make drm_edid_read take a new argument, edid_read, to allow drivers to provide their own EDID fetch routine. Export the bit banging DDC over i2c version of the EDID fetching routine and make the drivers use it. This sets the stage for GMBUS support in the Intel driver. Signed-off-by: Jesse Barnes

[PATCH 1/2] drm: allow drivers to provide their own EDID fetching routine

2010-07-20 Thread Jesse Barnes
Make drm_edid_read take a new argument, edid_read, to allow drivers to provide their own EDID fetch routine. Export the bit banging DDC over i2c version of the EDID fetching routine and make the drivers use it. This sets the stage for GMBUS support in the Intel driver. Signed-off-by: Jesse Barnes