Home
last modified time | relevance | path

Searched refs:max_height (Results 1 – 19 of 19) sorted by relevance

/dragonfly/contrib/ee/
H A Dee.c3348 int max_width, max_height; local
3398 max_height = LINES;
3399 if (max_height > 11)
3400 vert_size = max_height - 8;
3402 vert_size = max_height;
3407 max_height = list_size;
3413 max_height = vert_size + 8;
3415 max_height = vert_size + 7;
3419 y_off = (LINES - max_height - 1) / 2;
3575 if (max_height > vert_size)
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dax-general.c500 ax->max_height = ax->min_height = height = 0; in ax_reqs()
542 if (height > ax->max_height) in ax_reqs()
543 ax->max_height = height; in ax_reqs()
H A Dax.h121 int max_height, min_height; member
H A Dtracepoint.c697 if (aexpr->max_height > 20) in report_agent_reqs_errors()
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_mode_config.h489 int max_width, max_height; member
H A Ddrm_connector.h488 int (*fill_modes)(struct drm_connector *connector, uint32_t max_width, uint32_t max_height);
/dragonfly/sys/dev/drm/
H A Ddrm_mode_config.c117 card_res->max_height = dev->mode_config.max_height; in drm_mode_getresources()
H A Ddrm_framebuffer.c282 if ((config->min_height > r->height) || (r->height > config->max_height)) { in drm_internal_framebuffer_create()
284 r->height, config->min_height, config->max_height); in drm_internal_framebuffer_create()
H A Ddrm_connector.c1419 dev->mode_config.max_height); in drm_mode_getconnector()
H A Ddrm_fb_helper.c2531 height = dev->mode_config.max_height; in __drm_fb_helper_initial_config_and_unlock()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Ddce_virtual.c384 adev->ddev->mode_config.max_height = 16384; in dce_virtual_sw_init()
396 adev->ddev->mode_config.max_height = 16384; in dce_virtual_sw_init()
H A Ddce_v10_0.c2758 adev->ddev->mode_config.max_height = 16384; in dce_v10_0_sw_init()
2770 adev->ddev->mode_config.max_height = 16384; in dce_v10_0_sw_init()
H A Ddce_v11_0.c2879 adev->ddev->mode_config.max_height = 16384; in dce_v11_0_sw_init()
2891 adev->ddev->mode_config.max_height = 16384; in dce_v11_0_sw_init()
/dragonfly/sys/dev/drm/include/uapi/drm/
H A Ddrm_mode.h261 __u32 max_height; member
/dragonfly/contrib/gcc-4.7/gcc/
H A Dira-build.c306 int height, max_height; in setup_loop_tree_level() local
311 max_height = level + 1; in setup_loop_tree_level()
318 if (height > max_height) in setup_loop_tree_level()
319 max_height = height; in setup_loop_tree_level()
321 return max_height; in setup_loop_tree_level()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dira-build.c309 int height, max_height; in setup_loop_tree_level() local
314 max_height = level + 1; in setup_loop_tree_level()
321 if (height > max_height) in setup_loop_tree_level()
322 max_height = height; in setup_loop_tree_level()
324 return max_height; in setup_loop_tree_level()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_display.c1610 rdev->ddev->mode_config.max_height = 16384; in radeon_modeset_init()
1613 rdev->ddev->mode_config.max_height = 8192; in radeon_modeset_init()
1616 rdev->ddev->mode_config.max_height = 4096; in radeon_modeset_init()
/dragonfly/sys/dev/drm/i915/
H A Dintel_display.c2963 int max_height = 4096; in skl_check_main_surface() local
2966 if (w > max_width || h > max_height) { in skl_check_main_surface()
2968 w, h, max_width, max_height); in skl_check_main_surface()
3037 int max_height = 4096; in skl_check_nv12_aux_surface() local
3048 if (w > max_width || h > max_height) { in skl_check_nv12_aux_surface()
3050 w, h, max_width, max_height); in skl_check_nv12_aux_surface()
14529 dev->mode_config.max_height = 2048; in intel_modeset_init()
14532 dev->mode_config.max_height = 4096; in intel_modeset_init()
14535 dev->mode_config.max_height = 8192; in intel_modeset_init()
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1427 adev->ddev->mode_config.max_height = 16384; in amdgpu_dm_mode_config_init()