diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-11-27 12:34:41 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-11-27 12:34:41 +0000 |
commit | dcae3ef009bc5f02704dee38b6cdf255f3afdde9 (patch) | |
tree | 37324760709698931204aeff303bbfcf238d605c /target/linux/omap/patches-3.12/0752-video-da8xx-fb-fix-defect-with-vsync-callback-invoca.patch | |
parent | cf8a1865532a52997e2a10d829621184bb81ce32 (diff) | |
download | mtk-20170518-dcae3ef009bc5f02704dee38b6cdf255f3afdde9.zip mtk-20170518-dcae3ef009bc5f02704dee38b6cdf255f3afdde9.tar.gz mtk-20170518-dcae3ef009bc5f02704dee38b6cdf255f3afdde9.tar.bz2 |
refresh/rename patches
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38932
Diffstat (limited to 'target/linux/omap/patches-3.12/0752-video-da8xx-fb-fix-defect-with-vsync-callback-invoca.patch')
-rw-r--r-- | target/linux/omap/patches-3.12/0752-video-da8xx-fb-fix-defect-with-vsync-callback-invoca.patch | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/target/linux/omap/patches-3.12/0752-video-da8xx-fb-fix-defect-with-vsync-callback-invoca.patch b/target/linux/omap/patches-3.12/0752-video-da8xx-fb-fix-defect-with-vsync-callback-invoca.patch index 698ed39..d22c7e0 100644 --- a/target/linux/omap/patches-3.12/0752-video-da8xx-fb-fix-defect-with-vsync-callback-invoca.patch +++ b/target/linux/omap/patches-3.12/0752-video-da8xx-fb-fix-defect-with-vsync-callback-invoca.patch @@ -16,11 +16,9 @@ Signed-off-by: Darren Etheridge <detheridge@ti.com> drivers/video/da8xx-fb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -diff --git a/drivers/video/da8xx-fb.c b/drivers/video/da8xx-fb.c -index 212d2ac..d6825e4 100644 --- a/drivers/video/da8xx-fb.c +++ b/drivers/video/da8xx-fb.c -@@ -993,6 +993,8 @@ static irqreturn_t lcdc_irq_handler_rev02(int irq, void *arg) +@@ -904,6 +904,8 @@ static irqreturn_t lcdc_irq_handler_rev0 LCD_DMA_FRM_BUF_CEILING_ADDR_1_REG); par->vsync_flag = 1; wake_up_interruptible(&par->vsync_wait); @@ -29,7 +27,7 @@ index 212d2ac..d6825e4 100644 } /* Set only when controller is disabled and at the end of -@@ -1058,8 +1060,6 @@ static irqreturn_t lcdc_irq_handler_rev01(int irq, void *arg) +@@ -969,8 +971,6 @@ static irqreturn_t lcdc_irq_handler_rev0 LCD_DMA_FRM_BUF_CEILING_ADDR_1_REG); par->vsync_flag = 1; wake_up_interruptible(&par->vsync_wait); @@ -38,6 +36,3 @@ index 212d2ac..d6825e4 100644 } } --- -1.7.10.4 - |