summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-24drm/amdgpu/mes: fix use-after-free issueJack Xiao1-0/+1
2024-04-10drm/amdgpu : Increase the mes log buffer size as per new MES FW versionshaoyunl1-3/+2
2024-04-10drm/amdgpu : Add mes_log_enable to control mes log featureshaoyunl1-1/+4
2024-02-07drm/amdgpu: Only create mes event log debugfs when mes is enabledshaoyunl1-3/+3
2024-01-23drm/amdgpu: Enable seq64 manager and fix bugsArunpravin Paneer Selvam1-1/+1
2023-12-20Merge tag 'drm-msm-next-2023-12-15' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-2/+2
2023-12-14drm/amdkfd: fix mes set shader debugger process managementJonathan Kim1-0/+31
2023-12-10drm/exec: Pass in initial # of objectsRob Clark1-2/+2
2023-12-08drm/amdgpu: SW part of MES event log enablementshaoyunl1-0/+61
2023-11-03drm/amdgpu: fix GRBM read timeout when do mes_self_testTim Huang1-0/+16
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar1-4/+7
2023-08-08drm/amdgpu: cleanup MES process level doorbellsShashank Sharma1-53/+1
2023-08-08drm/amdgpu: use doorbell mgr for MES kernel doorbellsShashank Sharma1-57/+37
2023-08-04Merge tag 'amd-drm-next-6.6-2023-07-28' of https://gitlab.freedesktop.org/agd...Daniel Vetter1-1/+3
2023-07-25drm/amdkfd: enable cooperative groups for gfx11Jonathan Kim1-0/+2
2023-07-18drm/amdgpu: fix slab-out-of-bounds issue in amdgpu_vm_pt_createGuchun Chen1-1/+1
2023-07-12drm/amdgpu: use drm_exec for MES testingChristian König1-47/+43
2023-06-09drm/amdkfd: fix and enable debugging for gfx11Jonathan Kim1-1/+6
2023-06-09drm/amdgpu: expose debug api for mesJonathan Kim1-0/+32
2023-06-09drm/amdgpu: switch to unified amdgpu_ring_test_helperGuchun Chen1-7/+2
2023-04-12drm/amd/amdgpu: introduce gc_*_mes_2.bin v2Jack Xiao1-4/+22
2023-03-22drm/amd/amdgpu: limit one queue per gangJack Xiao1-6/+3
2023-03-22drm/amd/amdgpu/amdgpu_mes: Ensure amdgpu_bo_create_kernel()'s return value is...Lee Jones1-0/+5
2023-01-10drm/amd: Use `amdgpu_ucode_*` helpers for MESMario Limonciello1-8/+2
2023-01-10drm/amd: Load MES microcode during early_initMario Limonciello1-0/+65
2022-09-14drm/amdgpu/mes: zero the sdma_hqd_mask of 2nd SDMA engine for SDMA 6.0.1Yifan Zhang1-0/+3
2022-07-13drm/amdgpu/mes: ring aggregatged doorbell when mes queue is unmappedLe Ma1-0/+7
2022-07-13drm/amdgpu/mes: init aggregated doorbellLe Ma1-4/+12
2022-07-12drm/amdgpu/mes: fix bo va unmap issue in mesJack Xiao1-3/+58
2022-07-09drm/amdgpu/mes: fix mes submission in atomic contextJack Xiao1-15/+1
2022-07-05drm/amdgpu/mes: Fix an error handling path in amdgpu_mes_self_test()Jianglei Nie1-1/+3
2022-06-30drm/amdgpu/mes: add mes register access interfaceJack Xiao1-1/+131
2022-06-28drm/amdgpu: add mc wptr addr support for mesJack Xiao1-2/+8
2022-06-24drm/amdgpu: Update mes_v11_api_def.hGraham Sider1-0/+1
2022-05-11drm/amdgpu/mes: fix format specifier for size_tAlex Deucher1-1/+1
2022-05-04drm/amdgpu: add mes unmap legacy queue routineJack Xiao1-123/+212
2022-05-04drm/amdgpu/mes: Update the doorbell function signaturesMukul Joshi1-15/+22
2022-05-04drm/amdgpu/mes: disable mes sdma queue testJack Xiao1-0/+5
2022-05-04drm/amdgpu/mes: fix vm csa update issueJack Xiao1-22/+59
2022-05-04drm/amdgpu/mes: implement mes self testJack Xiao1-0/+97
2022-05-04drm/amdgpu/mes: add ring/ib test for mes self testJack Xiao1-0/+32
2022-05-04drm/amdgpu/mes: create gang and queues for mes self testJack Xiao1-0/+39
2022-05-04drm/amdgpu/mes: map ctx metadata for mes self testJack Xiao1-0/+37
2022-05-04drm/amdgpu/mes: add helper functions to alloc/free ctx metadataJack Xiao1-0/+25
2022-05-04drm/amdgpu/mes: implement removing mes ringJack Xiao1-0/+11
2022-05-04drm/amdgpu/mes: use ring for kernel queue submissionJack Xiao1-0/+93
2022-05-04drm/amdgpu/mes: add helper function to get the ctx meta data offsetJack Xiao1-0/+36
2022-05-04drm/amdgpu/mes: add helper function to convert ring to queue propertyJack Xiao1-0/+17
2022-05-04drm/amdgpu/mes: implement removing mes queueJack Xiao1-0/+45
2022-05-04drm/amdgpu/mes: implement adding mes queueJack Xiao1-0/+105