Lines Matching defs:dispc_features
54 struct dispc_features { struct
55 u8 sw_start;
56 u8 fp_start;
57 u8 bp_start;
58 u16 sw_max;
59 u16 vp_max;
60 u16 hp_max;
61 u8 mgr_width_start;
62 u8 mgr_height_start;
63 u16 mgr_width_max;
64 u16 mgr_height_max;
65 unsigned long max_lcd_pclk;
66 unsigned long max_tv_pclk;
67 int (*calc_scaling) (unsigned long pclk, unsigned long lclk,
73 unsigned long (*calc_core_clk) (unsigned long pclk,
76 u8 num_fifos;
79 bool gfx_fifo_workaround:1;
82 bool no_framedone_tv:1;
85 bool mstandby_workaround:1;
87 bool set_max_preload:1;
90 bool last_pixel_inc_missing:1;
93 bool supports_sync_align:1;
118 const struct dispc_features *feat; argument