summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tiny/simpledrm.c
AgeCommit message (Expand)AuthorLines
2022-01-10Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-10/+31
2021-12-16drm/simpledrm: Add [AX]RGB2101010 formatsHector Martin-2/+2
2021-12-13drm: simpledrm: fix wrong unit with pixel clockAlejandro Concepcion-Rodriguez-1/+1
2021-11-11drm/simpledrm: Support virtual screen sizesThomas Zimmermann-2/+7
2021-11-11drm/simpledrm: Enable FB_DAMAGE_CLIPS propertyThomas Zimmermann-9/+19
2021-11-11drm/format-helper: Streamline blit-helper interfaceThomas Zimmermann-4/+10
2021-08-08drm/simpledrm: Use offset-adjusted shadow-plane mappingThomas Zimmermann-2/+2
2021-05-27drm/simpledrm: Use %p4cc to print 4CC formatThomas Zimmermann-4/+2
2021-05-15drm: simpledrm: fix a potential NULL dereferenceDan Carpenter-2/+7
2021-05-13drm: simpledrm: Fix use after free issuesColin Ian King-0/+2
2021-05-13drm: simpledrm: print resource info using '%pr'Randy Dunlap-2/+2
2021-05-01drm/simpledrm: Acquire memory aperture for framebufferThomas Zimmermann-1/+24
2021-05-01drm: Add simpledrm driverThomas Zimmermann-0/+873