[PATCH V3] drm: simple_kms_helper: Add prepare_fb and cleanup_fb hooks

2016-10-05 Thread Marek Vasut
On 10/05/2016 03:18 PM, Daniel Vetter wrote: > On Sun, Oct 02, 2016 at 07:01:24PM +0200, Marek Vasut wrote: >> Add .prepare_fb and .cleanup_fb plane hooks into the drm_simple_kms. >> These can be used by drivers to call ie. the drm_fb_cma_setup_fence() >> helper. >> >> Signed-off-by: Marek Vasut >

[PATCH V3] drm: simple_kms_helper: Add prepare_fb and cleanup_fb hooks

2016-10-05 Thread Daniel Vetter
On Sun, Oct 02, 2016 at 07:01:24PM +0200, Marek Vasut wrote: > Add .prepare_fb and .cleanup_fb plane hooks into the drm_simple_kms. > These can be used by drivers to call ie. the drm_fb_cma_setup_fence() > helper. > > Signed-off-by: Marek Vasut > Cc: Noralf Trønnes > Cc: Daniel Vetter > Cc: Da

[PATCH V3] drm: simple_kms_helper: Add prepare_fb and cleanup_fb hooks

2016-10-02 Thread Marek Vasut
Add .prepare_fb and .cleanup_fb plane hooks into the drm_simple_kms. These can be used by drivers to call ie. the drm_fb_cma_setup_fence() helper. Signed-off-by: Marek Vasut Cc: Noralf Trønnes Cc: Daniel Vetter Cc: David Airlie --- V2: Fix the documentation style to play well with make htmldo