]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/display: Skip state checker for AS SDP infoframe enable
authorMitul Golani <mitulkumar.ajitkumar.golani@intel.com>
Thu, 6 Feb 2025 04:50:00 +0000 (10:20 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Fri, 7 Feb 2025 05:29:13 +0000 (10:59 +0530)
commitfaa5259b1ea0f6237c1b8ff24aa3ce4b6faa2890
tree862d7682256c3fc87b6a45c376e8139e2cf4cacb
parenta5efc8dcfe710fd63a0557d3512e8ff753c2e283
drm/i915/display: Skip state checker for AS SDP infoframe enable

Avoid full modeset by skipping infoframe.enable check when toggling
AS SDP while enabling VRR, preventing full modeset while pipe
config changes.

--v2:
- Add check for exclude_infoframe. (Ankit)
- Update commit message. (Ankit)

--v3:
- Optimise PIPE_CONF_CHECK for infoframes.enable. [Ankit]

Signed-off-by: Mitul Golani <mitulkumar.ajitkumar.golani@intel.com>
Reviewed-by: Jouni Högander <jouni.hogander@intel.com>
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250206045001.2919360-2-mitulkumar.ajitkumar.golani@intel.com
drivers/gpu/drm/i915/display/intel_display.c