Files
linux/drivers/gpu/drm/drm_framebuffer.c
Dave Stevenson 63aad546f6 drm: Checking of the pitch is only valid for linear formats
framebuffer_check was computing a minimum pitch value and ensuring
that the provided value was greater than this.
That check is only valid if the format is linear.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
2021-01-27 19:13:07 +00:00

33 KiB