[Intel-gfx] [PATCH 04/25] drm/i915: Add basic support for parsing of VBT OEM Custom Block

2012-03-21 Thread Jesse Barnes
From: Rohit Jain Added support for parsing the OEM Customizable Modes Block (#20) in the VBIOS table. Signed-off-by: Rohit Jain Reviewed-by: Shobhit Kumar Reviewed-by: Vijay A. Purushothaman Acked-by: Jesse Barnes Reviewed-by: Eugeni Dodonov Signed-off-by: Artem Bityutskiy Signed-off-by: J

Re: [Intel-gfx] [PATCH 04/25] drm/i915: Add basic support for parsing of VBT OEM Custom Block

2012-03-21 Thread Ben Widawsky
On Wed, 21 Mar 2012 12:48:25 -0700 Jesse Barnes wrote: > From: Rohit Jain > > Added support for parsing the OEM Customizable Modes Block (#20) > in the VBIOS table. > > Signed-off-by: Rohit Jain > Reviewed-by: Shobhit Kumar > Reviewed-by: Vijay A. Purushothaman > Acked-by: Jesse Barnes > R

Re: [Intel-gfx] [PATCH 04/25] drm/i915: Add basic support for parsing of VBT OEM Custom Block

2012-03-22 Thread Jesse Barnes
On Wed, 21 Mar 2012 18:30:11 -0700 Ben Widawsky wrote: > On Wed, 21 Mar 2012 12:48:25 -0700 > Jesse Barnes wrote: > > > From: Rohit Jain > > > > Added support for parsing the OEM Customizable Modes Block (#20) > > in the VBIOS table. > > > > Signed-off-by: Rohit Jain > > Reviewed-by: Shobhi

Re: [Intel-gfx] [PATCH 04/25] drm/i915: Add basic support for parsing of VBT OEM Custom Block

2012-03-22 Thread Ben Widawsky
On Thu, 22 Mar 2012 08:45:32 -0700 Jesse Barnes wrote: > On Wed, 21 Mar 2012 18:30:11 -0700 > Ben Widawsky wrote: > > > On Wed, 21 Mar 2012 12:48:25 -0700 > > Jesse Barnes wrote: > > > > > From: Rohit Jain > > > > > > Added support for parsing the OEM Customizable Modes Block (#20) > > > in

Re: [Intel-gfx] [PATCH 04/25] drm/i915: Add basic support for parsing of VBT OEM Custom Block

2012-03-22 Thread Jesse Barnes
On Thu, 22 Mar 2012 09:11:37 -0700 Ben Widawsky wrote: > On Thu, 22 Mar 2012 08:45:32 -0700 > Jesse Barnes wrote: > > > On Wed, 21 Mar 2012 18:30:11 -0700 > > Ben Widawsky wrote: > > > > > On Wed, 21 Mar 2012 12:48:25 -0700 > > > Jesse Barnes wrote: > > > > > > > From: Rohit Jain > > > >

Re: [Intel-gfx] [PATCH 04/25] drm/i915: Add basic support for parsing of VBT OEM Custom Block

2012-03-26 Thread Rodrigo Vivi
I was also waiting for the patch that really does some parse as well, but I think this patch will be useful for one case that I'm currently working on... anyway: Reviewed-by: Rodrigo Vivi On Thu, Mar 22, 2012 at 2:00 PM, Jesse Barnes wrote: > On Thu, 22 Mar 2012 09:11:37 -0700 > Ben Widawsky