centos man page for drm_framebuffer_remove

Query: drm_framebuffer_remove

OS: centos

Section: 9

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

DRM_FRAMEBUFFER_REMO(9) 					   DRM Internals					   DRM_FRAMEBUFFER_REMO(9)

NAME
drm_framebuffer_remove - remove and unreference a framebuffer object
SYNOPSIS
void drm_framebuffer_remove(struct drm_framebuffer * fb);
ARGUMENTS
fb framebuffer to remove
DESCRIPTION
Scans all the CRTCs and planes in dev's mode_config. If they're using fb, removes it, setting it to NULL. Then drops the reference to the passed-in framebuffer. Might take the modeset locks. Note that this function optimizes the cleanup away if the caller holds the last reference to the framebuffer. It is also guaranteed to not take the modeset locks in this case.
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_REMO(9)
Related Man Pages
drm_crtc_helper_set_mode(9) - centos
gldeleteframebuffers(3g) - mojave
glgenframebuffers(3g) - mojave
gldeleteframebuffers(3g) - centos
glframebufferparameteri(3g) - centos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Set hard block limit for user using quota
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq