summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/include
AgeCommit message (Expand)Author
2021-10-01treewide: Change list_sort to use const pointersJonathan Gray
2021-09-27drm: protect drm_master pointers in drm_lease.cJonathan Gray
2021-09-27drm: serialize drm_file.master with a new spinlockJonathan Gray
2021-08-14call task_del() from destroy_work_on_stack()Jonathan Gray
2021-08-11backout drm/include/linux/irq_work.h r1.4 and drm/drm_linux.c r1.83Stuart Henderson
2021-08-07use taskq_del_barrier() instead of taskq_barrier() when flushing workJonathan Gray
2021-07-29drm: Return -ENOTTY for non-drm ioctlsJonathan Gray
2021-07-28Switch to an MI implementation of kmap_atomic() and implementMark Kettenis
2021-07-19sync kfd_ioctl.h with linux 5.10.yJonathan Gray
2021-07-14timeout_add() always sets a new expiry time unrelated to the previousJonathan Gray
2021-07-14When mod_timer() is called with a value less than or equal to theJonathan Gray
2021-07-08revert drm_mm to our previous drm 5.7.y versionJonathan Gray
2021-07-07update drm to linux 5.10.47Jonathan Gray
2021-06-26Add riscv64 support. From Mickael Torres.Mark Kettenis
2021-06-26riscv64 struct cpu_info has ci_idepthJonathan Gray
2021-06-25add linux style memory barriers for risc-v to drmJonathan Gray
2021-05-17return early if work is cancelled before being scheduledJonathan Gray
2021-02-14correct drm work flush behaviourJonathan Gray
2021-01-13revert drm vmalloc changesJonathan Gray
2021-01-08Bring the emulated Linux memory allocation interfaces more in line withMark Kettenis
2020-12-20drm/i915: Remove dubious Valleyview PCI IDsJonathan Gray
2020-12-20test against [VM_MIN_ADDRESS, VM_MAXUSER_ADDRESS] in access_ok()Jonathan Gray
2020-12-14remove unused include linux no longer hasJonathan Gray
2020-12-14remove unused (and wrong) disable_irq() and enable_irq() definesJonathan Gray
2020-12-13remove unused wait interfacesJonathan Gray
2020-12-10use jiffies var instead of ticks when checking for timeoutJonathan Gray
2020-12-10remove timespec_to_jiffies() which no longer exists in linuxJonathan Gray
2020-12-07remove unused (and wrong) page_address() macroJonathan Gray
2020-12-07change from bus_addr_t to paddr_t for phys_addr_t and resource_size_tJonathan Gray
2020-11-17remove unused definitions which no longer exist in linuxJonathan Gray
2020-11-17remove setup_timer() interface linux removed in 2017Jonathan Gray
2020-11-17fix time_after32() macroJonathan Gray
2020-11-14Bring IDR function prototypes in line with modern Linux and implementMark Kettenis
2020-11-12use RWLOCK_INITIALIZER() in DEFINE_MUTEX()Jonathan Gray
2020-11-09use a single preinitialised mutex for atomic64 fallback pathJonathan Gray
2020-11-09use 64 bit atomic builtins on i386 for atomic64Jonathan Gray
2020-11-07change from rwlock(9) to mutex(9) for linux rwlocksJonathan Gray
2020-11-06move definitions which should be in rwsem.hJonathan Gray
2020-10-29We need more memory barriers on powerpc.Mark Kettenis
2020-10-26Improve I/O functions to match Linux:Mark Kettenis
2020-10-26remove unused alpha memory barrier definesJonathan Gray
2020-10-26use __membar() where possibleJonathan Gray
2020-10-26use lwsync and eieio for smp barriers on powerpcJonathan Gray
2020-10-21handle capable(CAP_SYS_NICE) for allowing high priority contextsJonathan Gray
2020-10-21change drm_vma function arguments to take struct drm_file *Jonathan Gray
2020-10-20use drm_mm from linux 5.7.yJonathan Gray
2020-10-16remove uneeded pool.h includeJonathan Gray
2020-10-16implement linux interval tree functionsJonathan Gray
2020-10-14remove unused locally added drm_driver struct membersJonathan Gray
2020-10-11Align pool items on CACHELINESIZE when replacing linux kmem_cache withJonathan Gray