summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/mes_v10_1.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: add protype for print ip stateSunil Khatri2024-04-261-0/+1
* drm/amdgpu: add prototype for ip dumpSunil Khatri2024-04-261-0/+1
* drm/amdgpu: Use function for IP version checkLijo Lazar2023-09-201-5/+5
* drm/amdgpu: Add -ENOMEM error handling when there is no memorySrinivasan Shanmugam2023-07-251-1/+3
* drm/amdgpu: switch to unified amdgpu_ring_test_helperGuchun Chen2023-06-091-7/+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-11/+11
* 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-80/+17
* 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: move mes self test after drm sched re-startedJack Xiao2022-07-281-1/+2
* drm/amdgpu/mes: init aggregated doorbellLe Ma2022-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-32/+23
* drm/amdgpu/gfx10: enable kiq to map mes ringJack Xiao2022-05-041-66/+40
* drm/amdgpu: add mes unmap legacy queue routineJack Xiao2022-05-041-3/+66
* drm/amdgpu/mes10.1: add mes self test in late initJack Xiao2022-05-041-0/+10
* drm/amdgpu/mes10.1: implement the suspend/resume routineJack Xiao2022-05-041-2/+16
* drm/amdgpu/mes10.1: add delay after mes engine enableJack Xiao2022-05-041-0/+1
* drm/amdgpu/mes10.1: call general mes initializationJack Xiao2022-05-041-0/+5
* drm/amdgpu/mes: relocate status_fence slot allocationJack Xiao2022-05-041-33/+0
* drm/amdgpu: enable mes kiq N-1 test on sienna cichlidJack Xiao2022-05-041-38/+164
* drm/amdgpu/mes: extend mes framework to support multiple mes pipesJack Xiao2022-05-041-87/+128
* drm/amdgpu: use ring structure to access rptr/wptr v2Jack Xiao2022-05-041-6/+5
* drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König2021-04-091-1/+2
* drm/ttm: cleanup BO size handling v3Christian König2020-12-141-1/+1
* drm/amdgpu: use "*" adjacent to data nameDeepak R Varma2020-11-021-1/+1
* drm/amdgpu/mes: simplify the return expression of mes_v10_1_ring_initQinglang Miao2020-09-221-6/+1
* drm/amdgpu/mes10.1: add no scheduler flag for mesAlex Deucher2020-07-011-0/+1
* drm/amdgpu/mes: allocate memory slots for hw resource settingLe Ma2020-07-011-0/+36
* drm/amdgpu/mes: add status fence memory definitionsLe Ma2020-07-011-0/+2
* drm/amdgpu/mes: correct register offset for sienna_cichlidLikun Gao2020-07-011-4/+35
* drm/amdgpu/mes10.1: update mes initializationJack Xiao2020-07-011-5/+15
* drm/amdgpu/mes10.1: copy mes fw info into global fw arrayJack Xiao2020-07-011-0/+17
* drm/amdgpu/mes10.1: add sienna_cichlid mes firmware supportJack Xiao2020-07-011-0/+4
* drm/amdgpu/mes10.1: implement setting hardware resourcesJack Xiao2020-07-011-0/+41
* drm/amdgpu/mes10.1: implement querying the scheduler statusJack Xiao2020-07-011-0/+19
* drm/amdgpu/mes10.1: implement removing hardware queueJack Xiao2020-07-011-1/+18
* drm/amdgpu/mes10.1: implement adding hardware queueJack Xiao2020-07-011-1/+49
* drm/amdgpu/mes10.1: add the helper function for mes command submissionJack Xiao2020-07-011-0/+30
* drm/amdgpu/mes10.1: add the mes fw apiJack Xiao2020-07-011-0/+1
* drm/amdgpu/mes10.1: enable the mes ring during initializationJack Xiao2020-07-011-0/+31
* drm/amdgpu/mes10.1: install mes queue via kiqJack Xiao2020-07-011-0/+27
* drm/amdgpu/mes10.1: install mes queue by register programmingJack Xiao2020-07-011-0/+62
* drm/amdgpu/mes10.1: initialize the mqdJack Xiao2020-07-011-0/+130
* drm/amdgpu/mes10.1: allocate mqd bufferJack Xiao2020-07-011-0/+37