From dd8fba44cd1759e5cffc84d47f2c9b92c1e2ae8b Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 12 Aug 2014 11:00:37 +0200 Subject: lib/igt_kms: Unify pipe name helpers And add api doc while at it. Signed-off-by: Daniel Vetter --- tests/kms_setmode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/kms_setmode.c') diff --git a/tests/kms_setmode.c b/tests/kms_setmode.c index 87622552..46edf54b 100644 --- a/tests/kms_setmode.c +++ b/tests/kms_setmode.c @@ -246,7 +246,7 @@ static void get_crtc_config_str(struct crtc_config *crtc, char *buf, pos = snprintf(buf, buf_size, "CRTC[%d] [Pipe %s] Mode: %s@%dHz Connectors: ", - crtc->crtc_id, kmstest_pipe_str(crtc->pipe_id), + crtc->crtc_id, kmstest_pipe_name(crtc->pipe_id), crtc->mode.name, crtc->mode.vrefresh); if (pos > buf_size) return; -- cgit v1.2.3