mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23: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:
@@ -42,6 +42,20 @@
|
||||
#include "igt_kms.h"
|
||||
#include "igt_aux.h"
|
||||
|
||||
/**
|
||||
* SECTION:igt_kms
|
||||
* @short_description: Kernel modesetting support library
|
||||
* @title: i-g-t kms
|
||||
* @include: igt_kms.h
|
||||
*
|
||||
* This library provides support to enumerate and set modeset configurations.
|
||||
*
|
||||
* Since this library is very much still a work-in-progress and the interfaces
|
||||
* still in-flux detailed api documentation is currently still missing.
|
||||
*
|
||||
* Note that this library's header pulls in the [i-g-t framebuffer](intel-gpu-tools-i-g-t-framebuffer.html)
|
||||
* library as a dependency.
|
||||
*/
|
||||
|
||||
const char *kmstest_pipe_str(int pipe)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user