/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
|
drm_connector.h | 759 * parameters max_width and max_height indicate. 774 int (*fill_modes)(struct drm_connector *connector, uint32_t max_width, uint32_t max_height);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_display.c | 531 dev->mode_config.max_width = 2048; 535 dev->mode_config.max_width = 4096; 539 dev->mode_config.max_width = 8192; 542 dev->mode_config.max_width = 16384;
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_kms.h | 416 uint32_t max_width, uint32_t max_height); 446 u32 max_width,
|
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,
|
vmwgfx_kms.c | 1812 dev->mode_config.max_width = dev_priv->texture_max_width; 2239 uint32_t max_width, uint32_t max_height) 2257 max_width = min(max_width, dev_priv->texture_max_width); 2265 max_width = min(max_width, dev_priv->stdu_max_width); 2296 if (bmode->hdisplay > max_width || 2406 drm_rects[i].x2 > mode_config->max_width || 2653 u32 max_width, 2681 (void) vmw_du_connector_fill_modes(con, max_width, max_height) [all...] |
/src/sys/external/bsd/drm2/dist/drm/ast/ |
ast_main.c | 529 dev->mode_config.max_width = 1920; 532 dev->mode_config.max_width = 1600;
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_mode_config.c | 130 card_res->max_width = dev->mode_config.max_width;
|
drm_framebuffer.c | 309 if ((config->min_width > r->width) || (r->width > config->max_width)) { 311 r->width, config->min_width, config->max_width);
|
drm_client_modeset.c | 784 width = dev->mode_config.max_width;
|
drm_connector.c | 2236 dev->mode_config.max_width,
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_dce_virtual.c | 376 adev->ddev->mode_config.max_width = 16384; 388 adev->ddev->mode_config.max_width = 16384;
|
/src/sys/external/bsd/drm2/dist/drm/virtio/ |
virtgpu_display.c | 368 vgdev->ddev->mode_config.max_width = XRES_MAX;
|
/src/sys/external/bsd/drm2/dist/drm/xen/ |
xen_drm_front_kms.c | 332 dev->mode_config.max_width = 4095;
|
/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/arch/arm/rockchip/ |
rk_drm.c | 390 ddev->mode_config.max_width = RK_DRM_MAX_WIDTH;
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_display.c | 1589 rdev->ddev->mode_config.max_width = 16384; 1592 rdev->ddev->mode_config.max_width = 8192; 1595 rdev->ddev->mode_config.max_width = 4096;
|
/src/sys/arch/arm/sunxi/ |
sunxi_drm.c | 441 ddev->mode_config.max_width = SUNXI_DRM_MAX_WIDTH;
|
/src/sys/arch/arm/ti/ |
ti_lcdc.c | 626 ddev->mode_config.max_width = 2048;
|
/src/usr.bin/videoctl/ |
videoctl.c | 282 framesize.stepwise.max_width,
|
/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
|
/src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
vbox_mode.c | 864 dev->mode_config.max_width = VBE_DISPI_MAX_XRES;
|
/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/arch/arm/nvidia/ |
tegra_drm_mode.c | 189 ddev->mode_config.max_width = 4096;
|