summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/rkdrm.c
AgeCommit message (Expand)Author
2020-06-08update drm to linux 5.7Jonathan Gray
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2020-04-08Add glass console support.Mark Kettenis
2020-04-08Set correct pixel format. Fix limits on number of characters in theMark Kettenis
2020-03-22Implement WSDISPLAYIO GET/SET ioctls in rkdrm. This allows backlight controls...Brandon Mercer
2020-03-22Don't allocate a framebuffer if no interface ports have been configured.Mark Kettenis
2020-03-16Replace video "framework" with a more generic port/endpoint "framework".Mark Kettenis
2020-03-04Properly implement the page fault handler for CMA GEM buffers and actuallyMark Kettenis
2020-02-21Add rkdrm(4), a driver which combines all the separate componentsPatrick Wildt