summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-10drm/amdgpu : Add mes_log_enable to control mes log featureshaoyunl1-2/+5
2024-02-26drm/amdgpu: reserve more memory for MES runtime DRAMTim Huang1-3/+10
2024-02-22drm/amdgpu: add mes firmware support for GC 11.5.1Yifan Zhang1-0/+2
2023-12-08drm/amdgpu: Enable event log on MES 11shaoyunl1-0/+2
2023-10-20drm/amdgpu/mes11: remove aggregated doorbell codeAlex Deucher1-56/+0
2023-10-13drm/amdgpu: Improve MES responsiveness during oversubscriptionJay Cornwall1-0/+1
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar1-1/+1
2023-08-30drm/amdgpu: add mes firmware support for gc_11_5_0Aaron Liu1-0/+3
2023-08-09drm/amdgpu: Clean up errors in mes_v11_0.cRan Sun1-2/+1
2023-07-27drm/amdgpu: remove repeat code for mes_add_queue_pktBob Zhou1-4/+0
2023-07-25drm/amdgpu: Add -ENOMEM error handling when there is no memorySrinivasan Shanmugam1-1/+3
2023-07-25drm/amdkfd: enable cooperative groups for gfx11Jonathan Kim1-0/+2
2023-06-09drm/amdkfd: fix and enable debugging for gfx11Jonathan Kim1-0/+1
2023-06-09drm/amdkfd: apply trap workaround for gfx11Jonathan Kim1-5/+2
2023-06-09drm/amdgpu: expose debug api for mesJonathan Kim1-0/+12
2023-06-09drm/amdgpu: switch to unified amdgpu_ring_test_helperGuchun Chen1-6/+1
2023-06-09drm/amdgpu: fix S3 issue if MQD in VRAMJack Xiao1-0/+3
2023-06-09drm/amdgpu: introduce vmhub definition for multi-partition cases (v3)Hawking Zhang1-1/+1
2023-06-09drm/amdgpu: put MQDs in VRAMAlex Deucher1-0/+1
2023-04-18drm/amdgpu: convert gfx.kiq to array type (v3)Le Ma1-13/+13
2023-04-14drm/amdgpu: reserve the old gc_11_0_*_mes.binLi Ma1-0/+5
2023-04-12drm/amdgpu: Add MES KIQ clear to tell RLC that KIQ is dequeuedYifan Zha1-2/+12
2023-04-12drm/amdgpu: Add MES KIQ dequeue in MES hw finiYifan Zha1-6/+11
2023-04-12drm/amd/amdgpu: introduce gc_*_mes_2.bin v2Jack Xiao1-5/+5
2023-02-16drm/amd/amdgpu: fix warning during suspendJack Xiao1-1/+1
2023-01-24drm/amdgpu: declare firmware for new MES 11.0.4Li Ma1-0/+2
2023-01-24drm/amdgpu: remove unconditional trap enable on add gfx11 queuesJonathan Kim1-1/+0
2023-01-10drm/amd: Remove superfluous assignment for `adev->mes.adev`Mario Limonciello1-1/+0
2023-01-10drm/amd: Use `amdgpu_ucode_*` helpers for MESMario Limonciello1-9/+1
2023-01-10drm/amd: Load MES microcode during early_initMario Limonciello1-71/+17
2023-01-04drm/amdgpu: use VRAM|GTT for a bunch of kernel allocationsChristian König1-2/+6
2022-12-20drm/amdgpu: skip mes self test after s0i3 resume for MES IP v11.0Tim Huang1-1/+2
2022-12-01drm/amdgpu/mes11: enable reg active pollJack Xiao1-0/+1
2022-11-15drm/amdgpu: Stop clearing kiq position during unloadYuBiao Wang1-1/+3
2022-11-04drm/amdgpu: extend halt_if_hws_hang to MESGraham Sider1-0/+4
2022-10-27drm/amdgpu: remove deprecated MES version varsGraham Sider1-4/+0
2022-10-21drm/amdgpu: Adjust MES polling timeout for sriovYiqing Yao1-1/+8
2022-10-18drm/amdgpu: dequeue mes scheduler during finiYuBiao Wang1-3/+39
2022-10-18drm/amdgpu: skip mes self test for gc 11.0.3Likun Gao1-1/+2
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+11
2022-09-29drm/amdgpu: pass queue size and is_aql_queue to MESGraham Sider1-0/+4
2022-09-29drm/amdgpu: Enable SA software trap.David Belanger1-1/+5
2022-09-28drm/amdgpu: pass queue size and is_aql_queue to MESGraham Sider1-0/+4
2022-08-30drm/amdgpu: Update mes_v11_api_def.hGraham Sider1-0/+1
2022-08-30drm/amdgpu: declare firmware for new MES 11.0.3Hawking Zhang1-0/+2
2022-08-30drm/amdgpu: Update mes_v11_api_def.hGraham Sider1-0/+1
2022-07-28drm/amdgpu: move mes self test after drm sched re-startedJack Xiao1-1/+2
2022-07-13drm/amdgpu/mes11: initialize aggregated doorbellJack Xiao1-1/+57
2022-07-12drm/amdgpu/mes: set correct mes ring ready flagJack Xiao1-0/+3
2022-07-09drm/amdgpu/mes: fix mes submission in atomic contextJack Xiao1-38/+25