]> 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)
commitf5621f85a8fd012d8dfb642c4fc08ea116f8fc67
tree81298c9469d68fc1a4e694cb0a4207afbbdf9924
parent313a6ec9f2eb06f67e835ea60ec194db3544fb75
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