]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/crt: Extract intel_crt_sense_above_threshold()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 8 Dec 2025 18:26:34 +0000 (20:26 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 23 Jan 2026 03:20:28 +0000 (05:20 +0200)
commit5f61ebd578126fc6b25fd3b4b13f8aa24b2cb9c6
treef499e158e7232b108b1a7231f70f2834859d9297
parent5dc670f24b055ef9f4a95f7db41e97465695c3f6
drm/i915/crt: Extract intel_crt_sense_above_threshold()

Extract the CRT sense check into a helper instead of repeating
the same thing twice.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/20251208182637.334-17-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_crt.c