summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: fix deadlock while reading mqd from debugfsJohannes Weiner2024-03-271-17/+29
* drm/amdgpu: enable UMSCH 4.0.6Lang Yu2024-03-273-4/+16
* drm/amdgpu/umsch: update UMSCH 4.0 FW interfaceLang Yu2024-03-271-10/+10
* drm/amd: Flush GFXOFF requests in prepare stageMario Limonciello2024-03-271-0/+2
* drm/amdgpu/vpe: power on vpe when hw_initPeyton Lee2024-03-271-0/+6
* Merge tag 'drm-next-2024-03-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-03-2124-90/+128
|\
| * drm/amdgpu: drop setting buffer funcs in sdma442Le Ma2024-03-201-22/+1
| * Revert "drm/amdgpu/vpe: don't emit cond exec command under collaborate mode"Lang Yu2024-03-201-3/+0
| * Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device...Ma Jun2024-03-201-10/+6
| * drm/amdgpu: Bypass display ta if display hw is not availableHawking Zhang2024-03-201-0/+18
| * drm/amdgpu: correct the KGQ fallback messagePrike Liang2024-03-201-1/+1
| * drm/amdgpu: Skip access PF-only registers on gfx10/gfxhub2_1 under SRIOVZhenGuo Yin2024-03-202-2/+9
| * drm/amdgpu: Init zone device and drm client after mode-1 reset on reloadAhmad Rehman2024-03-202-2/+5
| * drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flagPhilip Yang2024-03-201-0/+1
| * drm/amdgpu/vcn: enable vcn1 fw load for VCN 4_0_6Saleemkhan Jamadar2024-03-2010-38/+52
| * drm/amdgpu: Reset IH OVERFLOW_EN bit for IH 7.0Friedrich Vock2024-03-201-0/+6
| * drm/amdgpu: fix mmhub client id out-of-bounds accessLang Yu2024-03-201-4/+3
| * drm/amdgpu: fix use-after-free bugVitaly Prosyak2024-03-201-4/+16
| * drm/amdgpu: Handle duplicate BOs during process restoreMukul Joshi2024-03-201-4/+10
* | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-1/+1
|\ \ | |/ |/|
| * treewide: update LLVM Bugzilla linksNathan Chancellor2024-02-221-1/+1
* | Merge tag 'amd-drm-next-6.9-2024-03-08-1' of https://gitlab.freedesktop.org/a...Dave Airlie2024-03-1134-562/+1265
|\ \
| * | drm/amdgpu/soc21: add mode2 asic reset for SMU IP v14.0.1lima10022024-03-071-0/+1
| * | drm/amdgpu: add VPE 6.1.1 discovery supportAlex Deucher2024-03-071-0/+1
| * | drm/amdgpu/vpe: add VPE 6.1.1 supportLang Yu2024-03-072-106/+207
| * | drm/amdgpu/vpe: don't emit cond exec command under collaborate modeLang Yu2024-03-071-0/+3
| * | drm/amdgpu/vpe: add collaborate mode support for VPELang Yu2024-03-072-0/+21
| * | drm/amdgpu/vpe: add PRED_EXE and COLLAB_SYNC OPCODELang Yu2024-03-071-1/+2
| * | drm/amdgpu/vpe: add multi instance VPE supportLang Yu2024-03-072-0/+13
| * | drm/amdgpu/discovery: add nbif v6_3_1 ip blockLikun Gao2024-03-071-0/+5
| * | drm/amdgpu: Add nbif v6_3_1 ip block supportHawking Zhang2024-03-073-1/+529
| * | drm/amdgpu: add ring timeout information in devcoredumpSunil Khatri2024-03-062-0/+15
| * | drm/amdgpu: add dcn3.5.1 supportYifan Zhang2024-03-061-0/+1
| * | drm/amdgpu: disable ring_muxer if mcbp is offPierre-Eric Pelloux-Prayer2024-03-062-11/+14
| * | drm/amdgpu: remove unused codeJesse Zhang2024-03-062-47/+15
| * | drm/amdgpu: workaround to avoid SET_Q_MODE packets v2Christian König2024-03-042-16/+93
| * | drm/amdgpu: cleanup conditional executionChristian König2024-03-0411-184/+99
| * | drm/amdgpu: Use rpm_mode flag instead of checking it again for rpmMa Jun2024-03-041-12/+12
| * | drm/amdgpu: change vm->task_info handlingShashank Sharma2024-03-0413-119/+249
| * | Revert "drm/amdgpu: remove vm sanity check from amdgpu_vm_make_compute" for R...Jesse Zhang2024-03-043-81/+1
* | | Merge tag 'amd-drm-next-6.9-2024-03-01' of https://gitlab.freedesktop.org/agd...Dave Airlie2024-03-0841-283/+391
|\| |
| * | drm/amdgpu: remove misleading amdgpu_pmops_runtime_idle() commentBjorn Helgaas2024-02-291-2/+1
| * | Revert "drm/amd: Remove freesync video mode amdgpu parameter"Alex Deucher2024-02-292-0/+28
| * | drm/amdgpu: add deferred error check for UMC v12 address queryTao Zhou2024-02-291-1/+2
| * | amd/amdkfd: remove unused parameterEric Huang2024-02-282-3/+2
| * | drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init()Srinivasan Shanmugam2024-02-271-6/+10
| * | drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()Srinivasan Shanmugam2024-02-271-1/+1
| * | drm/amd: Drop abm_level propertyMario Limonciello2024-02-272-10/+0
| * | drm/amdgpu: reserve more memory for MES runtime DRAMTim Huang2024-02-261-3/+10
| * | drm/amdgpu: Enable gpu reset for S3 abort cases on Raven seriesPrike Liang2024-02-261-20/+25