mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +00:00
lib/igt_kms/bf: doc skeleton
igt_kms docs are just skeleton and also added igt_fb to make sure the linking works correctly. Next up: Actually documenting igt_fb. Also fix that depency spelling fumble I've copied around to a few too many places. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -33,6 +33,13 @@
|
||||
#include "igt_fb.h"
|
||||
#include "ioctl_wrappers.h"
|
||||
|
||||
/**
|
||||
* SECTION:igt_fb
|
||||
* @short_description: Framebuffer handling and drawing library
|
||||
* @title: i-g-t framebuffer
|
||||
* @include: igt_fb.h
|
||||
*/
|
||||
|
||||
/* drm fourcc/cairo format maps */
|
||||
#define DF(did, cid, _bpp, _depth) \
|
||||
{ DRM_FORMAT_##did, CAIRO_FORMAT_##cid, # did, _bpp, _depth }
|
||||
|
||||
Reference in New Issue
Block a user