Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.h47 #define COMPUTE_UNIT_GPU (1 << 1) /* Create Virtual CRAT for GPU */ macro
H A Dkfd_crat.c2394 * COMPUTE_UNIT_GPU - Create VCRAT for GPU
2395 * (COMPUTE_UNIT_CPU | COMPUTE_UNIT_GPU) - Create VCRAT for APU
2398 * @kdev: Valid kfd_node required if flags contain COMPUTE_UNIT_GPU
2434 case COMPUTE_UNIT_GPU: in kfd_create_crat_image_virtual()
2444 case (COMPUTE_UNIT_CPU | COMPUTE_UNIT_GPU): in kfd_create_crat_image_virtual()
H A Dkfd_topology.c1874 COMPUTE_UNIT_GPU, gpu, in kfd_topology_add_device_locked()