/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_fb.c | 60 unsigned max_width; member in struct:vmw_fb_par 148 if ((var->xoffset + var->xres) > par->max_width || 676 par->max_width = fb_width; 679 ret = vmw_kms_fbdev_init_data(vmw_priv, 0, par->max_width,
|
/src/sys/external/bsd/drm/dist/shared-core/ |
drm_mode.h | 106 uint32_t min_width, max_width; member in struct:drm_mode_card_res
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_mode_config.h | 342 * @max_width: maximum fb pixel width 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 | 253 __u32 max_width; member in struct:drm_mode_card_res
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_display.c | 3790 int max_width; local in function:skl_check_main_surface 3798 max_width = icl_max_plane_width(fb, 0, rotation); 3800 max_width = glk_max_plane_width(fb, 0, rotation); 3802 max_width = skl_max_plane_width(fb, 0, rotation); 3809 if (w > max_width || h > max_height) { 3811 w, h, max_width, max_height); 3890 int max_width = skl_max_plane_width(fb, uv_plane, rotation); local in function:skl_check_nv12_aux_surface 3903 if (w > max_width || h > max_height) { 3905 w, h, max_width, max_height); 17553 mode_config->max_width = 16384 [all...] |
/src/sys/sys/ |
videoio.h | 1726 u_int32_t max_width; /* Maximum frame width [pixel] */ member in struct:v4l2_frmsize_stepwise 2450 * @max_width: width in pixels 2461 u_int32_t max_width; member in struct:v4l2_bt_timings_cap
|