Home
last modified time | relevance | path

Searched refs:v9_mqd_allocation (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_4_3.c857 sizeof(struct v9_mqd_allocation), xcc_id); in gfx_v9_4_3_sw_init()
1487 + offsetof(struct v9_mqd_allocation, dynamic_cu_mask)); in gfx_v9_4_3_xcc_mqd_init()
1490 + offsetof(struct v9_mqd_allocation, dynamic_cu_mask)); in gfx_v9_4_3_xcc_mqd_init()
1769 memcpy(mqd, adev->gfx.kiq[xcc_id].mqd_backup, sizeof(struct v9_mqd_allocation)); in gfx_v9_4_3_xcc_kiq_init_queue()
1780 memset((void *)mqd, 0, sizeof(struct v9_mqd_allocation)); in gfx_v9_4_3_xcc_kiq_init_queue()
1781 ((struct v9_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF; in gfx_v9_4_3_xcc_kiq_init_queue()
1782 ((struct v9_mqd_allocation *)mqd)->dynamic_rb_mask = 0xFFFFFFFF; in gfx_v9_4_3_xcc_kiq_init_queue()
1793 memcpy(adev->gfx.kiq[xcc_id].mqd_backup, mqd, sizeof(struct v9_mqd_allocation)); in gfx_v9_4_3_xcc_kiq_init_queue()
1813 memset((void *)mqd, 0, sizeof(struct v9_mqd_allocation)); in gfx_v9_4_3_xcc_kcq_init_queue()
1814 ((struct v9_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF; in gfx_v9_4_3_xcc_kcq_init_queue()
[all …]
H A Dgfx_v9_0.c2160 r = amdgpu_gfx_mqd_sw_init(adev, sizeof(struct v9_mqd_allocation), 0); in gfx_v9_0_sw_init()
3265 + offsetof(struct v9_mqd_allocation, dynamic_cu_mask)); in gfx_v9_0_mqd_init()
3268 + offsetof(struct v9_mqd_allocation, dynamic_cu_mask)); in gfx_v9_0_mqd_init()
3546 memcpy(mqd, adev->gfx.kiq[0].mqd_backup, sizeof(struct v9_mqd_allocation)); in gfx_v9_0_kiq_init_queue()
3558 memset((void *)mqd, 0, sizeof(struct v9_mqd_allocation)); in gfx_v9_0_kiq_init_queue()
3559 ((struct v9_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF; in gfx_v9_0_kiq_init_queue()
3560 ((struct v9_mqd_allocation *)mqd)->dynamic_rb_mask = 0xFFFFFFFF; in gfx_v9_0_kiq_init_queue()
3571 memcpy(adev->gfx.kiq[0].mqd_backup, mqd, sizeof(struct v9_mqd_allocation)); in gfx_v9_0_kiq_init_queue()
3591 memset((void *)mqd, 0, sizeof(struct v9_mqd_allocation)); in gfx_v9_0_kcq_init_queue()
3592 ((struct v9_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF; in gfx_v9_0_kcq_init_queue()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Dv9_structs.h692 struct v9_mqd_allocation { struct