mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-05 13:29:47 -05:00
Upgraded CRTC and Encoder matching
This commit is contained in:
parent
31867a1b2e
commit
67b51f0922
2 changed files with 232 additions and 33 deletions
|
|
@ -42,7 +42,7 @@ struct wlr_drm_crtc {
|
|||
struct wlr_drm_plane *primary;
|
||||
struct wlr_drm_plane *overlay;
|
||||
struct wlr_drm_plane *cursor;
|
||||
|
||||
|
||||
union wlr_drm_crtc_props props;
|
||||
|
||||
struct wl_list connectors;
|
||||
|
|
@ -115,6 +115,9 @@ struct wlr_output_state {
|
|||
enum wlr_drm_output_state state;
|
||||
uint32_t connector;
|
||||
|
||||
struct wlr_drm_crtc *crtc_;
|
||||
uint32_t possible_crtc;
|
||||
|
||||
union wlr_drm_connector_props props;
|
||||
|
||||
uint32_t width;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue