summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu : Add mes_log_enable to control mes log featureshaoyunl2024-04-091-2/+5
* drm/amdgpu: reserve more memory for MES runtime DRAMTim Huang2024-02-261-3/+10
* drm/amdgpu: add mes firmware support for GC 11.5.1Yifan Zhang2024-02-221-0/+2
* drm/amdgpu: Enable event log on MES 11shaoyunl2023-12-071-0/+2
* drm/amdgpu/mes11: remove aggregated doorbell codeAlex Deucher2023-10-191-56/+0
* drm/amdgpu: Improve MES responsiveness during oversubscriptionJay Cornwall2023-10-131-0/+1
* drm/amdgpu: Use function for IP version checkLijo Lazar2023-09-201-1/+1
* drm/amdgpu: add mes firmware support for gc_11_5_0Aaron Liu2023-08-301-0/+3
* drm/amdgpu: Clean up errors in mes_v11_0.cRan Sun2023-08-091-2/+1
* drm/amdgpu: remove repeat code for mes_add_queue_pktBob Zhou2023-07-271-4/+0
* drm/amdgpu: Add -ENOMEM error handling when there is no memorySrinivasan Shanmugam2023-07-251-1/+3
* drm/amdkfd: enable cooperative groups for gfx11Jonathan Kim2023-07-251-0/+2
* drm/amdkfd: fix and enable debugging for gfx11Jonathan Kim2023-06-091-0/+1
* drm/amdkfd: apply trap workaround for gfx11Jonathan Kim2023-06-091-5/+2
* drm/amdgpu: expose debug api for mesJonathan Kim2023-06-091-0/+12
* drm/amdgpu: switch to unified amdgpu_ring_test_helperGuchun Chen2023-06-091-6/+1
* drm/amdgpu: fix S3 issue if MQD in VRAMJack Xiao2023-06-091-0/+3
* drm/amdgpu: introduce vmhub definition for multi-partition cases (v3)Hawking Zhang2023-06-091-1/+1
* drm/amdgpu: put MQDs in VRAMAlex Deucher2023-06-091-0/+1
* drm/amdgpu: convert gfx.kiq to array type (v3)Le Ma2023-04-181-13/+13
* drm/amdgpu: reserve the old gc_11_0_*_mes.binLi Ma2023-04-141-0/+5
* drm/amdgpu: Add MES KIQ clear to tell RLC that KIQ is dequeuedYifan Zha2023-04-111-2/+12
* drm/amdgpu: Add MES KIQ dequeue in MES hw finiYifan Zha2023-04-111-6/+11
* drm/amd/amdgpu: introduce gc_*_mes_2.bin v2Jack Xiao2023-04-111-5/+5
* drm/amd/amdgpu: fix warning during suspendJack Xiao2023-02-151-1/+1
* drm/amdgpu: declare firmware for new MES 11.0.4Li Ma2023-01-241-0/+2
* drm/amdgpu: remove unconditional trap enable on add gfx11 queuesJonathan Kim2023-01-241-1/+0
* drm/amd: Remove superfluous assignment for `adev->mes.adev`Mario Limonciello2023-01-091-1/+0
* drm/amd: Use `amdgpu_ucode_*` helpers for MESMario Limonciello2023-01-091-9/+1
* drm/amd: Load MES microcode during early_initMario Limonciello2023-01-091-71/+17
* drm/amdgpu: use VRAM|GTT for a bunch of kernel allocationsChristian König2023-01-031-2/+6
* drm/amdgpu: skip mes self test after s0i3 resume for MES IP v11.0Tim Huang2022-12-201-1/+2
* drm/amdgpu/mes11: enable reg active pollJack Xiao2022-12-011-0/+1
* drm/amdgpu: Stop clearing kiq position during unloadYuBiao Wang2022-11-151-1/+3
* drm/amdgpu: extend halt_if_hws_hang to MESGraham Sider2022-11-041-0/+4
* drm/amdgpu: remove deprecated MES version varsGraham Sider2022-10-271-4/+0
* drm/amdgpu: Adjust MES polling timeout for sriovYiqing Yao2022-10-211-1/+8
* drm/amdgpu: dequeue mes scheduler during finiYuBiao Wang2022-10-181-3/+39
* drm/amdgpu: skip mes self test for gc 11.0.3Likun Gao2022-10-171-1/+2
* Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-10-051-0/+11
|\
| * drm/amdgpu: pass queue size and is_aql_queue to MESGraham Sider2022-09-291-0/+4
| * drm/amdgpu: Enable SA software trap.David Belanger2022-09-291-1/+5
| * drm/amdgpu: declare firmware for new MES 11.0.3Hawking Zhang2022-08-301-0/+2
| * drm/amdgpu: Update mes_v11_api_def.hGraham Sider2022-08-291-0/+1
* | drm/amdgpu: pass queue size and is_aql_queue to MESGraham Sider2022-09-271-0/+4
* | drm/amdgpu: Update mes_v11_api_def.hGraham Sider2022-08-301-0/+1
|/
* drm/amdgpu: move mes self test after drm sched re-startedJack Xiao2022-07-281-1/+2
* drm/amdgpu/mes11: initialize aggregated doorbellJack Xiao2022-07-131-1/+57
* drm/amdgpu/mes: set correct mes ring ready flagJack Xiao2022-07-121-0/+3
* drm/amdgpu/mes: fix mes submission in atomic contextJack Xiao2022-07-081-38/+25