mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +00:00
lib/display: Add an accessor to retrieve the number of pipes
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
@@ -150,6 +150,7 @@ void igt_display_init(igt_display_t *display, int drm_fd);
|
||||
void igt_display_fini(igt_display_t *display);
|
||||
int igt_display_commit(igt_display_t *display);
|
||||
void igt_display_set_verbose(igt_display_t *display, bool verbose);
|
||||
int igt_display_get_n_pipes(igt_display_t *display);
|
||||
|
||||
const char *igt_output_name(igt_output_t *output);
|
||||
drmModeModeInfo *igt_output_get_mode(igt_output_t *output);
|
||||
|
||||
Reference in New Issue
Block a user