drm/i915: Return both master and slave pipes from enabled_bigjoiner_pipes()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 3 Feb 2022 18:38:22 +0000 (20:38 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 15 Feb 2022 12:40:23 +0000 (14:40 +0200)
commit208f6265d519643f380c504ee1c1ef925f2c7d5f
tree1771c572f00f19551e36c44f866201f30d95c7a8
parent7e2aa820ac24f9d5c1fc39ef5a2ba7baf3384596
drm/i915: Return both master and slave pipes from enabled_bigjoiner_pipes()

Return both the master and slave pipe bitmasks from
enabled_bigjoiner_pipes(). We'll have use for both during
readout soon.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220203183823.22890-10-ville.syrjala@linux.intel.com
Reviewed-by: Manasi Navare <manasi.d.navare@intel.com>
drivers/gpu/drm/i915/display/intel_display.c