]> git.baikalelectronics.ru Git - kernel.git/commit
drm/edid: Check for user aspect ratio input
authorVandana Kannan <vandana.kannan@intel.com>
Thu, 5 Jun 2014 09:15:29 +0000 (14:45 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 23 Jul 2014 05:05:25 +0000 (07:05 +0200)
commit2ea1d254efbc5a49113b1dc26f8a2d9515f45106
tree81298c9469d68fc1a4e694cb0a4207afbbdf9924
parentae638c6a90028ec6dc1856f4e6146c2da5401f0a
drm/edid: Check for user aspect ratio input

In case user has specified an input for aspect ratio through the property,
then the user space value for PAR would take preference over the value from
CEA mode list.

v2: Thierry's review comments.
- Modified the comment "Populate..." as per review comments

v3: Thierry's review comments.
- Modified the comment to block comment format.

Signed-off-by: Vandana Kannan <vandana.kannan@intel.com>
Cc: Thierry Reding <thierry.reding@gmail.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Acked-by: Dave Airlie <airlied@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_edid.c