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