aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Convert from DRM_* to dev_*Lijo Lazar2025-06-301-10/+10
* drm/amdgpu: disable workload profile switching when OD is enabledAlex Deucher2025-06-031-0/+8
* drm/amdgpu: Add Support for enforcing isolation without Cleaner ShaderSrinivasan Shanmugam2025-05-051-5/+13
* drm/amdgpu: remove DRM_AMDGPU_NAVI3X_USERQ config for UQArvind Yadav2025-04-301-4/+1
* drm/amdgpu/gfx: Introduce helpers handling CSB manipulationRodrigo Siqueira2025-04-301-0/+69
* drm/amdgpu: Disallow partition query during resetLijo Lazar2025-04-301-0/+10
* drm/amdgpu/userq: integrate with enforce isolationAlex Deucher2025-04-211-0/+6
* drm/amdgpu: rename enforce isolation variablesAlex Deucher2025-04-211-16/+16
* drm/amdgpu: adjust enforce_isolation handlingAlex Deucher2025-04-111-10/+29
* drm/amdgpu: use a dummy owner for sysfs triggered cleaner shaders v4Christian König2025-04-111-3/+11
* drm/amdgpu/gfx: add generic handling for disable_kqAlex Deucher2025-04-081-2/+6
* drm/amdgpu/gfx: decouple the number of kgqs from the hwAlex Deucher2025-04-071-6/+7
* drm/amdgpu/gfx: make amdgpu_gfx_me_queue_to_bit() staticAlex Deucher2025-04-071-2/+2
* drm/amdgpu: stop reserving VMIDs to enforce isolationChristian König2025-03-211-8/+1
* drm/amdgpu/gfx: adjust workload profile handlingAlex Deucher2025-03-191-11/+18
* drm/amdgpu/gfx: fix ref counting for ring based profile handlingAlex Deucher2025-03-191-10/+20
* drm/amdgpu/gfx: delete stray tabsDan Carpenter2025-03-111-2/+2
* drm/amdgpu/mes: keep enforce isolation up to dateAlex Deucher2025-02-251-9/+4
* drm/amdgpu/gfx: only call mes for enforce isolation if supportedAlex Deucher2025-02-171-2/+4
* drm/amdgpu/gfx: add amdgpu_gfx_off_ctrl_immediate()Alex Deucher2025-02-131-13/+40
* drm/amdgpu/gfx: add ring helpers for setting workload profileAlex Deucher2025-02-131-0/+57
* Merge tag 'drm-next-2025-01-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2025-01-221-8/+82
|\
| * drm/amdgpu: partially revert "reduce reset time"Christian König2024-12-181-2/+2
| * drm/amdgpu: Fix potential integer overflow in scheduler mask calculationsKarol Przybylski2024-12-181-4/+4
| * drm/amd/amdgpu: Add Annotations to Process Isolation functionsSrinivasan Shanmugam2024-12-101-0/+29
| * drm/amd/amdgpu: Add Descriptions to Process Isolation and Cleaner Shader Sysf...Srinivasan Shanmugam2024-12-101-0/+45
| * drm/amd/pm: add inst to dpm_set_powergating_by_smuBoyuan Zhang2024-12-101-2/+2
* | drm/amdgpu: Fix Circular Locking Dependency in AMDGPU GFX IsolationSrinivasan Shanmugam2025-01-141-2/+10
|/
* drm/amdgpu: Fix sysfs warning when hotplugging[email protected]2024-11-211-3/+5
* drm/amd/amdgpu: limit single process inside MESShaoyun Liu2024-11-121-0/+2
* drm/amdgpu: Implement virt req_ras_err_countVictor Skvortsov2024-11-111-0/+3
* drm/amdgpu: Avoid kcq disable during resetLijo Lazar2024-11-081-9/+1
* drm/amdgpu: Fix map/unmap queue logicLijo Lazar2024-11-081-18/+45
* drm/amdgpu: Add sysfs interface for gc reset mask[email protected]2024-11-081-0/+70
* drm/amdgpu: Group gfx sysfs functionsLijo Lazar2024-11-041-9/+31
* drm/amdgpu: add amdgpu_gfx_sched_mask and amdgpu_compute_sched_mask debugfsJesse Zhang2024-11-041-0/+141
* drm/amdgpu: fix fairness in enforce isolation handlingAlex Deucher2024-11-041-2/+51
* drm/amdgpu: Zero-initialize mqd backup memoryLijo Lazar2024-10-221-3/+3
* drm/amdgpu: Show current compute partition on VFLijo Lazar2024-10-151-2/+27
* drm/amdgpu: enable enforce_isolation sysfs node on VFsAlex Deucher2024-10-151-7/+4
* drm/amdgpu: Remove unused amdgpu_gfx_bit_to_me_queueDr. David Alan Gilbert2024-09-261-10/+0
* drm/amd: Add helper to get partition config modesLijo Lazar2024-09-261-20/+20
* drm/amdgpu: Replace 'amdgpu_job_submit_direct' with 'drm_sched_entity' in cle...Srinivasan Shanmugam2024-09-061-16/+19
* drm/amdgpu/mes: add mes mapping legacy queue switchJack Xiao2024-08-291-2/+2
* drm/amdgpu: Implement Enforce Isolation Handler for KGD/KFD serializationSrinivasan Shanmugam2024-08-211-0/+167
* drm/amdgpu: Add sysfs interface for running cleaner shaderSrinivasan Shanmugam2024-08-211-0/+134
* drm/amdgpu: Add enforce_isolation sysfs attributeSrinivasan Shanmugam2024-08-211-0/+101
* drm/amdgpu: Add infrastructure for Cleaner Shader featureSrinivasan Shanmugam2024-08-161-0/+35
* drm/amdgpu/mes12: fix suspend issueJack Xiao2024-08-131-0/+22
* drm/amdgpu/mes: add multiple mes ring instances supportJack Xiao2024-08-131-2/+2