Searched refs:MAX_XCP (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_xcp.h32 #define MAX_XCP 8 macro
94 struct amdgpu_xcp xcp[MAX_XCP];
172 while (*from < MAX_XCP) {
H A Damdgpu_xcp.c69 if (xcp_id >= MAX_XCP || !xcp_mgr->xcp[xcp_id].valid)
127 if (!num_xcps || num_xcps > MAX_XCP)
132 for (i = 0; i < MAX_XCP; ++i)
254 for (i = 1; i < MAX_XCP; i++) {
349 for (i = 1; i < MAX_XCP; i++) {
369 for (i = 1; i < MAX_XCP; i++) {
392 for (i = 0; i < MAX_XCP; ++i) {
H A Damdgpu_amdkfd.h103 int64_t vram_used[MAX_XCP];
104 uint64_t vram_used_aligned[MAX_XCP];
H A Daqua_vanjaram.c133 for (i = 0; i < MAX_XCP; i++) {

Completed in 218 milliseconds