[PATCH 0/2] Add support for parsing aspect-ratio from DRM layer

Nautiyal, Ankit K ankit.k.nautiyal at intel.com
Thu Jul 5 15:43:28 UTC 2018


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

This patch series adds support for parsing aspect-ratio information
for a connector vidoe mode, provided by the DRM layer.
The aspect ratio is stored in the flags bit of the connector modes,
which can be used to distinguish between CEA modes, that have the
aspect-ratio specified, along with other timing details, from the
non-CEA modes.

An earlier revision of the patch was ack'd before the atomic support
in weston. The last revision sent after the atomic support was :
https://patchwork.freedesktop.org/patch/224284/

Ankit Nautiyal (2):
  man: add description for specifying modes with aspect-ratio in
    weston.ini
  compositor-drm: Add aspect-ratio parsing support

 libweston/compositor-drm.c | 121 ++++++++++++++++++++++++++++++++++---
 libweston/compositor.h     |  15 +++++
 man/weston-drm.man         |  39 +++++++++++-
 3 files changed, 163 insertions(+), 12 deletions(-)

-- 
2.17.1



More information about the wayland-devel mailing list