Searched refs:v9_mqd_allocation (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v9_4_3.c | 857 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 D | gfx_v9_0.c | 2164 r = amdgpu_gfx_mqd_sw_init(adev, sizeof(struct v9_mqd_allocation), 0); in gfx_v9_0_sw_init() 3269 + offsetof(struct v9_mqd_allocation, dynamic_cu_mask)); in gfx_v9_0_mqd_init() 3272 + offsetof(struct v9_mqd_allocation, dynamic_cu_mask)); in gfx_v9_0_mqd_init() 3550 memcpy(mqd, adev->gfx.kiq[0].mqd_backup, sizeof(struct v9_mqd_allocation)); in gfx_v9_0_kiq_init_queue() 3562 memset((void *)mqd, 0, sizeof(struct v9_mqd_allocation)); in gfx_v9_0_kiq_init_queue() 3563 ((struct v9_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF; in gfx_v9_0_kiq_init_queue() 3564 ((struct v9_mqd_allocation *)mqd)->dynamic_rb_mask = 0xFFFFFFFF; in gfx_v9_0_kiq_init_queue() 3575 memcpy(adev->gfx.kiq[0].mqd_backup, mqd, sizeof(struct v9_mqd_allocation)); in gfx_v9_0_kiq_init_queue() 3595 memset((void *)mqd, 0, sizeof(struct v9_mqd_allocation)); in gfx_v9_0_kcq_init_queue() 3596 ((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 D | v9_structs.h | 692 struct v9_mqd_allocation { struct
|