Searched refs:max_width (Results 126 - 150 of 347) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/arm/
H A Dhdlcd_drv.c186 drm->mode_config.max_width = HDLCD_MAX_XRES;
/linux-master/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_drv.c105 dev->mode_config.max_width = 1920;
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_brx.c92 fse->max_width = BRX_MAX_SIZE;
H A Dvsp1_rpf.c398 rpf->max_width = RPF_MAX_WIDTH;
/linux-master/drivers/gpu/drm/aspeed/
H A Daspeed_gfx_drv.c116 drm->mode_config.max_width = 800;
/linux-master/drivers/media/platform/amphion/
H A Dvpu.h104 u32 max_width; member in struct:vpu_core_resources
/linux-master/drivers/gpu/drm/tiny/
H A Dofdrm.c1108 unsigned long max_width, max_height; local
1270 max_width = max_t(unsigned long, width, DRM_SHADOW_PLANE_MAX_WIDTH);
1274 dev->mode_config.max_width = max_width;
H A Darcpgu.c267 drm->mode_config.max_width = 1920;
/linux-master/drivers/gpu/drm/mxsfb/
H A Dlcdif_drv.c197 drm->mode_config.max_width = LCDIF_MAX_XRES;
H A Dmxsfb_drv.c281 drm->mode_config.max_width = MXSFB_MAX_XRES;
/linux-master/include/linux/
H A Dntb.h269 enum ntb_speed max_speed, enum ntb_width max_width);
754 * @max_width: The maximum link width expressed as the number of PCIe lanes.
766 enum ntb_width max_width)
768 return ntb->ops->link_enable(ntb, max_speed, max_width);
764 ntb_link_enable(struct ntb_dev *ntb, enum ntb_speed max_speed, enum ntb_width max_width) argument
/linux-master/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-pipe.c464 unsigned int max_width; local
476 max_width = pipe->id == pipe->isi->pdata->num_channels - 1
481 mf->width = clamp(mf->width, MXC_ISI_MIN_WIDTH, max_width);
/linux-master/drivers/media/platform/st/stm32/
H A Dstm32-dcmi.c1172 unsigned int max_width, max_height, max_pixsize; local
1192 max_width = 0;
1201 max_width = fsize->width;
1208 r->width = max_width;
1367 fsize->discrete.width = fse.max_width;
1739 dcmi->sd_framesizes[fse.index].width = fse.max_width;
1741 dev_dbg(dcmi->dev, "%ux%u\n", fse.max_width, fse.max_height);
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-abi.h1549 u32 max_width; member in struct:imgu_abi_binary_input_info
1557 u32 max_width; member in struct:imgu_abi_binary_output_info
1564 u32 max_width; member in struct:imgu_abi_binary_internal_info
/linux-master/drivers/staging/media/meson/vdec/
H A Dvdec.c520 pixmp->width = clamp(pixmp->width, (u32)256, fmt_out->max_width);
706 fsize->stepwise.max_width = fmt->max_width;
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_framebuffer_test.c341 mock->mode_config.max_width = MAX_WIDTH;
/linux-master/include/drm/
H A Ddrm_connector.h1132 * parameters max_width and max_height indicate.
1147 int (*fill_modes)(struct drm_connector *connector, uint32_t max_width, uint32_t max_height);
/linux-master/drivers/gpu/drm/mcde/
H A Dmcde_drv.c171 mode_config->max_width = 1920;
/linux-master/drivers/media/platform/microchip/
H A Dmicrochip-isc-base.c874 v4l_bound_align_image(&pixfmt->width, 16, isc->max_width, 0,
945 v4l_bound_align_image(&format.format.width, 16, isc->max_width, 0,
1068 fsize->stepwise.max_width = isc->max_width;
/linux-master/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-parallel.c192 fse->max_width = DCMIPP_FRAME_MAX_WIDTH;
/linux-master/drivers/media/test-drivers/vimc/
H A Dvimc-sensor.c88 fse->max_width = VIMC_FRAME_MAX_WIDTH;
H A Dvimc-scaler.c129 fse->max_width = VIMC_FRAME_MAX_WIDTH;
/linux-master/drivers/staging/media/omap4iss/
H A Diss_ipipe.c297 fse->max_width = format.width;
/linux-master/drivers/gpu/drm/solomon/
H A Dssd130x.c1869 unsigned long max_width, max_height; local
1895 max_width = max_t(unsigned long, mode->hdisplay, DRM_SHADOW_PLANE_MAX_WIDTH);
1899 drm->mode_config.max_width = max_width;
/linux-master/drivers/gpu/drm/meson/
H A Dmeson_drv.c296 drm->mode_config.max_width = 3840;

Completed in 490 milliseconds

1234567891011>>