centos man page for drm_mode_config_cleanup

Query: drm_mode_config_cleanup

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DRM_MODE_CONFIG_CLEA(9) 					   DRM Internals					   DRM_MODE_CONFIG_CLEA(9)

NAME
drm_mode_config_cleanup - free up DRM mode_config info
SYNOPSIS
void drm_mode_config_cleanup(struct drm_device * dev);
ARGUMENTS
dev DRM device
DESCRIPTION
Free up all the connectors and CRTCs associated with this DRM device, then free up the framebuffers and associated buffer objects. Note that since this /should/ happen single-threaded at driver/device teardown time, no locking is required. It's the driver's job to ensure that this guarantee actually holds true.
FIXME
cleanup any dangling user buffer objects too
AUTHORS
Jesse Barnes <jesse.barnes@intel.com> Intel Corporation, Initial version Laurent Pinchart <laurent.pinchart@ideasonboard.com> Ideas on board SPRL, Driver internals
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DRM_MODE_CONFIG_CLEA(9)
Related Man Pages
struct_drm_fb_helper_funcs(9) - centos
drmhandleevent(3) - debian
mgadrm(4) - netbsd
savagedrm(4) - netbsd
sisdrm(4) - netbsd
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Best performance UNIX just for HOST Virtualization?
How to increment version inside a file?
CentOS7 restoring file capabilities
Docker learning Phase-I