Home
last modified time | relevance | path

Searched defs:disp_ctl_win (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/
H A Ddisplay.h13 struct disp_ctl_win { struct
14 enum win_color_depth_id fmt; /* Color depth/format */
15 unsigned bpp; /* Bits per pixel */
16 phys_addr_t phys_addr; /* Physical address in memory */
17 unsigned x; /* Horizontal address offset (bytes) */
18 unsigned y; /* Veritical address offset (bytes) */
19 unsigned w; /* Width of source window */
20 unsigned h; /* Height of source window */
21 unsigned stride; /* Number of bytes per line */
22 unsigned out_x; /* Left edge of output window (col) */
[all …]