Andreas Sundstrom wrote:
Andreas Sundstrom wrote:
On my laptop X hangs as soon as something uses OpenGL it seems. Running for example glxinfo or glxgears causes it to freeze. I have not had any issues like this before, and 2.6.34 works ok but not 2.6.35
Just want to say that it the same status with 2.6.35.1
I have now use git bisect for the first time.. Took a while but finally this commit was shown by git as the offending commit:
8187a2b70e34c727a06617441f74f202b6fefaf9 is first bad commit commit 8187a2b70e34c727a06617441f74f202b6fefaf9 Author: Zou Nan hai nanhai.zou@intel.com Date: Fri May 21 09:08:55 2010 +0800
drm/i915: introduce intel_ring_buffer structure (V2)
Introduces a more complete intel_ring_buffer structure with callbacks for setup and management of a particular ringbuffer, and converts the render ring buffer consumers to use it.
Signed-off-by: Zou Nan hai nanhai.zou@intel.com Signed-off-by: Xiang Hai hao haihao.xiang@intel.com [anholt: Fixed up whitespace fail and rebased against prep patches] Signed-off-by: Eric Anholt eric@anholt.net
:040000 040000 b90a540c84c2ffa50b8b0bb7292749cef96e75d3 22c06e081bc722df129f2d0dc937950d5f164c5c M drivers :040000 040000 6ac1363503569458bf035132b01f206c256701cb 757099565b205b0908a8b903db5c9b00d2c6e142 M include
I was not able to revert this commit from 2.6.35.1, but maybe it can be a pointer in the right direction for someone that knows this stuff?
/Andreas