Re: intel text mode restore problem

2008-12-17 Thread Norbert Preining
Hi all, (please Cc) On Wed, 10 Dec 2008, Eric Anholt wrote: > > There are two problems with this laptop: The first is that often (or > > better always) when I start X and run it for some time (no idea what is > > necessary), and then switch to the console the text mode is not > > restored. The ef

Re: intel text mode restore problem

2008-12-17 Thread Norbert Preining
On Sun, 14 Dec 2008, Julien Cristau wrote: > you can install the xserver-xorg-video-intel-dbg package, or build the > reg dumper from the xf86-video-intel source tree. Great, thanks! Best wishes Norbert --- Dr. Norbert

[Bug 19152] [GEM]Segmentation fault when run mesa xdemo/wincopy

2008-12-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19152 --- Comment #1 from liuhaien 2008-12-17 22:38:45 PST --- Created an attachment (id=21263) --> (http://bugs.freedesktop.org/attachment.cgi?id=21263) xorg conf file -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email -

[Bug 19152] New: [GEM]Segmentation fault when run mesa xdemo/wincopy

2008-12-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19152 Summary: [GEM]Segmentation fault when run mesa xdemo/wincopy Product: Mesa Version: unspecified Platform: Other OS/Version: Linux (All) Status: NEW Severity: normal

[Bug 19150] [i915 GEM]low performance when run mesa demo/cubemap

2008-12-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19150 liuhaien changed: What|Removed |Added AssignedTo|dri-|[email protected] |de.

[Bug 19150] [i915 GEM]low performance when run mesa demo/cubemap

2008-12-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19150 Eric Anholt changed: What|Removed |Added CC||[email protected] --- Comment #2 from Eri

[Bug 19150] [i915 GEM]low performance when run mesa demo/cubemap

2008-12-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19150 --- Comment #1 from liuhaien 2008-12-17 20:57:13 PST --- Created an attachment (id=21259) --> (http://bugs.freedesktop.org/attachment.cgi?id=21259) xorg.0.log -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email -

[Bug 19150] New: [i915 GEM]low performance when run mesa demo/cubemap

2008-12-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19150 Summary: [i915 GEM]low performance when run mesa demo/cubemap Product: Mesa Version: unspecified Platform: Other OS/Version: Linux (All) Status: NEW Severity: normal

[PATCH] Pin new and unpin old buffer when setting a mode.

2008-12-17 Thread Kristian Høgsberg
This removes the requirement for user space to pin a buffer before setting a mode that is backed by the pixels from that buffer. Signed-off-by: Kristian Høgsberg --- drivers/gpu/drm/drm_crtc_helper.c| 20 ++- drivers/gpu/drm/i915/intel_display.c | 44 +

[PATCH] Drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well.

2008-12-17 Thread Kristian Høgsberg
The replace fb ioctl replaces the backing buffer object for a modesetting framebuffer object. This can be acheived by just creating a new framebuffer backed by the new buffer object, setting that for the crtcs in question and then removing the old framebuffer object. Signed-off-by: Kristian Høgsb

[PATCH] Pin cursor bo and unpin old bo when setting cursor.

2008-12-17 Thread Kristian Høgsberg
We also didn't track the cursor bo before and would leak a reference when the cursor image was change. Signed-off-by: Kristian Høgsberg --- drivers/gpu/drm/i915/intel_display.c | 29 + drivers/gpu/drm/i915/intel_drv.h |1 + 2 files changed, 22 insertions(+),

[Bug 19147] [i915] program exits after ADVANCE_BATCH: 80 of 800 dwords emitted

2008-12-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19147 haihao changed: What|Removed |Added AssignedTo|dri-|[email protected] |de...

Re: [PATCH] intel: Rename plane[AB]* back to pipe[AB]*.

2008-12-17 Thread Dave Airlie
On Thu, Dec 18, 2008 at 8:08 AM, Eric Anholt wrote: > The values are really going to continue meaning pipe, not plane, and that's > what they're called in the kernel copy of the header. Userland hasn't ever > made the switch to pipe!=plane, since userland checks are based on DRM > version, which

[Bug 19147] New: [945GM i945 NO-GEM] program exits after ADVANCE_BATCH: 80 of 800 dwords emitted

2008-12-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19147 Summary: [945GM i945 NO-GEM] program exits after ADVANCE_BATCH: 80 of 800 dwords emitted Product: Mesa Version: CVS Platform: Other OS/Version: All Status: NEW

Re: [PATCH] intel: Rename plane[AB]* back to pipe[AB]*.

2008-12-17 Thread Robert Noland
On Wed, 2008-12-17 at 14:08 -0800, Eric Anholt wrote: > The values are really going to continue meaning pipe, not plane, and that's > what they're called in the kernel copy of the header. Userland hasn't ever > made the switch to pipe!=plane, since userland checks are based on DRM > version, which

[PATCH] intel: Rename plane[AB]* back to pipe[AB]*.

2008-12-17 Thread Eric Anholt
The values are really going to continue meaning pipe, not plane, and that's what they're called in the kernel copy of the header. Userland hasn't ever made the switch to pipe!=plane, since userland checks are based on DRM version, which is still stuck at 1.6. However, Mesa did start using plane[A

[PATCH] intel: Sync GEM ioctl comments for easier diffing against the kernel.

2008-12-17 Thread Eric Anholt
--- shared-core/i915_drm.h | 27 --- 1 files changed, 20 insertions(+), 7 deletions(-) diff --git a/shared-core/i915_drm.h b/shared-core/i915_drm.h index 976ff18..628f7f8 100644 --- a/shared-core/i915_drm.h +++ b/shared-core/i915_drm.h @@ -469,8 +469,12 @@ struct drm_i91

Re: [PATCH] libdrm patch for KMS bits

2008-12-17 Thread Jesse Barnes
On Tuesday, December 16, 2008 9:51 pm Eric Anholt wrote: > On Tue, 2008-12-16 at 16:36 -0800, Jesse Barnes wrote: > > Here's an updated patch. Changes from last time: > > - removed irrelevant diffs (TTM removal, bits of libdrm_intel code) > > - copyright fixups/license additions > > - fixup