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
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 |
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
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
(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
>
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
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
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
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
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/
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
http://bugs.freedesktop.org/show_bug.cgi?id=21691
Eric Anholt changed:
What|Removed |Added
AssignedTo|dri-|[email protected]
|de...@l
http://bugs.freedesktop.org/show_bug.cgi?id=21696
Alex Deucher changed:
What|Removed |Added
AssignedTo|[email protected] |dri-
|
http://bugs.freedesktop.org/show_bug.cgi?id=21688
Jerome Glisse changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://bugs.freedesktop.org/show_bug.cgi?id=21682
Michel Dänzer changed:
What|Removed |Added
AssignedTo|[email protected] |dri-
|
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
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.
17 matches
Mail list logo