Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/mgag200/
Dmgag200_mode.c913 u8 bppshift; in mga_crtc_mode_set() local
928 bppshift = mdev->bpp_shifts[fb->format->cpp[0] - 1]; in mga_crtc_mode_set()
1027 pitch = (pitch * 3) >> (4 - bppshift); in mga_crtc_mode_set()
1029 pitch = pitch >> (4 - bppshift); in mga_crtc_mode_set()
1104 ext_vga[3] = (((1 << bppshift) * 3) - 1) | 0x80; in mga_crtc_mode_set()
1106 ext_vga[3] = ((1 << bppshift) - 1) | 0x80; in mga_crtc_mode_set()