Skip to content

Commit 8f02bf1

Browse files
committed
modesetting: remove logs if a separate cursor plane couldn't be found
Did cause a message to be logged on every atomic commit.
1 parent adbb903 commit 8f02bf1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/modesetting.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2448,9 +2448,6 @@ int kms_req_builder_push_fb_layer(
24482448
/* id_range */ false, 0
24492449
// clang-format on
24502450
);
2451-
if (plane == NULL) {
2452-
LOG_DEBUG("Couldn't find a fitting cursor plane.\n");
2453-
}
24542451
}
24552452

24562453
/// TODO: Not sure we can use crtc_x, crtc_y, etc with primary planes

0 commit comments

Comments
 (0)