summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu/mes: add mes mapping legacy queue supportJack Xiao2024-04-261-0/+22
* drm/amdgpu/mes11: Use a separate fence per transactionAlex Deucher2024-04-261-0/+12
* drm/amdgpu/mes: fix use-after-free issueJack Xiao2024-04-261-0/+1
* drm/amdgpu : Increase the mes log buffer size as per new MES FW versionshaoyunl2024-04-091-3/+2
* drm/amdgpu : Add mes_log_enable to control mes log featureshaoyunl2024-04-091-1/+4
* drm/amdgpu: Fix 'fw_name' buffer size to prevent truncations in amdgpu_mes_in...Srinivasan Shanmugam2024-03-221-1/+1
* drm/amdgpu: cleanup unused variableShashank Sharma2024-03-201-7/+3
* drm/amdgpu: Only create mes event log debugfs when mes is enabledshaoyunl2024-02-071-3/+3
* drm/amdgpu: Enable seq64 manager and fix bugsArunpravin Paneer Selvam2024-01-221-1/+1
* Merge tag 'drm-msm-next-2023-12-15' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2023-12-201-2/+2
|\
| * drm/exec: Pass in initial # of objectsRob Clark2023-12-101-2/+2
* | drm/amdkfd: fix mes set shader debugger process managementJonathan Kim2023-12-131-0/+31
* | drm/amdgpu: SW part of MES event log enablementshaoyunl2023-12-071-0/+61
|/
* drm/amdgpu: fix GRBM read timeout when do mes_self_testTim Huang2023-11-031-0/+16
* drm/amdgpu: Use function for IP version checkLijo Lazar2023-09-201-4/+7
* drm/amdgpu: cleanup MES process level doorbellsShashank Sharma2023-08-071-53/+1
* drm/amdgpu: use doorbell mgr for MES kernel doorbellsShashank Sharma2023-08-071-57/+37
* Merge tag 'amd-drm-next-6.6-2023-07-28' of https://gitlab.freedesktop.org/agd...Daniel Vetter2023-08-041-1/+3
|\
| * drm/amdkfd: enable cooperative groups for gfx11Jonathan Kim2023-07-251-0/+2
| * drm/amdgpu: fix slab-out-of-bounds issue in amdgpu_vm_pt_createGuchun Chen2023-07-181-1/+1
* | drm/amdgpu: use drm_exec for MES testingChristian König2023-07-121-47/+43
|/
* drm/amdkfd: fix and enable debugging for gfx11Jonathan Kim2023-06-091-1/+6
* drm/amdgpu: expose debug api for mesJonathan Kim2023-06-091-0/+32
* drm/amdgpu: switch to unified amdgpu_ring_test_helperGuchun Chen2023-06-091-7/+2
* drm/amd/amdgpu: introduce gc_*_mes_2.bin v2Jack Xiao2023-04-111-4/+22
* drm/amd/amdgpu: limit one queue per gangJack Xiao2023-03-221-6/+3
* drm/amd/amdgpu/amdgpu_mes: Ensure amdgpu_bo_create_kernel()'s return value is...Lee Jones2023-03-221-0/+5
* drm/amd: Use `amdgpu_ucode_*` helpers for MESMario Limonciello2023-01-091-8/+2
* drm/amd: Load MES microcode during early_initMario Limonciello2023-01-091-0/+65
* drm/amdgpu/mes: zero the sdma_hqd_mask of 2nd SDMA engine for SDMA 6.0.1Yifan Zhang2022-09-141-0/+3
* drm/amdgpu/mes: ring aggregatged doorbell when mes queue is unmappedLe Ma2022-07-131-0/+7
* drm/amdgpu/mes: init aggregated doorbellLe Ma2022-07-131-4/+12
* drm/amdgpu/mes: fix bo va unmap issue in mesJack Xiao2022-07-121-3/+58
* drm/amdgpu/mes: fix mes submission in atomic contextJack Xiao2022-07-081-15/+1
* drm/amdgpu/mes: Fix an error handling path in amdgpu_mes_self_test()Jianglei Nie2022-07-051-1/+3
* drm/amdgpu/mes: add mes register access interfaceJack Xiao2022-06-301-1/+131
* drm/amdgpu: add mc wptr addr support for mesJack Xiao2022-06-281-2/+8
* drm/amdgpu: Update mes_v11_api_def.hGraham Sider2022-06-231-0/+1
* drm/amdgpu/mes: fix format specifier for size_tAlex Deucher2022-05-101-1/+1
* drm/amdgpu: add mes unmap legacy queue routineJack Xiao2022-05-041-123/+212
* drm/amdgpu/mes: Update the doorbell function signaturesMukul Joshi2022-05-041-15/+22
* drm/amdgpu/mes: disable mes sdma queue testJack Xiao2022-05-041-0/+5
* drm/amdgpu/mes: fix vm csa update issueJack Xiao2022-05-041-22/+59
* drm/amdgpu/mes: implement mes self testJack Xiao2022-05-041-0/+97
* drm/amdgpu/mes: add ring/ib test for mes self testJack Xiao2022-05-041-0/+32
* drm/amdgpu/mes: create gang and queues for mes self testJack Xiao2022-05-041-0/+39
* drm/amdgpu/mes: map ctx metadata for mes self testJack Xiao2022-05-041-0/+37
* drm/amdgpu/mes: add helper functions to alloc/free ctx metadataJack Xiao2022-05-041-0/+25
* drm/amdgpu/mes: implement removing mes ringJack Xiao2022-05-041-0/+11
* drm/amdgpu/mes: use ring for kernel queue submissionJack Xiao2022-05-041-0/+93