aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-02drm/amdgpu: correct MES debugfs versionsGraham Sider1-4/+6
2022-10-24drm/amd: Add IMU fw version to fw version queriesDavid Francis1-0/+13
2022-09-19drm/amdgpu: add MES and MES-KIQ version in debugfsYifan Zhang1-0/+24
2022-09-19drm/amdgpu: add rlcv/rlcp version info to debugfsHawking Zhang1-0/+24
2022-08-01Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-24/+36
2022-07-28drm/amdgpu: use idr_init_base() to initialize fpriv->bo_list_handlesDanilo Krummrich1-1/+1
2022-07-25drm/amdgpu: add the IP discovery IP versions for HW INFO dataAlex Deucher1-0/+24
2022-07-18drm/amdgpu: drop runpm from amdgpu_device structureGuchun Chen1-13/+10
2022-07-18drm/amdgpu: drop runtime pm disablement quirk on several sienna cichlid cardsGuchun Chen1-13/+0
2022-07-18drm/amdgpu: introduce runtime pm modeGuchun Chen1-1/+5
2022-06-14drm/amdgpu: Fix GTT size reporting in amdgpu_ioctlMichel Dänzer1-2/+0
2022-05-26drm/amdgpu: cleanup ctx implementationChristian König1-1/+1
2022-05-05Revert "drm/amdgpu: disable runpm if we are the primary adapter"Alex Deucher1-6/+0
2022-04-28drm/amdgpu: disable runtime pm on several sienna cichlid cards(v2)Guchun Chen1-0/+14
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-6/+8
2022-02-14drm/amdgpu: remove VRAM accounting v2Christian König1-2/+4
2022-02-14drm/amdgpu: remove GTT accounting v2Christian König1-4/+4
2022-02-14Merge tag 'amd-drm-next-5.18-2022-02-11-1' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-87/+25
2022-02-07drm/amdgpu: reserve the pd while cleaning up PRTsChristian König1-2/+4
2022-02-07drm/amdgpu: rename amdgpu_vm_bo_rmv to _delChristian König1-2/+2
2022-01-25drm/amdgpu: move runtime pm init after drm and fbdev initAlex Deucher1-68/+1
2022-01-25drm/amdgpu: move PX checking into amdgpu_device_ip_early_initAlex Deucher1-11/+0
2022-01-25drm/amd: Fix MSB of SMU version printingMario Limonciello1-5/+5
2022-01-16Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-8/+6
2022-01-14drm/amdgpu: Add interface to load SRIOV cap FWBokun Zhang1-0/+14
2022-01-11drm/amdgpu: do not pass ttm_resource_manager to vram_mgrNirmoy Das1-6/+4
2022-01-11drm/amdgpu: do not pass ttm_resource_manager to gtt_mgrNirmoy Das1-2/+2
2021-12-31drm/amdgpu: disable runpm if we are the primary adapterAlex Deucher1-0/+6
2021-11-03drm/amdgpu: Convert SMU version to decimal in debugfsMario Limonciello1-2/+7
2021-10-28drm/amdgpu: Update TA version output in driverCandice Li1-6/+6
2021-09-14drm/amdgpu: Unify PSP TA contextCandice Li1-8/+15
2021-08-16drm/amd/amdgpu: consolidate PSP TA contextCandice Li1-8/+8
2021-07-23drm/amd/amdgpu: add consistent PSP FW loading size checkingCandice Li1-4/+4
2021-07-08drm/amdgpu: separate out vm pasid assignmentNirmoy Das1-2/+8
2021-06-15drm/amdgpu: remove amdgpu_vm_ptNirmoy Das1-1/+1
2021-06-11drm/amdgpu: make audio dev's D-state transition PMFW-awareEvan Quan1-0/+42
2021-06-04Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-0/+21
2021-06-01drm/amdgpu: Add vbios info ioctl interfaceJiawei Gu1-0/+15
2021-06-01drm/amdgpu: enable smart shift on dGPU (v5)Sathishkumar S1-0/+6
2021-05-22Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-2/+3
2021-05-19drm/amdgpu: Split amdgpu_device_fini into early and lateAndrey Grodzovsky1-1/+11
2021-05-10drm/amdgpu: Rename to ras_*_enabledLuben Tuikov1-1/+1
2021-05-10drm/amdgpu: Remove redundant ras->supportedLuben Tuikov1-1/+1
2021-04-23drm/amdgpu: cleanup amdgpu_vm_init()Nirmoy Das1-1/+2
2021-04-09drm/amdgpu: Set a suitable dev_info.gart_page_sizeHuacai Chen1-2/+2
2021-04-09drm/amdgpu: disentangle HG systems from vgaswitcherooAlex Deucher1-6/+3
2021-04-09drm/amdgpu: enable DPM_FLAG_MAY_SKIP_RESUME and DPM_FLAG_SMART_SUSPEND flags (v2)Alex Deucher1-0/+7
2021-03-03drm/amdgpu: add SECURE DISPLAY TA firmware info in debugfsKevin Wang1-0/+5
2021-03-03drm/amdgpu: refine PSP TA firmware info print in debugfsKevin Wang1-30/+19
2021-03-02drm/amdgpu: enable BACO runpm by default on sienna cichlid and navy flounderAlex Deucher1-2/+0