[PATCH] drm/exynos: set the active aspect ratio as per mode

2014-03-19 Thread Inki Dae
2014-03-18 22:04 GMT+09:00 Tomasz Figa : > Hi Shirish, > > > On 13.03.2014 06:28, Shirish S wrote: >> >> Now that the drm_display_mode also provides aspect >> ratio for all resolutions, this patch adds its usage >> to set the active aspect ratio of AVI info frame >> packets as per CEA-861-D

[PATCH] drm/exynos: set the active aspect ratio as per mode

2014-03-18 Thread Tomasz Figa
Hi Shirish, On 13.03.2014 06:28, Shirish S wrote: > Now that the drm_display_mode also provides aspect > ratio for all resolutions, this patch adds its usage > to set the active aspect ratio of AVI info frame > packets as per CEA-861-D standard's Table 9. > > This is also needed to abide by the

[PATCH] drm/exynos: set the active aspect ratio as per mode

2014-03-13 Thread Shirish S
Now that the drm_display_mode also provides aspect ratio for all resolutions, this patch adds its usage to set the active aspect ratio of AVI info frame packets as per CEA-861-D standard's Table 9. This is also needed to abide by the 7-27 compliance test of HDMI. Signed-off-by: Shirish S ---

[PATCH] drm/exynos: set the active aspect ratio as per mode

2014-03-12 Thread Shirish S
Hi Tomasz, On Wed, Mar 12, 2014 at 8:19 AM, Tomasz Figa wrote: > Hi Shirish, > > > On 10.03.2014 04:44, Shirish S wrote: >> >> now that the drm_display_mode also provides aspect >> ratio for all resolutions, this patch adds its usage >> to set the active aspect ratio of AVI info frame >> packets

[PATCH] drm/exynos: set the active aspect ratio as per mode

2014-03-12 Thread Tomasz Figa
Hi Shirish, On 10.03.2014 04:44, Shirish S wrote: > now that the drm_display_mode also provides aspect > ratio for all resolutions, this patch adds its usage > to set the active aspect ratio of AVI info frame > packets as per CEA-861-D standard's Table 9. > > This is also needed to abide by the

[PATCH] drm/exynos: set the active aspect ratio as per mode

2014-03-11 Thread Shirish S
now that the drm_display_mode also provides aspect ratio for all resolutions, this patch adds its usage to set the active aspect ratio of AVI info frame packets as per CEA-861-D standard's Table 9. This is also needed to abide by the 7-27 compliance test of HDMI. V2: rebased it to TODO branch,

[PATCH] drm/exynos: set the active aspect ratio as per mode

2014-03-10 Thread Shirish S
now that the drm_display_mode also provides aspect ratio for all resolutions, this patch adds its usage to set the active aspect ratio of AVI info frame packets as per CEA-861-D standard's Table 9. This is also needed to abide by the 7-27 compliance test of HDMI. Signed-off-by: Shirish S ---