summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* correct drm work flush behaviourjsg2021-02-141-2/+3
* revert drm vmalloc changesjsg2021-01-132-16/+38
* Bring the emulated Linux memory allocation interfaces more in line withkettenis2021-01-082-38/+16
* drm/i915: Remove dubious Valleyview PCI IDsjsg2020-12-201-3/+1
* test against [VM_MIN_ADDRESS, VM_MAXUSER_ADDRESS] in access_ok()jsg2020-12-201-3/+8
* remove unused include linux no longer hasjsg2020-12-141-0/+0
* remove unused (and wrong) disable_irq() and enable_irq() definesjsg2020-12-141-3/+0
* remove unused wait interfacesjsg2020-12-131-13/+1
* use jiffies var instead of ticks when checking for timeoutjsg2020-12-101-6/+7
* remove timespec_to_jiffies() which no longer exists in linuxjsg2020-12-101-12/+0
* remove unused (and wrong) page_address() macrojsg2020-12-071-1/+0
* change from bus_addr_t to paddr_t for phys_addr_t and resource_size_tjsg2020-12-071-2/+2
* remove unused definitions which no longer exist in linuxjsg2020-11-174-8/+2
* remove setup_timer() interface linux removed in 2017jsg2020-11-171-2/+1
* fix time_after32() macrojsg2020-11-171-1/+1
* Bring IDR function prototypes in line with modern Linux and implementkettenis2020-11-141-13/+12
* use RWLOCK_INITIALIZER() in DEFINE_MUTEX()jsg2020-11-121-1/+1
* use a single preinitialised mutex for atomic64 fallback pathjsg2020-11-091-14/+16
* use 64 bit atomic builtins on i386 for atomic64jsg2020-11-091-2/+4
* change from rwlock(9) to mutex(9) for linux rwlocksjsg2020-11-073-11/+7
* move definitions which should be in rwsem.hjsg2020-11-063-6/+14
* We need more memory barriers on powerpc.kettenis2020-10-291-7/+13
* Improve I/O functions to match Linux:kettenis2020-10-261-9/+100
* remove unused alpha memory barrier definesjsg2020-10-261-5/+1
* use __membar() where possiblejsg2020-10-261-9/+9
* use lwsync and eieio for smp barriers on powerpcjsg2020-10-261-4/+11
* handle capable(CAP_SYS_NICE) for allowing high priority contextsjsg2020-10-211-3/+10
* change drm_vma function arguments to take struct drm_file *jsg2020-10-211-5/+5
* use drm_mm from linux 5.7.yjsg2020-10-203-134/+60
* remove uneeded pool.h includejsg2020-10-161-1/+0
* implement linux interval tree functionsjsg2020-10-162-36/+19
* remove unused locally added drm_driver struct membersjsg2020-10-141-2/+0
* Align pool items on CACHELINESIZE when replacing linux kmem_cache withjsg2020-10-112-0/+6
* drm/i915/tgl: Add new PCI IDs to TGLjsg2020-10-051-2/+6
* avoid uninitialised var use in drm_syncobj.cjsg2020-10-011-1/+3
* use drm_cache.c from linux 5.7.yjsg2020-09-131-0/+9
* add an ipi for wbinvd and a linux style wbinvd_on_all_cpus() functionjsg2020-09-131-11/+1
* Include <sys/systm.h> directly instead of relying on hidden UVM includes.mpi2020-09-111-1/+2
* enable more of the syncobj codejsg2020-08-251-0/+33
* Our usleep_range(min, max) implementation today is only taking accountmglocker2020-08-181-1/+1
* drm/drm_fb_helper: fix fbdev with sparc64jsg2020-08-121-0/+12
* remove timeval conversion interfaces no longer in linuxjsg2020-08-031-6/+1
* change ktime to nanoseconds in drmjsg2020-07-292-52/+49
* use timeout_del_barrier(9) for del_timer_sync()jsg2020-07-201-2/+2
* drm: use hi-res time to implement ktime_get(), ktime_get_real()cheloha2020-07-072-4/+4
* remove unused timespec interfaces no longer in linuxjsg2020-07-021-38/+1
* powerpc64 has ci_idepthjsg2020-07-021-1/+1
* use intr_barrier(9) for synchronize_irq() and synchronize_hardirq()jsg2020-07-021-2/+0
* use intr_restore() when restoring interruptsjsg2020-06-301-2/+2
* use time since epoch not time since boot for 'real' interfacesjsg2020-06-291-5/+11