Command to reproduce:
grep -L '^maintainer="[^"]\+"$' device/{main,community,testing,downstream}/*/APKBUILD | sed 's/\/APKBUILD//' | xargs -i sh -c 'sed -i "1s;^;# Archived: unmaintained\n;" {}/APKBUILD && mv {} device/archived/ && git add {} && git add device/archived/'
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8883>
13 lines
526 B
Diff
13 lines
526 B
Diff
diff --git a/drivers/misc/mediatek/video/mt8127/mt8127/dpi_drv.c b/drivers/misc/mediatek/video/mt8127/mt8127/dpi_drv.c
|
|
index 2a663ddf..e77e6477 100644
|
|
--- a/drivers/misc/mediatek/video/mt8127/mt8127/dpi_drv.c
|
|
+++ b/drivers/misc/mediatek/video/mt8127/mt8127/dpi_drv.c
|
|
@@ -218,7 +218,7 @@ static irqreturn_t _DPI_InterruptHandler(int irq, void *dev_id)
|
|
dpi_vsync_irq_count++;
|
|
if(dpi_vsync_irq_count > 120)
|
|
{
|
|
- printk("dpi vsync\n");
|
|
+// printk("dpi vsync\n");
|
|
dpi_vsync_irq_count = 0;
|
|
}
|
|
if(dpiIntCallback)
|