Home
last modified time | relevance | path

Searched refs:fbmemlength (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Darcfb.c450 unsigned int fbmemlength,x,y,w,h, bitppos, startpos, endpos, bitcount; in arcfb_write() local
457 fbmemlength = (xres * info->var.yres)/8; in arcfb_write()
459 if (p > fbmemlength) in arcfb_write()
463 if ((count + p) > fbmemlength) { in arcfb_write()
464 count = fbmemlength - p; in arcfb_write()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Darcfb.c451 unsigned int fbmemlength,x,y,w,h, bitppos, startpos, endpos, bitcount; in arcfb_write() local
461 fbmemlength = (xres * info->var.yres)/8; in arcfb_write()
463 if (p > fbmemlength) in arcfb_write()
467 if ((count + p) > fbmemlength) { in arcfb_write()
468 count = fbmemlength - p; in arcfb_write()

Completed in 3 milliseconds