aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_dri.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: fix bugs pointed out by syz-checkDmitry Vyukov2022-01-131-35/+41
| | | | Update #590
* sys/linux: improve dev_dri descriptionsDmitry Vyukov2022-01-111-12/+32
| | | | | | | Add construcor for drm_plane_id resource that returns it outside of an array. Provide more detailed desriptions for DRM_IOCTL_SYNCOBJ_HANDLE_TO_FD/DRM_IOCTL_SYNCOBJ_FD_TO_HANDLE as they accept/return complete different resources.
* sys/linux: support syncobjs in dev_msm (#2552)Stephen Boyd2021-04-261-24/+81
| | | | | * sys/linux: support syncobjs in dev_msm * sys/linux: describe syncpoints and dma fences for dev_dri
* sys/linux: use per-field directions in descriptionsNecip Fazil Yildiran2020-08-131-49/+78
|
* sys/linux: fix drm_mode_fb_cmd2 layoutDmitry Vyukov2020-01-281-1/+1
| | | | | | Thanks to syz-check for catching this. Update #590
* sys/linux: extend DRM ioctl descriptionsDmitry Vyukov2020-01-251-39/+361
| | | | | | + disable binderfs (see comments) + add few more missing tty ioctls + improve few minor things in hci descriptions
* sys/linux: fix 32-bit warningsDmitry Vyukov2019-12-231-5/+5
| | | | | | | Lots of interesting findings... Especially 2 byte uid/gid/pid. Update #590
* sys/linux: another batch of syz-check fixesDmitry Vyukov2019-12-181-14/+11
| | | | Update #590
* sys/linux: regenerate constsDmitry Vyukov2019-12-021-0/+2
| | | | | Regenerate consts now that make extract is fixed. Interestingly some arm consts have changed (arm/i386 abi difference?).
* sys/linux: add open of /dev/dri/renderD128Dmitry Vyukov2019-11-291-0/+1
| | | | It's created by qemu but is not matched by the existing /dev/dri/renderD# pattern.
* sys/linux: rename dev descriptions filesAndrey Konovalov2019-02-011-0/+337
Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names.