backend/drm: stop testing for buffer in drm_connector_commit_buffer

We now do the test in drm_connector_test, called from
drm_connector_commit.
This commit is contained in:
Simon Ser 2021-04-06 18:11:18 +02:00
parent d0bf750916
commit 8ccb4bbb5f
1 changed files with 0 additions and 3 deletions

View File

@ -467,9 +467,6 @@ static bool drm_connector_commit_buffer(struct wlr_output *output) {
break;
case WLR_OUTPUT_STATE_BUFFER_SCANOUT:;
struct wlr_buffer *buffer = output->pending.buffer;
if (!test_buffer(conn, output->pending.buffer)) {
return false;
}
if (!drm_fb_import(&plane->pending_fb, drm, buffer,
&crtc->primary->formats)) {
wlr_log(WLR_ERROR, "Failed to import buffer");