]> git.baikalelectronics.ru Git - kernel.git/commit
drm/sun4i: Make pitch even for GEM dumb alloc as per hardware constraint
authorPaul Kocialkowski <paul.kocialkowski@bootlin.com>
Fri, 23 Nov 2018 09:25:01 +0000 (10:25 +0100)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Tue, 27 Nov 2018 09:01:49 +0000 (10:01 +0100)
commit9d978611c62497ee125aedd56933dc17c215557a
treef3109cde15ba08e36b3b216f7fcdac22022c81a7
parentd319b99132fbd7ffe65395e22b5dfd9d7854dd17
drm/sun4i: Make pitch even for GEM dumb alloc as per hardware constraint

Our hardware requires the pitch to be an even number when using YUV
formats with the frontend. Implement a driver-specific callback for GEM
dumb allocation that sets the pitch accordingly.

Since only the bpp is passed (and not the format), we cannot really
distinguish if this alignment is really required. Since it doesn't hurt
to align the pitch anyway, always do it.

Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181123092515.2511-30-paul.kocialkowski@bootlin.com
drivers/gpu/drm/sun4i/sun4i_drv.c