<dec f='src/src/sys/external/bsd/drm2/dist/include/drm/drm_crtc.h' l='1003' type='int drm_mode_addfb(struct drm_device * dev, void * data, struct drm_file * file_priv)'/>
<def f='src/src/sys/external/bsd/drm2/dist/drm/drm_crtc.c' l='2637' ll='2677' type='int drm_mode_addfb(struct drm_device * dev, void * data, struct drm_file * file_priv)'/>
<doc f='src/src/sys/external/bsd/drm2/dist/drm/drm_crtc.c' l='2623'>/**
 * drm_mode_addfb - add an FB to the graphics configuration
 * @dev: drm device for the ioctl
 * @data: data pointer for the ioctl
 * @file_priv: drm file for the ioctl call
 *
 * Add a new FB to the specified CRTC, given a user request. This is the
 * original addfb ioclt which only supported RGB formats.
 *
 * Called by the user via ioctl.
 *
 * Returns:
 * Zero on success, errno on failure.
 */</doc>
<use f='src/src/sys/external/bsd/drm2/drm/drm_drv.c' l='210'/>
<use f='src/src/sys/external/bsd/drm2/drm/drm_drv.c' l='210'/>
<use f='src/src/sys/external/bsd/drm2/drm/drm_drv.c' l='210'/>
<use f='src/src/sys/external/bsd/drm2/drm/drm_drv.c' l='210'/>
