Searched refs:mgr_timings (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | overlay.c | 140 const struct omap_video_timings *mgr_timings) in dss_ovl_check() argument 145 dw = mgr_timings->x_res; in dss_ovl_check() 146 dh = mgr_timings->y_res; in dss_ovl_check()
|
H A D | manager.c | 215 const struct omap_video_timings *mgr_timings, in dss_mgr_check() argument 228 r = dss_mgr_check_timings(mgr, mgr_timings); in dss_mgr_check() 245 r = dss_ovl_check(ovl, oi, mgr_timings); in dss_mgr_check()
|
H A D | dss.h | 216 const struct omap_video_timings *mgr_timings, 240 const struct omap_video_timings *mgr_timings); 430 bool replication, const struct omap_video_timings *mgr_timings,
|
H A D | dispc.c | 68 const struct omap_video_timings *mgr_timings, 2157 const struct omap_video_timings *mgr_timings, u16 width, in calc_core_clk_five_taps() argument 2168 unsigned int ppl = mgr_timings->x_res; in calc_core_clk_five_taps() 2250 const struct omap_video_timings *mgr_timings, in dispc_ovl_calc_scaling_24xx() argument 2296 const struct omap_video_timings *mgr_timings, in dispc_ovl_calc_scaling_34xx() argument 2318 *core_clk = calc_core_clk_five_taps(pclk, mgr_timings, in dispc_ovl_calc_scaling_34xx() 2326 error = check_horiz_timing_omap3(pclk, lclk, mgr_timings, in dispc_ovl_calc_scaling_34xx() 2361 if (check_horiz_timing_omap3(pclk, lclk, mgr_timings, pos_x, in_width, in dispc_ovl_calc_scaling_34xx() 2381 const struct omap_video_timings *mgr_timings, in dispc_ovl_calc_scaling_44xx() argument 2427 const struct omap_video_timings *mgr_timings, in dispc_ovl_calc_scaling() argument [all …]
|