aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/nvidia/drm2
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-232-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-237-14/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-234-8/+0
* arm: fix a typo in nvidia/drm2/tegra_bo.cMateusz Guzik2021-11-091-1/+1
* Convert consumers to vm_page_alloc_noobj_contig()Mark Johnston2021-11-031-8/+4
* arm: arm64: Directly use #include <dt-binding/...>Emmanuel Vadot2021-01-151-1/+1
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-018-26/+0
* remove extraneous double ;s in sys/Ed Maste2020-03-302-2/+2
* Fix a few places that free a page from an object without busy held. This isJeff Roberson2019-12-021-0/+1
* Change synchonization rules for vm_page reference counting.Mark Johnston2019-09-091-2/+0
* Replace uses of vm_page_unwire(m, PQ_NONE) with vm_page_unwire_noq(m).Mark Johnston2019-06-071-1/+1
* Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox2018-08-201-3/+3
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-2/+2
* vm_wait() rework.Konstantin Belousov2018-02-201-1/+1
* Implement drivers for NVIDIA tegra124 display controller, HDMI sourceMichal Meloun2016-12-2613-0/+6806