Searched defs:tegra_lcd_priv (Results 1 – 1 of 1) sorted by relevance
26 struct tegra_lcd_priv { struct27 int width; /* width in pixels */28 int height; /* height in pixels */29 enum video_log2_bpp log2_bpp; /* colour depth */30 struct display_timing timing;31 struct udevice *panel;32 struct disp_ctlr *disp; /* Display controller to use */33 fdt_addr_t frame_buffer; /* Address of frame buffer */34 unsigned pixel_clock; /* Pixel clock in Hz */