[PATCH v3 1/7] drm/sun4i: tcon: Add TRI finish interrupt for vblank

2018-03-06 Thread Maxime Ripard
From: Maxime Ripard The "CPU" (or Intel 8080) interface uses a different interrupt called TRI_FINISH (most likely TRI being for trigger) to notify the end of frames, and hence the VBLANK period. And that interrupt to the possible VBLANK interrupts source.

[PATCH v3 1/7] drm/sun4i: tcon: Add TRI finish interrupt for vblank

2018-03-06 Thread Maxime Ripard
From: Maxime Ripard The "CPU" (or Intel 8080) interface uses a different interrupt called TRI_FINISH (most likely TRI being for trigger) to notify the end of frames, and hence the VBLANK period. And that interrupt to the possible VBLANK interrupts source. Reviewed-by: Chen-Yu Tsai