summaryrefslogtreecommitdiff
path: root/sys/external/bsd/drm2/drm/drm_cdevsw.c
AgeCommit message (Expand)Author
2022-07-06uvm(9): fo_mmap caller guarantees positive size.riastradh
2021-12-19amdgpu: Make amdgpu_file_to_fpriv work.riastradh
2021-12-19drm: Omit bogus __unused attributes.riastradh
2021-12-19Initialize priv->filp, lost in removing drm_fops.criastradh
2021-12-19Eliminate drm_file.c copypasta.riastradh
2021-12-19drm_agpsupport.h for drm_legacy_agp_clear.riastradh
2021-12-19Remove last users of drmP.h.riastradh
2021-12-19Make ourselves less dependent on drmP.h, removed upstream.riastradh
2021-12-19some declarations are now guarded under CONFIG_DRM_LEGACY.riastradh
2021-12-19Include some headers now that drmP.h got split off.riastradh
2021-12-19Serialize drm_read so we can back out on uiomove without reordering.riastradh
2021-12-19drm_agp_clear got renamed to drm_agp_legacy_clear.riastradh
2021-12-19drm_lastclose now rightly returns void.riastradh
2021-12-19Include drm_internal.h by "../dist/drm/drm_internal.h".riastradh
2021-09-26Change the kqueue filterops::f_isfd field to filterops::f_flags, andthorpej
2020-12-19Use sel{record,remove}_knote().thorpej
2019-04-16fix various problems i've seen where cv_*wait*() return ERESTART,mrg
2018-12-21Expose nvif ioctl interface.maya
2018-08-28Rework PCI and AGP conditionalization.riastradh
2018-08-28Move decl of drm_guarantee_initialized to drmP.h.riastradh
2018-08-27Locks are not like negatives: doubles don't cancel out.riastradh
2018-08-27We don't need drm_legacy_vma_flush.riastradh
2018-08-27Rename drm_mmap_* -> drm_legacy_mmap_* like upstream.riastradh
2018-08-27Copy body of static drm_legacy_dev_reinit from drm_fops.c to drm_cdevsw.c.riastradh
2018-08-27open_count is protected by drm_global_mutex; count_lock is no more.riastradh
2018-08-27Actually convert errno as comment suggests.riastradh
2018-08-27Move drm_ioctl to drm_ioctl.c.riastradh
2018-08-27Update DRM_IOCTL_DEF.riastradh
2018-08-27Make drm_lastclose match upstream.riastradh
2018-08-27Rename drm_drv.c to drm_cdevsw.c.riastradh