Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_drv.c234 u32 max_partitions = 0; in rogue_get_common_store_partition_space_size() local
240 PVR_FEATURE_VALUE(pvr_dev, max_partitions, &max_partitions); in rogue_get_common_store_partition_space_size()
248 return tile_size_x * tile_size_y * max_partitions * in rogue_get_common_store_partition_space_size()
252 return max_partitions * 1024; in rogue_get_common_store_partition_space_size()
H A Dpvr_device_info.h98 u64 max_partitions; member
H A Dpvr_device_info.c153 FEATURE_MAPPING_VALUE(MAX_PARTITIONS, max_partitions),