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
/
ttm
Age
Commit message (
Expand
)
Author
2021-10-12
Remove misleading uvm reference counting that isn't actually used.
Mark Kettenis
2021-09-05
Pass `uobj' to uvmfault_unlockall() at the end of the fault handler.
Martin Pieuchot
2021-09-02
Initialize the uvm object when we actually need it such that we can
Mark Kettenis
2021-07-31
drm/ttm: add a check against null pointer dereference
Jonathan Gray
2021-07-28
Switch to an MI implementation of kmap_atomic() and implement
Mark Kettenis
2021-07-07
update drm to linux 5.10.47
Jonathan Gray
2021-06-26
Revert last change, which is under an #ifdef __linux__ block so no used.
Matthieu Herrb
2021-06-25
basic radeondrm / X support for riscv64. Ok kettenis@
Matthieu Herrb
2021-06-16
Change the prefix of UVM object functions to match NetBSD's.
Martin Pieuchot
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-11-12
use RWLOCK_INITIALIZER() in DEFINE_MUTEX()
Jonathan Gray
2020-11-06
Remove unused `anon' argument from uvmfault_unlockall().
Martin Pieuchot
2020-10-21
Constify and use C99 initializer for "struct uvm_pagerops".
Martin Pieuchot
2020-10-18
Fix several bugs in the TTM page fault handler and porperly integrate all the
Mark Kettenis
2020-08-26
drm/ttm: fix offset in VMAs with a pg_offs in ttm_bo_vm_access
Jonathan Gray
2020-08-22
drm/ttm/nouveau: don't call tt destroy callback on alloc failure.
Jonathan Gray
2020-07-16
drm/ttm: Fix dma_fence refcnt leak when adding move fence
Jonathan Gray
2020-07-16
drm/ttm: Fix dma_fence refcnt leak in ttm_bo_vm_fault_reserved
Jonathan Gray
2020-07-14
reduce the diff to linux in local versions of functions
Jonathan Gray
2020-07-13
change some drm locks from IPL_TTY to IPL_NONE
Jonathan Gray
2020-06-14
rename our kunmap() to kunmap_va()
Jonathan Gray
2020-06-08
update drm to linux 5.7
Jonathan Gray
2020-01-22
Make ttm_bo_unmap_virtual_locked() actually unmap things. Fixes cursor
Mark Kettenis
2020-01-17
drm/ttm: fix incrementing the page pointer for huge pages
Jonathan Gray
2020-01-17
drm/ttm: fix start page for huge page check in ttm_put_pages()
Jonathan Gray
2019-12-26
implement unregister_shrinker()
Jonathan Gray
2019-12-26
enable shrinker for ttm
Jonathan Gray
2019-10-30
drm/ttm: Restore ttm prefaulting
Jonathan Gray
2019-08-19
define CONFIG_X86* in autoconf.h as needed and reduce diff to linux
Jonathan Gray
2019-06-11
Use km_alloc() instead of mallocarray() when allocating ttm dma segments
Jonathan Gray
2019-06-09
Let drm(4) allocate memory without constraints if the hardware supports
Mark Kettenis
2019-04-27
drm/ttm: fix out-of-bounds read in ttm_put_pages() v2
Jonathan Gray
2019-04-20
drm/ttm: Fix bo_global and mem_global kfree error
Jonathan Gray
2019-04-14
Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 to
Jonathan Gray
2018-08-20
Add arm64 support. On ARM write-combining translates into the normal uncached
Mark Kettenis
2018-08-20
Cached tests moved from callers into ttm_io_prot() with linux 3.18
Jonathan Gray
2018-04-25
update ttm and radeondrm(4) to Linux 4.4.129
Jonathan Gray
2018-04-20
revert to 2018/04/20 10:00:00, before oops
Christian Weisgerber
2018-04-20
oops, snapshot tests not ready yet
Theo de Raadt
2018-04-20
sync
Theo de Raadt
2017-07-01
Update inteldrm(4) to code based on Linux 4.4.70. This brings us support for
Mark Kettenis
2017-06-04
Switch the TTM code over to the generic DRM VMA manager.
Mark Kettenis
2016-04-05
Split out the generic GEM code (like Linux did) and switch it over to
Mark Kettenis
2015-10-23
Fix uvm_object reference counting. While these reference counts aren't reaaly
Mark Kettenis
2015-10-08
Implement set_pages_array_wb() and set_pages_array_wc() for powerpc. Since
Mark Kettenis
2015-09-27
Switch remaining users of the FreeBSD refcount apis back to the original
Jonathan Gray
2015-09-23
Update inteldrm to the code from Linux 3.14.52 (which corresponds to
Mark Kettenis
2015-07-11
Make use of recent drm_linux.h additions to further reduce the
Jonathan Gray
2015-04-18
another round of reducing the diff to linux
Jonathan Gray
[next]