index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
Age
Commit message (
Expand
)
Author
2021-03-05
ansi
Jonathan Gray
2021-02-20
remove warning about amdgpu userptr ioctl being unimplemented
Jonathan Gray
2021-02-14
correct drm work flush behaviour
Jonathan Gray
2021-02-08
Simplify sleep_setup API to two operations in preparation for splitting
Martin Pieuchot
2021-01-13
revert drm vmalloc changes
Jonathan Gray
2021-01-08
Bring the emulated Linux memory allocation interfaces more in line with
Mark Kettenis
2020-12-31
don't oversleep when waiting on fences
Jonathan Gray
2020-12-25
Refactor klist insertion and removal
Visa Hankala
2020-12-20
sync with i915_pciids.h
Jonathan Gray
2020-12-20
drm/i915: Remove dubious Valleyview PCI IDs
Jonathan Gray
2020-12-20
remove duplicate device id caused by subids in INTEL_IVB_Q_IDS
Jonathan Gray
2020-12-20
test against [VM_MIN_ADDRESS, VM_MAXUSER_ADDRESS] in access_ok()
Jonathan Gray
2020-12-14
remove unused include linux no longer has
Jonathan Gray
2020-12-14
remove unused (and wrong) disable_irq() and enable_irq() defines
Jonathan Gray
2020-12-13
set scatterlist to NULL after free
Jonathan Gray
2020-12-13
remove unused wait interfaces
Jonathan Gray
2020-12-10
use jiffies var instead of ticks when checking for timeout
Jonathan Gray
2020-12-10
remove timespec_to_jiffies() which no longer exists in linux
Jonathan Gray
2020-12-08
Call ttm_tt_unpopulate() instead of directly calling ttm_tt_unpopulate
Jonathan Gray
2020-12-08
correct ttm_tt error paths if bus_dmamap_create() fails
Jonathan Gray
2020-12-07
remove unused (and wrong) page_address() macro
Jonathan Gray
2020-12-07
change from bus_addr_t to paddr_t for phys_addr_t and resource_size_t
Jonathan Gray
2020-11-30
Use DC_FP_START()/DC_FP_END() around dcn2.1 paths known to cause
Jonathan Gray
2020-11-21
Add barriers in the IO helper functions just like what was done for amdgpu(4).
Mark Kettenis
2020-11-19
The conversion of the IO BAR access did not completely mirror the
Patrick Wildt
2020-11-17
remove unused definitions which no longer exist in linux
Jonathan Gray
2020-11-17
remove setup_timer() interface linux removed in 2017
Jonathan Gray
2020-11-17
fix time_after32() macro
Jonathan Gray
2020-11-17
adjust for reversed outb arguments linux uses
Jonathan Gray
2020-11-14
Revise the initialization of the DRM Linux emulation layer such that we
Mark Kettenis
2020-11-14
idr limit should be inclusive
Jonathan Gray
2020-11-14
Bring IDR function prototypes in line with modern Linux and implement
Mark Kettenis
2020-11-14
whitespace
Mark Kettenis
2020-11-14
We should only grab the drm_global_mutex lock for legacy drivers.
Mark Kettenis
2020-11-12
use RWLOCK_INITIALIZER() in DEFINE_MUTEX()
Jonathan Gray
2020-11-09
use a single preinitialised mutex for atomic64 fallback path
Jonathan Gray
2020-11-09
use 64 bit atomic builtins on i386 for atomic64
Jonathan Gray
2020-11-08
vblank seqlock is used from interrupt context so use IPL_TTY
Jonathan Gray
2020-11-07
change from rwlock(9) to mutex(9) for linux rwlocks
Jonathan Gray
2020-11-06
Remove unused `anon' argument from uvmfault_unlockall().
Martin Pieuchot
2020-11-06
Remove unused `anon' argument from uvmfault_unlockall().
Martin Pieuchot
2020-11-06
move definitions which should be in rwsem.h
Jonathan Gray
2020-10-29
We need more memory barriers on powerpc.
Mark Kettenis
2020-10-29
Silence "using MMIO for ATOM IIO" error message, since that is normal on
Mark Kettenis
2020-10-28
Switch from bus_space_read/write to linux io.h interfaces for all
Jonathan Gray
2020-10-28
Use the function from <linux/io.h> for all "Memory Space" IO. This reduces
Mark Kettenis
2020-10-26
Make mapping the "I/O Space" BAR optional. POWER9 systems don't support
Mark Kettenis
2020-10-26
Improve I/O functions to match Linux:
Mark Kettenis
2020-10-26
remove unused alpha memory barrier defines
Jonathan Gray
2020-10-26
use __membar() where possible
Jonathan Gray
[next]