[Intel-gfx] [PATCH i-g-t 1/2] lib/igt_kms: Fix igt_fb_set_size() debug message
ville.syrjala at linux.intel.com
ville.syrjala at linux.intel.com
Tue Mar 1 16:38:37 UTC 2016
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
The debug message in igt_fb_set_size() was copy pasted
from igt_fb_set_position() and not adjusted to say the
right thing. Fix it up.
Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
lib/igt_kms.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/igt_kms.c b/lib/igt_kms.c
index 90c8da7a3772..cfd7af31a3f0 100644
--- a/lib/igt_kms.c
+++ b/lib/igt_kms.c
@@ -1912,7 +1912,7 @@ void igt_fb_set_size(struct igt_fb *fb, igt_plane_t *plane,
igt_pipe_t *pipe = plane->pipe;
igt_display_t *display = pipe->display;
- LOG(display, "%s.%d: fb_set_position(%dx%d)\n",
+ LOG(display, "%s.%d: fb_set_size(%dx%d)\n",
kmstest_pipe_name(pipe->pipe), plane->index, w, h);
fb->src_w = w;
--
2.4.10
More information about the Intel-gfx
mailing list