mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 13:52:54 +00:00
lib: various documentation fixes
Fix some documentation comments and mark some struct members private. Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
@@ -99,6 +99,7 @@ typedef struct igt_pipe igt_pipe_t;
|
||||
typedef uint32_t igt_fixed_t; /* 16.16 fixed point */
|
||||
|
||||
typedef struct {
|
||||
/*< private >*/
|
||||
igt_pipe_t *pipe;
|
||||
int index;
|
||||
unsigned int is_primary : 1;
|
||||
@@ -127,6 +128,7 @@ struct igt_pipe {
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
/*< private >*/
|
||||
igt_display_t *display;
|
||||
uint32_t id; /* KMS id */
|
||||
struct kmstest_connector_config config;
|
||||
|
||||
Reference in New Issue
Block a user