public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Picture aspect ratio support in DRM layer
@ 2016-08-09 14:55 Shashank Sharma
  2016-08-09 14:55 ` [PATCH v2 1/4] drm: add picture aspect ratio flags Shashank Sharma
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Shashank Sharma @ 2016-08-09 14:55 UTC (permalink / raw)
  To: dri-devel, seanpaul; +Cc: Jose.Abreu, daniel.vetter, intel-gfx, emil.l.velikov

This patch series adds 4 patches.
- The first two patches add aspect ratio support in DRM layes
- Next two patches add new aspect ratios defined in CEA-861-F
  supported for HDMI 2.0 4k modes.

Adding aspect ratio support in DRM layer:
- The CEA videmodes contain aspect ratio information, which we
  parse when we read the modes from EDID. But while transforming
  user_mode to kernel_mode or viceversa, DRM layer lose this
  information.
- HDMI compliance testing for CEA modes, expects the AVI info frames
  to contain exact VIC no for the 'video mode under test'. Now CEA
  modes have different VIC for same modes but different aspect ratio
  for example:
        VIC 2 = 720x480@60 4:3
        VIC 3 = 720x480@60 16:9
  In this way, lack of aspect ratio information, can cause wrong VIC
  no in AVI IF, causing HDMI complaince test to fail.
- This patch set adds code, which embeds the aspect ratio information
  also in DRM video mode flags, and uses it while comparing two modes.

Adding new aspect ratios for HDMI 2.0
- CEA-861-F defines two new aspect ratios, to be used for 4k HDMI 2.0
  modes.
        - 64:27
        - 256:135
Last two patches in the series, adds code to handle these new
aspect ratios.

V2: Fixed review comments from Sean, Emil, Daniel 

Shashank Sharma (4):
  drm: add picture aspect ratio flags
  drm: Add aspect ratio parsing in DRM layer
  video: Add new aspect ratios for HDMI 2.0
  drm: Add and handle new aspect ratios in DRM layer

 drivers/gpu/drm/drm_modes.c | 43 +++++++++++++++++++++++++++++++++++++++++++
 drivers/video/hdmi.c        |  4 ++++
 include/linux/hdmi.h        |  2 ++
 include/uapi/drm/drm_mode.h | 24 +++++++++++++++++++-----
 4 files changed, 68 insertions(+), 5 deletions(-)

-- 
1.9.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-10-18 17:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-09 14:55 [PATCH v2 0/4] Picture aspect ratio support in DRM layer Shashank Sharma
2016-08-09 14:55 ` [PATCH v2 1/4] drm: add picture aspect ratio flags Shashank Sharma
2016-10-13 17:24   ` Jim Bride
2016-08-09 14:55 ` [PATCH v2 2/4] drm: Add aspect ratio parsing in DRM layer Shashank Sharma
2016-10-13 17:26   ` Jim Bride
2016-08-09 14:55 ` [PATCH v2 3/4] video: Add new aspect ratios for HDMI 2.0 Shashank Sharma
2016-10-17  6:33   ` Tomi Valkeinen
2016-08-09 14:55 ` [PATCH v2 4/4] drm: Add and handle new aspect ratios in DRM layer Shashank Sharma
2016-10-13 17:28   ` Jim Bride
2016-10-17  6:02     ` [Intel-gfx] " Daniel Vetter
2016-10-17  7:45       ` Sharma, Shashank
2016-10-18 17:12       ` Jim Bride
2016-08-09 15:19 ` ✓ Ro.CI.BAT: success for Picture aspect ratio support " Patchwork
2016-08-18 14:52 ` [PATCH v2 0/4] " Jose Abreu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox