summaryrefslogtreecommitdiff
path: root/sys/external/bsd/drm2/include/drm
AgeCommit message (Expand)Author
2022-10-25drm: New IRQ_WAKE_THREAD constant.riastradh
2022-07-19drm: Teach bus_dma_hacks.h about alpha.riastradh
2022-07-02Add a missing ';'skrll
2022-07-02drm: Rewrite drm_gem_cma_helper.h from scratch.riastradh
2021-12-19drm: Mark variable as used only by trace point.riastradh
2021-12-19drm: Fix comments about wait return values.riastradh
2021-12-19drm: Ensure DRM_*WAIT* never counts down from MAX_SCHEDULE_TIMEOUT.riastradh
2021-12-19i915: Make intel_gtt_get prototype match Linux.riastradh
2021-12-19amdgpu: Another pass through.riastradh
2021-12-19drm: Set IPL_DRM to IPL_VM, not IPL_TTY.riastradh
2021-12-19drm: Work around client modeset mutex for entering ddb.riastradh
2021-12-19drm: Fix index confusion and rename variables to clarify.riastradh
2021-12-19drm: Add drm_vma_offset_exact_lookup_locked.riastradh
2021-12-19Make intel_psr.c buildriastradh
2021-12-19i915: ggttriastradh
2021-12-19i915: another whack at itriastradh
2021-12-19drm: Let's go one segment at a time, not two, shall we?riastradh
2021-12-19drm: Another pass over i915 and some supporting logic.riastradh
2021-12-19drm: Nix use of uvm pglist. Just use arrays of page pointers.riastradh
2021-12-19i915_mei_hdcp_interface.h from openbsdriastradh
2021-12-19Reimplement task barrier without semaphores.riastradh
2021-12-19Make this const.riastradh
2021-12-19drm_os_netbsd.h is no moreriastradh
2021-12-19drm_writeback stubsriastradh
2021-12-19Start drm_client.h stubs.riastradh
2021-12-19Update drm_sysfs stubs.riastradh
2021-12-19Delete drmP.h. Good riddance!riastradh
2021-12-19Empty out drm_os_netbsd.h.riastradh
2021-12-19Fix up includes of <sys/vmem.h>.riastradh
2021-12-19Give some more declarations a new home.riastradh
2021-12-19Move drm_io_mapping_* to its own header file.riastradh
2021-12-19Move files which are gone upstream out of dist/.riastradh
2021-12-19match linux side-loadingriastradh
2021-12-19nbsd-namespace, and provide CONFIG_LOCKDEP (disabled)riastradh
2021-12-19provide DRM_FILE_PAGE_OFFSET_{START,SIZE}riastradh
2021-12-19Side-load linux/mm.h from the same headers as linuxriastradh
2021-12-19stub drm_writeback_set_fbriastradh
2021-12-19provide a stub drm_writeback_prepare_job, knfriastradh
2021-12-19Remove GPL header for which we have our own coderiastradh
2021-12-19Create stub headers for files included by drm code.riastradh
2021-12-19Update intel gtt API.riastradh
2021-12-19Linux wants a `readonly' member in struct drm_vma_offset_node.riastradh
2021-12-19Constify some prototypes for great constance.riastradh
2021-12-19Fix typo: list lessees, not list leases.riastradh
2021-12-19drm_vma_manager deals in struct drm_file, not struct file, now.riastradh
2021-12-19Tweak includes and forward decls.riastradh
2021-12-19More drm_writeback stubs.riastradh
2021-12-19Declare drm_lease_destroy.riastradh
2021-12-19Disable GPL drm_writeback.c, minimal stub for drm_writeback.h.riastradh
2021-12-19Unfinished local implementation of GPL drm_lease.c.riastradh