mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-04 13:29:45 -05:00
backend/drm: populate wlr_output.port
This commit is contained in:
parent
85ab6b7eb2
commit
ade7fee5d2
5 changed files with 141 additions and 1 deletions
|
|
@ -38,4 +38,7 @@ void match_connectors_with_crtcs(size_t num_conns,
|
|||
size_t num_crtcs, const uint32_t prev_crtcs[static restrict num_crtcs],
|
||||
uint32_t new_crtcs[static restrict num_crtcs]);
|
||||
|
||||
char *get_drm_bus_str(const drmDevice *dev);
|
||||
bool parse_dp_mst_path(const char *path, uint32_t *parent_conn_id, const char **child_path);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue