|
|
@ -391,10 +391,6 @@ static bool test_buffer(struct wlr_drm_connector *conn,
|
|
|
|
struct wlr_buffer *wlr_buffer) {
|
|
|
|
struct wlr_buffer *wlr_buffer) {
|
|
|
|
struct wlr_drm_backend *drm = conn->backend;
|
|
|
|
struct wlr_drm_backend *drm = conn->backend;
|
|
|
|
|
|
|
|
|
|
|
|
if (!drm->session->active) {
|
|
|
|
|
|
|
|
return false;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Legacy never gets to have nice things. But I doubt this would ever work,
|
|
|
|
/* Legacy never gets to have nice things. But I doubt this would ever work,
|
|
|
|
* and there is no reliable way to try, without risking messing up the
|
|
|
|
* and there is no reliable way to try, without risking messing up the
|
|
|
|
* modesetting state. */
|
|
|
|
* modesetting state. */
|
|
|
@ -449,6 +445,10 @@ static bool drm_connector_alloc_crtc(struct wlr_drm_connector *conn);
|
|
|
|
static bool drm_connector_test(struct wlr_output *output) {
|
|
|
|
static bool drm_connector_test(struct wlr_output *output) {
|
|
|
|
struct wlr_drm_connector *conn = get_drm_connector_from_output(output);
|
|
|
|
struct wlr_drm_connector *conn = get_drm_connector_from_output(output);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (!conn->backend->session->active) {
|
|
|
|
|
|
|
|
return false;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if ((output->pending.committed & WLR_OUTPUT_STATE_ENABLED) &&
|
|
|
|
if ((output->pending.committed & WLR_OUTPUT_STATE_ENABLED) &&
|
|
|
|
output->pending.enabled) {
|
|
|
|
output->pending.enabled) {
|
|
|
|
if (output->current_mode == NULL &&
|
|
|
|
if (output->current_mode == NULL &&
|
|
|
|