aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2022-01-14drm/amdgpu: Modify mmhub block to fit for the unified ras block data and opsyipechai12-75/+73
2022-01-14drm/amdgpu: Modify hdp block to fit for the unified ras block data and opsyipechai7-31/+35
2022-01-14drm/amdgpu: Modify xgmi block to fit for the unified ras block data and opsyipechai5-30/+37
2022-01-14drm/amdgpu: Modify gfx block to fit for the unified ras block data and opsyipechai8-83/+123
2022-01-14drm/amdgpu: Modify the compilation failed problem when other ras blocks' .h i...yipechai4-25/+51
2022-01-14drm/amdgpu: Unify ras block interface for each ras blockyipechai4-0/+78
2022-01-14drm/amdgpu: wrap those atombios APIs used by SI under CONFIG_DRM_AMDGPU_SIEvan Quan2-10/+14
2022-01-14drm/amd/pm: do not expose the smu_context structure used internally in powerEvan Quan1-6/+0
2022-01-14drm/amd/pm: move pp_force_state_enabled member to amdgpu_pm structureEvan Quan1-1/+0
2022-01-14drm/amd/pm: create a new holder for those APIs used only by legacy ASICs(si/kv)Evan Quan4-4/+4
2022-01-14drm/amd/pm: do not expose implementation details to other blocks out of powerEvan Quan7-45/+23
2022-01-14drm/amd/display: Enable Freesync Video Mode by defaultSolomon Chiu2-28/+0
2022-01-14Merge tag 'amd-drm-next-5.17-2022-01-12' of https://gitlab.freedesktop.org/ag...Daniel Vetter25-183/+134
2022-01-14Merge tag 'drm-misc-fixes-2022-01-14' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter1-1/+1
2022-01-11drm/amdgpu: Use correct VIEWPORT_DIMENSION for DCN2Harry Wentland1-1/+13
2022-01-11drm/amdgpu: use spin_lock_irqsave to avoid deadlock by local interruptGuchun Chen1-2/+3
2022-01-11drm/amdgpu: not return error on the init_apu_flagsPrike Liang1-4/+2
2022-01-11Revert "drm/amdgpu: Don't inherit GEM object VMAs in child process"Rajneesh Bhardwaj1-3/+0
2022-01-11drm/amdgpu: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2022-01-11drm/amd/amdgpu: Add pcie indirect support to amdgpu_mm_wreg_mmio_rlc()Tom St Denis1-1/+3
2022-01-11drm/amdgpu: recover gart table at resumeNirmoy Das7-99/+11
2022-01-11drm/amdgpu: do not pass ttm_resource_manager to vram_mgrNirmoy Das6-44/+30
2022-01-11drm/amdkfd: remove unused functionNirmoy Das2-8/+0
2022-01-11drm/amdgpu: do not pass ttm_resource_manager to gtt_mgrNirmoy Das4-17/+12
2022-01-11drm/amdgpu: Unmap MMIO mappings when device is not unpluggedLeslie Shi3-0/+34
2022-01-11drm/amdgpu: Enable second VCN for certain Navy Flounder.Peng Ju Zhou1-1/+2
2022-01-11drm/amdgpu: Clear garbage data in err_data before usageJiawei Gu1-0/+1
2022-01-10Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds73-1647/+1670
2022-01-10Merge tag 'ras_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2022-01-09Revert "drm/amdgpu: stop scheduler when calling hw_fini (v2)"Len Brown1-8/+0
2022-01-07drm/amdgpu: don't set s3 and s0ix at the same timeMario Limonciello1-2/+4
2022-01-07drm/amdgpu: explicitly check for s0ix when evicting resourcesMario Limonciello1-2/+2
2022-01-07drm/amdgpu: add dummy event6 for vega10James Yao3-0/+17
2021-12-31drm/amdgpu: disable runpm if we are the primary adapterAlex Deucher3-0/+35
2021-12-31Merge branch 'drm-misc-fixes' of ssh://git.freedesktop.org/git/drm/drm-misc i...Dave Airlie1-1/+1
2021-12-31Merge tag 'amd-drm-next-5.17-2021-12-30' of ssh://gitlab.freedesktop.org/agd5...Dave Airlie23-354/+574
2021-12-30drm/amdgpu: no DC support for headless chipsAlex Deucher1-0/+6
2021-12-30drm/amdgpu: always reset the asic in suspend (v2)Alex Deucher1-1/+4
2021-12-30drm/amdgpu: put SMU into proper state on runpm suspending for BOCO capable pl...Evan Quan1-0/+15
2021-12-30drm/amdgpu: fix runpm documentationAlex Deucher1-3/+4
2021-12-30drm/amdgpu: save error count in RAS poison handlerTao Zhou3-76/+97
2021-12-30drm/amdgpu: drop redundant semicolonGuchun Chen1-1/+1
2021-12-30drm/amdgpu: Check the memory can be accesssed by ttm_device_clear_dma_mappings.Surbhi Kakarya1-1/+2
2021-12-30drm/amdgpu: Access the FRU on AldebaranKent Russell1-3/+10
2021-12-30drm/amdgpu: Increase potential product_name to 64 charactersKent Russell2-8/+7
2021-12-30drm/amdgpu: Remove the redundant code of psp bootloader functionsyipechai1-63/+15
2021-12-30drm/amdgpu: Call amdgpu_device_unmap_mmio() if device is unplugged to prevent...Leslie Shi1-1/+3
2021-12-28drm/amdgpu: fixup bad vram size on gmc v8Zongmin Zhou1-3/+10
2021-12-28drm/amdgpu: Send Message to SMU on aldebaran passthrough for sbr handlingsashank saye1-5/+4
2021-12-28drm/amdgpu: Don't inherit GEM object VMAs in child processRajneesh Bhardwaj1-0/+3