Searched defs:mgr_timings (Results 1 - 3 of 3) sorted by relevance

/drivers/video/fbdev/omap2/dss/
H A Doverlay.c151 const struct omap_video_timings *mgr_timings)
156 dw = mgr_timings->x_res;
157 dh = mgr_timings->y_res;
150 dss_ovl_check(struct omap_overlay *ovl, struct omap_overlay_info *info, const struct omap_video_timings *mgr_timings) argument
H A Dmanager.c227 const struct omap_video_timings *mgr_timings,
240 r = dss_mgr_check_timings(mgr, mgr_timings);
257 r = dss_ovl_check(ovl, oi, mgr_timings);
225 dss_mgr_check(struct omap_overlay_manager *mgr, struct omap_overlay_manager_info *info, const struct omap_video_timings *mgr_timings, const struct dss_lcd_mgr_config *lcd_config, struct omap_overlay_info **overlay_infos) argument
H A Ddispc.c75 const struct omap_video_timings *mgr_timings,
2054 const struct omap_video_timings *mgr_timings, u16 width,
2065 unsigned int ppl = mgr_timings->x_res;
2147 const struct omap_video_timings *mgr_timings,
2188 const struct omap_video_timings *mgr_timings,
2211 *core_clk = calc_core_clk_five_taps(pclk, mgr_timings,
2219 error = check_horiz_timing_omap3(pclk, lclk, mgr_timings,
2242 if (check_horiz_timing_omap3(pclk, lclk, mgr_timings, pos_x, width,
2262 const struct omap_video_timings *mgr_timings,
2305 const struct omap_video_timings *mgr_timings,
2053 calc_core_clk_five_taps(unsigned long pclk, const struct omap_video_timings *mgr_timings, u16 width, u16 height, u16 out_width, u16 out_height, enum omap_color_mode color_mode) argument
2146 dispc_ovl_calc_scaling_24xx(unsigned long pclk, unsigned long lclk, const struct omap_video_timings *mgr_timings, u16 width, u16 height, u16 out_width, u16 out_height, enum omap_color_mode color_mode, bool *five_taps, int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, u16 pos_x, unsigned long *core_clk, bool mem_to_mem) argument
2187 dispc_ovl_calc_scaling_34xx(unsigned long pclk, unsigned long lclk, const struct omap_video_timings *mgr_timings, u16 width, u16 height, u16 out_width, u16 out_height, enum omap_color_mode color_mode, bool *five_taps, int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, u16 pos_x, unsigned long *core_clk, bool mem_to_mem) argument
2261 dispc_ovl_calc_scaling_44xx(unsigned long pclk, unsigned long lclk, const struct omap_video_timings *mgr_timings, u16 width, u16 height, u16 out_width, u16 out_height, enum omap_color_mode color_mode, bool *five_taps, int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, u16 pos_x, unsigned long *core_clk, bool mem_to_mem) argument
2303 dispc_ovl_calc_scaling(unsigned long pclk, unsigned long lclk, enum omap_overlay_caps caps, const struct omap_video_timings *mgr_timings, u16 width, u16 height, u16 out_width, u16 out_height, enum omap_color_mode color_mode, bool *five_taps, int *x_predecim, int *y_predecim, u16 pos_x, enum omap_dss_rotation_type rotation_type, bool mem_to_mem) argument
2414 dispc_ovl_setup_common(enum omap_plane plane, enum omap_overlay_caps caps, u32 paddr, u32 p_uv_addr, u16 screen_width, int pos_x, int pos_y, u16 width, u16 height, u16 out_width, u16 out_height, enum omap_color_mode color_mode, u8 rotation, bool mirror, u8 zorder, u8 pre_mult_alpha, u8 global_alpha, enum omap_dss_rotation_type rotation_type, bool replication, const struct omap_video_timings *mgr_timings, bool mem_to_mem) argument
2570 dispc_ovl_setup(enum omap_plane plane, const struct omap_overlay_info *oi, bool replication, const struct omap_video_timings *mgr_timings, bool mem_to_mem) argument
2596 dispc_wb_setup(const struct omap_dss_writeback_info *wi, bool mem_to_mem, const struct omap_video_timings *mgr_timings) argument
[all...]

Completed in 112 milliseconds