aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-03drm/amdgpu: Add userq fence support to SDMAv7.0Arunpravin Paneer Selvam1-5/+5
2025-04-30drm/amdgpu: remove DRM_AMDGPU_NAVI3X_USERQ config for UQArvind Yadav1-2/+0
2025-04-22drm/amdgpu/gfx12: Add fw minimum version check for usermode queueArvind Yadav1-2/+5
2025-04-21drm/amdgpu/gfx12: add support for TMZ queues to mqd_initAlex Deucher1-0/+4
2025-04-21drm/amdgpu/userq: rework driver parameterAlex Deucher1-2/+16
2025-04-21drm/amdgpu/gfx12: properly reference EOP interrupts for userqsAlex Deucher1-3/+6
2025-04-11drm/amdgpu: Use the right function for hdp flushLijo Lazar1-3/+3
2025-04-11drm/amdgpu/gfx12: Implement the GFX12 KCQ pipe resetPrike Liang1-2/+87
2025-04-08drm/amdgpu/gfx12: add support for disable_kqAlex Deucher1-53/+114
2025-04-08drm/amdgpu/gfx12: split userq setup to a separate switchAlex Deucher1-6/+14
2025-04-08drm/amdgpu: remove is_mes_queue flagAlex Deucher1-114/+29
2025-04-08drm/amdgpu: add userq firmware version checksAlex Deucher1-2/+5
2025-04-08drm/amdgpu: Add mqd for userq compute queueArunpravin Paneer Selvam1-0/+4
2025-04-08drm/amdgpu: enable userqueue secure sem for GFX 12Arunpravin Paneer Selvam1-13/+14
2025-04-08drm/amdgpu: enable userqueue support for GFX12Somalapuram Amaranath1-0/+5
2025-04-08drm/amdgpu/gfx12: update mqd init for UQAlex Deucher1-0/+6
2025-04-08drm/amdgpu: add get_gfx_shadow_info callback for gfx12Shashank Sharma1-0/+29
2025-04-08drm/amdgpu/gfx12: dump full CP packet header FIFOsAlex Deucher1-6/+35
2025-04-07drm/amdgpu/gfx12: Implement the gfx12 kgq pipe resetPrike Liang1-2/+67
2025-04-07drm/amdgpu/gfx: assign the actual me0 queues per pipeAlex Deucher1-1/+1
2025-04-07drm/amdgpu/gfx: decouple the number of kgqs from the hwAlex Deucher1-1/+2
2025-03-26drm/amdgpu/gfx12: fix num_mecAlex Deucher1-1/+1
2025-03-26drm/amdgpu: stop unmapping MQD for kernel queues v3Christian König1-87/+15
2025-03-21drm/amdgpu: remove invalid usage of sched.readyChristian König1-11/+0
2025-03-13drm/amdgpu/gfx12: correct cleanup of 'me' field with gfx_v12_0_me_fini()Wentao Liang1-1/+1
2025-03-13drm/amdgpu/gfx12: don't read registers in mqd initAlex Deucher1-15/+33
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-12drm/amdgpu: Clean up atom header file inclusionLijo Lazar1-1/+0
2025-02-12drm/amdgpu: update and cleanup PM4 headersAlex Deucher1-1/+0
2025-02-12drm/amdgpu: add dynamic workload profile switching for gfx12Alex Deucher1-4/+22
2025-01-28drm/amd/amdgpu: change the config of cgcg on gfx12Kenneth Feng1-11/+0
2025-01-14drm/amdgpu/gfx12: Add Cleaner Shader Support for GFX12.0 GPUsSrinivasan Shanmugam1-0/+8
2025-01-09drm/amdgpu: fix incorrect number of active RBs for gfx12Tim Huang1-2/+5
2025-01-09drm/amdgpu: enable gfx12 queue reset flagJesse Zhang1-1/+9
2024-12-18drm/amdgpu/gfx12: fix IP version checkAlex Deucher1-1/+1
2024-12-18drm/amdgpu: drop the amdgpu_device argument from amdgpu_ib_freePierre-Eric Pelloux-Prayer1-1/+1
2024-12-11drm/amdgpu/gfx12: clean up kcq reset codeJesse.zhang@amd.com1-13/+5
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-2/+2
2024-12-10drm/amdgpu: reduce the mmio writes in kiq settingPrike Liang1-3/+1
2024-11-08drm/amdgpu: Add sysfs interface for gc reset maskJesse.zhang@amd.com1-0/+6
2024-11-04drm/amdgpu: Group gfx sysfs functionsLijo Lazar1-2/+2
2024-10-15drm/amdgpu/gfx12: Apply Isolation Enforcement to GFX & Compute ringsSrinivasan Shanmugam1-0/+4
2024-10-15drm/amdgpu: optimize fn gfx_v12_ring_insert_nopSunil Khatri1-4/+1
2024-10-08drm/amdgpu: fix typosAndrew Kreimer1-1/+1
2024-10-07drm/amdgpu/gfx12: Implement cleaner shader support for GFX12 hardwareSrinivasan Shanmugam1-2/+25
2024-10-07drm/amdgpu: update the handle ptr in hw_finiSunil Khatri1-5/+3
2024-10-07drm/amdgpu: update the handle ptr in hw_initSunil Khatri1-3/+3