Lines Matching +full:display +full:- +full:timings
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
88 OMAP_DSS_COLOR_RGB12U = 1 << 4, /* RGB12, 16-bit container */
91 OMAP_DSS_COLOR_RGB24U = 1 << 7, /* RGB24, 32-bit container */
92 OMAP_DSS_COLOR_RGB24P = 1 << 8, /* RGB24, 24-bit container */
93 OMAP_DSS_COLOR_YUV2 = 1 << 9, /* YUV2 4:2:2 co-sited */
94 OMAP_DSS_COLOR_UYVY = 1 << 10, /* UYVY 4:2:2 co-sited */
99 OMAP_DSS_COLOR_RGBA16 = 1 << 15, /* RGBA16 - 4444 */
100 OMAP_DSS_COLOR_RGBX16 = 1 << 16, /* RGBx16 - 4444 */
101 OMAP_DSS_COLOR_ARGB16_1555 = 1 << 17, /* ARGB16 - 1555 */
102 OMAP_DSS_COLOR_XRGB16_1555 = 1 << 18, /* xRGB16 - 1555 */
236 const struct omap_video_timings *timings; member
269 /* Interlaced or Progressive timings */
281 /* Hardcoded timings for tv modes. Venc only uses these to
416 * clk+, clk-
417 * data1+, data1-
418 * data2+, data2-
447 struct omap_video_timings *timings);
449 struct omap_video_timings *timings);
451 struct omap_video_timings *timings);
466 struct omap_video_timings *timings);
468 struct omap_video_timings *timings);
470 struct omap_video_timings *timings);
485 struct omap_video_timings *timings);
487 struct omap_video_timings *timings);
489 struct omap_video_timings *timings);
502 struct omap_video_timings *timings);
504 struct omap_video_timings *timings);
506 struct omap_video_timings *timings);
527 struct omap_video_timings *timings);
529 struct omap_video_timings *timings);
531 struct omap_video_timings *timings);
606 /* alias in the form of "display%d" */
632 struct omap_video_timings timings; member
696 int (*enable)(struct omap_dss_device *display);
697 void (*disable)(struct omap_dss_device *display);
698 int (*run_test)(struct omap_dss_device *display, int test);
724 struct omap_video_timings *timings);
726 struct omap_video_timings *timings);
728 struct omap_video_timings *timings);
796 struct omap_video_timings *timings);
806 return dssdev->src; in omapdss_device_is_connected()
811 return dssdev->state == OMAP_DSS_DISPLAY_ACTIVE; in omapdss_device_is_enabled()