Searched defs:dpu_hw_fmt_layout (Results 1 – 1 of 1) sorted by relevance
416 struct dpu_hw_fmt_layout { struct417 const struct dpu_format *format;418 uint32_t num_planes;419 uint32_t width;420 uint32_t height;421 uint32_t total_size;422 uint32_t plane_addr[DPU_MAX_PLANES];423 uint32_t plane_size[DPU_MAX_PLANES];424 uint32_t plane_pitch[DPU_MAX_PLANES];
Completed in 7 milliseconds