Home
last modified time | relevance | path

Searched refs:max_conn_count (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/
Ddrm_fb_cma_helper.c114 unsigned int max_conn_count) in drm_fb_cma_fbdev_init() argument
119 fbdev_cma = drm_fbdev_cma_init(dev, preferred_bpp, max_conn_count); in drm_fb_cma_fbdev_init()
151 unsigned int preferred_bpp, unsigned int max_conn_count) in drm_fbdev_cma_init() argument
168 preferred_bpp, max_conn_count); in drm_fbdev_cma_init()
Ddrm_fb_helper.c827 int max_conn_count) in drm_fb_helper_init() argument
838 if (!max_conn_count) in drm_fb_helper_init()
856 kcalloc(max_conn_count, in drm_fb_helper_init()
2791 unsigned int max_conn_count) in drm_fb_helper_fbdev_setup() argument
2800 if (!max_conn_count) in drm_fb_helper_fbdev_setup()
2801 max_conn_count = dev->mode_config.num_connector; in drm_fb_helper_fbdev_setup()
2802 if (!max_conn_count) { in drm_fb_helper_fbdev_setup()
2809 ret = drm_fb_helper_init(dev, fb_helper, max_conn_count); in drm_fb_helper_fbdev_setup()
/Linux-v4.19/include/drm/
Ddrm_fb_cma_helper.h20 unsigned int max_conn_count);
24 unsigned int preferred_bpp, unsigned int max_conn_count);
Ddrm_fb_helper.h349 unsigned int max_conn_count);
571 unsigned int max_conn_count) in drm_fb_helper_fbdev_setup() argument
/Linux-v4.19/drivers/gpu/drm/arc/
Darcpgu.h48 unsigned int max_conn_count);