mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
video: rk_fb: fix ymirror for kernel logo
kernel logo not use ymirror now, so if uboot logo use ymirror, we need close it when switch to kernel logo, otherwise, would get iommu crash Change-Id: I4a607f75ada4cf6454c7e0f4614b629ef747e851 Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
This commit is contained in:
@@ -4190,6 +4190,7 @@ int rk_fb_register(struct rk_lcdc_driver *dev_drv,
|
||||
xact, yact, width, height);
|
||||
return 0;
|
||||
}
|
||||
ymirror = 0;
|
||||
local_irq_save(flags);
|
||||
if (dev_drv->ops->wait_frame_start)
|
||||
dev_drv->ops->wait_frame_start(dev_drv, 0);
|
||||
|
||||
Reference in New Issue
Block a user