Re: [Intel-gfx] [PATCH 2/2] Bump to version 2.4.10 to mark addition of drm_intel_bo_disable_reuse

2009-05-12 Thread Eric Anholt
On Tue, 2009-05-12 at 15:36 -0700, Keith Packard wrote: > New API, new version. > > Signed-off-by: Keith Packard For both: Reviewed-by: Eric Anholt -- Eric Anholt [email protected] [email protected] signature.asc Description: This is a digitally signed message p

[PATCH 1/2] libdrm/intel: add drm_intel_bo_disable_reuse api

2009-05-12 Thread Keith Packard
Scanout buffers need to be freed through the kernel as it holds a reference to them; exposing this API allows applications allocating scanout buffers to flag them as not reusable. Signed-off-by: Keith Packard --- libdrm/intel/intel_bufmgr.c |7 +++ libdrm/intel/intel_bufmgr.h |

[PATCH 2/2] Bump to version 2.4.10 to mark addition of drm_intel_bo_disable_reuse

2009-05-12 Thread Keith Packard
New API, new version. Signed-off-by: Keith Packard --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 19d9c9c..e8cce3b 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # CONNECTION WITH THE SOFTWARE OR THE

Re: [Intel-gfx] [PATCH] libdrm/intel: add drm_intel_bo_disable_reuse api

2009-05-12 Thread Keith Packard
On Tue, 2009-05-12 at 14:42 -0700, Eric Anholt wrote: > On Mon, 2009-05-11 at 13:51 -0700, Keith Packard wrote: > > Scanout buffers need to be freed through the kernel as it holds a reference > > to them; exposing this API allows applications allocating scanout buffers to > > flag them as not reusa

Re: [Bugme-new] [Bug 13285] New: INTELFB: Colors display incorrectly

2009-05-12 Thread Andrew Morton
(switched to email. Please respond via emailed reply-to-all, not via the bugzilla web interface). On Tue, 12 May 2009 01:40:48 GMT [email protected] wrote: > http://bugzilla.kernel.org/show_bug.cgi?id=13285 > >Summary: INTELFB: Colors display incorrectly >

Re: [Intel-gfx] [PATCH] libdrm/intel: add drm_intel_bo_disable_reuse api

2009-05-12 Thread Eric Anholt
On Mon, 2009-05-11 at 13:51 -0700, Keith Packard wrote: > Scanout buffers need to be freed through the kernel as it holds a reference > to them; exposing this API allows applications allocating scanout buffers to > flag them as not reusable. > > Signed-off-by: Keith Packard I like it. Just a co

[patch 2/4] drivers/gpu/drm/i915/intel_fb.c: remove sysrq-g handler

2009-05-12 Thread akpm
From: Andrew Morton Addresses http://bugzilla.kernel.org/show_bug.cgi?id=13130 Just remove this sysrq handler - it's doing various bad things from hardirq context and clearly isn't used much at all. Reported-by: Darren Salt Cc: Eric Anholt Cc: Dave Airlie Cc: Hannes Eder Signed-off-by: Andr

[patch 4/4] drm: simplify kcalloc() call to kzalloc().

2009-05-12 Thread akpm
From: "Robert P. J. Day" Calls to kcalloc() for a single element can be simplified to calls to kzalloc(). Signed-off-by: Robert P. J. Day Cc: Dave Airlie Cc: Eric Anholt Signed-off-by: Andrew Morton --- drivers/gpu/drm/drm_gem.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif

[patch 1/4] drm: fix LOCK_TEST_WITH_RETURN macro

2009-05-12 Thread akpm
From: Roel Kluin When this macro isn't called with 'file_priv' this will result in a build failure. Signed-off-by: Roel Kluin Signed-off-by: Andrew Morton --- include/drm/drmP.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff -puN include/drm/drmP.h~drm-fix-loc

[patch 3/4] intelfb: fix spelling of "CLOCK"

2009-05-12 Thread akpm
From: Pavel Roskin Signed-off-by: Pavel Roskin Cc: Eric Anholt Cc: Dave Airlie Signed-off-by: Andrew Morton --- drivers/gpu/drm/i915/intel_fb.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/gpu/drm/i915/intel_fb.c~intelfb-fix-spelling-of-clock drivers/gpu/drm/

[patch for 2.6.30? 1/1] drm: ignore LVDS on intel graphics systems that lie about having it

2009-05-12 Thread akpm
From: Jarod Wilson There are a number of small form factor desktop systems with Intel mobile graphics chips that lie and say they have an LVDS. With kernel mode-setting, this becomes a problem, and makes native resolution boot go haywire -- for example, my Dell Studio Hybrid, hooked to a 1920x10

[Bug 21691] i945 cubemap texture layout code is buggy

2009-05-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21691 Eric Anholt changed: What|Removed |Added AssignedTo|dri-|[email protected] |de...@l

[Bug 21696] MIssing textures in some games - Driver radeon

2009-05-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21696 Alex Deucher changed: What|Removed |Added AssignedTo|[email protected] |dri- |

[Bug 21688] [radeon-rewrite] blender crashes in radeon_update_renderbuffers

2009-05-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21688 Jerome Glisse changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 21682] White screen with compiz/AIGLX on X.org server 1.5.2 when running on 16bpp (intel 945GM)

2009-05-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21682 Michel Dänzer changed: What|Removed |Added AssignedTo|[email protected] |dri- |

[Bug 21243] [radeon-rewrite] shadowtex: warnings and darker image

2009-05-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21243 --- Comment #3 from Fabio 2009-05-12 03:14:21 PST --- A maybe related issue affects progs/tests/rubberband , sometimes it works as expected, sometimes it shows an empty window (the window shows the content under the window itself). -- Conf

[Bug 21688] [radeon-rewrite] blender crashes in radeon_update_renderbuffers

2009-05-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21688 --- Comment #3 from Tormod Volden 2009-05-12 00:37:55 PST --- Created an attachment (id=25786) --> (http://bugs.freedesktop.org/attachment.cgi?id=25786) avoid segfault in radeon_update_renderbuffers() if using DRI1 Thanks, yes, that works.