Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/mgag200/
Dmgag200_main.c194 mdev->bpp_shifts[0] = 0; in mgag200_device_init()
195 mdev->bpp_shifts[1] = 1; in mgag200_device_init()
196 mdev->bpp_shifts[2] = 0; in mgag200_device_init()
197 mdev->bpp_shifts[3] = 2; in mgag200_device_init()
Dmgag200_drv.h210 int bpp_shifts[4]; member
Dmgag200_mode.c949 bppshift = mdev->bpp_shifts[fb->format->cpp[0] - 1]; in mga_crtc_mode_set()