backend/drm: add drm_connector_status_str()

Helper to stringify a connector status.
This commit is contained in:
Simon Ser 2022-12-06 18:31:03 +01:00 committed by Simon Zeni
parent f12cdc53f3
commit f361efe965
2 changed files with 13 additions and 0 deletions

View file

@ -14,6 +14,7 @@ enum wlr_output_mode_aspect_ratio get_picture_aspect_ratio(const drmModeModeInfo
const char *get_pnp_manufacturer(uint16_t code);
// Populates the make/model/phys_{width,height} of output from the edid data
void parse_edid(struct wlr_drm_connector *conn, size_t len, const uint8_t *data);
const char *drm_connector_status_str(drmModeConnection status);
// Part of match_obj
enum {