Searched refs:v9_mqd_allocation (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/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 *)mq in gfx_v9_4_3_xcc_kcq_init_queue() [all...] |
H A D | gfx_v9_0.c | 2160 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 *)mq in gfx_v9_0_kcq_init_queue() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v9_0.c | 2380 r = amdgpu_gfx_mqd_sw_init(adev, sizeof(struct v9_mqd_allocation)); in gfx_v9_0_sw_init() 3436 + offsetof(struct v9_mqd_allocation, dynamic_cu_mask)); in gfx_v9_0_mqd_init() 3439 + offsetof(struct v9_mqd_allocation, dynamic_cu_mask)); in gfx_v9_0_mqd_init() 3728 memcpy(mqd, adev->gfx.mec.mqd_backup[mqd_idx], sizeof(struct v9_mqd_allocation)); in gfx_v9_0_kiq_init_queue() 3740 memset((void *)mqd, 0, sizeof(struct v9_mqd_allocation)); in gfx_v9_0_kiq_init_queue() 3741 ((struct v9_mqd_allocation *)mqd)->dynamic_cu_mask = 0xFFFFFFFF; in gfx_v9_0_kiq_init_queue() 3742 ((struct v9_mqd_allocation *)mqd)->dynamic_rb_mask = 0xFFFFFFFF; in gfx_v9_0_kiq_init_queue() 3751 memcpy(adev->gfx.mec.mqd_backup[mqd_idx], mqd, sizeof(struct v9_mqd_allocation)); in gfx_v9_0_kiq_init_queue() 3764 memset((void *)mqd, 0, sizeof(struct v9_mqd_allocation)); in gfx_v9_0_kcq_init_queue() 3765 ((struct v9_mqd_allocation *)mq in gfx_v9_0_kcq_init_queue() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/ |
H A D | v9_structs.h | 674 struct v9_mqd_allocation { struct
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/ |
H A D | v9_structs.h | 692 struct v9_mqd_allocation { struct
|
Completed in 22 milliseconds