summaryrefslogtreecommitdiff
path: root/sys/external/bsd/drm2/dist
AgeCommit message (Expand)Author
2023-05-25amdgpu: Fix mostly harmless merge botch.riastradh
2023-05-12i915: Avoid dereferencing null fence if resv has changed.riastradh
2023-03-01amdgpu: Fix bogus loop invariant assertions in amdgpu_gart_map.riastradh
2023-02-21amdgpu: Fix scale factor for 64-bit doorbell indexing.riastradh
2022-10-25vmwgfx(4): Partially adapt rbtree.riastradh
2022-10-25vmwgfx(4): Hand-cruft threaded irq with a workqueue(9).riastradh
2022-10-25vmwgfx(4): Port fd creation.riastradh
2022-10-25vmwgfx(4): Misc porting too.riastradh
2022-10-25vmwgfx(4): Use bus_dma tag, not struct device, for dma_pool shims.riastradh
2022-10-25vmwgfx(4): Convert fence_queue and fifo_queue to drm_waitqueue_t.riastradh
2022-10-25vmwgfx(4): Convert cmdbuf to drm_waitqueue_t.riastradh
2022-10-25vmwgfx(4): dma_alloc/free_coherent -> bus_dma_*riastradh
2022-10-17add pcie capability and read request size linux compat, some pci root supportmrg
2022-10-15drm: New mechanism to suspend ioctls during system suspend.riastradh
2022-10-08amdgpu: Remove an #ifdef __NetBSD__ around drm_waitqueue_t.riastradh
2022-09-22i915: Make sure to call i915_drm_prepare too on suspend.riastradh
2022-09-20fill out more of the linux pci API compatmrg
2022-09-13i915: Fix error branches of execbuffer vma pinning.riastradh
2022-09-01i915: Stop pretending the GTT size is zero as workaround.riastradh
2022-09-01drm_mm: Give up on trying to phrase find_hole with public rbtree API.riastradh
2022-09-01drm_mm: Match __drm_mm_interval_first semantics.riastradh
2022-08-27drm: Make sure ioctl buffer is aligned on stack.riastradh
2022-08-22drm_dp_mst_topology: Fix wakeups: must hold lock for DRM_WAKEUP_ALL.riastradh
2022-08-20x86: Forbid using x86/pte.h directly; use machine/pte.h.riastradh
2022-07-30amdgpu: Make sure to bus_dmamap_sync before using zero'd dummy page.riastradh
2022-07-30amdgpu: Make sure dummy page is zero-filled.riastradh
2022-07-29amdgpu: Make amdgpu_ttm_io_mem_pfn return pfn, not paddr.riastradh
2022-07-28drmkms_sched: Fix typo in module definition.riastradh
2022-07-28drmkms_sched: Remove duplicate module definition.riastradh
2022-07-24amdgpu: Define DC_FPU_START/END on Arm.riastradh
2022-07-20drm: Ifdef out alpha-specific logic in radeon.riastradh
2022-07-20amdgpu: Write amdgpu_ttm_io_mem_pfn in terms of bus_space_mmap.riastradh
2022-07-19drm: Nix drm_agp_borrow.riastradh
2022-07-17drm: Ifdef out devm_* stuff rather than stub it out.riastradh
2022-07-15include the return value of rv770_restrict_performance_levels_before_switch()mrg
2022-07-11i915: Defer destroying waitqueue until after callback is removed.riastradh
2022-07-06uvm(9): fo_mmap caller guarantees positive size.riastradh
2022-06-26drm/ttm: Fix potential leak in error branch.riastradh
2022-06-02add timeout period to timeout message.mrg
2022-05-31reorganise most of the NetBSD portion of nvkm_mem_dtor().mrg
2022-05-31nouveau(4): Fix error branches in nouveau_gem_new.riastradh
2022-05-28Let radeon DRM driver build on ports that lack ACPImanu
2022-05-27i915: Fix missing newlines in custom warning message macros.riastradh
2022-05-22i915: Fix sense of conditional for gmbus wait.riastradh
2022-05-22i915: Raise gmbus_wait timeout from 10ms to 50ms to match upstream.riastradh
2022-05-22i915: Fix bug in gmbus_wait: test status passed, not GMBUS_ACTIVE.riastradh
2022-05-21drm_cache.h: fix a merge errortnn
2022-05-21drm: Nix driver-specific DRM_FILE_PAGE_OFFSET defs and tests.riastradh
2022-04-09nouveau: Omit needless local patch.riastradh
2022-03-16i915: Avoid freeing anything under a spin lock.riastradh