[PATCH 1/2] drm: Add target_vblank member to drm_crtc_state

2017-01-02 Thread Daniel Vetter
On Sun, Jan 1, 2017 at 4:59 PM, Andrey Grodzovsky wrote: > This change allows usage of the new page_flip_target hook for > drivers implementing the atomic path. > > Signed-off-by: Andrey Grodzovsky > Reviewed-by: Harry Wentland > Reviewed-by: Alex Deucher Instead of patching your amdgpu versio

[PATCH 1/2] drm: Add target_vblank member to drm_crtc_state

2017-01-01 Thread Andrey Grodzovsky
This change allows usage of the new page_flip_target hook for drivers implementing the atomic path. Signed-off-by: Andrey Grodzovsky Reviewed-by: Harry Wentland Reviewed-by: Alex Deucher --- include/drm/drm_crtc.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/drm/drm_crtc.h b/