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

/solaris-x11-s11/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-s11/open-src/kernel/efb/src/
H A Ddrm_mode.h109 __u32 min_width, max_width; member in struct:drm_mode_card_res
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_mode.h109 __u32 min_width, max_width; member in struct:drm_mode_card_res
H A Ddrm_crtc.h479 int (*fill_modes)(struct drm_connector *connector, uint32_t max_width, uint32_t max_height);
766 * @max_width: maximum pixel width on this device
805 int max_width, max_height; member in struct:drm_mode_config
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextAction.c926 int width, height, x, line_num, max_width; local
938 max_width = Max(0, ctx->core.width - HMargins(ctx));
942 x, max_width, TRUE, &ret_pos, &width, &height);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextAction.c1489 int width, height, x, line_num, max_width; local
1501 max_width = Max(0, (int)(ctx->core.width - HMargins(ctx)));
1505 x, max_width, TRUE, &ret_pos, &width, &height);
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_display.c9634 dev->mode_config.max_width = 2048;
9637 dev->mode_config.max_width = 4096;
9640 dev->mode_config.max_width = 8192;

Completed in 65 milliseconds