Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_mode.c794 u8 bppshift; in mga_crtc_mode_set() local
809 bppshift = mdev->bpp_shifts[(crtc->primary->fb->bits_per_pixel >> 3) - 1]; in mga_crtc_mode_set()
902 pitch = (pitch * 3) >> (4 - bppshift); in mga_crtc_mode_set()
904 pitch = pitch >> (4 - bppshift); in mga_crtc_mode_set()
979 ext_vga[3] = (((1 << bppshift) * 3) - 1) | 0x80; in mga_crtc_mode_set()
981 ext_vga[3] = ((1 << bppshift) - 1) | 0x80; in mga_crtc_mode_set()