summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tiny/simpledrm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-01-101-10/+31
|\
| * drm/simpledrm: Add [AX]RGB2101010 formatsHector Martin2021-12-161-2/+2
| * drm/simpledrm: Support virtual screen sizesThomas Zimmermann2021-11-111-2/+7
| * drm/simpledrm: Enable FB_DAMAGE_CLIPS propertyThomas Zimmermann2021-11-111-9/+19
| * drm/format-helper: Streamline blit-helper interfaceThomas Zimmermann2021-11-111-4/+10
* | drm: simpledrm: fix wrong unit with pixel clockAlejandro Concepcion-Rodriguez2021-12-131-1/+1
|/
* drm/simpledrm: Use offset-adjusted shadow-plane mappingThomas Zimmermann2021-08-081-2/+2
* drm/simpledrm: Use %p4cc to print 4CC formatThomas Zimmermann2021-05-271-4/+2
* drm: simpledrm: fix a potential NULL dereferenceDan Carpenter2021-05-151-2/+7
* drm: simpledrm: Fix use after free issuesColin Ian King2021-05-131-0/+2
* drm: simpledrm: print resource info using '%pr'Randy Dunlap2021-05-131-2/+2
* drm/simpledrm: Acquire memory aperture for framebufferThomas Zimmermann2021-05-011-1/+24
* drm: Add simpledrm driverThomas Zimmermann2021-05-011-0/+873