summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-06drm/amdgpu: recover user queues in the shared priv-fault helperJesse Zhang1-3/+17
2026-07-29drm/amd/amdgpu: remove duplicated code in gfx_v11 and gfx_v12Ulisses Paixao1-0/+54
2026-07-29drm/amdgpu/gfx7: Make amdgpu_gfx_mqd_sw_init() usable on GFX7Timur Kristóf1-2/+2
2026-07-16drm/amdgpu: move job parameter to the end in amdgpu_job_alloc() and *_with_ib()Christian König1-2/+3
2026-07-08drm/amdgpu: move struct amdgpu_wb and helpers into separate filesShahyan Soltani1-3/+3
2026-07-01drm/amdgpu: Do not fiddle with the idle workers too muchTvrtko Ursulin1-6/+5
2026-07-01drm/amdgpu: Fix false error return to non-KCQAmber Lin1-4/+11
2026-07-01Revert "drm/amdgpu: defer KCQ remap until after MES resume in reset flow"Jesse Zhang1-54/+16
2026-07-01drm/amdgpu: defer KCQ remap until after MES resume in reset flowJesse Zhang1-16/+54
2026-07-01drm/amdgpu: Fix mes remove_hw_queue lockAmber Lin1-0/+5
2026-06-17drm/amdgpu/gfx: fix cleaner shader IB buffer overflowAsad Kamal1-5/+5
2026-06-17drm/amdgpu/gfx: defer per-queue helper_end until after MES resumeJesse Zhang1-8/+60
2026-06-17drm/amdgpu: Remove faulty queue before resumeAmber Lin1-1/+17
2026-06-17drm/amdgpu/gfx: add a common helper to handle MES compute resetsAlex Deucher1-1/+139
2026-06-17drm/amdgpu: Use a common KGQ and KCQ reset helper for gfx11/12Alex Deucher1-1/+32
2026-06-17drm/amdgpu/gfx: add a helper for MQD restoreAlex Deucher1-0/+24
2026-06-03drm/amdgpu/ras: add ras_suspend callback and use it for cp_ecc_error_irqYunxiang Li1-4/+22
2026-05-05drm/amdgpu: deduplicate ring preempt ib functionLeonardo Cesar1-0/+51
2026-04-17drm/amdgpu: Remove sys file compute_partition_mem_alloc_mode at module unloadXiaogang Chen1-0/+2
2026-04-03drm/amdgpu: add an option to allow gpu partition allocate all available memoryXiaogang Chen1-0/+39
2026-02-23drm/amdgpu: Add CU mask support for MQD propertiesJesse.Zhang1-0/+49
2026-01-29drm/amdgpu: Use AMDGPU_MQD_SIZE_ALIGN in KGDLang Yu1-8/+10
2026-01-21drm/amdgpu: Avoid excessive dmesg logLijo Lazar1-1/+2
2026-01-05drm/amd: Convert DRM_*() to drm_*()Mario Limonciello (AMD)1-1/+1
2026-01-05drm/amd: Drop amdgpu prefix from message printsMario Limonciello (AMD)1-4/+4
2026-01-05drm/amd: Pass `adev` to amdgpu_gfx_parse_disable_cu()Mario Limonciello (AMD)1-1/+3
2025-12-10drm/amdgpu: fix mes packet params issue when flush hdp.chong li1-0/+34
2025-12-08drm/amdgpu/mes: add multi-xcc supportJack Xiao1-6/+8
2025-10-28drm/amd: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-1/+0
2025-10-20drm/amdgpu: use GPU_HDP_FLUSH for sriovVictor Zhao1-0/+71
2025-10-07drm/amdgpu: Fix for GPU reset being blocked by KIQ I/O.Heng Zhou1-0/+5
2025-09-22Merge tag 'amd-drm-next-6.18-2025-09-19' of https://gitlab.freedesktop.org/ag...Dave Airlie1-3/+3
2025-09-15drm/amdgpu: Remove volatile from CSB functionsRodrigo Siqueira1-3/+3
2025-09-01drm/amdgpu: give each kernel job a unique idPierre-Eric Pelloux-Prayer1-1/+2
2025-06-30drm/amdgpu: Convert from DRM_* to dev_*Lijo Lazar1-10/+10
2025-06-03drm/amdgpu: disable workload profile switching when OD is enabledAlex Deucher1-0/+8
2025-05-05drm/amdgpu: Add Support for enforcing isolation without Cleaner ShaderSrinivasan Shanmugam1-5/+13
2025-04-30drm/amdgpu: remove DRM_AMDGPU_NAVI3X_USERQ config for UQArvind Yadav1-4/+1
2025-04-30drm/amdgpu/gfx: Introduce helpers handling CSB manipulationRodrigo Siqueira1-0/+69
2025-04-30drm/amdgpu: Disallow partition query during resetLijo Lazar1-0/+10
2025-04-21drm/amdgpu/userq: integrate with enforce isolationAlex Deucher1-0/+6
2025-04-21drm/amdgpu: rename enforce isolation variablesAlex Deucher1-16/+16
2025-04-11drm/amdgpu: adjust enforce_isolation handlingAlex Deucher1-10/+29
2025-04-11drm/amdgpu: use a dummy owner for sysfs triggered cleaner shaders v4Christian König1-3/+11
2025-04-08drm/amdgpu/gfx: add generic handling for disable_kqAlex Deucher1-2/+6
2025-04-07drm/amdgpu/gfx: decouple the number of kgqs from the hwAlex Deucher1-6/+7
2025-04-07drm/amdgpu/gfx: make amdgpu_gfx_me_queue_to_bit() staticAlex Deucher1-2/+2
2025-03-21drm/amdgpu: stop reserving VMIDs to enforce isolationChristian König1-8/+1
2025-03-19drm/amdgpu/gfx: adjust workload profile handlingAlex Deucher1-11/+18
2025-03-19drm/amdgpu/gfx: fix ref counting for ring based profile handlingAlex Deucher1-10/+20