summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tiny/ofdrm.c
AgeCommit message (Expand)AuthorLines
2023-03-30drm: Use of_property_read_bool() for boolean propertiesRob Herring-6/+2
2023-01-06drm/fb-helper: Replace bpp/depth parameter by color modeThomas Zimmermann-1/+6
2023-01-03drm/format-helper: Simplify drm_fb_build_fourcc_list()Thomas Zimmermann-20/+0
2022-11-24drm/ofdrm: Set preferred depth from format of scanout bufferThomas Zimmermann-12/+1
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann-1/+1
2022-11-04drm/ofdrm: Cast error pointers to void __iomem *Thomas Zimmermann-8/+8
2022-11-04drm/ofdrm: Convert PCI IDs to CPU endianness for comparingThomas Zimmermann-3/+8
2022-10-14drm/ofdrm: Support big-endian scanout buffersThomas Zimmermann-2/+53
2022-10-14drm/ofdrm: Support color managementThomas Zimmermann-5/+437
2022-10-14drm/ofdrm: Add per-model device functionThomas Zimmermann-0/+125
2022-10-14drm/ofdrm: Add CRTC stateThomas Zimmermann-3/+56
2022-10-14drm/ofdrm: Add ofdrm for Open Firmware framebuffersThomas Zimmermann-0/+763