Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_device_info.h88 u64 common_store_size_in_dwords; member
H A Dpvr_drv.c257 u32 common_store_size_in_dwords = 512 * 4 * 4; in rogue_get_common_store_alloc_region_size() local
260 PVR_FEATURE_VALUE(pvr_dev, common_store_size_in_dwords, &common_store_size_in_dwords); in rogue_get_common_store_alloc_region_size()
262 alloc_region_size = common_store_size_in_dwords - (256U * 4U) - in rogue_get_common_store_alloc_region_size()
H A Dpvr_device_info.c132 FEATURE_MAPPING_VALUE(COMMON_STORE_SIZE_IN_DWORDS, common_store_size_in_dwords),