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

/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_drv.c318 u32 available_coeffs_in_dwords = rogue_get_max_coeffs(pvr_dev); local
323 available_coeffs_in_dwords -= ROGUE_CSRM_LINE_SIZE_IN_DWORDS * 2;
334 return min(available_coeffs_in_dwords, (u32)ROGUE_MAX_PER_KERNEL_LOCAL_MEM_SIZE_REGS);

Completed in 201 milliseconds