[Bug 101910] [BYT] ES31-CTS.functional.copy_image.non_compressed.viewclass_96_bits.rgb32f_rgb32f

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jul 25 13:22:26 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=101910

--- Comment #3 from Topi Pohjolainen <topi.pohjolainen at intel.com> ---
Actually it is not just that, skipping the valign2 altogether for RGB32F fixes
them all:

diff --git a/src/intel/isl/isl_gen7.c b/src/intel/isl/isl_gen7.c
index 24d411f..ed18494 100644
--- a/src/intel/isl/isl_gen7.c
+++ b/src/intel/isl/isl_gen7.c
@@ -30,6 +30,9 @@ gen7_format_needs_valign2(const struct isl_device *dev,
 {
    assert(ISL_DEV_GEN(dev) == 7);

+   if (format == ISL_FORMAT_R32G32B32_FLOAT && ISL_DEV_IS_BAYTRAIL(dev))
+      return false;
+
    /* From the Ivybridge PRM (2012-05-31), Volume 4, Part 1, Section 2.12.1,
     * RENDER_SURFACE_STATE Surface Vertical Alignment:
     *

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20170725/7787ce00/attachment.html>


More information about the intel-3d-bugs mailing list