aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04drm/amdgpu: skip gpu_info fw loading on navi12Alex Deucher1-9/+2
2023-12-11drm/amdgpu: fix buffer funcs setting order on suspend harderAlex Deucher1-2/+0
2023-12-06drm/amdgpu: fix buffer funcs setting order on suspendAlex Deucher1-0/+2
2023-12-06drm/amdgpu: disable MCBP by defaultJiadong Zhu1-4/+0
2023-11-29drm/amdgpu: optimize RLC powerdown notification on VangoghPerry Yuan1-0/+4
2023-11-10drm/amdgpu: move UVD and VCE sched entity init after sched initAlex Deucher1-0/+12
2023-11-10drm/amdgpu: move kfd_resume before the ip late initTim Huang1-7/+6
2023-11-09drm/amdgpu: Use correct KIQ MEC engine for gfx9.4.3 (v5)Victor Lu1-2/+87
2023-11-03drm/amdgpu: Query and report boot statusHawking Zhang1-0/+2
2023-11-03drm/amdgpu: don't use pci_is_thunderbolt_attached()Alex Deucher1-4/+4
2023-10-31drm/amd/pm: fix the high voltage and temperature issueKenneth Feng1-7/+17
2023-10-31drm/amdgpu: remove amdgpu_mes_self_test in gpu recoverYifan Zhang1-4/+0
2023-10-31Merge tag 'amd-drm-next-6.7-2023-10-27' of https://gitlab.freedesktop.org/agd...Dave Airlie1-15/+10
2023-10-31Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-0/+16
2023-10-26drm/amd: Explicitly disable ASPM when dynamic switching disabledMario Limonciello1-15/+6
2023-10-26drm/amd: Move AMD_IS_APU check for ASPM into top level functionMario Limonciello1-0/+2
2023-10-26drm/amd: Disable PP_PCIE_DPM_MASK when dynamic speed switching not supportedMario Limonciello1-0/+2
2023-10-26drm/amdgpu: move buffer funcs setting up a levelAlex Deucher1-0/+15
2023-10-26drm/sched: Convert the GPU scheduler to variable number of run-queuesLuben Tuikov1-0/+1
2023-10-20drm/amdgpu: Move coredump code to amdgpu_reset fileAndré Almeida1-78/+0
2023-10-20drm/amdgpu: Encapsulate all device reset infoAndré Almeida1-8/+10
2023-10-20drm/amdgpu: replace reset_error_count with amdgpu_ras_reset_error_countTao Zhou1-6/+2
2023-10-13drm/amd: Add concept of running prepare_suspend() sequence for IP blocksMario Limonciello1-1/+11
2023-10-13drm/amd: Evict resources during PM ops prepare() callbackMario Limonciello1-5/+26
2023-10-09drm/amdgpu: Fix potential null pointer derefernceStanley.Yang1-1/+2
2023-10-09drm/amdgpu: Refactor FRU product informationLijo Lazar1-0/+3
2023-10-05Documentation/amdgpu: Add board info detailsLijo Lazar1-0/+16
2023-10-05drm/amdgpu: Add sysfs attribute to get board infoLijo Lazar1-0/+57
2023-10-03drm/amd: Fix detection of _PR3 on the PCIe root portMario Limonciello1-1/+1
2023-09-28drm/amdgpu: exit directly if gpu reset failsTao Zhou1-1/+1
2023-09-28drm/amd: Limit seamless boot by default to APUsMario Limonciello1-0/+3
2023-09-26drm/amdgpu: Restore partition mode after resetLijo Lazar1-0/+5
2023-09-20drm/amdgpu: Rework coredump to use memory dynamicallyAndré Almeida1-23/+40
2023-09-20drm/amd: Enable seamless boot by default on newer ASICsMario Limonciello1-11/+4
2023-09-20drm/amd: Add a module parameter for seamless bootMario Limonciello1-3/+17
2023-09-20drm/amd: Move seamless boot check out of displayMario Limonciello1-0/+21
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar1-12/+17
2023-09-11Revert "drm/amd: Disable S/G for APUs when 64GB or more host memory"Hamza Mahfooz1-26/+0
2023-09-11Revert "drm/amd: Disable S/G for APUs when 64GB or more host memory"Hamza Mahfooz1-26/+0
2023-09-06drm/amdgpu: Update amdgpu_device_indirect_r/wreg_extCandice Li1-2/+2
2023-09-06drm/amdgpu: Add RREG64_PCIE_EXT/WREG64_PCIE_EXT functionsCandice Li1-0/+115
2023-08-31drm/amdgpu: Allocate coredump memory in a nonblocking wayAndré Almeida1-1/+1
2023-08-31drm/amdgpu: Fix the return for gpu mode1_resetHawking Zhang1-2/+11
2023-08-31drm/amdgpu: Add bootloader status checkLijo Lazar1-3/+14
2023-08-31drm/amdgpu: revise the device initialization sequencesEvan Quan1-16/+21
2023-08-31drm/amd/pm: introduce a new set of OD interfacesEvan Quan1-0/+2
2023-08-30drm/amdgpu: Allocate coredump memory in a nonblocking wayAndré Almeida1-1/+1
2023-08-30drm/amd/amdgpu/amdgpu_device: Provide suitable description for param 'xcc_id'Lee Jones1-0/+1
2023-08-30drm/amdgpu: Fix the return for gpu mode1_resetHawking Zhang1-2/+11
2023-08-30drm/amdgpu: Add bootloader status checkLijo Lazar1-3/+14