aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-07drm/amdgpu: fix the indentationSunil Khatri1-3/+6
2025-04-30drm/amdgpu: remove DRM_AMDGPU_NAVI3X_USERQ config for UQArvind Yadav1-4/+0
2025-04-30drm/amdgpu/gfx: Use CSB helpers in gfx_v11_0_get_csb_bufferRodrigo Siqueira1-29/+5
2025-04-22drm/amdgpu/gfx11: Add fw minimum version check for usermode queueArvind Yadav1-2/+5
2025-04-21drm/amdgpu/gfx11: add support for TMZ queues to mqd_initAlex Deucher1-0/+4
2025-04-21drm/amdgpu/userq: rework driver parameterAlex Deucher1-3/+17
2025-04-21drm/amdgpu/gfx11: properly reference EOP interrupts for userqsAlex Deucher1-3/+6
2025-04-11drm/amdgpu: Use the right function for hdp flushLijo Lazar1-6/+6
2025-04-11drm/amdgpu/gfx11: Add Cleaner Shader Support for GFX11.5.2/11.5.3 GPUsSrinivasan Shanmugam1-0/+28
2025-04-08drm/amdgpu/gfx11: add support for disable_kqAlex Deucher1-55/+136
2025-04-08drm/amdgpu/gfx11: clean up and consolidate sw_initAlex Deucher1-12/+21
2025-04-08drm/amdgpu: remove is_mes_queue flagAlex Deucher1-64/+20
2025-04-08drm/amdgpu: add userq firmware version checksAlex Deucher1-4/+10
2025-04-08drm/amdgpu/gfx11: fix config guardAlex Deucher1-1/+1
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-0/+2
2025-04-08drm/amdgpu/uq: make MES UQ setup genericAlex Deucher1-5/+5
2025-04-08drm/amdgpu/gfx11: update mqd init for UQAlex Deucher1-0/+8
2025-04-08drm/amdgpu: bypass SRIOV check for shadow size infoShashank Sharma1-6/+13
2025-04-08drm/amdgpu: Enable userq fence interrupt supportArunpravin Paneer Selvam1-13/+12
2025-04-08drm/amdgpu: add kernel config for gfx-userqueueShashank Sharma1-0/+4
2025-04-08drm/amdgpu: enable compute/gfx usermode queueShashank Sharma1-0/+2
2025-04-08drm/amdgpu: enable GFX-V11 userqueue supportShashank Sharma1-0/+3
2025-04-08drm/amdgpu/gfx11: dump full CP packet header FIFOsAlex Deucher1-10/+49
2025-04-07drm/amdgpu/gfx11: Implement the GFX11 KCQ pipe resetPrike Liang1-2/+134
2025-04-07drm/amdgpu/gfx11: Implement the GFX11 KGQ pipe resetPrike Liang1-2/+70
2025-04-07drm/amdgpu/gfx11: 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-03-26drm/amdgpu/gfx11: fix num_mecAlex Deucher1-1/+1
2025-03-26drm/amdgpu: stop unmapping MQD for kernel queues v3Christian König1-78/+10
2025-03-21drm/amdgpu/gfx11: Add Cleaner Shader Support for GFX11.5 GPUsSrinivasan Shanmugam1-0/+14
2025-03-13drm/amdgpu/gfx11: don't read registers in mqd initAlex Deucher1-15/+32
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 gfx11Alex Deucher1-4/+22
2025-02-12drm/amdgpu: add support for GC IP version 11.5.3Tim Huang1-1/+11
2025-01-09drm/amdgpu: fix incorrect active RB bitmap in setup RBsTim Huang1-1/+4
2024-12-18drm/amdgpu: drop the amdgpu_device argument from amdgpu_ib_freePierre-Eric Pelloux-Prayer1-1/+1
2024-12-11drm/amdgpu/gfx11: clean up kcq reset codeJesse.zhang@amd.com1-19/+3
2024-12-10drm/amd: Add the capability to mark certain firmware as "required"Mario Limonciello1-0/+6
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/gfx11: Enable cleaner shader for GFX11.0.0/11.0.2 GPUsSrinivasan Shanmugam1-0/+2
2024-11-08drm/amdgpu: Add sysfs interface for gc reset maskJesse.zhang@amd.com1-0/+18
2024-11-05drm/amdgpu/gfx11: Add cleaner shader for GFX11.0.3Srinivasan Shanmugam1-0/+17
2024-11-04drm/amdgpu: Group gfx sysfs functionsLijo Lazar1-2/+2