aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/nvidia/drm2
Commit message (Expand)AuthorAgeFilesLines
* vm_page: make iter_insert() publicDoug Moore2025-05-091-1/+3
* drm2 tegra: Use vm_radix_iter_lookup instead of vm_page_iter_lookupJohn Baldwin2025-03-031-1/+2
* vm_page: pass page to iter_removeDoug Moore2024-12-081-1/+1
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-063-3/+6
* drm2: Fix the build after commit 38e3125d6df9Mark Johnston2024-11-261-2/+2
* device_pager: user iterators to free device pagesDoug Moore2024-11-211-2/+4
* Check for errors when detaching children first, not lastJohn Baldwin2024-11-053-3/+19
* newbus: Introduce bus_get_pass() and hide bus_current_passElliott Mitchell2024-11-021-1/+1
* dev_pager: define free_page for mgt devicesDoug Moore2024-08-211-1/+1
* vm: Retire kmem_arenaAlan Cox2024-07-241-2/+2
* regulator: Move regulator code in dev/regulatorEmmanuel Vadot2024-01-101-1/+1
* hwreset: Move reset code in dev/hwresetEmmanuel Vadot2024-01-103-3/+3
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-106-6/+6
* Avoid waiting on physical allocations that can't possibly be satisfiedJason A. Harmening2023-12-241-3/+6
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-277-7/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-167-14/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-164-8/+0
* kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin2022-09-222-2/+3
* arm/arm64 nvidia: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-093-8/+3
* Remove unused fbd_devclass.John Baldwin2022-05-061-2/+1
* arm: fix a typo in nvidia/drm2/tegra_bo.cMateusz Guzik2021-10-251-1/+1
* Convert consumers to vm_page_alloc_noobj_contig()Mark Johnston2021-10-201-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