Re: [PATCH 1/8] drm/sun4i: backend: Move line stride setup to buffer setup function

2017-12-13 Thread Neil Armstrong
On 13/12/2017 16:33, Maxime Ripard wrote: > Setup the line stride in the buffer setup function, since it's tied to the > buffer itself, and is not needed when we do not set the buffer in the > backend. > > This is for example the case when using the frontend and then routing its > output to the ba

[PATCH 1/8] drm/sun4i: backend: Move line stride setup to buffer setup function

2017-12-13 Thread Maxime Ripard
Setup the line stride in the buffer setup function, since it's tied to the buffer itself, and is not needed when we do not set the buffer in the backend. This is for example the case when using the frontend and then routing its output to the backend. Signed-off-by: Maxime Ripard --- drivers/gpu