[PATCH 0/9] drm/msm/mdp5: Cursor plane stuff

2016-12-19 Thread Archit Taneja
This series does some mdp5_plane related clean ups (use plane helpers for clipping etc), adds MDP5 bits needed for cursor plane blocks, and then add cursor planes. On older MDP5 versions, we had cursor HW in Layer Mixer blocks, and that's implemented in mdp5_crtc.c. With newer hardware, the cursor

[PATCH 0/9] drm/msm/mdp5: Cursor plane stuff

2016-12-19 Thread Daniel Vetter
On Mon, Dec 19, 2016 at 05:38:49PM +0530, Archit Taneja wrote: > This series does some mdp5_plane related clean ups (use plane helpers > for clipping etc), adds MDP5 bits needed for cursor plane blocks, and > then add cursor planes. > > On older MDP5 versions, we had cursor HW in Layer Mixer block