Searched defs:ltdc_device (Results 1 – 2 of 2) sorted by relevance
43 struct ltdc_device { struct44 void __iomem *regs;45 struct regmap *regmap;46 struct clk *pixel_clk; /* lcd pixel clock */47 struct mutex err_lock; /* protecting error_status */48 struct ltdc_caps caps;49 u32 irq_status;50 u32 fifo_err; /* fifo underrun error counter */51 u32 fifo_warn; /* fifo underrun warning counter */52 u32 fifo_threshold; /* fifo underrun threshold */[all …]
32 struct ltdc_device { struct33 void __iomem *regs;34 struct clk *pixel_clk; /* lcd pixel clock */35 struct mutex err_lock; /* protecting error_status */36 struct ltdc_caps caps;37 u32 error_status;38 u32 irq_status;39 struct fps_info plane_fpsi[LTDC_MAX_LAYER];40 struct drm_atomic_state *suspend_state;