
NAME
fbcon_redraw_clear - clear area of the screen
SYNOPSIS
void fbcon_redraw_clear (struct vc_data *conp, struct display *p, int
sy, int sx, int height, int width);
ARGUMENTS
conp stucture pointing to current active virtual console
p display structure
sy starting Y coordinate
sx starting X coordinate
height height of area to clear
width width of area to clear
DESCRIPTION
Clears a specified area of the screen. All dimensions are in pixels.