Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/lib/
H A DBenchmark.pm1099 my $min_width = ${$sorted_width_refs[0]};
1101 if $min_width == $max_width;
1104 if $$_ > $min_width;
/openbsd-src/sys/dev/pci/drm/include/drm/
H A Dgud.h49 __le32 min_width; member
H A Ddrm_mode_config.h541 int min_width, min_height; member
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_mode_config.c128 card_res->min_width = dev->mode_config.min_width; in drm_mode_getresources()
H A Ddrm_framebuffer.c300 if ((config->min_width > r->width) || (r->width > config->max_width)) { in drm_internal_framebuffer_create()
302 r->width, config->min_width, config->max_width); in drm_internal_framebuffer_create()
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dskl_universal_plane.c1497 if (plane->min_width) in intel_plane_min_width()
1498 return plane->min_width(fb, color_plane, rotation); in intel_plane_min_width()
1632 const int min_width = intel_plane_min_width(plane, fb, 0, rotation); in skl_check_main_surface() local
1640 if (w > max_width || w < min_width || h > max_height || h < 1) { in skl_check_main_surface()
1643 w, h, min_width, max_width, max_height); in skl_check_main_surface()
2263 plane->min_width = icl_plane_min_width; in skl_universal_plane_create()
H A Dintel_sprite.c1240 int min_width, min_height; in g4x_sprite_check_scaling() local
1252 min_width = 3; in g4x_sprite_check_scaling()
1266 if (src_w < min_width || src_h < min_height || in g4x_sprite_check_scaling()
1269 src_w, src_h, min_width, min_height, 2048, 2048); in g4x_sprite_check_scaling()
H A Dintel_display_driver.c118 mode_config->min_width = 0; in intel_mode_config_init()
H A Dintel_display_types.h1533 int (*min_width)(const struct drm_framebuffer *fb,
1531 int (*min_width)(const struct drm_framebuffer *fb, global() member
/openbsd-src/sys/dev/pci/drm/include/uapi/drm/
H A Ddrm_mode.h271 __u32 min_width; member
/openbsd-src/sys/dev/fdt/
H A Drkdrm.c387 sc->sc_ddev.mode_config.min_width = 0; in rkdrm_attachhook()
/openbsd-src/sys/dev/pci/drm/apple/
H A Dapple_drv.c516 apple->drm.mode_config.min_width = 32; in apple_drm_init()
/openbsd-src/sys/sys/
H A Dvideoio.h4445 u_int32_t min_width; /* Minimum frame width [pixel] */
5204 * @min_width: width in pixels
5215 u_int32_t min_width;
1718 u_int32_t min_width; /* Minimum frame width [pixel] */ global() member
2431 u_int32_t min_width; global() member
/openbsd-src/sys/dev/pci/drm/amd/display/dc/
H A Ddc.h114 uint32_t min_width; member