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

drm/i915/psr: Add panel granularity information into intel_connector



As a preparation for MST Panel Replay implementation add psr_caps and
panel_replay_caps structures into intel_connector. These are supposed to
contain all sink information related to PSR and Panel Replay.

As a first step in moving Panel Replay and PSR sink data add panel
granularity information into these newly added caps structures.

Signed-off-by: default avatarJouni Högander <jouni.hogander@intel.com>
Reviewed-by: default avatarImre Deak <imre.deak@intel.com>
Link: https://patch.msgid.link/20251204104733.1106145-2-jouni.hogander@intel.com
parent 6d87d7c6
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -561,6 +561,16 @@ struct intel_connector {
			} overall_throughput;
			int max_line_width;
		} dsc_branch_caps;

		struct {
			u16 su_w_granularity;
			u16 su_y_granularity;
		} panel_replay_caps;

		struct {
			u16 su_w_granularity;
			u16 su_y_granularity;
		} psr_caps;
	} dp;

	struct {