drm/i915/icl: Fix the TRANS_DDI_FUNC_CTL2 bitfield macro
authorManasi Navare <manasi.d.navare@intel.com>
Tue, 19 Mar 2019 22:18:47 +0000 (15:18 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Mar 2019 19:57:32 +0000 (12:57 -0700)
commit69903dfae0310afe8a15f5cd4e376ebb7c6da1d2
tree3bf0c02e33933aec9a7cd4f0857b10c9100d1ee0
parent76444b6e62edd73abee11e5809a960b39e00e238
drm/i915/icl: Fix the TRANS_DDI_FUNC_CTL2 bitfield macro

This patch fixes the PORT_SYNC_MODE_MASTER_SELECT macro
to correctly do the left shifting to set the port sync
master select correctly.
I have tested this fix on ICL.

Fixes: 49edbd49786e ("drm/i915/icl: Define TRANS_DDI_FUNC_CTL DSI registers")
Cc: Madhav Chauhan <madhav.chauhan@intel.com>
Cc: Jani Nikula <jani.nikula@intel.com>
Cc: <stable@vger.kernel.org> # v5.0+
Signed-off-by: Manasi Navare <manasi.d.navare@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190319221847.21311-1-manasi.d.navare@intel.com
(cherry picked from commit 7264aebb81d15aa6bbed650c816bba90f026bc35)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/i915_reg.h