Lines Matching defs:dispc_features
61 struct dispc_features { struct
62 u8 sw_start;
63 u8 fp_start;
64 u8 bp_start;
65 u16 sw_max;
66 u16 vp_max;
67 u16 hp_max;
68 u8 mgr_width_start;
69 u8 mgr_height_start;
70 u16 mgr_width_max;
71 u16 mgr_height_max;
72 unsigned long max_lcd_pclk;
73 unsigned long max_tv_pclk;
74 int (*calc_scaling) (unsigned long pclk, unsigned long lclk,
80 unsigned long (*calc_core_clk) (unsigned long pclk,
83 u8 num_fifos;
86 bool gfx_fifo_workaround:1;
89 bool no_framedone_tv:1;
114 const struct dispc_features *feat; argument