aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2016-08-12 16:48:44 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-08-16 10:30:49 -0400
commitecfd8efcf7f9ba9eadb23a98d9eb9d5586b868e7 (patch)
tree5167ca0874623487fb56a7104df15d2f503cc785 /include/drm
parentd25bcfb8c2e18b9b36f037f38be4d4792ebf8d57 (diff)
drm/doc: Remove outdated FIXME for the page_flip callback
Since the drm_event cleanup work (as prep for fence support) drivers don't need to bother themselves any more with this, the drm event core takes care of that. Reviewed-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1471034937-651-8-git-send-email-daniel.vetter@ffwll.ch
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_crtc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index 194eebb2f9d7..410175be4c6a 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -547,16 +547,6 @@ struct drm_crtc_funcs {
547 * counter and timestamp tracking though, e.g. if they have accurate 547 * counter and timestamp tracking though, e.g. if they have accurate
548 * timestamp registers in hardware. 548 * timestamp registers in hardware.
549 * 549 *
550 * FIXME:
551 *
552 * Up to that point drivers need to manage events themselves and can use
553 * even->base.list freely for that. Specifically they need to ensure
554 * that they don't send out page flip (or vblank) events for which the
555 * corresponding drm file has been closed already. The drm core
556 * unfortunately does not (yet) take care of that. Therefore drivers
557 * currently must clean up and release pending events in their
558 * ->preclose driver function.
559 *
560 * This callback is optional. 550 * This callback is optional.
561 * 551 *
562 * NOTE: 552 * NOTE: