Searched refs:mgr_timings (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | overlay.c | 151 const struct omap_video_timings *mgr_timings) in dss_ovl_check() argument 156 dw = mgr_timings->x_res; in dss_ovl_check() 157 dh = mgr_timings->y_res; in dss_ovl_check()
|
D | manager.c | 227 const struct omap_video_timings *mgr_timings, in dss_mgr_check() argument 240 r = dss_mgr_check_timings(mgr, mgr_timings); in dss_mgr_check() 257 r = dss_ovl_check(ovl, oi, mgr_timings); in dss_mgr_check()
|
D | dispc.c | 79 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 …]
|
D | dss.h | 227 const struct omap_video_timings *mgr_timings, 251 const struct omap_video_timings *mgr_timings);
|
/linux-4.4.14/include/video/ |
D | omapdss.h | 938 bool replication, const struct omap_video_timings *mgr_timings,
|