diff options
| author | Daniel Vetter <[email protected]> | 2019-10-22 16:37:17 +0000 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2019-10-23 09:00:41 +0000 |
| commit | b60e711a43f2425a975beacdd72fe283e0286e55 (patch) | |
| tree | 2e84c9cc40f6a2585ef5f9922c430abbea081087 /drivers/gpu/drm/omapdrm/omap_gem.c | |
| parent | drm/vc4: Use drm_hdmi_avi_infoframe_bars() (diff) | |
| download | kernel-b60e711a43f2425a975beacdd72fe283e0286e55.tar.gz kernel-b60e711a43f2425a975beacdd72fe283e0286e55.zip | |
drm/doc: Drop misleading comment on drm_mode_config_cleanup
This is not something we'll fix, because failing to clean up stuff (or
doing it in the wrong order) is a driver bug. The offending FIXME goes
all the way back to the original modeset merge.
We've added a WARN_ON in
commit 2b677e8c08eed11e4ebe66a7c334f03e389a19a3
Author: Daniel Vetter <[email protected]>
Date: Mon Dec 10 21:16:05 2012 +0100
drm: reference framebuffers which are on the idr
including a comment blaming drivers on this. Right thing to do is most
likely drm_atomic_helper_shutdown plus making sure that
drm_mode_config_cleanup is not called too early (i.e. not in driver
unload, but only in the final drm_device release callback).
Cc: Mihail Atanassov <[email protected]>
Reported-by: Mihail Atanassov <[email protected]>
Reviewed-by: Mihail Atanassov <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_gem.c')
0 files changed, 0 insertions, 0 deletions
