commit | 2d13b6796e420ed00389b7399a5d5ac7b1fed436 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Dec 11 13:47:23 2012 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Sun Jan 20 15:57:58 2013 +0100 |
tree | 8889af1340e267331fd7969d7f949ac9d6661019 | |
parent | af26ef3b3978349cfbd864163a6ebb4906b733b5 [diff] |
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>