commit | 2a3902bd5c14a4946739c9da14071f5aa6e85549 | [log] [tgz] |
---|---|---|
author | Uma Shankar <uma.shankar@intel.com> | Thu Feb 21 00:35:19 2019 +0530 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Feb 21 15:41:03 2019 +0200 |
tree | 8dcf2f1deca0fe462bbc126b501f77f0a58c9176 | |
parent | c5568ed2bfdf0262cd48b5085a227c04a5556a01 [diff] |
drm/i915/icl: Drop redundant gamma mode mask gamma mode mask was not considering the 30th and 31st bits. Due to this state readout was masking these bits, causing a mismatch and false warning, even though the registers were updated correctly. Dropped the gamma mode mask as it is redundant and ideally entire register content should be matching. This resolves the state mismatch warnings. Signed-off-by: Uma Shankar <uma.shankar@intel.com> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/1550689519-6977-1-git-send-email-uma.shankar@intel.com Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109624