[PATCH 1/7] drm: Extract drm_plane.[hc]

2016-09-21 Thread Daniel Vetter
Just pure code movement, cleanup and polish will happen in later patches. v2: Don't forget all the ioctl! To extract those cleanly I decided to put check_src_coords into drm_framebuffer.c (and give it a drm_framebuffer_ prefix), since that just checks framebuffer constraints. v3: rebase over PAGE

[PATCH 1/7] drm: Extract drm_plane.[hc]

2016-09-21 Thread Sean Paul
On Wed, Sep 21, 2016 at 6:28 AM, Sean Paul wrote: > On Wed, Sep 21, 2016 at 10:59:24AM +0200, Daniel Vetter wrote: >> Just pure code movement, cleanup and polish will happen in later >> patches. >> >> v2: Don't forget all the ioctl! To extract those cleanly I decided to >> put check_src_coords int

[PATCH 1/7] drm: Extract drm_plane.[hc]

2016-09-21 Thread Sean Paul
On Wed, Sep 21, 2016 at 10:59:24AM +0200, Daniel Vetter wrote: > Just pure code movement, cleanup and polish will happen in later > patches. > > v2: Don't forget all the ioctl! To extract those cleanly I decided to > put check_src_coords into drm_framebuffer.c (and give it a > drm_framebuffer_ pre