aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: move UVD and VCE sched entity init after sched initAlex Deucher2023-11-101-0/+12
* drm/amdgpu: move kfd_resume before the ip late initTim Huang2023-11-101-7/+6
* drm/amdgpu: Use correct KIQ MEC engine for gfx9.4.3 (v5)Victor Lu2023-11-091-2/+87
* drm/amdgpu: Query and report boot statusHawking Zhang2023-11-031-0/+2
* drm/amdgpu: don't use pci_is_thunderbolt_attached()Alex Deucher2023-11-031-4/+4
* drm/amd/pm: fix the high voltage and temperature issueKenneth Feng2023-10-311-7/+17
* drm/amdgpu: remove amdgpu_mes_self_test in gpu recoverYifan Zhang2023-10-311-4/+0
* Merge tag 'amd-drm-next-6.7-2023-10-27' of https://gitlab.freedesktop.org/agd...Dave Airlie2023-10-311-15/+10
|\
| * drm/amd: Explicitly disable ASPM when dynamic switching disabledMario Limonciello2023-10-261-15/+6
| * drm/amd: Move AMD_IS_APU check for ASPM into top level functionMario Limonciello2023-10-261-0/+2
| * drm/amd: Disable PP_PCIE_DPM_MASK when dynamic speed switching not supportedMario Limonciello2023-10-261-0/+2
* | Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-10-311-0/+16
|\ \ | |/ |/|
| * drm/amdgpu: move buffer funcs setting up a levelAlex Deucher2023-10-261-0/+15
| * drm/sched: Convert the GPU scheduler to variable number of run-queuesLuben Tuikov2023-10-261-0/+1
| * Revert "drm/amd: Disable S/G for APUs when 64GB or more host memory"Hamza Mahfooz2023-09-111-26/+0
| * drm/amdgpu: Allocate coredump memory in a nonblocking wayAndré Almeida2023-08-311-1/+1
| * drm/amdgpu: Fix the return for gpu mode1_resetHawking Zhang2023-08-311-2/+11
| * drm/amdgpu: Add bootloader status checkLijo Lazar2023-08-311-3/+14
* | drm/amdgpu: Move coredump code to amdgpu_reset fileAndré Almeida2023-10-201-78/+0
* | drm/amdgpu: Encapsulate all device reset infoAndré Almeida2023-10-201-8/+10
* | drm/amdgpu: replace reset_error_count with amdgpu_ras_reset_error_countTao Zhou2023-10-201-6/+2
* | drm/amd: Add concept of running prepare_suspend() sequence for IP blocksMario Limonciello2023-10-131-1/+11
* | drm/amd: Evict resources during PM ops prepare() callbackMario Limonciello2023-10-131-5/+26
* | drm/amdgpu: Fix potential null pointer derefernceStanley.Yang2023-10-091-1/+2
* | drm/amdgpu: Refactor FRU product informationLijo Lazar2023-10-091-0/+3
* | Documentation/amdgpu: Add board info detailsLijo Lazar2023-10-051-0/+16
* | drm/amdgpu: Add sysfs attribute to get board infoLijo Lazar2023-10-051-0/+57
* | drm/amd: Fix detection of _PR3 on the PCIe root portMario Limonciello2023-10-031-1/+1
* | drm/amdgpu: exit directly if gpu reset failsTao Zhou2023-09-281-1/+1
* | drm/amd: Limit seamless boot by default to APUsMario Limonciello2023-09-281-0/+3
* | drm/amdgpu: Restore partition mode after resetLijo Lazar2023-09-261-0/+5
* | drm/amdgpu: Rework coredump to use memory dynamicallyAndré Almeida2023-09-201-23/+40
* | drm/amd: Enable seamless boot by default on newer ASICsMario Limonciello2023-09-201-11/+4
* | drm/amd: Add a module parameter for seamless bootMario Limonciello2023-09-201-3/+17
* | drm/amd: Move seamless boot check out of displayMario Limonciello2023-09-201-0/+21
* | drm/amdgpu: Use function for IP version checkLijo Lazar2023-09-201-12/+17
* | Revert "drm/amd: Disable S/G for APUs when 64GB or more host memory"Hamza Mahfooz2023-09-111-26/+0
* | drm/amdgpu: Update amdgpu_device_indirect_r/wreg_extCandice Li2023-09-061-2/+2
* | drm/amdgpu: Add RREG64_PCIE_EXT/WREG64_PCIE_EXT functionsCandice Li2023-09-061-0/+115
* | drm/amdgpu: revise the device initialization sequencesEvan Quan2023-08-311-16/+21
* | drm/amd/pm: introduce a new set of OD interfacesEvan Quan2023-08-311-0/+2
* | drm/amdgpu: Allocate coredump memory in a nonblocking wayAndré Almeida2023-08-301-1/+1
* | drm/amd/amdgpu/amdgpu_device: Provide suitable description for param 'xcc_id'Lee Jones2023-08-301-0/+1
* | drm/amdgpu: Fix the return for gpu mode1_resetHawking Zhang2023-08-301-2/+11
* | drm/amdgpu: Add bootloader status checkLijo Lazar2023-08-301-3/+14
|/
* drm/amd: flush any delayed gfxoff on suspend entryMario Limonciello2023-08-161-0/+1
* drm/amdgpu: disable mcbp if parameter zero is setJiadong Zhu2023-08-151-4/+5
* drm/amdgpu: Fix missing comment for mb() in 'amdgpu_device_aper_access'Srinivasan Shanmugam2023-08-151-0/+6
* drm/amdkfd: drop IOMMUv2 supportAlex Deucher2023-08-111-9/+0
* drm/amdgpu/irq: Move irq resume to the beginningEmily Deng2023-08-091-1/+1