[PATCH] drm:atmel: Enable the crtc vblank prior to crtc usage.

2021-06-02 Thread Dan Sneddon
patch cleans up the crtc vblank handling thus removing the warning on boot. Fixes: eec44d44a3d2 ("drm/atmel: Use drm_atomic_helper_commit") Signed-off-by: Dan Sneddon --- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletio

[PATCH] drm/atmel-hlcdc: Allow async page flips

2021-03-30 Thread Dan Sneddon
The driver is capable of doing async page flips so we need to tell the core to allow them. Signed-off-by: Dan Sneddon --- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c b/drivers/gpu/drm/atmel-hlcdc