Searched refs:max_height (Results 26 - 50 of 306) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_driver.c138 mode_config->max_height = 16384;
141 mode_config->max_height = 8192;
144 mode_config->max_height = 4096;
147 mode_config->max_height = 2048;
/linux-master/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_vdac.c41 connector->dev->mode_config.max_height);
/linux-master/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.h238 * @max_height: maximum height supported by this layer (0 means unlimited)
250 int max_height; member in struct:atmel_hlcdc_layer_desc
300 * @max_height: maximum height supported by the Display Controller
314 int max_height; member in struct:atmel_hlcdc_dc_desc
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_mw.c41 dev->mode_config.max_height);
55 if ((h < mode_config->min_height) || (h > mode_config->max_height))
/linux-master/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_modeset.c60 connector->dev->mode_config.max_height);
217 dev->mode_config.max_height = hv->screen_height_max;
/linux-master/drivers/media/platform/xilinx/
H A Dxilinx-vip.c307 fse->max_height = XVIP_MAX_HEIGHT;
315 fse->max_height = format->height;
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_rwpf.c56 rwpf->max_height);
98 RWPF_MIN_HEIGHT, rwpf->max_height);
H A Dvsp1_entity.h179 unsigned int max_width, unsigned int max_height);
/linux-master/drivers/gpu/drm/gud/
H A Dgud_drv.c104 if (!desc->version || !desc->max_width || !desc->max_height ||
106 le32_to_cpu(desc->min_height) > le32_to_cpu(desc->max_height))
483 drm->mode_config.max_height = le32_to_cpu(desc.max_height);
538 drm->mode_config.max_height;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dvi.c121 .max_height = 2304,
139 .max_height = 2304,
146 .max_height = 2304,
171 .max_height = 4096,
178 .max_height = 4096,
185 .max_height = 4096,
192 .max_height = 4096,
210 .max_height = 4096,
217 .max_height = 4096,
224 .max_height
[all...]
/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpu-dec.c23 .max_height = 4320,
30 .max_height = 4320,
39 .max_height = 4320,
46 .max_height = 4320,
53 .max_height = 4320,
60 .max_height = 4320,
67 .max_height = 4320,
74 .max_height = 4320,
81 .max_height = 4320,
88 .max_height
[all...]
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-video.c147 .max_height = 2160,
161 .max_height = 1152,
175 .max_height = 16383,
189 .max_height = 4352,
203 .max_height = 2304,
217 .max_height = 2304,
231 .max_height = 2304,
/linux-master/include/drm/
H A Dgud.h34 * @max_height: Maximum height
37 * and min_height == max_height.
52 __le32 max_height; member in struct:gud_display_descriptor_req
H A Ddrm_mode_config.h346 * @max_height: maximum fb pixel height on this device
369 * in @max_height, is usually only limited by the amount of addressable video
542 int max_width, max_height; member in struct:drm_mode_config
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_wb_connector.c100 if ((h < mode_config->min_height) || (h > mode_config->max_height))
/linux-master/drivers/gpu/drm/gma500/
H A Dframebuffer.c204 dev->mode_config.max_height = 4096;
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_fb.c174 dev->mode_config.max_height = 4096;
/linux-master/drivers/media/platform/renesas/rcar-vin/
H A Drcar-vin.h156 * @max_height: max input height the VIN supports
168 unsigned int max_height; member in struct:rvin_info
/linux-master/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-core.c555 .max_height = 4096,
562 .max_height = 480,
583 .max_height = 4096,
590 .max_height = 4096,
/linux-master/drivers/gpu/drm/imx/dcss/
H A Ddcss-kms.c53 config->max_height = 4096;
/linux-master/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_kms.c184 sdev->ddev.mode_config.max_height = 4095;
/linux-master/include/uapi/linux/
H A Dv4l2-subdev.h96 * @max_height: maximum frame height, in pixels
108 __u32 max_height; member in struct:v4l2_subdev_frame_size_enum
/linux-master/drivers/gpu/drm/sprd/
H A Dsprd_drm.c45 drm->mode_config.max_height = 8192;
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_writeback.c25 dev->mode_config.max_height);
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-lite.h53 * @max_height: maximum camera interface input height in pixels
64 unsigned short max_height; member in struct:flite_drvdata

Completed in 427 milliseconds

1234567891011>>