Home
last modified time | relevance | path

Searched refs:fb_mode (Results 1 – 14 of 14) sorted by relevance

/drivers/gpu/drm/sysfb/
A Ddrm_sysfb_modeset.c312 sb->width = sysfb->fb_mode.hdisplay; in drm_sysfb_plane_helper_get_scanout_buffer()
313 sb->height = sysfb->fb_mode.vdisplay; in drm_sysfb_plane_helper_get_scanout_buffer()
338 return drm_crtc_helper_mode_valid_fixed(crtc, mode, &sysfb->fb_mode); in drm_sysfb_crtc_helper_mode_valid()
456 return drm_connector_helper_get_modes_fixed(connector, &sysfb->fb_mode); in drm_sysfb_connector_helper_get_modes()
A Ddrm_sysfb_helper.h78 struct drm_display_mode fb_mode; member
A Dsimpledrm.c683 sysfb->fb_mode = drm_sysfb_mode(width, height, width_mm, height_mm); in simpledrm_device_create()
687 drm_dbg(dev, "display mode={" DRM_MODE_FMT "}\n", DRM_MODE_ARG(&sysfb->fb_mode)); in simpledrm_device_create()
A Defidrm.c209 sysfb->fb_mode = drm_sysfb_mode(width, height, 0, 0); in efidrm_device_create()
A Dofdrm.c985 sysfb->fb_mode = drm_sysfb_mode(width, height, 0, 0); in ofdrm_device_create()
992 drm_dbg(dev, "display mode={" DRM_MODE_FMT "}\n", DRM_MODE_ARG(&sysfb->fb_mode)); in ofdrm_device_create()
A Dvesadrm.c356 sysfb->fb_mode = drm_sysfb_mode(width, height, 0, 0); in vesadrm_device_create()
/drivers/video/fbdev/
A Dcarminefb.c37 static unsigned int fb_mode = CARMINEFB_DEFAULT_VIDEO_MODE; variable
38 module_param(fb_mode, uint, 0444);
39 MODULE_PARM_DESC(fb_mode, "Initial video mode as integer.");
566 if (fb_mode >= ARRAY_SIZE(carmine_modedb)) in alloc_carmine_fb()
567 fb_mode = CARMINEFB_DEFAULT_VIDEO_MODE; in alloc_carmine_fb()
573 &carmine_modedb[fb_mode], 32); in alloc_carmine_fb()
A Dimxfb.c135 static const char *fb_mode; variable
354 if (!fb_mode) in imxfb_find_mode()
358 if (!strcmp(m->mode.name, fb_mode)) in imxfb_find_mode()
871 fb_mode = opt; in imxfb_setup()
910 fb_mode = NULL; in imxfb_probe()
A Dfsl-diu-fb.c310 static char *fb_mode; variable
1495 aoi_mode = fb_mode; in install_fb()
1859 fb_mode = opt; in fsl_diu_setup()
1987 module_param_named(mode, fb_mode, charp, 0);
A Dsm501fb.c44 static char *fb_mode = "640x480-16@60"; variable
1796 ret = fb_find_mode(&fb->var, fb, fb_mode, in sm501fb_init_fb()
1977 strcpy(fb_mode, cp); in sm501fb_probe()
2233 module_param_named(mode, fb_mode, charp, 0);
/drivers/gpu/drm/amd/display/dc/hwss/dce120/
A Ddce120_hwseq.c199 switch (dh_data->fb_mode) { in dce120_update_dchub()
/drivers/gpu/drm/amd/display/dc/hubbub/dcn20/
A Ddcn20_hubbub.c439 switch (dh_data->fb_mode) { in hubbub2_update_dchub()
/drivers/gpu/drm/amd/display/dc/hubbub/dcn10/
A Ddcn10_hubbub.c631 switch (dh_data->fb_mode) { in hubbub1_update_dchub()
/drivers/gpu/drm/amd/display/dc/
A Ddc.h1168 enum frame_buffer_mode fb_mode; member

Completed in 45 milliseconds