summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv17_tv.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2012-12-11 13:47:23 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-01-20 15:57:58 +0100
commit2d13b6796e420ed00389b7399a5d5ac7b1fed436 (patch)
tree8889af1340e267331fd7969d7f949ac9d6661019 /drivers/gpu/drm/nouveau/nv17_tv.c
parentaf26ef3b3978349cfbd864163a6ebb4906b733b5 (diff)
downloadtalos-op-linux-2d13b6796e420ed00389b7399a5d5ac7b1fed436.tar.gz
talos-op-linux-2d13b6796e420ed00389b7399a5d5ac7b1fed436.zip
drm: encapsulate crtc->set_config calls
With refcounting we need to adjust framebuffer refcounts at each callsite - much easier to do if they all call the same little helper function. Reviewed-by: Rob Clark <rob@ti.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv17_tv.c')
-rw-r--r--drivers/gpu/drm/nouveau/nv17_tv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nv17_tv.c b/drivers/gpu/drm/nouveau/nv17_tv.c
index 2ca276ada507..977e42be2050 100644
--- a/drivers/gpu/drm/nouveau/nv17_tv.c
+++ b/drivers/gpu/drm/nouveau/nv17_tv.c
@@ -768,7 +768,7 @@ static int nv17_tv_set_property(struct drm_encoder *encoder,
.crtc = crtc,
};
- crtc->funcs->set_config(&modeset);
+ drm_mode_set_config_internal(&modeset);
}
}
OpenPOWER on IntegriCloud