Man Page: drm_mode_config_cleanup
Operating Environment: centos
Section: 9
DRM_MODE_CONFIG_CLEA(9) DRM Internals DRM_MODE_CONFIG_CLEA(9)NAMEdrm_mode_config_cleanup - free up DRM mode_config infoSYNOPSISvoid drm_mode_config_cleanup(struct drm_device * dev);ARGUMENTSdev DRM deviceDESCRIPTIONFree 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.FIXMEcleanup any dangling user buffer objects tooAUTHORSJesse Barnes <jesse.barnes@intel.com> Intel Corporation, Initial version Laurent Pinchart <laurent.pinchart@ideasonboard.com> Ideas on board SPRL, Driver internalsCOPYRIGHTKernel Hackers Manual 3.10 June 2014 DRM_MODE_CONFIG_CLEA(9)
| Related Man Pages |
|---|
| drm_crtc_helper_set_mode(9) - centos |
| drm(4) - netbsd |
| mgadrm(4) - netbsd |
| radeondrm(4) - netbsd |
| tdfxdrm(4) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| Set hard block limit for user using quota |
| How to increment version inside a file? |
| Docker learning Phase-I |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |