]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/rkl: Set transcoder mask properly
authorMatt Roper <matthew.d.roper@intel.com>
Wed, 3 Jun 2020 21:15:15 +0000 (14:15 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Thu, 4 Jun 2020 16:35:23 +0000 (09:35 -0700)
commit95f08419d246a2725836847d3d03118d18ebaab3
tree7d7d5efcc381c849bda879f4fc6716de192c0a4e
parent71df5d8a83281ffe2297ea53fd7b03e5053cd4d7
drm/i915/rkl: Set transcoder mask properly

Although we properly captured RKL's three pipes in the device info
structure, we forgot to make the corresponding update to the transcoder
mask.  Set this field so that our transcoder loops will operate
properly.

Fixes: 4b819a167e1c ("drm/i915/rkl: Add RKL platform info and PCI ids")
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200603211529.3005059-2-matthew.d.roper@intel.com
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
drivers/gpu/drm/i915/i915_pci.c