Searched refs:max_width (Results 51 - 75 of 347) sorted by relevance

1234567891011>>

/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_rwpf.c55 RWPF_MIN_HEIGHT, rwpf->max_width,
96 RWPF_MIN_WIDTH, rwpf->max_width);
H A Dvsp1_wpf.c515 return wpf->flip.rotate ? 256 : wpf->max_width;
532 .max_width = wpf_max_width,
551 wpf->max_width = WPF_GEN2_MAX_WIDTH;
554 wpf->max_width = WPF_GEN3_MAX_WIDTH;
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_mw.c40 return drm_add_modes_noedid(connector, dev->mode_config.max_width,
52 if ((w < mode_config->min_width) || (w > mode_config->max_width))
/linux-master/drivers/dma/
H A Dstm32-dma.c286 enum dma_slave_buswidth max_width; local
289 max_width = DMA_SLAVE_BUSWIDTH_4_BYTES;
291 max_width = DMA_SLAVE_BUSWIDTH_2_BYTES;
293 while ((buf_len < max_width || buf_len % max_width) &&
294 max_width > DMA_SLAVE_BUSWIDTH_1_BYTE)
295 max_width = max_width >> 1;
297 if (buf_addr & (max_width - 1))
298 max_width
1246 enum dma_slave_buswidth max_width; local
[all...]
/linux-master/drivers/gpu/drm/gud/
H A Dgud_drv.c104 if (!desc->version || !desc->max_width || !desc->max_height ||
105 le32_to_cpu(desc->min_width) > le32_to_cpu(desc->max_width) ||
481 drm->mode_config.max_width = le32_to_cpu(desc.max_width);
537 fmt_buf_size = drm_format_info_min_pitch(info, 0, drm->mode_config.max_width) *
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dvi.c120 .max_width = 4096,
138 .max_width = 4096,
145 .max_width = 4096,
170 .max_width = 4096,
177 .max_width = 4096,
184 .max_width = 4096,
191 .max_width = 4096,
209 .max_width = 4096,
216 .max_width = 4096,
223 .max_width
[all...]
H A Damdgpu_virt.c901 encode[i].max_width = adev->virt.encode_max_dimension_pixels;
903 if (encode[i].max_width > 0)
904 encode[i].max_height = encode[i].max_pixels_per_frame / encode[i].max_width;
912 decode[i].max_width = adev->virt.decode_max_dimension_pixels;
914 if (decode[i].max_width > 0)
915 decode[i].max_height = decode[i].max_pixels_per_frame / decode[i].max_width;
/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpu-dec.c21 .max_width = 8192,
28 .max_width = 8192,
37 .max_width = 8192,
44 .max_width = 8192,
51 .max_width = 8192,
58 .max_width = 8192,
65 .max_width = 8192,
72 .max_width = 8192,
79 .max_width = 8192,
86 .max_width
[all...]
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-video.c144 .max_width = 4096,
158 .max_width = 1920,
172 .max_width = 16383,
186 .max_width = 8192,
200 .max_width = 4096,
214 .max_width = 4096,
228 .max_width = 4096,
/linux-master/drivers/ntb/hw/intel/
H A Dntb_hw_gen3.c419 enum ntb_width max_width)
427 "Enabling link with max_speed %d max_width %d\n",
428 max_speed, max_width);
432 if (max_width != NTB_WIDTH_AUTO)
433 dev_dbg(&ntb->pdev->dev, "ignoring max_width %d\n", max_width);
418 intel_ntb3_link_enable(struct ntb_dev *ntb, enum ntb_speed max_speed, enum ntb_width max_width) argument
H A Dntb_hw_gen4.c432 enum ntb_speed max_speed, enum ntb_width max_width)
441 "Enabling link with max_speed %d max_width %d\n",
442 max_speed, max_width);
447 if (max_width != NTB_WIDTH_AUTO)
449 "ignoring max_width %d\n", max_width);
431 intel_ntb4_link_enable(struct ntb_dev *ntb, enum ntb_speed max_speed, enum ntb_width max_width) argument
/linux-master/include/drm/
H A Dgud.h32 * @max_width: Maximum width
36 * Devices that have only one display mode will have min_width == max_width
50 __le32 max_width; member in struct:gud_display_descriptor_req
H A Ddrm_mode_config.h345 * @max_width: maximum fb pixel width on this device
367 * The maximum width, stored in @max_width, is typically limited by the
552 int max_width, max_height; member in struct:drm_mode_config
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_wb_connector.c97 if ((w < mode_config->min_width) || (w > mode_config->max_width))
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_plane.c213 u32 max_width, max_height; local
225 max_width = width << 16;
274 if (new_plane_state->src_w > max_width || new_plane_state->crtc_w > width) {
290 if (new_plane_state->src_w <= (2 * max_width) &&
/linux-master/drivers/gpu/drm/gma500/
H A Dframebuffer.c203 dev->mode_config.max_width = 4096;
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_fb.c173 dev->mode_config.max_width = 4096;
/linux-master/drivers/gpu/drm/imx/dcss/
H A Ddcss-kms.c52 config->max_width = 4096;
/linux-master/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_kms.c183 sdev->ddev.mode_config.max_width = 4095;
/linux-master/drivers/gpu/drm/sprd/
H A Dsprd_drm.c44 drm->mode_config.max_width = 8192;
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-lite.h52 * @max_width: maximum camera interface input width in pixels
63 unsigned short max_width; member in struct:flite_drvdata
/linux-master/drivers/staging/media/meson/vdec/
H A Dvdec.h151 * @max_width: maximum picture width supported
163 u32 max_width; member in struct:amvdec_format
/linux-master/include/uapi/linux/
H A Dv4l2-subdev.h98 * @max_width: maximum frame width, in pixels
110 __u32 max_width; member in struct:v4l2_subdev_frame_size_enum
/linux-master/drivers/media/platform/renesas/rcar-vin/
H A Drcar-vin.h155 * @max_width: max input width the VIN supports
167 unsigned int max_width; member in struct:rvin_info
/linux-master/scripts/kconfig/
H A Dlkc.h70 * when max_width is not zero long lines in string s (if any) get
71 * wrapped not to exceed the max_width value
73 int max_width; member in struct:gstr

Completed in 271 milliseconds

1234567891011>>