Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/imagination/
Dpvr_hwrt.c31 u32 num_tiles_x; member
249 info.num_tiles_x = DIV_ROUND_UP(args->width, info.tile_size_x); in hwrt_init_common_fw_structure()
266 info.mtile_x[0] = DIV_ROUND_UP(info.num_tiles_x, 8) * 2; in hwrt_init_common_fw_structure()
272 info.tile_max_x = round_up(info.num_tiles_x, 2) - 1; in hwrt_init_common_fw_structure()
276 info.mtile_x[0] = round_up(DIV_ROUND_UP(info.num_tiles_x, 4), 4); in hwrt_init_common_fw_structure()
282 info.tile_max_x = info.num_tiles_x - 1; in hwrt_init_common_fw_structure()