AXI port information is moved to DT. So, this information
is unnecessary in CAL.
Change-Id: I49fd08ddd3160fbca2025a032d536376762828cb
Signed-off-by: ChiHun Won <chihun.won@samsung.com>
u32 DPU_DMA2CH(u32 dma);
u32 DPU_CH2DMA(u32 ch);
int decon_check_supported_formats(enum decon_pixel_format format);
-#if defined(CONFIG_EXYNOS9610_BTS)
-void decon_init_bts_info(struct decon_bts_bw bw[BTS_DPP_MAX]);
-#endif
/*************** DECON CAL APIs exposed to DECON driver ***************/
/* DECON control */
return -EINVAL;
}
-#if defined(CONFIG_EXYNOS9610_BTS)
-void decon_init_bts_info(struct decon_bts_bw bw[])
-{
-}
-#endif