Searched refs:bpp_sel (Results 1 – 3 of 3) 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()364 ret = drm_fb_helper_initial_config(&rfbdev->helper, bpp_sel); in radeon_fbdev_init()
316 int bpp_sel = 32; in amdgpu_fbdev_init() local329 bpp_sel = 8; in amdgpu_fbdev_init()351 drm_fb_helper_initial_config(&rfbdev->helper, bpp_sel); in amdgpu_fbdev_init()
1790 int bpp_sel) in __drm_fb_helper_initial_config_and_unlock() argument1801 ret = drm_fb_helper_single_fb_probe(fb_helper, bpp_sel); in __drm_fb_helper_initial_config_and_unlock()1804 fb_helper->preferred_bpp = bpp_sel; in __drm_fb_helper_initial_config_and_unlock()1888 int drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper, int bpp_sel) in drm_fb_helper_initial_config() argument1896 ret = __drm_fb_helper_initial_config_and_unlock(fb_helper, bpp_sel); in drm_fb_helper_initial_config()