summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tiny/ofdrm.c
Commit message (Expand)AuthorAgeFilesLines
* drm/tiny: Convert to platform remove callback returning voidUwe Kleine-König2023-06-081-4/+2
* drm: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-301-6/+2
* drm/fb-helper: Replace bpp/depth parameter by color modeThomas Zimmermann2023-01-061-1/+6
* drm/format-helper: Simplify drm_fb_build_fourcc_list()Thomas Zimmermann2023-01-031-20/+0
* drm/ofdrm: Set preferred depth from format of scanout bufferThomas Zimmermann2022-11-241-12/+1
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-1/+1
* drm/ofdrm: Cast error pointers to void __iomem *Thomas Zimmermann2022-11-041-8/+8
* drm/ofdrm: Convert PCI IDs to CPU endianness for comparingThomas Zimmermann2022-11-041-3/+8
* drm/ofdrm: Support big-endian scanout buffersThomas Zimmermann2022-10-141-2/+53
* drm/ofdrm: Support color managementThomas Zimmermann2022-10-141-5/+437
* drm/ofdrm: Add per-model device functionThomas Zimmermann2022-10-141-0/+125
* drm/ofdrm: Add CRTC stateThomas Zimmermann2022-10-141-3/+56
* drm/ofdrm: Add ofdrm for Open Firmware framebuffersThomas Zimmermann2022-10-141-0/+763