All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/9] Aspect ratio support in DRM layer
@ 2018-02-15 12:20 Nautiyal, Ankit K
  2018-02-15 12:20 ` [PATCH v5 1/9] drm/modes: Introduce drm_mode_match() Nautiyal, Ankit K
                   ` (8 more replies)
  0 siblings, 9 replies; 19+ messages in thread
From: Nautiyal, Ankit K @ 2018-02-15 12:20 UTC (permalink / raw)
  To: dri-devel; +Cc: Ankit Nautiyal

From: Ankit Nautiyal <ankit.k.nautiyal@intel.com>

This patch series is a re-attempt to enable aspect ratio support in DRM layer.
Currently the aspect ratio information gets lost in translation during a
user->kernel mode or vice versa.

The old patch series (https://pw-emeril.freedesktop.org/series/10850/) had
4 patches, out of which 2 patches were reverted due to lack of drm client
protection while loading the aspect information.

This patch series also includes 3 patches from Ville Syrjälä's series for
'Info-frame cleanup and fixes' https://patchwork.freedesktop.org/series/33730/
which fixes the mode matching mechanism via flags.

This patch series, adds a DRM client option for aspect ratio, and loads aspect
ratio flags, only when the client sets this cap.

To test this patch, the testdiplay IGT test is modified to have an option to do
a modeset with only aspect ratio modes.
https://patchwork.freedesktop.org/series/37033/

Also, there is a userspace implementation in Wayland/weston layer:
https://patchwork.freedesktop.org/patch/188125/
(Which is already ACK'ed by wayland community.)

This, helps us in passing HDMI compliance test cases like 7-27, where the test
equipment applies a CEA mode, and expects the exact VIC in the AVI infoframes.

Ankit Nautiyal (4):
  drm: Add DRM client cap for aspect-ratio
  drm: Handle aspect-ratio info in getblob
  drm: Handle aspect ratio info in legacy and atomic modeset paths
  drm: Expose modes with aspect ratio, only if requested

Sharma, Shashank (2):
  drm: Add aspect ratio parsing in DRM layer
  drm: Add and handle new aspect ratios in DRM layer

Ville Syrjälä (3):
  drm/modes: Introduce drm_mode_match()
  drm/edid: Use drm_mode_match_no_clocks_no_stereo() for consistentcy
  drm/edid: Fix cea mode aspect ratio handling

 drivers/gpu/drm/drm_atomic.c        |  31 +++++--
 drivers/gpu/drm/drm_atomic_helper.c |   6 +-
 drivers/gpu/drm/drm_connector.c     |  45 ++++++++-
 drivers/gpu/drm/drm_crtc.c          |  15 +++
 drivers/gpu/drm/drm_crtc_internal.h |   3 +-
 drivers/gpu/drm/drm_edid.c          |  18 +++-
 drivers/gpu/drm/drm_ioctl.c         |   5 +
 drivers/gpu/drm/drm_mode_object.c   |   9 +-
 drivers/gpu/drm/drm_modes.c         | 178 +++++++++++++++++++++++++++++-------
 drivers/gpu/drm/drm_property.c      |   6 ++
 include/drm/drm_atomic.h            |   5 +-
 include/drm/drm_file.h              |   8 ++
 include/drm/drm_modes.h             |   9 ++
 include/drm/drm_property.h          |   2 +
 include/uapi/drm/drm.h              |   7 ++
 include/uapi/drm/drm_mode.h         |   6 ++
 16 files changed, 296 insertions(+), 57 deletions(-)

-- 
2.7.4

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

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

end of thread, other threads:[~2018-02-26 15:57 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-15 12:20 [PATCH v5 0/9] Aspect ratio support in DRM layer Nautiyal, Ankit K
2018-02-15 12:20 ` [PATCH v5 1/9] drm/modes: Introduce drm_mode_match() Nautiyal, Ankit K
2018-02-15 12:20 ` [PATCH v5 2/9] drm/edid: Use drm_mode_match_no_clocks_no_stereo() for consistentcy Nautiyal, Ankit K
2018-02-15 12:20 ` [PATCH v5 3/9] drm/edid: Fix cea mode aspect ratio handling Nautiyal, Ankit K
2018-02-15 12:20 ` [PATCH v5 4/9] drm: Add DRM client cap for aspect-ratio Nautiyal, Ankit K
2018-02-15 12:20 ` [PATCH v5 5/9] drm: Handle aspect-ratio info in getblob Nautiyal, Ankit K
2018-02-23 14:22   ` Ville Syrjälä
2018-02-26 15:02     ` Nautiyal, Ankit K
2018-02-15 12:20 ` [PATCH v5 6/9] drm: Handle aspect ratio info in legacy and atomic modeset paths Nautiyal, Ankit K
2018-02-23 14:28   ` Ville Syrjälä
2018-02-26 15:10     ` Nautiyal, Ankit K
2018-02-15 12:21 ` [PATCH v5 7/9] drm: Expose modes with aspect ratio, only if requested Nautiyal, Ankit K
2018-02-23 14:36   ` Ville Syrjälä
2018-02-26 15:30     ` Nautiyal, Ankit K
2018-02-15 12:21 ` [PATCH v5 8/9] drm: Add aspect ratio parsing in DRM layer Nautiyal, Ankit K
2018-02-23 14:54   ` Ville Syrjälä
2018-02-26 15:48     ` Nautiyal, Ankit K
2018-02-26 15:57       ` Ville Syrjälä
2018-02-15 12:21 ` [PATCH v5 9/9] drm: Add and handle new aspect ratios " Nautiyal, Ankit K

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.