Symbol: amdgpu_mes
drivers/gpu/drm/amd/amdgpu/amdgpu.h
1082
struct amdgpu_mes mes;
drivers/gpu/drm/amd/amdgpu/amdgpu.h
220
extern int amdgpu_mes;
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
226
int amdgpu_mes;
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
700
module_param_named(mes, amdgpu_mes, int, 0444);
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c
45
struct amdgpu_mes *mes = &adev->mes;
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
391
int (*add_hw_queue)(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
394
int (*remove_hw_queue)(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
397
int (*map_legacy_queue)(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
400
int (*unmap_legacy_queue)(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
403
int (*suspend_gang)(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
406
int (*resume_gang)(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
409
int (*misc_op)(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
412
int (*reset_hw_queue)(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
415
int (*detect_and_reset_hung_queues)(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
419
int (*invalidate_tlbs_pasid)(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
524
static inline void amdgpu_mes_lock(struct amdgpu_mes *mes)
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
530
static inline void amdgpu_mes_unlock(struct amdgpu_mes *mes)
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
167
static int mes_v11_0_submit_pkt_and_poll_completion(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
312
static int mes_v11_0_add_hw_queue(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
370
static int mes_v11_0_remove_hw_queue(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
393
static int mes_v11_0_reset_queue_mmio(struct amdgpu_mes *mes, uint32_t queue_type,
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
487
static int mes_v11_0_map_legacy_queue(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
512
static int mes_v11_0_unmap_legacy_queue(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
545
static int mes_v11_0_suspend_gang(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
566
static int mes_v11_0_resume_gang(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
585
static int mes_v11_0_query_sched_status(struct amdgpu_mes *mes)
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
600
static int mes_v11_0_misc_op(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
674
static int mes_v11_0_set_hw_resources(struct amdgpu_mes *mes)
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
738
static int mes_v11_0_set_hw_resources_1(struct amdgpu_mes *mes)
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
760
static int mes_v11_0_reset_hw_queue(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c
797
static int mes_v11_0_detect_and_reset_hung_queues(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
149
static int mes_v12_0_submit_pkt_and_poll_completion(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
303
static int mes_v12_0_add_hw_queue(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
360
static int mes_v12_0_remove_hw_queue(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
416
static int mes_v12_0_reset_queue_mmio(struct amdgpu_mes *mes, uint32_t queue_type,
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
510
static int mes_v12_0_map_legacy_queue(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
541
static int mes_v12_0_unmap_legacy_queue(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
580
static int mes_v12_0_suspend_gang(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
601
static int mes_v12_0_resume_gang(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
620
static int mes_v12_0_query_sched_status(struct amdgpu_mes *mes, int pipe)
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
635
static int mes_v12_0_misc_op(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
711
static int mes_v12_0_set_hw_resources_1(struct amdgpu_mes *mes, int pipe)
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
729
static int mes_v12_0_set_hw_resources(struct amdgpu_mes *mes, int pipe)
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
808
static void mes_v12_0_init_aggregated_doorbell(struct amdgpu_mes *mes)
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
864
struct amdgpu_mes *mes, bool enable)
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
883
static int mes_v12_0_reset_hw_queue(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
926
static int mes_v12_0_detect_and_reset_hung_queues(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
967
static int mes_v12_0_inv_tlbs_pasid(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
146
static int mes_v12_1_submit_pkt_and_poll_completion(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
280
static int mes_v12_1_add_hw_queue(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
341
static int mes_v12_1_remove_hw_queue(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
366
static int mes_v12_1_reset_hw_queue(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
393
static int mes_v12_1_map_legacy_queue(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
425
static int mes_v12_1_unmap_legacy_queue(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
465
static int mes_v12_1_suspend_gang(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
471
static int mes_v12_1_resume_gang(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
477
static int mes_v12_1_query_sched_status(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
516
static int mes_v12_1_misc_op(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
629
static int mes_v12_1_set_hw_resources_1(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
665
static int mes_v12_1_set_hw_resources(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
741
static void mes_v12_1_init_aggregated_doorbell(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
798
struct amdgpu_mes *mes, bool enable, int xcc_id)
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
818
static int mes_v12_1_reset_legacy_queue(struct amdgpu_mes *mes,
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
874
static int mes_v12_1_inv_tlbs_pasid(struct amdgpu_mes *mes,