On Mon, 15 Nov 2021, Simon Ser contact@emersion.fr wrote:
On Monday, November 15th, 2021 at 11:22, Jani Nikula jani.nikula@linux.intel.com wrote:
- Adding drm_dbg_connector() which would take drm_connector as context, and do drm_dbg_kms() with the above prefix.
This wouldn't work great in case multiple connectors/planes/etc are involved, or when drm_dbg_atomic() is used.
That's a good point, though you could still roll those cases manually.
It's also misleading as otherwise drm_dbg_* are categories that can be enabled/disabled via drm.debug.
Again, just musing here.
BR, Jani.