summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2022-03-08drm/amdgpu: filter out radeon secondary ids as wellAlex Deucher1-0/+81
2022-03-08drm/amdgpu: filter out radeon PCI device IDsAlex Deucher1-1/+637
2022-03-08drm/amdgpu: use spin_lock_irqsave to avoid deadlock by local interruptGuchun Chen1-2/+3
2022-03-08drm/amdgpu: check vm ready by amdgpu_vm->evicting flagQiang Yu1-2/+7
2022-03-02drm/amdgpu: do not enable asic reset for raven2Chen Gong1-2/+2
2022-03-02drm/amdgpu: disable MMHUB PG for PicassoEvan Quan1-1/+4
2022-03-02drm/amd: Check if ASPM is enabled from PCIe subsystemMario Limonciello1-0/+3
2022-02-23drm/amdgpu: skipping SDMA hw_init and hw_fini for S0ix.Rajib Mahapatra1-0/+8
2022-02-23drm/amdgpu: fix logic inversion in checkChristian König1-1/+1
2022-02-23drm/amd: Only run s3 or s0ix if system is configured properlyMario Limonciello1-0/+8
2022-02-23drm/amd: add support to check whether the system is set to s3Mario Limonciello2-0/+15
2022-02-23drm/amd: Warn users about potential s0ix problemsMario Limonciello2-7/+25
2022-02-08drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabledMario Limonciello1-2/+1
2022-01-29drm/amdgpu: Use correct VIEWPORT_DIMENSION for DCN2Harry Wentland1-1/+13
2022-01-27drm/amdgpu: don't do resets on APUs which don't support itAlex Deucher2-0/+8
2022-01-27drm/amdgpu: fixup bad vram size on gmc v8Zongmin Zhou1-3/+10
2022-01-27drm/amd/amdgpu: fix gmc bo pin count leak in SRIOVJingwen Chen2-0/+8
2022-01-27drm/amd/amdgpu: fix psp tmr bo pin count leak in SRIOVJingwen Chen1-0/+4
2022-01-27drm/amdgpu/display: set vblank_disable_immediate for DCAlex Deucher1-1/+0
2022-01-27drm/amdgpu: Fix a NULL pointer dereference in amdgpu_connector_lcd_native_mode()Zhou Qingyang1-0/+6
2022-01-11Revert "drm/amdgpu: stop scheduler when calling hw_fini (v2)"Len Brown1-8/+0
2022-01-11drm/amdgpu: put SMU into proper state on runpm suspending for BOCO capable pl...Evan Quan1-0/+15
2022-01-11drm/amdgpu: always reset the asic in suspend (v2)Alex Deucher1-1/+4
2022-01-11drm/amdgpu: fix dropped backing store handling in amdgpu_dma_buf_move_notifyChristian König1-1/+1
2022-01-11drm/amdgpu: disable runpm if we are the primary adapterAlex Deucher3-0/+35
2022-01-05drm/amdgpu: add support for IP discovery gc_info table v2Alex Deucher1-22/+54
2022-01-05drm/amdgpu: When the VCN(1.0) block is suspended, powergating is explicitly e...chen gong1-0/+7
2021-12-22drm/amdgpu: don't override default ECO_BITs settingHawking Zhang8-9/+0
2021-12-22drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTORELe Ma1-2/+2
2021-12-17drm/amdkfd: fix double free mem structurePhilip Yang1-3/+5
2021-12-17drm/amdgpu: check atomic flag to differeniate with legacy pathFlora Cui1-2/+2
2021-12-17drm/amdgpu: cancel the correct hrtimer on exitFlora Cui1-2/+2
2021-12-08drm/amd/amdgpu: fix potential memleakBernard Zhao1-0/+1
2021-12-01drm/amdgpu/gfx9: switch to golden tsc registers for renoir+Alex Deucher1-11/+35
2021-12-01drm/amdgpu/gfx10: add wraparound gpu counter check for APUs as wellAlex Deucher1-2/+13
2021-12-01drm/amdgpu: IH process reset count when restartPhilip Yang1-1/+2
2021-11-25drm/amd/pm: avoid duplicate powergate/ungate settingEvan Quan1-0/+3
2021-11-25drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga and...hongao1-0/+1
2021-11-18drm/amdgpu: fix uvd crash on Polaris12 during driver unloadingEvan Quan1-11/+13
2021-11-18drm/ttm: remove ttm_bo_vm_insert_huge()Jason Gunthorpe1-1/+1
2021-11-18drm/amdgpu/gmc6: fix DMA mask from 44 to 40 bitsAlex Deucher1-2/+2
2021-11-18drm/amdgpu: fix a potential memory leak in amdgpu_device_fini_sw()Lang Yu1-1/+1
2021-11-18drm/amdkfd: Fix an inappropriate error handling in allloc memory of gpuLang Yu1-1/+1
2021-11-18drm/amdgpu: fix warning for overflow checkArnd Bergmann2-2/+2
2021-11-18drm/amdgpu: move amdgpu_virt_release_full_gpu to fini_early stageGuchun Chen1-4/+5
2021-11-18drm/amdgpu: Fix crash on device remove/driver unloadAndrey Grodzovsky7-90/+105
2021-11-18drm/amdgpu: Fix MMIO access page faultAndrey Grodzovsky2-8/+17
2021-11-18drm/amdgpu: move iommu_resume before ip init/resumeJames Zhu1-0/+4
2021-11-06drm/amdgpu: revert "Add autodump debugfs node for gpu reset v8"Christian König4-91/+0
2021-11-06drm/amdkfd: fix boot failure when iommu is disabled in Picasso.Yifan Zhang1-4/+0