Searched refs:supported_modes (Results 1 - 25 of 50) sorted by relevance

12

/linux-master/include/drm/
H A Ddrm_blend.h60 unsigned int supported_modes);
/linux-master/drivers/gpu/drm/
H A Ddrm_blend.c545 * @supported_modes: bitmask of supported modes, must include
572 unsigned int supported_modes)
586 if (WARN_ON((supported_modes & ~valid_mode_mask) ||
587 ((supported_modes & BIT(DRM_MODE_BLEND_PREMULTI)) == 0)))
592 hweight32(supported_modes));
599 if (!(BIT(props[i].type) & supported_modes))
571 drm_plane_create_blend_mode_property(struct drm_plane *plane, unsigned int supported_modes) argument
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Doverlay.c79 ovl->supported_modes =
119 if ((ovl->supported_modes & info->color_mode) == 0) {
/linux-master/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_ethtool.c220 u32 advertised_modes, supported_modes; local
228 supported_modes = oct->link_info.supported_modes;
231 OCTEP_VF_SET_ETHTOOL_LINK_MODES_BITMAP(supported_modes, cmd, supported);
/linux-master/drivers/media/i2c/
H A Dimx415.c538 static const struct imx415_mode supported_modes[] = { variable in typeref:struct:imx415_mode
787 u64 pixel_rate = supported_modes[sensor->cur_mode].pixel_rate;
788 u64 lane_rate = supported_modes[sensor->cur_mode].lane_rate;
827 hblank = supported_modes[sensor->cur_mode].hmax_pix -
878 if (mode >= ARRAY_SIZE(supported_modes)) {
884 supported_modes[mode].reg_list.regs,
885 supported_modes[mode].reg_list.num_of_regs,
1304 for (j = 0; j < ARRAY_SIZE(supported_modes); ++j) {
1305 if (sensor->num_data_lanes != supported_modes[j].lanes)
1308 supported_modes[
[all...]
H A Dimx219.c288 static const struct imx219_mode supported_modes[] = { variable in typeref:struct:imx219_mode
467 const struct imx219_mode *mode = &supported_modes[0];
797 if (fse->index >= ARRAY_SIZE(supported_modes))
804 fse->min_width = supported_modes[fse->index].width;
806 fse->min_height = supported_modes[fse->index].height;
822 mode = v4l2_find_nearest_size(supported_modes,
823 ARRAY_SIZE(supported_modes),
916 .width = supported_modes[0].width,
917 .height = supported_modes[0].height,
H A Dimx208.c245 static const struct imx208_mode supported_modes[] = { variable in typeref:struct:imx208_mode
401 try_fmt->width = supported_modes[0].width;
402 try_fmt->height = supported_modes[0].height;
522 if (fse->index >= ARRAY_SIZE(supported_modes))
528 fse->min_width = supported_modes[fse->index].width;
530 fse->min_height = supported_modes[fse->index].height;
588 mode = v4l2_find_nearest_size(supported_modes,
589 ARRAY_SIZE(supported_modes), width, height,
971 imx208->cur_mode = &supported_modes[0];
H A Dov2685.c244 static const struct ov2685_mode supported_modes[] = { variable in typeref:struct:ov2685_mode
371 if (code->index >= ARRAY_SIZE(supported_modes))
385 if (index >= ARRAY_SIZE(supported_modes))
390 fse->min_width = supported_modes[index].width;
391 fse->max_width = supported_modes[index].width;
392 fse->max_height = supported_modes[index].height;
393 fse->min_height = supported_modes[index].height;
552 ov2685_fill_fmt(&supported_modes[0], try_fmt);
784 ov2685->cur_mode = &supported_modes[0];
H A Dov5695.c642 static const struct ov5695_mode supported_modes[] = { variable in typeref:struct:ov5695_mode
796 for (i = 0; i < ARRAY_SIZE(supported_modes); i++) {
797 dist = ov5695_get_reso_dist(&supported_modes[i], framefmt);
804 return &supported_modes[cur_best_fit];
877 if (fse->index >= ARRAY_SIZE(supported_modes))
883 fse->min_width = supported_modes[fse->index].width;
884 fse->max_width = supported_modes[fse->index].width;
885 fse->max_height = supported_modes[fse->index].height;
886 fse->min_height = supported_modes[fse->index].height;
1043 const struct ov5695_mode *def_mode = &supported_modes[
[all...]
H A Dov2740.c537 const struct ov2740_mode *supported_modes; member in struct:ov2740
1020 mode = v4l2_find_nearest_size(ov2740->supported_modes,
1065 const struct ov2740_mode *supported_modes = ov2740->supported_modes; local
1073 fse->min_width = supported_modes[fse->index].width;
1075 fse->min_height = supported_modes[fse->index].height;
1086 ov2740_update_pad_format(&ov2740->supported_modes[0],
1179 ov2740->supported_modes = supported_modes_360mhz;
1184 ov2740->supported_modes = supported_modes_180mhz;
1193 if (!ov2740->supported_modes)
[all...]
H A Dov9282.c372 static const struct ov9282_mode supported_modes[] = { variable in typeref:struct:ov9282_mode
760 if (fsize->index >= ARRAY_SIZE(supported_modes))
767 fsize->min_width = supported_modes[fsize->index].width;
769 fsize->min_height = supported_modes[fsize->index].height;
848 mode = v4l2_find_nearest_size(supported_modes,
849 ARRAY_SIZE(supported_modes),
892 ov9282_fill_pad_format(ov9282, &supported_modes[DEFAULT_MODE],
1426 ov9282->cur_mode = &supported_modes[DEFAULT_MODE];
H A Dog01a1b.c405 static const struct og01a1b_mode supported_modes[] = { variable in typeref:struct:og01a1b_mode
764 mode = v4l2_find_nearest_size(supported_modes,
765 ARRAY_SIZE(supported_modes), width,
831 if (fse->index >= ARRAY_SIZE(supported_modes))
837 fse->min_width = supported_modes[fse->index].width;
839 fse->min_height = supported_modes[fse->index].height;
850 og01a1b_update_pad_format(&supported_modes[0],
1006 og01a1b->cur_mode = &supported_modes[0];
H A Dov9734.c308 static const struct ov9734_mode supported_modes[] = { variable in typeref:struct:ov9734_mode
692 mode = v4l2_find_nearest_size(supported_modes,
693 ARRAY_SIZE(supported_modes), width,
759 if (fse->index >= ARRAY_SIZE(supported_modes))
765 fse->min_width = supported_modes[fse->index].width;
767 fse->min_height = supported_modes[fse->index].height;
778 ov9734_update_pad_format(&supported_modes[0],
924 ov9734->cur_mode = &supported_modes[0];
H A Dov4689.c213 static const struct ov4689_mode supported_modes[] = { variable in typeref:struct:ov4689_mode
407 if (fse->index >= ARRAY_SIZE(supported_modes))
413 fse->min_width = supported_modes[fse->index].width;
414 fse->max_width = supported_modes[fse->index].width;
415 fse->max_height = supported_modes[fse->index].height;
416 fse->min_height = supported_modes[fse->index].height;
575 ov4689_fill_fmt(&supported_modes[OV4689_MODE_2688_1520], try_fmt);
885 ov4689->cur_mode = &supported_modes[OV4689_MODE_2688_1520];
H A Disl7998x.c464 static const struct isl7998x_mode supported_modes[] = { variable in typeref:struct:isl7998x_mode
484 &supported_modes[1] },
487 &supported_modes[1] },
490 &supported_modes[0] },
493 &supported_modes[0] },
496 &supported_modes[1] },
499 &supported_modes[1] },
502 &supported_modes[0] },
505 &supported_modes[0] },
508 &supported_modes[
[all...]
H A Dtw9900.c120 static const struct tw9900_mode supported_modes[] = { variable in typeref:struct:tw9900_mode
347 for (i = 0; i < ARRAY_SIZE(supported_modes); i++)
348 if (supported_modes[i].std & std)
349 mode = &supported_modes[i];
665 tw9900->cur_mode = &supported_modes[0];
H A Dov02a10.c258 static const struct ov02a10_mode supported_modes[] = { variable in typeref:struct:ov02a10_mode
370 if (fse->index >= ARRAY_SIZE(supported_modes))
373 fse->min_width = supported_modes[fse->index].width;
374 fse->max_width = supported_modes[fse->index].width;
375 fse->max_height = supported_modes[fse->index].height;
376 fse->min_height = supported_modes[fse->index].height;
928 ov02a10->cur_mode = &supported_modes[0];
H A Dov01a10.c262 static const struct ov01a10_mode supported_modes[] = { variable in typeref:struct:ov01a10_mode
703 mode = v4l2_find_nearest_size(supported_modes,
704 ARRAY_SIZE(supported_modes), width,
764 if (fse->index >= ARRAY_SIZE(supported_modes) ||
768 fse->min_width = supported_modes[fse->index].width;
770 fse->min_height = supported_modes[fse->index].height;
886 ov01a10->cur_mode = &supported_modes[0];
H A Dimx258.c568 static const struct imx258_mode supported_modes[] = { variable in typeref:struct:imx258_mode
714 try_fmt->width = supported_modes[0].width;
715 try_fmt->height = supported_modes[0].height;
837 if (fse->index >= ARRAY_SIZE(supported_modes))
843 fse->min_width = supported_modes[fse->index].width;
845 fse->min_height = supported_modes[fse->index].height;
905 mode = v4l2_find_nearest_size(supported_modes,
906 ARRAY_SIZE(supported_modes), width, height,
1276 imx258->cur_mode = &supported_modes[0];
H A Dhi556.c549 static const struct hi556_mode supported_modes[] = { variable in typeref:struct:hi556_mode
1070 mode = v4l2_find_nearest_size(supported_modes,
1071 ARRAY_SIZE(supported_modes), width,
1138 if (fse->index >= ARRAY_SIZE(supported_modes))
1144 fse->min_width = supported_modes[fse->index].width;
1146 fse->min_height = supported_modes[fse->index].height;
1158 hi556_assign_pad_format(&supported_modes[0],
1307 hi556->cur_mode = &supported_modes[0];
H A Dov5675.c468 static const struct ov5675_mode supported_modes[] = { variable in typeref:struct:ov5675_mode
1031 mode = v4l2_find_nearest_size(supported_modes,
1032 ARRAY_SIZE(supported_modes), width,
1123 if (fse->index >= ARRAY_SIZE(supported_modes))
1129 fse->min_width = supported_modes[fse->index].width;
1131 fse->min_height = supported_modes[fse->index].height;
1142 ov5675_update_pad_format(&supported_modes[0],
1322 ov5675->cur_mode = &supported_modes[0];
/linux-master/include/linux/i3c/
H A Dccc.h331 * @supported_modes: bitmap describing supported XTIME modes
337 u8 supported_modes; member in struct:i3c_ccc_getxtime
/linux-master/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_ethtool.c284 u32 advertised_modes, supported_modes; local
293 supported_modes = oct->link_info.supported_modes;
295 OCTEP_SET_ETHTOOL_LINK_MODES_BITMAP(supported_modes, cmd, supported);
H A Doctep_ctrl_net.h98 u64 supported_modes; member in struct:octep_ctrl_net_link_info
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_plane.c304 unsigned int supported_modes = BIT(DRM_MODE_BLEND_PIXEL_NONE) | local
329 drm_plane_create_blend_mode_property(plane, supported_modes);

Completed in 184 milliseconds

12