Searched refs:vi_mqd_allocation (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | gfx_v8_0.c | 2065 r = amdgpu_gfx_mqd_sw_init(adev, sizeof(struct vi_mqd_allocation)); in gfx_v8_0_sw_init() 4461 + offsetof(struct vi_mqd_allocation, dynamic_cu_mask)); in gfx_v8_0_mqd_init() 4463 + offsetof(struct vi_mqd_allocation, dynamic_cu_mask)); in gfx_v8_0_mqd_init() 4641 memcpy(mqd, adev->gfx.mec.mqd_backup[mqd_idx], sizeof(struct vi_mqd_allocation)); in gfx_v8_0_kiq_init_queue() 4652 memset((void *)mqd, 0, sizeof(struct vi_mqd_allocation)); in gfx_v8_0_kiq_init_queue() 4653 ((struct vi_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF; in gfx_v8_0_kiq_init_queue() 4654 ((struct vi_mqd_allocation *)mqd)->dynamic_rb_mask = 0xFFFFFFFF; in gfx_v8_0_kiq_init_queue() 4663 memcpy(adev->gfx.mec.mqd_backup[mqd_idx], mqd, sizeof(struct vi_mqd_allocation)); in gfx_v8_0_kiq_init_queue() 4676 memset((void *)mqd, 0, sizeof(struct vi_mqd_allocation)); in gfx_v8_0_kcq_init_queue() 4677 ((struct vi_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF; in gfx_v8_0_kcq_init_queue() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/ |
D | vi_structs.h | 419 struct vi_mqd_allocation { struct
|