Searched refs:bpp_sel (Results 1 – 4 of 4) sorted by relevance
331 int bpp_sel = 32; in radeon_fbdev_init() local340 bpp_sel = 8; in radeon_fbdev_init()343 bpp_sel = 16; in radeon_fbdev_init()362 ret = drm_fb_helper_initial_config(&rfbdev->helper, bpp_sel); in radeon_fbdev_init()
312 int bpp_sel = 32; in amdgpu_fbdev_init() local325 bpp_sel = 8; in amdgpu_fbdev_init()347 drm_fb_helper_initial_config(&rfbdev->helper, bpp_sel); in amdgpu_fbdev_init()
264 int drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper, int bpp_sel);423 int bpp_sel) in drm_fb_helper_initial_config() argument
1827 int bpp_sel) in __drm_fb_helper_initial_config_and_unlock() argument1838 ret = drm_fb_helper_single_fb_probe(fb_helper, bpp_sel); in __drm_fb_helper_initial_config_and_unlock()1841 fb_helper->preferred_bpp = bpp_sel; in __drm_fb_helper_initial_config_and_unlock()1925 int drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper, int bpp_sel) in drm_fb_helper_initial_config() argument1933 ret = __drm_fb_helper_initial_config_and_unlock(fb_helper, bpp_sel); in drm_fb_helper_initial_config()
Completed in 13 milliseconds