Summary: | [Bisected] Black login textbox at gdm prompt | ||
---|---|---|---|
Product: | xorg | Reporter: | Cyril Brulebois <kibi> |
Component: | Driver/intel | Assignee: | Carl Worth <cworth> |
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | normal | ||
Priority: | medium | CC: | kibi |
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Cyril Brulebois
2010-11-07 05:20:24 UTC
Don't see the issue locally. Ostensibly that patch should only affect gen6. However, it does invoke mrb_exec2 with flags=I915_EXEC_RENDER. Is this being rejected by the kernel? Xorg.log would be full of batch buffer failed: EINVAL and maybe even dmesg would mention userspace doing something it didn't expect. It all depends upon your execbuffer code in i915.ko. Tested on the wrong machine obviously: commit 49447a9b957047db2549b8a929e763bbd87808ba Author: Albert Damen <albrt@gmx.net> Date: Sun Nov 7 15:54:32 2010 +0100 intel: initialize bufmgr.bo_mrb_exec unconditionally If bufmgr.bo_mrb_exec is not set, drm_intel_bo_mrb_exec returns ENODEV even though drm_intel_gem_bo_mrb_exec2 will work fine for the RENDER ring. Fixes xf86-video-intel after commit 'add BLT ring support' (5bed685f76) with kernels without BSD or BLT ring support (2.6.34 and before). Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=31443 Signed-off-by: Albert Damen <albrt@gmx.net> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Fixed indeed, thanks. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.