Searched refs:bpp_sel (Results 1 – 5 of 5) sorted by relevance
333 int bpp_sel = 32; in radeon_fbdev_init() local342 bpp_sel = 8; in radeon_fbdev_init()345 bpp_sel = 16; in radeon_fbdev_init()369 ret = drm_fb_helper_initial_config(&rfbdev->helper, bpp_sel); in radeon_fbdev_init()
314 int bpp_sel = 32; in amdgpu_fbdev_init() local327 bpp_sel = 8; in amdgpu_fbdev_init()352 drm_fb_helper_initial_config(&rfbdev->helper, bpp_sel); in amdgpu_fbdev_init()
269 int drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper, int bpp_sel);441 int bpp_sel) in drm_fb_helper_initial_config() argument
437 int bpp_sel = fb_bpp; in udl_fbdev_init() local460 ret = drm_fb_helper_initial_config(&ufbdev->helper, bpp_sel); in udl_fbdev_init()
1792 int bpp_sel) in __drm_fb_helper_initial_config_and_unlock() argument1803 ret = drm_fb_helper_single_fb_probe(fb_helper, bpp_sel); in __drm_fb_helper_initial_config_and_unlock()1806 fb_helper->preferred_bpp = bpp_sel; in __drm_fb_helper_initial_config_and_unlock()1890 int drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper, int bpp_sel) in drm_fb_helper_initial_config() argument1898 ret = __drm_fb_helper_initial_config_and_unlock(fb_helper, bpp_sel); in drm_fb_helper_initial_config()