[PATCH i-g-t v3 02/17] lib/igt_kms: s/pipe/crtc/
Michał Grzelak <[email protected]>
| Newsgroups | org.freedesktop.lists.igt-dev |
|---|---|
| Organization | Intel Technology Poland sp. z o.o. - ul. Slowackiego 173, 80-298 Gdansk - KRS 101882 - NIP 957-07-52-316 |
| Message-ID | <[email protected]> |
Refer to crtc instead of pipe. Signed-off-by: Michał Grzelak <[email protected]> Reviewed-by: Karthik B S <[email protected]> --- lib/igt_kms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/igt_kms.h b/lib/igt_kms.h index 8d4d148474..49bc9654ef 100644 --- a/lib/igt_kms.h +++ b/lib/igt_kms.h @@ -777,7 +777,7 @@ static inline bool igt_crtc_connector_valid(igt_crtc_t *crtc, igt_output_t *outp * * If you only need to test a single output for each pipe, use * for_each_crtc_with_single_output(), if you only need an - * output for a single CRTC, use igt_get_single_output_for_pipe(). + * output for a single CRTC, use igt_get_single_output_for_crtc(). */ #define for_each_crtc_with_valid_output(display, crtc, output) \ for ((output) = &(display)->outputs[0], (crtc) = &(display)->crtcs[0]; \ -- 2.45.2