Searched refs:min_width (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | Benchmark.pm | 1099 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 D | gud.h | 49 __le32 min_width; member
|
| H A D | drm_mode_config.h | 541 int min_width, min_height; member
|
| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_mode_config.c | 128 card_res->min_width = dev->mode_config.min_width; in drm_mode_getresources()
|
| H A D | drm_framebuffer.c | 300 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 D | skl_universal_plane.c | 1497 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 D | intel_sprite.c | 1240 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 D | intel_display_driver.c | 118 mode_config->min_width = 0; in intel_mode_config_init()
|
| H A D | intel_display_types.h | 1533 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 D | drm_mode.h | 271 __u32 min_width; member
|
| /openbsd-src/sys/dev/fdt/ |
| H A D | rkdrm.c | 387 sc->sc_ddev.mode_config.min_width = 0; in rkdrm_attachhook()
|
| /openbsd-src/sys/dev/pci/drm/apple/ |
| H A D | apple_drv.c | 516 apple->drm.mode_config.min_width = 32; in apple_drm_init()
|
| /openbsd-src/sys/sys/ |
| H A D | videoio.h | 4445 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 D | dc.h | 114 uint32_t min_width; member
|