HomeSort by: relevance | last modified time | path
    Searched defs:max_height (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_fb.c 61 unsigned max_height; member in struct:vmw_fb_par
149 (var->yoffset + var->yres) > par->max_height) {
677 par->max_height = fb_height;
680 par->max_height, &par->con,
  /src/sys/external/bsd/drm/dist/shared-core/
drm_mode.h 107 uint32_t min_height, max_height; member in struct:drm_mode_card_res
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_mode_config.h 343 * @max_height: maximum fb pixel height on this device
527 int max_width, max_height; member in struct:drm_mode_config
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
drm_mode.h 255 __u32 max_height; member in struct:drm_mode_card_res
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 3791 int max_height; local in function:skl_check_main_surface
3805 max_height = icl_max_plane_height();
3807 max_height = skl_max_plane_height();
3809 if (w > max_width || h > max_height) {
3811 w, h, max_width, max_height);
3891 int max_height = 4096; local in function:skl_check_nv12_aux_surface
3903 if (w > max_width || h > max_height) {
3905 w, h, max_width, max_height);
17554 mode_config->max_height = 16384;
17557 mode_config->max_height = 8192
    [all...]
  /src/sys/sys/
videoio.h 1729 u_int32_t max_height; /* Maximum frame height [pixel] */ member in struct:v4l2_frmsize_stepwise
2452 * @max_height: height in lines
2463 u_int32_t max_height; member in struct:v4l2_bt_timings_cap

Completed in 99 milliseconds