summaryrefslogtreecommitdiff
path: root/sys/external/bsd/drm2/dist/drm/amd
AgeCommit message (Expand)Author
2023-05-25amdgpu: Fix mostly harmless merge botch.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-17add pcie capability and read request size linux compat, some pci root supportmrg
2022-10-08amdgpu: Remove an #ifdef __NetBSD__ around drm_waitqueue_t.riastradh
2022-09-20fill out more of the linux pci API compatmrg
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-24amdgpu: Define DC_FPU_START/END on Arm.riastradh
2022-07-20amdgpu: Write amdgpu_ttm_io_mem_pfn in terms of bus_space_mmap.riastradh
2022-02-27drm: Use ACPI_FREE, not kfree, for ACPI_ALLOCATE_BUFFER result.riastradh
2022-02-27amdgpu: Make amdgpu_bios.c ACPI stuff build.riastradh
2021-12-26drm: Fix locking around accurate vblank counts.riastradh
2021-12-24amdgpu: Sprinkle __diagused.riastradh
2021-12-20drm: add missing KERNEL_LOCK around calls to config_found().chs
2021-12-19amdgpu: Don't unmap doorbells if we didn't map them.riastradh
2021-12-19amdgpu: Fix register offsets in amdgpu_mm_rreg8/wreg8.riastradh
2021-12-19amdgpu: Try turning on MSI.riastradh
2021-12-19amdgpu: Read amdgpu_ctx_entity::sequence under the lock.riastradh
2021-12-19amdgpu: store process and lwp info for netbsd in amdgpu taskinfo.riastradh
2021-12-19amdgpu: Reduce unhelpful sprintf diffs.riastradh
2021-12-19amdgpu: Add a cautionary comment about non-LP64 branch.riastradh
2021-12-19drm: Work around bus_space_read_8 on LP32.riastradh
2021-12-19amdgpu: Fix indexing for 64-bit doorbells.riastradh
2021-12-19amdgpu: call pmap_pv_track/untrack for the graphics aperture.riastradh
2021-12-19amdgpu: more destroy fixes.riastradh
2021-12-19amdgpu: mutex_init/destroy and spin_lock_init/destroy auditriastradh
2021-12-19amdgpu: Call idr_preload(_end) around idr_alloc, outside lock.riastradh
2021-12-19drm: add destruction.riastradh
2021-12-19amdgpu: Set a sensible maxsegsz for ih ring DMA map.riastradh
2021-12-19amdgpu: Fix bogus assertion about number of DMA segments.riastradh
2021-12-19amdgpu: Make amdgpu_file_to_fpriv work.riastradh
2021-12-19amdgpu: Stub out irq domain stuff with a finer grain.riastradh
2021-12-19amdgpu: Tie up some loose ends.riastradh
2021-12-19amdgpu: Thread bus_dma segments through amdgpu_vm.c.riastradh
2021-12-19amdgpu: make most of amdgpu_vm.c buildriastradh
2021-12-19amdgpu: Another pass through.riastradh
2021-12-19amdgpu: amdgpu_renoir_ppt.criastradh
2021-12-19amdgpu_fb.criastradh
2021-12-19amdgpu: amdgpu_gfx.criastradh
2021-12-19amdgpu: amdgpu_drv.criastradh
2021-12-19amdgpu: amdgpu_dma_buf.criastradh
2021-12-19amdgpu: amdgpu_dm.c, amdgpu_dm_hdcp.c, amdgpu_dm_helpers.criastradh
2021-12-19amdgpu: amdgpu_device.criastradh
2021-12-19amdgpu: 64-bit format string abuseriastradh
2021-12-19amdgpu: Fix uninitialized variables.riastradh
2021-12-19amdgpu: Remove local ifdefs caused by audio.h header file confusion.riastradh
2021-12-19amdgpu: Include hw/audio.h; avoid config(5)-caused audio.h collision.riastradh
2021-12-19drm: Eliminate hrtimer_destroy and teardown_timer.riastradh