kms: Add some basic debug logging

Enabled using MUTTER_DEBUG=kms or via
Meta.add_verbose_topic(Meta.DebugTopic.KMS) in looking glass.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1488>
This commit is contained in:
Jonas Ådahl
2020-10-02 18:37:18 +02:00
committed by Marge Bot
parent c0e9a6fe15
commit b7441514fe
8 changed files with 157 additions and 0 deletions

View File

@ -276,6 +276,8 @@ topic_name (MetaDebugTopic topic)
return "DBUS";
case META_DEBUG_INPUT:
return "INPUT";
case META_DEBUG_KMS:
return "KMS";
case META_DEBUG_VERBOSE:
return "VERBOSE";
case META_DEBUG_WAYLAND: