]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Extract hsw_configure_cpu_transcoder()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 24 Jan 2022 19:26:37 +0000 (21:26 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 26 Jan 2022 11:01:10 +0000 (13:01 +0200)
commit2805b81305849a73b10d5f67348108a3fb0ce0d5
treea95e38b8f2765bf44822378da79a92df4a303536
parent3e844a6ce776bc8d8b63f69d6f9820d5e90e8c41
drm/i915: Extract hsw_configure_cpu_transcoder()

Pull the transcoder specific modeset steps into a single place.
With bigoiner we need to keep in mind wheher we're dealing with
the transcoder or the pipe, and a slightly higher level split makes
that easier.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220124192638.26262-4-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_display.c