Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c432 int bppshft2; in matroxfb_get_final_bppShift() local
436 bppshft2 = bpp; in matroxfb_get_final_bppShift()
437 if (!bppshft2) { in matroxfb_get_final_bppShift()
441 bppshft2 >>= 1; in matroxfb_get_final_bppShift()
443 bppshft2 >>= 1; in matroxfb_get_final_bppShift()
444 return bppshft2; in matroxfb_get_final_bppShift()
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c433 int bppshft2; in matroxfb_get_final_bppShift() local
437 bppshft2 = bpp; in matroxfb_get_final_bppShift()
438 if (!bppshft2) { in matroxfb_get_final_bppShift()
442 bppshft2 >>= 1; in matroxfb_get_final_bppShift()
444 bppshft2 >>= 1; in matroxfb_get_final_bppShift()
445 return bppshft2; in matroxfb_get_final_bppShift()

Completed in 6 milliseconds