mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 13:52:54 +00:00
lib/igt_kms: Unify pipe name helpers
And add api doc while at it. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user