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

--- Comment #31 from Bong Cosca <bong.co...@gmail.com> ---
This fixes the problem for me:

        case CHIP_KAVERI:
                /* KV should be 0x00000002, but that causes problems with
radeon */
                raster_config = 0x00000003;
                raster_config_1 = 0x00000000;
                break;

I will come back with the piglit results shortly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to