drm/i915/icl: avoid unclaimed PLANE_NV12_BUF_CFG register
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Wed, 1 Aug 2018 00:46:14 +0000 (17:46 -0700)
committerPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 2 Aug 2018 17:30:33 +0000 (10:30 -0700)
commit12a6c931beffeaaa350ef562e91e49918b4b3e68
treec97108b2c4b52ffcf48d617d116b72c664235cbd
parent0d55babc8392754352f1058866dd4182ae587d11
drm/i915/icl: avoid unclaimed PLANE_NV12_BUF_CFG register

We don't have proper watermark NV12 support on ICL due to differences
in how it should be implemented. In commit 234059da0f33
("drm/i915/icl: NV12 y-plane ddb is not in same plane") we avoided
writing the non-existent PLANE_NV12_BUF_CFG registers but we forgot to
also avoid them on the hardware state readout. While the code is still
not correct, at least now we can avoid unclaimed register error
messages when dealing with RGB formats, which makes CI happier.

Also add some FIXME comments in order to make it even more clear that
there's still work to do.

References: commit 234059da0f33 ("drm/i915/icl: NV12 y-plane ddb is
 not in same plane")
Cc: Mahesh Kumar <mahesh1.kumar@intel.com>
Reviewed-by: Mahesh Kumar <mahesh1.kumar@intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180801004614.22149-1-paulo.r.zanoni@intel.com
drivers/gpu/drm/i915/intel_pm.c