[Intel-gfx] [PATCH] drm/edid: Populate picture aspect ratio for CEA modes

2014-03-31 Thread Jesse Barnes
On Mon, 20 Jan 2014 19:07:23 +0200 Ville Syrj?l? wrote: > On Mon, Dec 23, 2013 at 11:27:40AM +0530, Vandana Kannan wrote: > > Adding picture aspect ratio for CEA modes based on CEA-861D Table 3 or > > CEA-861E Table 4. This is useful for filling up the detail in AVI > > infoframe. > > > > v2:

[PATCH] drm/edid: Populate picture aspect ratio for CEA modes

2014-01-20 Thread Ville Syrjälä
On Mon, Dec 23, 2013 at 11:27:40AM +0530, Vandana Kannan wrote: > Adding picture aspect ratio for CEA modes based on CEA-861D Table 3 or > CEA-861E Table 4. This is useful for filling up the detail in AVI > infoframe. > > v2: Ville's inputs incorporated. Added picture aspect ratio as part of >

[PATCH] drm/edid: Populate picture aspect ratio for CEA modes

2013-12-23 Thread Vandana Kannan
Adding picture aspect ratio for CEA modes based on CEA-861D Table 3 or CEA-861E Table 4. This is useful for filling up the detail in AVI infoframe. v2: Ville's inputs incorporated. Added picture aspect ratio as part of edid_cea_modes instead of DRM_MODE Signed-off-by: Vandana Kannan