mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-02 01:40:54 -05:00
backend/drm: use more descriptive names for match_obj()
This function is only used for connectors and CRTCs, so instead of the abstract "obj"/"resource" wording, just use the concrete names.
This commit is contained in:
parent
d2a5dbe104
commit
0bf642d246
3 changed files with 45 additions and 41 deletions
|
|
@ -1354,7 +1354,7 @@ static void realloc_crtcs(struct wlr_drm_backend *drm,
|
|||
++i;
|
||||
}
|
||||
|
||||
match_obj(num_connectors, connector_constraints,
|
||||
match_connectors_with_crtcs(num_connectors, connector_constraints,
|
||||
drm->num_crtcs, previous_match, new_match);
|
||||
|
||||
// Converts our crtc=>connector result into a connector=>crtc one.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue