aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tiny/simpledrm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-26drm/simpledrm: Fix return type of simpledrm_simple_display_pipe_mode_valid()Nathan Chancellor1-1/+1
2022-05-03drm/simpledrm: Use fbdev defaults for shadow bufferingThomas Zimmermann1-1/+0
2022-02-23drm/simpledrm: Add "panel orientation" property on non-upright mounted LCD panelsHans de Goede1-0/+3
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-5/+17
2022-01-27drm/simpledrm: Request memory region in driverThomas Zimmermann1-5/+17
2022-01-10Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-10/+31
2021-12-16drm/simpledrm: Add [AX]RGB2101010 formatsHector Martin1-2/+2
2021-12-13drm: simpledrm: fix wrong unit with pixel clockAlejandro Concepcion-Rodriguez1-1/+1
2021-11-11drm/simpledrm: Support virtual screen sizesThomas Zimmermann1-2/+7
2021-11-11drm/simpledrm: Enable FB_DAMAGE_CLIPS propertyThomas Zimmermann1-9/+19
2021-11-11drm/format-helper: Streamline blit-helper interfaceThomas Zimmermann1-4/+10
2021-08-08drm/simpledrm: Use offset-adjusted shadow-plane mappingThomas Zimmermann1-2/+2
2021-05-27drm/simpledrm: Use %p4cc to print 4CC formatThomas Zimmermann1-4/+2
2021-05-15drm: simpledrm: fix a potential NULL dereferenceDan Carpenter1-2/+7
2021-05-13drm: simpledrm: Fix use after free issuesColin Ian King1-0/+2
2021-05-13drm: simpledrm: print resource info using '%pr'Randy Dunlap1-2/+2
2021-05-01drm/simpledrm: Acquire memory aperture for framebufferThomas Zimmermann1-1/+24
2021-05-01drm: Add simpledrm driverThomas Zimmermann1-0/+873