Home
last modified time | relevance | path

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

/drivers/gpu/drm/
A Ddrm_panic.c479 int chars_per_row = sb->width / font->width; in draw_line_with_wrap() local
483 if (line->len > chars_per_row) { in draw_line_with_wrap()
484 line_wrap.len = line->len % chars_per_row; in draw_line_with_wrap()
491 line_wrap.txt -= chars_per_row; in draw_line_with_wrap()
492 line_wrap.len = chars_per_row; in draw_line_with_wrap()

Completed in 7 milliseconds