Lines Matching +full:display +full:- +full:related

1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2007-2009 Texas Instruments Inc
7 * - Initial version
9 * - ported to sub device interface
16 #define DM644X_VPBE_OSD_SUBDEV_NAME "dm644x,vpbe-osd"
17 #define DM365_VPBE_OSD_SUBDEV_NAME "dm365,vpbe-osd"
18 #define DM355_VPBE_OSD_SUBDEV_NAME "dm355,vpbe-osd"
22 * @WIN_OSD0: On-Screen Display Window 0
24 * @WIN_OSD1: On-Screen Display Window 1
28 * An enumeration of the osd display layers.
39 * @OSDWIN_OSD0: On-Screen Display Window 0
40 * @OSDWIN_OSD1: On-Screen Display Window 1
52 * @PIXFMT_1BPP: 1-bit-per-pixel bitmap
53 * @PIXFMT_2BPP: 2-bits-per-pixel bitmap
54 * @PIXFMT_4BPP: 4-bits-per-pixel bitmap
55 * @PIXFMT_8BPP: 8-bits-per-pixel bitmap
56 * @PIXFMT_RGB565: 16-bits-per-pixel RGB565
58 * @PIXFMT_RGB888: 24-bits-per-pixel RGB888
238 * @xpos: horizontal offset in pixels from the left edge of the display
239 * @ypos: vertical offset in lines from the top of the display
240 * @interlaced: Non-zero if the display is interlaced, or zero otherwise
268 * @xpos: horizontal offset in pixels from the left edge of the display
269 * @ypos: vertical offset in lines from the top of the display
270 * @interlaced: Non-zero if the display is interlaced, or zero otherwise
273 * A structure describing the configuration parameters of an On-Screen Display
274 * (OSD) or video layer related to how the image is stored in memory.
287 /* parameters that apply on a per-window (OSD or video) basis */
297 /* parameters that apply on a per-OSD-window basis */
351 /* 1-->the isr will toggle the VID0 ping-pong buffer */