Re: [PATCH 2/3] drm/ast: Store image size in HW cursor info

2020-07-27 Thread Daniel Vetter
On Mon, Jul 27, 2020 at 1:37 PM Thomas Zimmermann wrote: > > Hi > > Am 27.07.20 um 12:42 schrieb dan...@ffwll.ch: > > On Mon, Jul 27, 2020 at 09:37:06AM +0200, Thomas Zimmermann wrote: > >> Store the image size as part of the HW cursor info, so that the > >> cursor show function doesn't require th

Re: [PATCH 2/3] drm/ast: Store image size in HW cursor info

2020-07-27 Thread Thomas Zimmermann
Hi Am 27.07.20 um 12:42 schrieb dan...@ffwll.ch: > On Mon, Jul 27, 2020 at 09:37:06AM +0200, Thomas Zimmermann wrote: >> Store the image size as part of the HW cursor info, so that the >> cursor show function doesn't require the information from the >> caller. No functional changes. > > Uh just p

Re: [PATCH 2/3] drm/ast: Store image size in HW cursor info

2020-07-27 Thread daniel
On Mon, Jul 27, 2020 at 09:37:06AM +0200, Thomas Zimmermann wrote: > Store the image size as part of the HW cursor info, so that the > cursor show function doesn't require the information from the > caller. No functional changes. Uh just pass the state structure and done? All these "store random s

[PATCH 2/3] drm/ast: Store image size in HW cursor info

2020-07-27 Thread Thomas Zimmermann
Store the image size as part of the HW cursor info, so that the cursor show function doesn't require the information from the caller. No functional changes. Signed-off-by: Thomas Zimmermann Fixes: 4961eb60f145 ("drm/ast: Enable atomic modesetting") Cc: Thomas Zimmermann Cc: Gerd Hoffmann Cc: Da