summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
AgeCommit message (Expand)AuthorLines
2025-01-21Merge tag 'drm-next-2025-01-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-8/+82
2025-01-14drm/amdgpu: Fix Circular Locking Dependency in AMDGPU GFX IsolationSrinivasan Shanmugam-2/+10
2024-12-18drm/amdgpu: partially revert "reduce reset time"Christian König-2/+2
2024-12-18drm/amdgpu: Fix potential integer overflow in scheduler mask calculationsKarol Przybylski-4/+4
2024-12-10drm/amd/amdgpu: Add Annotations to Process Isolation functionsSrinivasan Shanmugam-0/+29
2024-12-10drm/amd/amdgpu: Add Descriptions to Process Isolation and Cleaner Shader Sysf...Srinivasan Shanmugam-0/+45
2024-12-10drm/amd/pm: add inst to dpm_set_powergating_by_smuBoyuan Zhang-2/+2
2024-11-21drm/amdgpu: Fix sysfs warning when hotpluggingJesse.zhang@amd.com-3/+5
2024-11-12drm/amd/amdgpu: limit single process inside MESShaoyun Liu-0/+2
2024-11-11drm/amdgpu: Implement virt req_ras_err_countVictor Skvortsov-0/+3
2024-11-08drm/amdgpu: Avoid kcq disable during resetLijo Lazar-9/+1
2024-11-08drm/amdgpu: Fix map/unmap queue logicLijo Lazar-18/+45
2024-11-08drm/amdgpu: Add sysfs interface for gc reset maskJesse.zhang@amd.com-0/+70
2024-11-04drm/amdgpu: Group gfx sysfs functionsLijo Lazar-9/+31
2024-11-04drm/amdgpu: add amdgpu_gfx_sched_mask and amdgpu_compute_sched_mask debugfsJesse Zhang-0/+141
2024-11-04drm/amdgpu: fix fairness in enforce isolation handlingAlex Deucher-2/+51
2024-10-22drm/amdgpu: Zero-initialize mqd backup memoryLijo Lazar-3/+3
2024-10-15drm/amdgpu: Show current compute partition on VFLijo Lazar-2/+27
2024-10-15drm/amdgpu: enable enforce_isolation sysfs node on VFsAlex Deucher-7/+4
2024-09-26drm/amdgpu: Remove unused amdgpu_gfx_bit_to_me_queueDr. David Alan Gilbert-10/+0
2024-09-26drm/amd: Add helper to get partition config modesLijo Lazar-20/+20
2024-09-06drm/amdgpu: Replace 'amdgpu_job_submit_direct' with 'drm_sched_entity' in cle...Srinivasan Shanmugam-16/+19
2024-08-29drm/amdgpu/mes: add mes mapping legacy queue switchJack Xiao-2/+2
2024-08-20drm/amdgpu: Implement Enforce Isolation Handler for KGD/KFD serializationSrinivasan Shanmugam-0/+167
2024-08-20drm/amdgpu: Add sysfs interface for running cleaner shaderSrinivasan Shanmugam-0/+134
2024-08-20drm/amdgpu: Add enforce_isolation sysfs attributeSrinivasan Shanmugam-0/+101
2024-08-16drm/amdgpu: Add infrastructure for Cleaner Shader featureSrinivasan Shanmugam-0/+35
2024-08-13drm/amdgpu/mes12: fix suspend issueJack Xiao-0/+22
2024-08-13drm/amdgpu/mes: add multiple mes ring instances supportJack Xiao-2/+2
2024-08-06drm/amdgpu: fix unchecked return value warning for amdgpu_gfxTim Huang-4/+14
2024-06-14drm/amdgpu: create amdgpu_ras_in_recovery to simplify codeTao Zhou-12/+2
2024-06-05drm/amdgpu: Fix type mismatch in amdgpu_gfx_kiq_init_ringSrinivasan Shanmugam-1/+2
2024-05-23drm/amdgpu: Fix snprintf usage in amdgpu_gfx_kiq_init_ringSrinivasan Shanmugam-1/+1
2024-05-13drm/amdgpu/mes: fix mes12 to map legacy queueJack Xiao-25/+46
2024-05-02drm/amdgpu/gfx: enable mes to map legacy queue supportJack Xiao-2/+2
2024-05-02drm/amdgpu: Add gfx v9_4_4 ip blockHawking Zhang-1/+2
2024-04-30drm/amdgpu/gfx: enable mes to map legacy queue supportJack Xiao-9/+41
2024-04-26drm/amdgpu: fix uninitialized scalar variable warningTim Huang-1/+2
2024-03-20drm/amdgpu: correct the KGQ fallback messagePrike Liang-1/+1
2024-03-08Merge tag 'amd-drm-next-6.9-2024-03-01' of https://gitlab.freedesktop.org/agd...Dave Airlie-3/+3
2024-02-22drm/amdgpu: Drop redundant parameter in amdgpu_gfx_kiq_init_ringMa Jun-3/+3
2024-02-22Merge tag 'amd-drm-next-6.9-2024-02-19' of https://gitlab.freedesktop.org/agd...Dave Airlie-1/+8
2024-02-13Revert "drm/amd: flush any delayed gfxoff on suspend entry"Mario Limonciello-1/+8
2024-02-13Merge tag 'amd-drm-next-6.9-2024-02-09' of https://gitlab.freedesktop.org/agd...Dave Airlie-2/+2
2024-01-31drm/amdgpu: prefer snprintf over sprintfJani Nikula-1/+2
2024-01-22drm/amdgpu: Cleanup inconsistent indenting in 'amdgpu_gfx_enable_kcq()'Srinivasan Shanmugam-2/+2
2023-11-09drm/amdgpu: Use correct KIQ MEC engine for gfx9.4.3 (v5)Victor Lu-4/+4
2023-11-03drm/amdgpu: don't put MQDs in VRAM on ARM | ARM64Alex Deucher-0/+2
2023-10-19drm/amdgpu: Workaround to skip kiq ring test during ras gpu recoveryStanley.Yang-0/+21
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar-2/+2