[PATCH] drm/edid: Fill PAR in AVI infoframe based on CEA mode list

2014-04-01 Thread Vandana Kannan
On Apr-01-2014 12:57 PM, Daniel Vetter wrote: > On Tue, Apr 01, 2014 at 08:06:04AM +0530, Vandana Kannan wrote: >> On Apr-01-2014 12:35 AM, Daniel Vetter wrote: >>> On Fri, Mar 21, 2014 at 08:31:29AM +0530, Vandana Kannan wrote: Populate PAR in infoframe structure. If there is a user setting f

[PATCH] drm/edid: Fill PAR in AVI infoframe based on CEA mode list

2014-04-01 Thread Daniel Vetter
On Tue, Apr 1, 2014 at 11:26 AM, Vandana Kannan wrote: > Ok, I will modify the patch (which adds aspect ratio property) to move > the property to drm and resend separately. > This patch as it is unblocks AVI infoframe compliance test, so can this > patch be considered for acceptance now? Without

[PATCH] drm/edid: Fill PAR in AVI infoframe based on CEA mode list

2014-04-01 Thread Daniel Vetter
On Tue, Apr 01, 2014 at 08:06:04AM +0530, Vandana Kannan wrote: > On Apr-01-2014 12:35 AM, Daniel Vetter wrote: > > On Fri, Mar 21, 2014 at 08:31:29AM +0530, Vandana Kannan wrote: > >> Populate PAR in infoframe structure. If there is a user setting for PAR, > >> then > >> that value is set. Else,

[PATCH] drm/edid: Fill PAR in AVI infoframe based on CEA mode list

2014-04-01 Thread Vandana Kannan
On Apr-01-2014 12:35 AM, Daniel Vetter wrote: > On Fri, Mar 21, 2014 at 08:31:29AM +0530, Vandana Kannan wrote: >> Populate PAR in infoframe structure. If there is a user setting for PAR, then >> that value is set. Else, value is taken from CEA mode list if VIC is found. >> Else, PAR is calculated

[PATCH] drm/edid: Fill PAR in AVI infoframe based on CEA mode list

2014-03-31 Thread Daniel Vetter
On Fri, Mar 21, 2014 at 08:31:29AM +0530, Vandana Kannan wrote: > Populate PAR in infoframe structure. If there is a user setting for PAR, then > that value is set. Else, value is taken from CEA mode list if VIC is found. > Else, PAR is calculated from resolution. If none of these conditions are >

[Intel-gfx] [PATCH] drm/edid: Fill PAR in AVI infoframe based on CEA mode list

2014-03-31 Thread Jesse Barnes
On Fri, 21 Mar 2014 08:31:29 +0530 Vandana Kannan wrote: > Populate PAR in infoframe structure. If there is a user setting for PAR, then > that value is set. Else, value is taken from CEA mode list if VIC is found. > Else, PAR is calculated from resolution. If none of these conditions are > satis

[PATCH] drm/edid: Fill PAR in AVI infoframe based on CEA mode list

2014-03-21 Thread Vandana Kannan
Populate PAR in infoframe structure. If there is a user setting for PAR, then that value is set. Else, value is taken from CEA mode list if VIC is found. Else, PAR is calculated from resolution. If none of these conditions are satisfied, PAR is NONE as per initialization. As a next step, create a