Re: [PATCH] drm/tidss: Add prepare_fb to the plane helper funcs

2020-08-26 Thread Laurent Pinchart
Hi Gowtham, Thank you for the patch. On Wed, Aug 26, 2020 at 04:44:09PM +0300, Tomi Valkeinen wrote: > From: Gowtham Tammana > > drm_gem_fb_prepare_fb() extracts fence and attaches to plane state. > The fence info is needed if implicit fencing is used. Add this as > prepare_fb function pointer

[PATCH] drm/tidss: Add prepare_fb to the plane helper funcs

2020-08-26 Thread Tomi Valkeinen
From: Gowtham Tammana drm_gem_fb_prepare_fb() extracts fence and attaches to plane state. The fence info is needed if implicit fencing is used. Add this as prepare_fb function pointer to plane helper funcs. Signed-off-by: Gowtham Tammana Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/tidss

Re: [PATCH] drm/tidss: Add prepare_fb to the plane helper funcs

2020-02-27 Thread Daniel Vetter
On Thu, Feb 27, 2020 at 11:31:39AM +0100, Daniel Vetter wrote: > On Thu, Feb 27, 2020 at 12:13:07PM +0200, Jyri Sarha wrote: > > From: Gowtham Tammana > > > > drm_gem_fb_prepare_fb() extracts fence and attaches to plane state. > > The fence info is needed if implicit fencing is used. Add this as

Re: [PATCH] drm/tidss: Add prepare_fb to the plane helper funcs

2020-02-27 Thread Daniel Vetter
On Thu, Feb 27, 2020 at 12:13:07PM +0200, Jyri Sarha wrote: > From: Gowtham Tammana > > drm_gem_fb_prepare_fb() extracts fence and attaches to plane state. > The fence info is needed if implicit fencing is used. Add this as > prepare_fb function pointer to plane helper funcs. > > Signed-off-by:

[PATCH] drm/tidss: Add prepare_fb to the plane helper funcs

2020-02-27 Thread Jyri Sarha
From: Gowtham Tammana drm_gem_fb_prepare_fb() extracts fence and attaches to plane state. The fence info is needed if implicit fencing is used. Add this as prepare_fb function pointer to plane helper funcs. Signed-off-by: Gowtham Tammana Signed-off-by: Jyri Sarha --- drivers/gpu/drm/tidss/tid