mirror of
https://github.com/brl/mutter.git
synced 2024-11-29 19:40:43 -05:00
kms/crtc: Read initial gamma state
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1420
This commit is contained in:
parent
1bc3b3d1fe
commit
827f545c27
@ -255,6 +255,8 @@ meta_kms_crtc_new (MetaKmsImplDevice *impl_device,
|
|||||||
crtc->id = drm_crtc->crtc_id;
|
crtc->id = drm_crtc->crtc_id;
|
||||||
crtc->idx = idx;
|
crtc->idx = idx;
|
||||||
|
|
||||||
|
meta_kms_crtc_read_state (crtc, impl_device, drm_crtc);
|
||||||
|
|
||||||
return crtc;
|
return crtc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user