Searched refs:column_height (Results 1 – 2 of 2) sorted by relevance
362 uint32_t column_height = fourcc_mod_broadcom_param(dst->modifier); in vc4_fb_convert_plane_to_sand_tiled() local385 column_size = column_width_bytes * column_height; in vc4_fb_convert_plane_to_sand_tiled()418 uint32_t column_height = fourcc_mod_broadcom_param(src->modifier); in vc4_fb_convert_plane_from_sand_tiled() local441 column_size = column_width_bytes * column_height; in vc4_fb_convert_plane_from_sand_tiled()
2008 size_t column_height = (rand() % height) + height; in update_tiled_modifier() local2011 column_height); in update_tiled_modifier()2013 *modifier = DRM_FORMAT_MOD_BROADCOM_SAND256_COL_HEIGHT(column_height); in update_tiled_modifier()