Searched defs:disp_ctl_win (Results 1 – 1 of 1) sorted by relevance
14 struct disp_ctl_win { struct15 enum win_color_depth_id fmt; /* Color depth/format */16 unsigned bpp; /* Bits per pixel */17 phys_addr_t phys_addr; /* Physical address in memory */18 unsigned x; /* Horizontal address offset (bytes) */19 unsigned y; /* Veritical address offset (bytes) */20 unsigned w; /* Width of source window */21 unsigned h; /* Height of source window */22 unsigned stride; /* Number of bytes per line */23 unsigned out_x; /* Left edge of output window (col) */[all …]