mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 17:36:11 +00:00
lib/igt_kms: Fix igt_fb_set_size() debug message
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@linux.intel.com>
This commit is contained in:
parent
7499b913b3
commit
0c02873220
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user