<dec f='src/src/sys/external/bsd/drm2/dist/uapi/drm/drm_mode.h' l='330' type='__u32 [4]'/>
<offset>160</offset>
<doc f='src/src/sys/external/bsd/drm2/dist/uapi/drm/drm_mode.h' l='316'>/*
	 * In case of planar formats, this ioctl allows up to 4
	 * buffer objects with offets and pitches per plane.
	 * The pitch and offset order is dictated by the fourcc,
	 * e.g. NV12 (http://fourcc.org/yuv.php#NV12) is described as:
	 *
	 *   YUV 4:2:0 image with a plane of 8 bit Y samples
	 *   followed by an interleaved U/V plane containing
	 *   8 bit 2x2 subsampled colour difference samples.
	 *
	 * So it would consist of Y as offset[0] and UV as
	 * offeset[1].  Note that offset[0] will generally
	 * be 0.
	 */</doc>
<use f='src/src/sys/external/bsd/drm2/dist/drm/drm_crtc.c' l='2653' u='w' c='drm_mode_addfb'/>
<use f='src/src/sys/external/bsd/drm2/dist/drm/drm_crtc.c' l='2782' u='r' c='framebuffer_check'/>
<use f='src/src/sys/external/bsd/drm2/dist/drm/i915/intel_display.c' l='11037' u='r' c='intel_user_framebuffer_create'/>
<use f='src/src/sys/external/bsd/drm2/dist/drm/nouveau/nouveau_display.c' l='307' u='r' c='nouveau_user_framebuffer_create'/>
<use f='src/src/sys/external/bsd/drm2/dist/drm/radeon/radeon_display.c' l='1302' u='r' c='radeon_user_framebuffer_create'/>
<use f='src/src/sys/external/bsd/drm2/dist/drm/radeon/radeon_display.c' l='1305' u='r' c='radeon_user_framebuffer_create'/>
