]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/msm/mdp: Use atomic helper to set crtc property
authorArchit Taneja <architt@codeaurora.org>
Thu, 25 Feb 2016 05:49:42 +0000 (11:19 +0530)
committerRob Clark <robdclark@gmail.com>
Wed, 2 Mar 2016 21:19:41 +0000 (16:19 -0500)
commit4103eef98c60d298715ca5d64b10c9874ca5f53b
tree8c1f380ceb142593d2836e7580cfb530d05a3af2
parentf31d12af957356c19556f7f2efc4da6d2fd50628
drm/msm/mdp: Use atomic helper to set crtc property

Assign drm_atomic_helper_crtc_set_property helper to MDP4 and MDP5
crtcs' set_property ops. This replaces the custom funcs that
returned an error even for standard crtc properties.

Signed-off-by: Archit Taneja <architt@codeaurora.org>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/mdp/mdp4/mdp4_crtc.c
drivers/gpu/drm/msm/mdp/mdp5/mdp5_crtc.c