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
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
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
-
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
http://bugs.freedesktop.org/show_bug.cgi?id=19150
liuhaien changed:
What|Removed |Added
AssignedTo|dri-|[email protected]
|de.
http://bugs.freedesktop.org/show_bug.cgi?id=19150
Eric Anholt changed:
What|Removed |Added
CC||[email protected]
--- Comment #2 from Eri
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
-
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
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 +
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
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(+),
http://bugs.freedesktop.org/show_bug.cgi?id=19147
haihao changed:
What|Removed |Added
AssignedTo|dri-|[email protected]
|de...
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
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
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
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
---
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
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
18 matches
Mail list logo