Searched refs:vi_mqd_allocation (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v8_0.c | 2017 r = amdgpu_gfx_mqd_sw_init(adev, sizeof(struct vi_mqd_allocation), 0); in gfx_v8_0_sw_init() 4410 + offsetof(struct vi_mqd_allocation, dynamic_cu_mask)); in gfx_v8_0_mqd_init() 4412 + offsetof(struct vi_mqd_allocation, dynamic_cu_mask)); in gfx_v8_0_mqd_init() 4589 memcpy(mqd, adev->gfx.kiq[0].mqd_backup, sizeof(struct vi_mqd_allocation)); in gfx_v8_0_kiq_init_queue() 4600 memset((void *)mqd, 0, sizeof(struct vi_mqd_allocation)); in gfx_v8_0_kiq_init_queue() 4601 ((struct vi_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF; in gfx_v8_0_kiq_init_queue() 4602 ((struct vi_mqd_allocation *)mqd)->dynamic_rb_mask = 0xFFFFFFFF; in gfx_v8_0_kiq_init_queue() 4613 memcpy(adev->gfx.kiq[0].mqd_backup, mqd, sizeof(struct vi_mqd_allocation)); in gfx_v8_0_kiq_init_queue() 4626 memset((void *)mqd, 0, sizeof(struct vi_mqd_allocation)); in gfx_v8_0_kcq_init_queue() 4627 ((struct vi_mqd_allocation *)mq in gfx_v8_0_kcq_init_queue() [all...] |
/linux/drivers/gpu/drm/amd/include/ |
H A D | vi_structs.h | 419 struct vi_mqd_allocation { struct 420 mqdvi_mqd_allocation global() argument 421 wptr_poll_memvi_mqd_allocation global() argument 422 rptr_report_memvi_mqd_allocation global() argument 423 dynamic_cu_maskvi_mqd_allocation global() argument 424 dynamic_rb_maskvi_mqd_allocation global() argument
|