Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_hwrt.c30 u32 tile_size_y; member
242 err = PVR_FEATURE_VALUE(pvr_dev, tile_size_y, &info.tile_size_y); in hwrt_init_common_fw_structure()
247 info.num_tiles_y = DIV_ROUND_UP(args->height, info.tile_size_y); in hwrt_init_common_fw_structure()
H A Dpvr_device_info.h111 u64 tile_size_y; member
H A Dpvr_device_info.c181 FEATURE_MAPPING_VALUE(TILE_SIZE_Y, tile_size_y),