Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/imagination/
Dpvr_hwrt.c29 u32 tile_size_x; member
241 err = PVR_FEATURE_VALUE(pvr_dev, tile_size_x, &info.tile_size_x); in hwrt_init_common_fw_structure()
249 info.num_tiles_x = DIV_ROUND_UP(args->width, info.tile_size_x); in hwrt_init_common_fw_structure()
Dpvr_drv.c234 u32 tile_size_x = 0; in rogue_get_common_store_partition_space_size() local
237 PVR_FEATURE_VALUE(pvr_dev, tile_size_x, &tile_size_x); in rogue_get_common_store_partition_space_size()
241 if (tile_size_x == 16 && tile_size_y == 16) { in rogue_get_common_store_partition_space_size()
247 return tile_size_x * tile_size_y * max_partitions * in rogue_get_common_store_partition_space_size()
Dpvr_device_info.h110 u64 tile_size_x; member
Dpvr_device_info.c180 FEATURE_MAPPING_VALUE(TILE_SIZE_X, tile_size_x),