[9610] fbdev: dpu20: remove port information of each DPP channel.
authorChiHun Won <chihun.won@samsung.com>
Mon, 4 Jun 2018 06:46:03 +0000 (15:46 +0900)
committerYoungsoo Kim <youngss.kim@samsung.com>
Fri, 15 Jun 2018 23:31:05 +0000 (08:31 +0900)
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>
drivers/video/fbdev/exynos/dpu20/cal_9610/decon_cal.h
drivers/video/fbdev/exynos/dpu20/cal_9610/decon_reg.c

index a15e15d0bd5ee31fa7b2c189c8ff5c8e3be746c8..a2ae8a51fff1039a8f9e7eb865e38277580e58a3 100644 (file)
@@ -253,9 +253,6 @@ struct decon_bts_bw {
 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 */
index 1b01a441b89b802ae7bbce4365967e5146c4d359..7c0425bb215d02b8ead9d9cef7e49b4f8144257a 100644 (file)
@@ -2212,9 +2212,4 @@ int decon_check_supported_formats(enum decon_pixel_format format)
 
        return -EINVAL;
 }
-#if defined(CONFIG_EXYNOS9610_BTS)
-void decon_init_bts_info(struct decon_bts_bw bw[])
-{
 
-}
-#endif