From: ChiHun Won Date: Mon, 4 Jun 2018 06:46:03 +0000 (+0900) Subject: [9610] fbdev: dpu20: remove port information of each DPP channel. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b554b7151fb21d20f7a7b127ee288d2ed3f6a03f;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [9610] fbdev: dpu20: remove port information of each DPP channel. AXI port information is moved to DT. So, this information is unnecessary in CAL. Change-Id: I49fd08ddd3160fbca2025a032d536376762828cb Signed-off-by: ChiHun Won --- diff --git a/drivers/video/fbdev/exynos/dpu20/cal_9610/decon_cal.h b/drivers/video/fbdev/exynos/dpu20/cal_9610/decon_cal.h index a15e15d0bd5e..a2ae8a51fff1 100644 --- a/drivers/video/fbdev/exynos/dpu20/cal_9610/decon_cal.h +++ b/drivers/video/fbdev/exynos/dpu20/cal_9610/decon_cal.h @@ -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 */ diff --git a/drivers/video/fbdev/exynos/dpu20/cal_9610/decon_reg.c b/drivers/video/fbdev/exynos/dpu20/cal_9610/decon_reg.c index 1b01a441b89b..7c0425bb215d 100644 --- a/drivers/video/fbdev/exynos/dpu20/cal_9610/decon_reg.c +++ b/drivers/video/fbdev/exynos/dpu20/cal_9610/decon_reg.c @@ -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