drm/i915/gt: Remove bogus comment on IVB_FBC_RT_BASE_UPPER
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 30 Jun 2023 20:35:08 +0000 (13:35 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 3 Jul 2023 18:30:25 +0000 (11:30 -0700)
commit03286f948065d68194f5654373a9017a484d364a
tree9f421e08f72906c63578b087b6cbd9361f580b19
parent9a54a7c3f3fb5f1849355556172fd3e48a5d72f2
drm/i915/gt: Remove bogus comment on IVB_FBC_RT_BASE_UPPER

The comment on the parameter being 0 to avoid the read back doesn't
apply as this is not a call to wa_add(), but rather to
wa_write_clr_set(). So, this register is actually checked and it's
according to the Bspec that the register is RW, not RO.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230630203509.1635216-7-lucas.demarchi@intel.com
drivers/gpu/drm/i915/gt/intel_workarounds.c