]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Add aspect ratio property for HDMI
authorVandana Kannan <vandana.kannan@intel.com>
Wed, 11 Jun 2014 05:36:01 +0000 (11:06 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 23 Jul 2014 05:05:26 +0000 (07:05 +0200)
commit008c2e68a6ec9bd9d926682a3896a0bd7749c29a
tree36ed9838942fccc6e8314e2ae42d41c33fe98752
parent2ea1d254efbc5a49113b1dc26f8a2d9515f45106
drm/i915: Add aspect ratio property for HDMI

Create and attach the drm property to set aspect ratio. If there is no user
specified value, then PAR_NONE/Automatic option is set by default. User can
select aspect ratio 4:3 or 16:9. The aspect ratio selected by user would
come into effect with a mode set.

v2: Modified switch case to include aspect ratio enum changes

v3: Modified the patch according the change in the earlier patch to return
errno in case property creation fails. With this change, property will be
attached only if creation is successful

Signed-off-by: Vandana Kannan <vandana.kannan@intel.com>
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_hdmi.c