summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2023-11-20drm/amdgpu: don't put MQDs in VRAM on ARM | ARM64Alex Deucher1-0/+2
2023-11-20drm/amdgpu/gfx10,11: use memcpy_to/fromio for MQDsAlex Deucher2-12/+12
2023-11-20drm/amdgpu: Increase IH soft ring size for GFX v9.4.3 dGPUPhilip Yang1-1/+1
2023-11-08drm/amdgpu: Reserve fences for VM updateFelix Kuehling1-1/+4
2023-11-08gpu/drm: Eliminate DRM_SCHED_PRIORITY_UNSETLuben Tuikov1-1/+2
2023-11-08drm/amdgpu: Unset context priority is now invalidLuben Tuikov1-1/+1
2023-11-02drm/amd: Disable ASPM for VI w/ all Intel systemsMario Limonciello1-1/+1
2023-10-25drm/amdgpu: Fix possible null pointer dereferenceFelix Kuehling1-1/+2
2023-10-20drm/amdgpu: add missing NULL checkChristian König1-1/+1
2023-10-20drm/amdgpu: Fix a memory leakLuben Tuikov1-0/+1
2023-10-10drm/amd: Fix detection of _PR3 on the PCIe root portMario Limonciello1-1/+1
2023-10-06drm/amdgpu: Handle null atom context in VBIOS info ioctlDavid Francis1-6/+11
2023-10-06drm/amdgpu: fallback to old RAS error message for aqua_vanjaramHawking Zhang1-2/+4
2023-10-06drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOVAlex Deucher1-0/+3
2023-10-06drm/amdgpu/soc21: don't remap HDP registers for SR-IOVAlex Deucher1-1/+1
2023-10-06drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3Mukul Joshi10-52/+45
2023-10-06drm/amdgpu: set completion status as preempted for the resubmissionJiadong Zhu2-0/+12
2023-09-23drm/amdgpu: fix amdgpu_cs_p1_user_fenceChristian König1-14/+4
2023-09-23Revert "drm/amd: Disable S/G for APUs when 64GB or more host memory"Hamza Mahfooz2-27/+0
2023-09-23drm/amd: Make fence wait in suballocator uninterruptibleSimon Pilkington1-1/+1
2023-09-23drm/amdgpu: Update ring scheduler info as neededLijo Lazar1-1/+1
2023-09-23drm/amdgpu: Increase soft IH ring sizePhilip Yang7-13/+20
2023-09-19drm/amdgpu: register a dirty framebuffer callback for fbconHamza Mahfooz1-1/+25
2023-09-13drm/amdgpu: Use RMW accessors for changing LNKCTLIlpo Järvinen2-52/+20
2023-09-13drm/amdgpu: Move vram, gtt & flash defines to amdgpu_ ttm & _psp.hSrinivasan Shanmugam3-0/+6
2023-09-13drm/amdgpu: Sort the includes in amdgpu/amdgpu_drv.cSrinivasan Shanmugam1-13/+12
2023-09-13drm/amdgpu: Use seq_puts() instead of seq_printf()Srinivasan Shanmugam1-11/+11
2023-09-13drm/amdgpu: Update min() to min_t() in 'amdgpu_info_ioctl'Srinivasan Shanmugam1-6/+8
2023-09-13drm/amdgpu: avoid integer overflow warning in amdgpu_device_resize_fb_bar()Arnd Bergmann1-0/+3
2023-09-06drm/amdgpu: correct vmhub index in GMC v10/11Lang Yu2-2/+6
2023-08-16drm/amd: flush any delayed gfxoff on suspend entryMario Limonciello2-8/+2
2023-08-16drm/amdgpu: skip fence GFX interrupts disable/enable for S0ixTim Huang1-2/+39
2023-08-16drm/amdgpu: skip xcp drm device allocation when out of drm resourceJames Zhu1-1/+12
2023-08-16drm/amdgpu: disable mcbp if parameter zero is setJiadong Zhu2-5/+6
2023-08-09drm/amdgpu/gfx11: only enable CP GFX shadowing on SR-IOVAlex Deucher1-2/+6
2023-08-09drm/amdgpu: fix possible UAF in amdgpu_cs_pass1()Alex Deucher1-1/+1
2023-08-09drm/amdgpu: Match against exact bootloader statusLijo Lazar1-7/+8
2023-08-09drm/amd: Disable S/G for APUs when 64GB or more host memoryMario Limonciello2-0/+27
2023-07-25drm/amdgpu: Restore HQD persistent state registerLijo Lazar1-1/+2
2023-07-25drm/amd: Fix an error handling mistake in psp_sw_init()Mario Limonciello1-3/+3
2023-07-25drm/amdgpu: Fix infinite loop in gfxhub_v1_2_xcc_gart_enable (v2)Victor Lu1-4/+1
2023-07-18drm/amdgpu: use a macro to define no xcp partition caseGuchun Chen4-5/+8
2023-07-18drm/amdgpu/vm: use the same xcp_id from root PDGuchun Chen1-1/+2
2023-07-18drm/amdgpu: fix slab-out-of-bounds issue in amdgpu_vm_pt_createGuchun Chen5-11/+14
2023-07-18drm/amdgpu: Allocate root PD on correct partitionGuchun Chen1-3/+3
2023-07-18drm/amdgpu: Allow the initramfs generator to include psp_13_0_6_taCandice Li1-0/+1
2023-07-18drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancelGuchun Chen1-2/+3
2023-07-14Merge tag 'amd-drm-fixes-6.5-2023-07-12' of https://gitlab.freedesktop.org/ag...Dave Airlie3-0/+23
2023-07-12drm/amd: Move helper for dynamic speed switch check out of smu13Mario Limonciello2-0/+20
2023-07-12drm/amdgpu: avoid restore process run into dead loop.gaba1-0/+3