From 28b1530fee42a3fea77d7918f5f612e2e052f659 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Mon, 8 Jan 2018 05:41:41 +0000 Subject: Revert to Mesa 13.0.6 again. Corruption has again been reported on Intel hardware running Xorg with the modesetting driver (which uses OpenGL based acceleration instead of SNA acceleration the intel driver defaults to). Reported in various forms on Sandy Bridge (X220), Ivy Bridge (X230) and Haswell (X240). Confirmed to not occur with the intel driver but the xserver was changed to default to the modesetting driver on >= gen4 hardware (except Ironlake). One means of triggering this is to open a large pdf with xpdf on an idle machine and highlight a section of the document. There have been reports of gpu hangs on gen4 intel hardware (T500 with GM45, X61 with 965GM) when starting Xorg as well. --- lib/mesa/src/vulkan/wsi/wsi_common_x11.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/mesa/src/vulkan/wsi/wsi_common_x11.h') diff --git a/lib/mesa/src/vulkan/wsi/wsi_common_x11.h b/lib/mesa/src/vulkan/wsi/wsi_common_x11.h index b33540856..7166f099f 100644 --- a/lib/mesa/src/vulkan/wsi/wsi_common_x11.h +++ b/lib/mesa/src/vulkan/wsi/wsi_common_x11.h @@ -29,8 +29,6 @@ VkBool32 wsi_get_physical_device_xcb_presentation_support( struct wsi_device *wsi_device, VkAllocationCallbacks *alloc, uint32_t queueFamilyIndex, - int local_fd, - bool can_handle_different_gpu, xcb_connection_t* connection, xcb_visualid_t visual_id); -- cgit v1.2.3