video: sprdfd: disable ESD feature 02/60302/1 accepted/tizen/mobile/20160225.082924 submit/tizen/20160225.045551
authorJoonyoung Shim <jy0922.shim@samsung.com>
Wed, 17 Feb 2016 00:53:58 +0000 (09:53 +0900)
committerJoonyoung Shim <jy0922.shim@samsung.com>
Thu, 25 Feb 2016 02:01:51 +0000 (11:01 +0900)
commit079d94c2a61b43928cf25c79961841ff080e56a2
tree0b4acaec2b4a3d0d67148e504c7dfd2bf347a272
parent6140f7a6343f41ee0b47f14ebeda707900068b6a
video: sprdfd: disable ESD feature

The problem that the screen had been changed to block was reported at
some targets. I'm not sure but it might be related with ESD feature of
sprdfd driver, so as workaround, disable ESD feature.

And add some #ifdef to avoid below build errors.

drivers/built-in.o: In function `sprd_enable_vblank':
/home/pub/git/public/tm1_tizen_3.0/linux-3.10-sc7730/drivers/gpu/drm/sprd/sprd_drm_irq.c:265: undefined reference to `panel_esd_enable'
drivers/built-in.o: In function `sprd_disable_vblank':
/home/pub/git/public/tm1_tizen_3.0/linux-3.10-sc7730/drivers/gpu/drm/sprd/sprd_drm_irq.c:284: undefined reference to `panel_esd_enable'

Change-Id: I9228d883b0aa874e45b14b8f07cec9810634ab47
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
arch/arm/configs/tizen_tm1_defconfig
drivers/gpu/drm/sprd/sprd_drm_irq.c