Bug 15502
Summary: | render error detected, EIR: 0x00000010 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Artem Anisimov (aanisimov) |
Component: | Video(DRI - Intel) | Assignee: | drivers_video-dri-intel (drivers_video-dri-intel) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | chris, jbarnes, maciej.rutecki, rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.33 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 14885 | ||
Attachments: | Information supplied by 2.6.34-rc2 kernel |
Description
Artem Anisimov
2010-03-10 05:45:15 UTC
Created attachment 25761 [details]
Information supplied by 2.6.34-rc2 kernel
Still happens with 2.6.34-rc2 kernel. I have attached /sys/kernel/debug/dri/0/i915_error_state as suggested by intel's driver bug reporting guide. This should have been fixed with, released in 2.6.33-rc8: commit fd2e8ea597222b8f38ae8948776a61ea7958232e Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Feb 9 14:14:36 2010 +0000 drm/i915: Increase fb alignment to 64k An untiled framebuffer must be aligned to 64k. This is normally handled by intel_pin_and_fence_fb_obj(), but the intelfb_create() likes to be different and do the pinning itself. However, it aligns the buffer object incorrectly for pre-i965 chipsets causing a PGTBL_ERR when it is installed onto the output. Fixes: KMS error message while initializing modesetting - render error detected: EIR: 0x10 [i915] http://bugs.freedesktop.org/show_bug.cgi?id=22936 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: stable@kernel.org Signed-off-by: Eric Anholt <eric@anholt.net> |