mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-21 06:46:46 -04:00
wip: backend/drm: move pending CRTC to connector state
This commit is contained in:
parent
bf5114df6f
commit
8fb34d1d00
4 changed files with 21 additions and 21 deletions
|
|
@ -203,10 +203,10 @@ static bool atomic_crtc_commit(struct wlr_drm_connector *conn,
|
|||
bool test_only) {
|
||||
struct wlr_drm_backend *drm = conn->backend;
|
||||
struct wlr_output *output = &conn->output;
|
||||
struct wlr_drm_crtc *crtc = conn->crtc;
|
||||
|
||||
bool modeset = state->modeset;
|
||||
bool active = state->active;
|
||||
struct wlr_drm_crtc *crtc = state->crtc;
|
||||
|
||||
uint32_t mode_id = crtc->mode_id;
|
||||
if (modeset) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue