Simon Ser
de9ff46629
backend/drm: "scaling mode" is a connector property
...
It's not a CRTC property. Remove it altogether since it's unused.
4 years ago
Simon Ser
2649600fa1
backend/drm: rotation is a plane property
...
"rotation" is a plane property, it's not a CRTC property. It was also
missing from plane_info.
4 years ago
Simon Ser
52c67284e2
backend/drm: add support for adaptive_sync_enabled
...
The vrr_capable and VRR_ENABLED properties are used.
5 years ago
Simon Ser
e516ea4c79
backend/drm: check format when scanning out DMA-BUF
6 years ago
Scott Anderson
efdd4d6ea2
backend/drm: Improve encoder logic
...
This fixes an issue that can occur with DP MST connectors not reporting
any encoders.
6 years ago
emersion
f5a147b739
backend/drm: add support for the link-status property
6 years ago
emersion
7cbef15206
util: add wlr_ prefix to log symbols
6 years ago
emersion
71ca45e2c0
Make sure we don't use others' prefixes
7 years ago
emersion
b0d99f5c67
Remove wlr_ prefix from local symbols
7 years ago
emersion
c2e1474010
Reformat all #include directives
7 years ago
Vincent Vanlaer
ab011406ad
Add atomic gamma lut size fetching
...
Legacy gamma lut size now uses the new legacy_crtc member of
wlr_drm_crtc. This was Previously doen using old_crtc in
wlr_drm_connector, but since this refers to the crtc that was connected to
the ouput, this could give the wrong result.
7 years ago
Vincent Vanlaer
cc1229e75e
Add atomic gamma setting
7 years ago
Scott Anderson
610b0493ac
Rename files to remove pointless drm prefix
7 years ago