summaryrefslogtreecommitdiff
path: root/sys/external/bsd/drm2/include
AgeCommit message (Expand)Author
2023-05-01drm: KASSERT(A && B) -> KASSERT(A); KASSERT(B)riastradh
2023-02-24drm: Eliminate __HAVE_ATOMIC_AS_MEMBAR conditionals.riastradh
2022-10-26ddb/db_active.h: New home for extern db_active.riastradh
2022-10-25linux asm/vmware.h: Fill this in with hypercall asm.riastradh
2022-10-25linux asm/uaccess.h: strncpy_from_userriastradh
2022-10-25linux/frame.h: STACK_FRAME_NON_STANDARDriastradh
2022-10-25linux/suspend.h: Stubs for (un)register_pm_notifier.riastradh
2022-10-25linux/pci.h: Stubs for pci_request/release_region(s).riastradh
2022-10-25linux/idr.h: Update ida_* API.riastradh
2022-10-25drm: New IRQ_WAKE_THREAD constant.riastradh
2022-10-25linux/spinlock.h: spin_lock_bh, spin_unlock_bhriastradh
2022-10-25linux asm/io.h: Side-load linux/vmalloc.h like Linux does.riastradh
2022-10-25linux/dmapool.h: Start filling out stubs.riastradh
2022-10-25linux/module.h: MODULE_VERSIONriastradh
2022-10-17add pcie capability and read request size linux compat, some pci root supportmrg
2022-09-20fill out more of the linux pci API compatmrg
2022-09-01drm: Fix dma fence stub so it works with locking operations.riastradh
2022-08-20x86: Move definition of struct pmap to pmap_private.h.riastradh
2022-07-29drm: Reduce verbosity of drm kernel messages.riastradh
2022-07-19drm: Teach bus_dma_hacks.h about alpha.riastradh
2022-07-17linux/ww_mutex: Make wwm_debug member unconditional.riastradh
2022-07-17drm: Ifdef out devm_* stuff rather than stub it out.riastradh
2022-07-17linux: Add missing symbol namespacing for tasklet, sync_file.riastradh
2022-07-09linux/hdmi: Use ssize_t for all hdmi_*_infoframe_pack functions.riastradh
2022-07-09linux/hdmi: Handle unpacking audio frames too. Sort by number.riastradh
2022-07-09linux/hdmi: Make some private functions static.riastradh
2022-07-09linux/hdmi: Fix missing hdmi_avi_infoframe_init namespacing.riastradh
2022-07-09linux/hdmi.h: Split out logic into .c file.riastradh
2022-07-09linux/hdmi.h: Implement hdmi_infoframe_log.riastradh
2022-07-09linux/hdmi.h: Fix spd infoframe header version.riastradh
2022-07-02Add a missing ';'skrll
2022-07-02drm: Rewrite drm_gem_cma_helper.h from scratch.riastradh
2022-05-28Let radeon DRM driver build on ports that lack ACPImanu
2022-04-09linux/ratelimit: Convert to membar_acquire and atomic_store_release.riastradh
2022-04-09linux/llist: Use membar_release and membar_datadep_consumer.riastradh
2022-04-09linux/kref: Fix memory barriers and use membar_release/acquire.riastradh
2022-03-18drm: Use getticks(), not hardclock_ticks.riastradh
2022-02-27linux: Define PCI_CLASS_DISPLAY_OTHER, wanted by radeon/amdgpu.riastradh
2022-02-27linux: Define acpi_size as alias for ACPI_SIZE.riastradh
2022-02-27drm: Move Linux ACPI case aliases to new nbsd-namespace-acpi.h.riastradh
2022-02-27drm: Omit needless conditionals around #include "acpica.h".riastradh
2022-02-27drm: Move acpi_check_dsm &c. from intel_acpi.c to new linux_acpi.c.riastradh
2022-02-27linux: New rb_move(&to, &from) to replace `to = from'.riastradh
2022-02-27linux: Actually do post-order tree traversal.riastradh
2022-02-26drm2: do not try to return a value from a void functionrillig
2022-02-17drm/vmwgfx: First draft. Passes make depend, doesn't build yet.riastradh
2022-02-14linux: Don't skip the last node in rbtree iteration.riastradh
2022-02-14drm: Delete mmiowb.riastradh
2021-12-27drm: Define TASK_INTERRUPTIBLE so we can reduce diffs a little.riastradh
2021-12-19linux: Define need_resched as alias for preempt_needed.riastradh