]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/rcar-du: Split features and quirks
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 13 Nov 2013 12:33:45 +0000 (13:33 +0100)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 2 Dec 2013 00:27:27 +0000 (01:27 +0100)
commite8355e0dc48c966477e6b427e7043ea71698776a
tree35cf6dd95c6474f35d2023a424b7f872526bcdd7
parenteb86301f293da3c362db729a9f40ddb25755902b
drm/rcar-du: Split features and quirks

128-byte pitch alignement is not a hardware feature, it's a hardware
bug. Split it from the features field into a new quirks field. New
quirks will be added to support the R8A7791 SoC.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
drivers/gpu/drm/rcar-du/rcar_du_drv.c
drivers/gpu/drm/rcar-du/rcar_du_drv.h
drivers/gpu/drm/rcar-du/rcar_du_kms.c