Searched refs:max_width (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_fb_helper.c747 width = dev->mode_config.max_width;
861 dev->mode_config.max_width,
897 u32 max_width, max_height, bpp_sel; local
910 max_width = fb_helper->fb->width;
914 (void) drm_fb_helper_probe_connector_modes(fb_helper, max_width,
H A Ddrm_crtc.c1356 card_res->max_width = dev->mode_config.max_width;
1577 dev->mode_config.max_width,
2296 if ((config->min_width > r.width) || (r.width > config->max_width))
2467 if ((config->min_width > r->width) || (r->width > config->max_width)) {
2469 r->width, config->min_width, config->max_width);
/solaris-x11-s12/open-src/kernel/sys/drm/
H A Ddrm_crtc.h481 int (*fill_modes)(struct drm_connector *connector, uint32_t max_width, uint32_t max_height);
768 * @max_width: maximum pixel width on this device
807 int max_width, max_height; member in struct:drm_mode_config
/solaris-x11-s12/open-src/kernel/i915/src/
H A Dintel_display.c9637 dev->mode_config.max_width = 2048;
9640 dev->mode_config.max_width = 4096;
9643 dev->mode_config.max_width = 8192;

Completed in 775 milliseconds