drm_framebuffer_cleanup(9) centos man page | unix.com

Man Page: drm_framebuffer_cleanup

Operating Environment: centos

Section: 9

DRM_FRAMEBUFFER_CLEA(9) 					   DRM Internals					   DRM_FRAMEBUFFER_CLEA(9)

NAME
drm_framebuffer_cleanup - remove a framebuffer object
SYNOPSIS
void drm_framebuffer_cleanup(struct drm_framebuffer * fb);
ARGUMENTS
fb framebuffer to remove
DESCRIPTION
Cleanup 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.
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_FRAMEBUFFER_CLEA(9)
Related Man Pages
gldeleteframebuffers(3g) - mojave
struct_drm_fb_helper_funcs(9) - centos
gldeleteframebuffers(3g) - debian
gldeleteframebuffers(3g) - centos
fbdev(4) - suse
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
Tar Command
CentOS7 restoring file capabilities
Unsure why access time on a directory change isn't changing