On 09/24/2015 06:35 PM, Thierry Reding wrote:
From: Thierry Reding treding@nvidia.com
Non-legacy drivers should only use this API to allow per-CRTC data to be eventually moved into struct drm_crtc.
Cc: Benjamin Gaignard benjamin.gaignard@linaro.org Cc: Vincent Abriou vincent.abriou@st.com Signed-off-by: Thierry Reding treding@nvidia.com
drivers/gpu/drm/sti/sti_crtc.c | 37 ++++++++++++++++++++----------------- drivers/gpu/drm/sti/sti_gdp.c | 2 +- drivers/gpu/drm/sti/sti_hqvdp.c | 2 +- drivers/gpu/drm/sti/sti_vtg.c | 14 +++++++------- drivers/gpu/drm/sti/sti_vtg.h | 4 ++-- 5 files changed, 31 insertions(+), 28 deletions(-)
Tested on top of next-20151001. You can add my Ack-by on this patch Ack-by: Vincent Abriou vincent.abriou@st.com
Vincent