rockchip: video: Flush the cache when the display is updated
Enable this option to correct display artifacts when a write-back cache is in use. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
56d6977121
commit
b55e04a021
@ -326,6 +326,7 @@ static int rk_vop_probe(struct udevice *dev)
|
||||
if (!ret)
|
||||
break;
|
||||
}
|
||||
video_set_flush_dcache(dev, 1);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user