summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-15drm/amdgpu: Remove volatile from ring manipulationRodrigo Siqueira1-1/+1
2025-09-15drm/amdgpu: Remove volatile from CSB functionsRodrigo Siqueira1-2/+1
2025-08-06drm/amdgpu/gfx10: remove redundant repeated nested 0 checkEthan Carter Edwards1-13/+11
2025-07-17drm/amdgpu: move reset support type checks into the callerAlex Deucher1-6/+0
2025-07-17drm/amdgpu/gfx10: re-emit unprocessed state on ring resetAlex Deucher1-31/+4
2025-07-16drm/amdgpu: clean up GC reset functionsAlex Deucher1-5/+9
2025-07-15drm/amdgpu/gfx10: fix kiq locking in KCQ resetAlex Deucher1-4/+2
2025-07-07drm/amdgpu/gfx10: fix KGQ reset sequenceAlex Deucher1-5/+15
2025-06-30drm/amdgpu: move scheduler wqueue handling into callbacksAlex Deucher1-0/+6
2025-06-30drm/amdgpu: move force completion into ring resetsAlex Deucher1-2/+10
2025-06-30drm/amdgpu: update ring reset function signatureAlex Deucher1-2/+5
2025-05-01drm/amdgpu/gfx: Use CSB helpers in gfx_v10_0_get_csb_bufferRodrigo Siqueira1-29/+5
2025-04-21drm/amdgpu: Refine Cleaner Shader MEC firmware version for GFX10.1.x GPUsSrinivasan Shanmugam1-1/+1
2025-04-12drm/amdgpu: Use the right function for hdp flushLijo Lazar1-4/+4
2025-04-08drm/amdgpu/gfx10: dump full CP packet header FIFOsAlex Deucher1-13/+51
2025-04-07drm/amdgpu/gfx10: fix CSIB handlingAlex Deucher1-2/+0
2025-04-07drm/amdgpu/gfx: assign the actual me0 queues per pipeAlex Deucher1-2/+2
2025-04-07drm/amdgpu/gfx: decouple the number of kgqs from the hwAlex Deucher1-1/+2
2025-04-07drm/amdgpu/gfx10: Add Cleaner Shader Support for GFX10.3.x GPUsSrinivasan Shanmugam1-0/+30
2025-03-27drm/amdgpu: stop unmapping MQD for kernel queues v3Christian König1-77/+11
2025-02-25drm/amdgpu: update the handle ptr in is_idleSunil Khatri1-2/+2
2025-02-19drm/amdgpu: update the handle ptr in get_clockgating_stateSunil Khatri1-2/+2
2025-02-13drm/amdgpu/gfx10: Enable cleaner shader for GFX10.1.1/10.1.2 GPUsSrinivasan Shanmugam1-0/+2
2025-02-13drm/amdgpu: update and cleanup PM4 headersAlex Deucher1-1/+0
2025-02-13drm/amdgpu/gfx10: Add cleaner shader for GFX10.1.10Srinivasan Shanmugam1-0/+14
2025-02-13drm/amdgpu/gfx10: implement gfx queue reset via MMIOJesse.zhang@amd.com1-0/+19
2025-02-13drm/amdgpu/gfx10: implement queue reset via MMIOJesse.zhang@amd.com1-0/+34
2025-02-13drm/amdgpu: add dynamic workload profile switching for gfx10Alex Deucher1-4/+22
2025-01-10drm/amdgpu/gfx10: Enable cleaner shader for GFX10.3.2/10.3.4/10.3.5 GPUsSrinivasan Shanmugam1-0/+3
2025-01-06drm/amdgpu/gfx10: Add cleaner shader for GFX10.3.0Srinivasan Shanmugam1-0/+15
2024-12-18drm/amdgpu: partially revert "reduce reset time"Christian König1-1/+1
2024-12-18drm/amdgpu: drop the amdgpu_device argument from amdgpu_ib_freePierre-Eric Pelloux-Prayer1-1/+1
2024-12-10drm/amd: Add the capability to mark certain firmware as "required"Mario Limonciello1-0/+5
2024-12-10drm/amdgpu: pass ip_block in set_clockgating_stateBoyuan Zhang1-2/+2
2024-12-10drm/amdgpu: pass ip_block in set_powergating_stateBoyuan Zhang1-4/+4
2024-12-10drm/amdgpu: reduce the mmio writes in kiq settingPrike Liang1-6/+2
2024-11-08drm/amdgpu: Add sysfs interface for gc reset maskJesse.zhang@amd.com1-0/+5
2024-11-04drm/amdgpu: Group gfx sysfs functionsLijo Lazar1-2/+3
2024-10-15drm/amdgpu: optimize fn gfx_v10_ring_insert_nopSunil Khatri1-4/+1
2024-10-08drm/amdgpu: fix typosAndrew Kreimer1-2/+2
2024-10-07drm/amdgpu/gfx10: Apply Isolation Enforcement to GFX & Compute ringsSrinivasan Shanmugam1-0/+4
2024-10-07drm/amdgpu/gfx10: Implement cleaner shader support for GFX10 hardwareSrinivasan Shanmugam1-4/+35
2024-10-07drm/amdgpu: update the handle ptr in hw_finiSunil Khatri1-6/+4
2024-10-07drm/amdgpu: update the handle ptr in hw_initSunil Khatri1-3/+3
2024-10-07drm/amdgpu: update the handle ptr in resumeSunil Khatri1-2/+2
2024-10-07drm/amdgpu: update the handle ptr in suspendSunil Khatri1-2/+4
2024-10-07drm/amdgpu: update the handle ptr in wait_for_idleSunil Khatri1-2/+2
2024-10-02drm/amdgpu: update the handle ptr in soft_resetSunil Khatri1-2/+2
2024-10-02drm/amdgpu: update the handle ptr in sw_finiSunil Khatri1-2/+2
2024-10-02drm/amdgpu: update the handle ptr in sw_initSunil Khatri1-2/+2