aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm2
Commit message (Expand)AuthorAgeFilesLines
* vt: refer to correct man section.Matteo Riondato12 days1-1/+1
* gone_in: make it __printflike()Gleb Smirnoff2025-06-241-10/+3
* drm2/ttm: Add missing includes to fix arm TEGRA124 buildJessica Clarke2025-05-311-1/+3
* vm_page: make iter_insert() publicDoug Moore2025-05-091-3/+6
* vm_lowmem: Fix signature mismatches in vm_lowmem callbacksSHENGYI HONG2025-03-051-1/+1
* LinnuxKPI: drm2: retire timespec_to_jiffies()Bjoern A. Zeeb2025-02-011-1/+0
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+1
* device_pager: user iterators to free device pagesDoug Moore2024-11-211-17/+3
* drm2: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-033-79/+1
* dev_pager: define free_page for mgt devicesDoug Moore2024-08-211-1/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* log2: move log2 functions from linuxkpi to libkernDoug Moore2024-06-241-7/+0
* drm2: Remove one more implementation of ilog2()Mark Johnston2024-06-051-7/+0
* Avoid waiting on physical allocations that can't possibly be satisfiedJason A. Harmening2023-12-242-5/+8
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+0
* drm2: whack set-but-not-used warnsMateusz Guzik2023-09-183-3/+3
* drm2: fix build after abs64 became globalMateusz Guzik2023-09-091-7/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1657-114/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1610-10/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-169-18/+0
* drm2: remove unused Alpha and MIPS #definesEd Maste2023-08-151-7/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-124-4/+4
* Remove an extra argument to SYSCTL_FOREACHAndrew Turner2022-10-051-1/+1
* Use SYSCTL_FOREACH in drm2Andrew Turner2022-10-051-1/+1
* Alter the prototype of qsort_r(3) to match POSIX, which adopted theEd Schouten2022-09-301-2/+2
* kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin2022-09-223-11/+11
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-222-5/+5
* Adjust function definition in drm_fb_helper.c to avoid clang 15 warningDimitry Andric2022-08-141-1/+1
* vm_object: Modify various drivers to allocate OBJT_SWAP objectsMark Johnston2022-07-121-1/+1
* drm2: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-101-3/+4
* drm2: Remove unused drm_devclass.John Baldwin2022-05-101-2/+0
* Revert "drm2: Fix a typo in a source code comment"Gordon Bergling2022-04-141-1/+1
* drm2: Remove unused variables.John Baldwin2022-04-133-28/+6
* drm2: Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* Revert "drm2: Fix a typo in a source code comment"Gordon Bergling2022-03-291-1/+1
* drm2: Fix a typo in a source code commentGordon Bergling2022-03-281-1/+1
* Create wrapper for Giant taken for newbusWarner Losh2021-12-101-4/+4
* Make device_busy/unbusy work w/o Giant heldWarner Losh2021-11-301-6/+0
* Revert "Make device_busy/unbusy work w/o Giant held"Warner Losh2021-11-301-0/+6
* Make device_busy/unbusy work w/o Giant heldWarner Losh2021-11-301-6/+0
* Convert consumers to vm_page_alloc_noobj_contig()Mark Johnston2021-10-202-9/+8
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-10-201-6/+1
* Fix some common typos in source code commentsGordon Bergling2021-08-141-1/+1
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-084-4/+0
* Don't permit DRM buffer mappings to be upgraded to executable.John Baldwin2020-10-061-6/+4
* drm2: Fix build after r365264Niclas Zeising2020-09-031-0/+2
* drm2: Further improve deprecation messageNiclas Zeising2020-09-021-2/+8
* drm2: Update deprecation messageNiclas Zeising2020-08-241-5/+1
* Convert a few triviail consumers to the new unlocked grab API.Jeff Roberson2020-02-281-5/+4