Searched refs:min_width (Results 51 - 75 of 247) sorted by relevance

12345678910

/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_kms.c254 ddev->mode_config.min_width = 8;
/linux-master/drivers/gpu/drm/sti/
H A Dsti_drv.c117 dev->mode_config.min_width = 0;
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_mw.c52 if ((w < mode_config->min_width) || (w > mode_config->max_width))
H A Dhdlcd_drv.c184 drm->mode_config.min_width = 0;
/linux-master/drivers/gpu/drm/tegra/
H A Dhub.c544 u32 value, min_width, bypass = 0; local
586 min_width = min(new_state->src_w >> 16, new_state->crtc_w);
590 if (min_width < MAX_PIXELS_5TAP444(value)) {
595 if (min_width < MAX_PIXELS_2TAP444(value))
598 dev_err(dc->dev, "invalid minimum width: %u\n", min_width);
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_compat_css20.c1888 unsigned int min_width,
1904 stream_env->pipe_configs[pipe_id].output_info[0].padded_width = min_width;
2199 unsigned int min_width,
2214 min_width;
2332 unsigned int min_width,
2336 min_width, format, IA_CSS_PIPE_ID_PREVIEW);
2342 unsigned int min_width,
2346 min_width, format, IA_CSS_PIPE_ID_CAPTURE);
2352 unsigned int min_width,
2356 min_width, forma
1885 __configure_output(struct atomisp_sub_device *asd, unsigned int stream_index, unsigned int width, unsigned int height, unsigned int min_width, enum ia_css_frame_format format, enum ia_css_pipe_id pipe_id) argument
2197 __configure_vf_output(struct atomisp_sub_device *asd, unsigned int width, unsigned int height, unsigned int min_width, enum ia_css_frame_format format, enum ia_css_pipe_id pipe_id) argument
2330 atomisp_css_preview_configure_output(struct atomisp_sub_device *asd, unsigned int width, unsigned int height, unsigned int min_width, enum ia_css_frame_format format) argument
2340 atomisp_css_capture_configure_output(struct atomisp_sub_device *asd, unsigned int width, unsigned int height, unsigned int min_width, enum ia_css_frame_format format) argument
2350 atomisp_css_video_configure_output(struct atomisp_sub_device *asd, unsigned int width, unsigned int height, unsigned int min_width, enum ia_css_frame_format format) argument
2360 atomisp_css_video_configure_viewfinder( struct atomisp_sub_device *asd, unsigned int width, unsigned int height, unsigned int min_width, enum ia_css_frame_format format) argument
2371 atomisp_css_capture_configure_viewfinder( struct atomisp_sub_device *asd, unsigned int width, unsigned int height, unsigned int min_width, enum ia_css_frame_format format) argument
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_mode_config.c126 card_res->min_width = dev->mode_config.min_width;
/linux-master/drivers/gpu/drm/xen/
H A Dxen_drm_front_kms.c345 dev->mode_config.min_width = 0;
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_display.c350 vgdev->ddev->mode_config.min_width = XRES_MIN;
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_kms.c261 config->min_width = 0;
/linux-master/drivers/gpu/drm/pl111/
H A Dpl111_drv.c90 mode_config->min_width = 1;
/linux-master/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_drv.c103 dev->mode_config.min_width = 0;
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_brx.c91 fse->min_width = BRX_MIN_SIZE;
/linux-master/drivers/gpu/drm/aspeed/
H A Daspeed_gfx_drv.c114 drm->mode_config.min_width = 0;
/linux-master/drivers/media/platform/amphion/
H A Dvpu.h105 u32 min_width; member in struct:vpu_core_resources
/linux-master/drivers/gpu/drm/mxsfb/
H A Dlcdif_drv.c195 drm->mode_config.min_width = LCDIF_MIN_XRES;
/linux-master/drivers/media/platform/ti/cal/
H A Dcal-video.c227 } else if ((f->fmt.pix.width >= fse.min_width) &&
330 __func__, fse.index, fse.code, fse.min_width, fse.max_width,
566 fsize->stepwise.min_width = CAL_MIN_WIDTH_BYTES * 8 / bpp;
/linux-master/drivers/staging/media/rkvdec/
H A Drkvdec.c119 .min_width = 48,
135 .min_width = 64,
182 f->fmt.pix_mp.width = ctx->coded_fmt_desc->frmsize.min_width;
/linux-master/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-core.c1249 fse->min_width = s5c73m3_resolutions[idx][fse->index].width;
1250 fse->max_width = fse->min_width;
1288 fse->max_width = fse->min_width = w;
1308 fse->min_width = s5c73m3_resolutions[idx][fse->index].width;
1309 fse->max_width = fse->min_width;
/linux-master/drivers/gpu/drm/i915/display/
H A Dskl_universal_plane.c1575 if (plane->min_width)
1576 return plane->min_width(fb, color_plane, rotation);
1710 const int min_width = intel_plane_min_width(plane, fb, 0, rotation); local
1718 if (w > max_width || w < min_width || h > max_height || h < 1) {
1721 w, h, min_width, max_width, max_height);
2338 plane->min_width = icl_plane_min_width;
/linux-master/drivers/media/i2c/
H A Dov2680.c816 fse->min_width = crop->width / (fse->index + 1);
818 fse->max_width = fse->min_width;
840 if (fie->width == fse.min_width &&
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_framebuffer_test.c340 mock->mode_config.min_width = MIN_WIDTH;
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_txp.c201 if (w < mode_config->min_width || w > mode_config->max_width)
/linux-master/drivers/media/platform/marvell/
H A Dmcam-core.c1507 if (fse.min_width == fse.max_width &&
1510 sizes->discrete.width = fse.min_width;
1515 sizes->stepwise.min_width = fse.min_width;
/linux-master/drivers/gpu/drm/mcde/
H A Dmcde_drv.c170 mode_config->min_width = 1;

Completed in 490 milliseconds

12345678910