Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mes.c91 static inline u32 amdgpu_mes_get_hqd_mask(u32 num_pipe, in amdgpu_mes_get_hqd_mask() argument
95 if (num_pipe == 0) in amdgpu_mes_get_hqd_mask()
99 u32 reserved_hqd_mask = (u32)((1ULL << DIV_ROUND_UP(num_reserved_hqd, num_pipe)) - 1); in amdgpu_mes_get_hqd_mask()