Commit 91463d74 authored by Jouni Högander's avatar Jouni Högander
Browse files

drm/i915/psr: Add connector debugfs files for MST connector as well



Connector debugfs files are currently not add for MST connector. We
can now add them as we have taken into account possibility to have
NULL in connector->encoder in intel_attached_dp.

v2: remove TODO comment

Signed-off-by: default avatarJouni Högander <jouni.hogander@intel.com>
Reviewed-by: default avatarImre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240906070033.289015-4-jouni.hogander@intel.com
parent 414c4eb5
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -3840,10 +3840,8 @@ void intel_psr_connector_debugfs_add(struct intel_connector *connector)
	struct drm_i915_private *i915 = to_i915(connector->base.dev);
	struct dentry *root = connector->base.debugfs_entry;

	/* TODO: Add support for MST connectors as well. */
	if ((connector->base.connector_type != DRM_MODE_CONNECTOR_eDP &&
	     connector->base.connector_type != DRM_MODE_CONNECTOR_DisplayPort) ||
	    connector->mst_port)
	if (connector->base.connector_type != DRM_MODE_CONNECTOR_eDP &&
	    connector->base.connector_type != DRM_MODE_CONNECTOR_DisplayPort)
		return;

	debugfs_create_file("i915_psr_sink_status", 0444, root,