Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_fb.c286 int bpp_sel = 32; in mgag200_fbdev_init() local
290 bpp_sel = 16; in mgag200_fbdev_init()
313 ret = drm_fb_helper_initial_config(&mfbdev->helper, bpp_sel); in mgag200_fbdev_init()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_fb.c374 int bpp_sel = 32; in radeon_fbdev_init() local
383 bpp_sel = 8; in radeon_fbdev_init()
408 ret = drm_fb_helper_initial_config(&rfbdev->helper, bpp_sel); in radeon_fbdev_init()
/linux-4.1.27/include/drm/
Ddrm_fb_helper.h147 int drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper, int bpp_sel);
/linux-4.1.27/drivers/gpu/drm/cirrus/
Dcirrus_fbdev.c305 int bpp_sel = 24; in cirrus_fbdev_init() local
330 return drm_fb_helper_initial_config(&gfbdev->helper, bpp_sel); in cirrus_fbdev_init()
/linux-4.1.27/drivers/gpu/drm/udl/
Dudl_fb.c578 int bpp_sel = fb_bpp; in udl_fbdev_init() local
602 ret = drm_fb_helper_initial_config(&ufbdev->helper, bpp_sel); in udl_fbdev_init()
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_fb.c671 int bpp_sel = 32; /* TODO: parameter from somewhere? */ in qxl_fbdev_init() local
696 ret = drm_fb_helper_initial_config(&qfbdev->helper, bpp_sel); in qxl_fbdev_init()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_fb_helper.c1746 int drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper, int bpp_sel) in drm_fb_helper_initial_config() argument
1764 return drm_fb_helper_single_fb_probe(fb_helper, bpp_sel); in drm_fb_helper_initial_config()