summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/rkdrm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* update drm to linux 5.7jsg2020-06-081-75/+23
* change wsdisplay attribute type from long to uint32_tjsg2020-05-251-4/+4
* rename wsdisplay alloc_attr() to pack_attr()jsg2020-05-251-2/+2
* Add glass console support.kettenis2020-04-081-1/+20
* Set correct pixel format. Fix limits on number of characters in thekettenis2020-04-081-2/+8
* Implement WSDISPLAYIO GET/SET ioctls in rkdrm. This allows backlight controls on the pinebook pro through wsconsctl. Thanks, Mark. ok kettenis@, patrick@bmercer2020-03-221-1/+9
* Don't allocate a framebuffer if no interface ports have been configured.kettenis2020-03-221-3/+5
* Replace video "framework" with a more generic port/endpoint "framework".kettenis2020-03-161-2/+2
* Properly implement the page fault handler for CMA GEM buffers and actuallykettenis2020-03-041-11/+18
* Add rkdrm(4), a driver which combines all the separate componentspatrick2020-02-211-0/+552