Lines Matching defs:dispc_features
65 struct dispc_features { struct
66 u8 sw_start;
67 u8 fp_start;
68 u8 bp_start;
69 u16 sw_max;
70 u16 vp_max;
71 u16 hp_max;
72 u8 mgr_width_start;
73 u8 mgr_height_start;
74 u16 mgr_width_max;
75 u16 mgr_height_max;
76 unsigned long max_lcd_pclk;
77 unsigned long max_tv_pclk;
78 int (*calc_scaling) (unsigned long pclk, unsigned long lclk,
84 unsigned long (*calc_core_clk) (unsigned long pclk,
87 u8 num_fifos;
90 bool gfx_fifo_workaround:1;
93 bool no_framedone_tv:1;
96 bool mstandby_workaround:1;
98 bool set_max_preload:1;
101 bool last_pixel_inc_missing:1;
104 bool supports_sync_align:1;
129 const struct dispc_features *feat; argument