Home
last modified time | relevance | path

Searched defs:v11_compute_mqd (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/include/
Dv11_structs.h674 struct v11_compute_mqd { struct
675 uint32_t header; // offset: 0 (0x0)
676 uint32_t compute_dispatch_initiator; // offset: 1 (0x1)
677 uint32_t compute_dim_x; // offset: 2 (0x2)
678 uint32_t compute_dim_y; // offset: 3 (0x3)
679 uint32_t compute_dim_z; // offset: 4 (0x4)
680 uint32_t compute_start_x; // offset: 5 (0x5)
681 uint32_t compute_start_y; // offset: 6 (0x6)
682 uint32_t compute_start_z; // offset: 7 (0x7)
683 uint32_t compute_num_thread_x; // offset: 8 (0x8)
[all …]