mirror of
https://github.com/torvalds/linux.git
synced 2025-11-02 01:29:02 +02:00
We need the total frame refresh time to check if we are too close to
vertical sync when updating the two framebuffer DMA registers and risk
a collision. This new method is more accurate that the previous that
based on mode's vrefresh value, which itself is inaccurate or may not
even be initialized.
Reported-by: Kevin Hao <kexin.hao@windriver.com>
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| tilcdc_crtc.c | ||
| tilcdc_drv.c | ||
| tilcdc_drv.h | ||
| tilcdc_external.c | ||
| tilcdc_external.h | ||
| tilcdc_panel.c | ||
| tilcdc_panel.h | ||
| tilcdc_plane.c | ||
| tilcdc_regs.h | ||
| tilcdc_slave_compat.c | ||
| tilcdc_slave_compat.dts | ||
| tilcdc_slave_compat.h | ||
| tilcdc_tfp410.c | ||
| tilcdc_tfp410.h | ||