mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +00:00
lib/display: Add a way to specify we don't care about the pipe to use
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
@@ -170,6 +170,12 @@ void igt_plane_set_position(igt_plane_t *plane, int x, int y);
|
||||
for (int i__ = 0; i__ < (display)->n_outputs; i__++) \
|
||||
if ((output = &(display)->outputs[i__]), output->valid)
|
||||
|
||||
/*
|
||||
* Can be used with igt_output_set_pipe() to mean we don't care about the pipe
|
||||
* that should drive this output
|
||||
*/
|
||||
#define PIPE_ANY (-1)
|
||||
|
||||
#define IGT_FIXED(i,f) ((i) << 16 | (f))
|
||||
|
||||
#endif /* __IGT_KMS_H__ */
|
||||
|
||||
Reference in New Issue
Block a user