Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/mgag200/
Dmgag200_main.c127 mdev->bpp_shifts[0] = 0; in mgag200_device_init()
128 mdev->bpp_shifts[1] = 1; in mgag200_device_init()
129 mdev->bpp_shifts[2] = 0; in mgag200_device_init()
130 mdev->bpp_shifts[3] = 2; in mgag200_device_init()
Dmgag200_drv.h183 int bpp_shifts[4]; member
Dmgag200_mode.c928 bppshift = mdev->bpp_shifts[fb->format->cpp[0] - 1]; in mga_crtc_mode_set()