[PATCH 1/6] drm/msm/mdp: Use atomic helper to set crtc property

2016-02-15 Thread Archit Taneja
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 --- drivers/gpu/drm/msm/mdp/mdp4/mdp4_crtc.c | 9 + drivers/gpu/drm/msm/mdp/md

[PATCH 1/6] drm/msm/mdp: Use atomic helper to set crtc property

2016-02-15 Thread Daniel Vetter
On Mon, Feb 15, 2016 at 06:30:54PM +0530, Archit Taneja wrote: > 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 > --- > drive