Searched refs:mtile_y (Results 1 – 1 of 1) sorted by relevance
26 u32 mtile_y[3]; member97 u32 y = info->mtile_y[0]; in get_cr_isp_mtile_size_val()264 info.mtile_y[0] = DIV_ROUND_UP(info.num_tiles_y, 8) * 2; in hwrt_init_common_fw_structure()266 info.mtile_y[1] = 0; in hwrt_init_common_fw_structure()268 info.mtile_y[2] = 0; in hwrt_init_common_fw_structure()274 info.mtile_y[0] = round_up(DIV_ROUND_UP(info.num_tiles_y, 4), 4); in hwrt_init_common_fw_structure()276 info.mtile_y[1] = info.mtile_y[0] * 2; in hwrt_init_common_fw_structure()278 info.mtile_y[2] = info.mtile_y[0] * 3; in hwrt_init_common_fw_structure()302 hwrt->common.mtile_stride = info.mtile_x[0] * info.mtile_y[0]; in hwrt_init_common_fw_structure()324 ((info.mtile_y[0] << ROGUE_CR_TE_MTILE2_Y1_SHIFT) & ~ROGUE_CR_TE_MTILE2_Y1_CLRMSK) | in hwrt_init_common_fw_structure()[all …]