Searched refs:extra_lines (Results 1 – 5 of 5) sorted by relevance
135 int extra_lines; /* # of lines above first line */ in main() local180 adjust = cur_col = extra_lines = warned = 0; in main()279 extra_lines++; in main()302 if (extra_lines) { in main()303 flush_lines(extra_lines); in main()304 extra_lines = 0; in main()339 if (extra_lines) { in main()345 flush_lines(extra_lines); in main()
96 short extra_lines; member
131 lines = info->panel_height/2 + info->extra_lines; in pxa2x0_lcd_geometry()133 lines = info->panel_height + info->extra_lines; in pxa2x0_lcd_geometry()
4799 int extra_lines; in skl_compute_plane_wm() local4802 extra_lines = wp->y_min_scanlines; in skl_compute_plane_wm()4804 extra_lines = wp->y_min_scanlines * 2 - in skl_compute_plane_wm()4807 min_ddb_alloc = mul_round_up_u32_fixed16(res_lines + extra_lines, in skl_compute_plane_wm()
101152 gdb: Remove unused extra_lines variable101157 The only extra_lines use in arrange_linetable function is removed on the