diff options
| author | Daniel Vetter <[email protected]> | 2016-08-12 20:48:44 +0000 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2016-08-16 14:30:49 +0000 |
| commit | ecfd8efcf7f9ba9eadb23a98d9eb9d5586b868e7 (patch) | |
| tree | 5167ca0874623487fb56a7104df15d2f503cc785 | |
| parent | drm/hisilicon: Don't set drm_device->platformdev (diff) | |
| download | kernel-ecfd8efcf7f9ba9eadb23a98d9eb9d5586b868e7.tar.gz kernel-ecfd8efcf7f9ba9eadb23a98d9eb9d5586b868e7.zip | |
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 <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
| -rw-r--r-- | include/drm/drm_crtc.h | 10 |
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 { * counter and timestamp tracking though, e.g. if they have accurate * timestamp registers in hardware. * - * FIXME: - * - * Up to that point drivers need to manage events themselves and can use - * even->base.list freely for that. Specifically they need to ensure - * that they don't send out page flip (or vblank) events for which the - * corresponding drm file has been closed already. The drm core - * unfortunately does not (yet) take care of that. Therefore drivers - * currently must clean up and release pending events in their - * ->preclose driver function. - * * This callback is optional. * * NOTE: |
