]> Git Repo - linux.git/commit
drm/msm/mdp5: Set rotation property initial value to DRM_ROTATE_0 insted of 0
authorVille Syrjälä <[email protected]>
Fri, 22 Jul 2016 13:43:09 +0000 (16:43 +0300)
committerRob Clark <[email protected]>
Thu, 15 Sep 2016 21:21:12 +0000 (17:21 -0400)
commit1d42a3fee6e83ae6e7c83808ccdf8620fc30447e
treeb17a0b9816a6c805530c75ba3c849f69787fba52
parent0e54543c49e5a11db602f29a3b0d5d38ef234f7a
drm/msm/mdp5: Set rotation property initial value to DRM_ROTATE_0 insted of 0

0 isn't a valid rotation property value, so let's set the initial value
of the property to DRM_ROTATE_0 instead.

In the same vein, we must always have at leat one angle as part of set
of supported rotation bits, so let's include DRM_ROTATE_0 in there.

Cc: Rob Clark <[email protected]>
Cc: Jilai Wang <[email protected]>
Signed-off-by: Ville Syrjälä <[email protected]>
Signed-off-by: Rob Clark <[email protected]>
drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c
This page took 0.051104 seconds and 4 git commands to generate.