Query: drm_framebuffer_cleanup
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DRM_FRAMEBUFFER_CLEA(9) DRM Internals DRM_FRAMEBUFFER_CLEA(9)NAMEdrm_framebuffer_cleanup - remove a framebuffer objectSYNOPSISvoid drm_framebuffer_cleanup(struct drm_framebuffer * fb);ARGUMENTSfb framebuffer to removeDESCRIPTIONCleanup references to a user-created framebuffer. This function is intended to be used from the drivers ->destroy callback. Note that this function does not remove the fb from active usuage - if it is still used anywhere, hilarity can ensue since userspace could call getfb on the id and get back -EINVAL. Obviously no concern at driver unload time. Also, the framebuffer will not be removed from the lookup idr - for user-created framebuffers this will happen in in the rmfb ioctl. For driver-private objects (e.g. for fbdev) drivers need to explicitly call drm_framebuffer_unregister_private.AUTHORSJesse 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_FRAMEBUFFER_CLEA(9)
Related Man Pages |
---|
drm_crtc_helper_set_mode(9) - centos |
glbindframebuffer(3g) - mojave |
fbdev(4) - xfree86 |
fbdev(4) - suse |
glbindframebuffer(3g) - osx |
Similar Topics in the Unix Linux Community |
---|
Best performance UNIX just for HOST Virtualization? |
CentOS7 restoring file capabilities |
Shopt -s histappend |
[TIP] Processing YAML files with yq |
Please Welcome Dave Munro to the Moderator Team! |