Searched defs:ltdc_caps (Results 1 – 1 of 1) sorted by relevance
14 struct ltdc_caps { struct15 u32 hw_version; /* hardware version */16 u32 nb_layers; /* number of supported layers */17 u32 layer_ofs; /* layer offset for applicable regs */18 const u32 *layer_regs; /* layer register offset */19 u32 bus_width; /* bus width (32 or 64 bits) */20 const u32 *pix_fmt_hw; /* supported hw pixel formats */21 const u32 *pix_fmt_drm; /* supported drm pixel formats */22 int pix_fmt_nb; /* number of pixel format */23 bool pix_fmt_flex; /* pixel format flexibility supported */[all …]