Re: [PATCH 3/7] drm/vc4: Use drm_gem_fb_prepare_fb

2019-06-27 Thread Daniel Vetter
On Tue, Jun 25, 2019 at 10:42:04PM +0200, Daniel Vetter wrote: > vc4 has switched to using drm_fb->obj[], so we can just use the helper > unchanged. > > v2: Make it compile ... oops. > > Cc: Eric Anholt > Cc: Emil Velikov > Signed-off-by: Daniel Vetter > Cc: Eric Anholt Merged up to this one

[PATCH 3/7] drm/vc4: Use drm_gem_fb_prepare_fb

2019-06-25 Thread Daniel Vetter
vc4 has switched to using drm_fb->obj[], so we can just use the helper unchanged. v2: Make it compile ... oops. Cc: Eric Anholt Cc: Emil Velikov Signed-off-by: Daniel Vetter Cc: Eric Anholt --- drivers/gpu/drm/vc4/vc4_plane.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff -