[Bug 25662] R300: System locks up when running any graphical program using KMS

2010-02-27 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25662 [email protected] changed: What|Removed |Added CC||[email protected] --- Comment #5 fro

Re: [PATCH 3/6] libkms: Add nouveau support.

2010-02-27 Thread Erik Andrén
Hi Marcin, I have some minor comments inlined below. Best regards, Erik > +static int > +nouveau_bo_create(struct kms_driver *kms, > +                const unsigned width, const unsigned height, > +                const enum kms_bo_type type, const unsigned *attr, > +                struct kms_bo

[PATCH 1/3] libdrm_intel.pc: don't include ${includedir}/drm

2010-02-27 Thread Julien Cristau
intel_bufmgr.h is installed in ${includedir} directly, and the other headers are taken care of by libdrm.pc's Cflags. Signed-off-by: Julien Cristau --- intel/libdrm_intel.pc.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/intel/libdrm_intel.pc.in b/intel/libdrm_intel

Re: [PATCH 2/3] libdrm_nouveau requires libdrm

2010-02-27 Thread Julien Cristau
On Fri, Feb 26, 2010 at 13:38:59 -0500, Kristian Høgsberg wrote: > On Fri, Feb 26, 2010 at 1:07 PM, Julien Cristau wrote: > > nouveau_drmif.h includes xf86drm.h. > > If it's a source level dependency it should be a regular Requires: in > the .pc. Requires.private: is only for private libraries

[PATCH] DRM: fix headers_check warnings

2010-02-27 Thread Jaswinder Singh Rajput
Fixed following headers_check warnings: CHECK include/drm (14 files) include/drm/drm_mode.h:84: found __[us]{8,16,32,64} type without #include include/drm/i915_drm.h:119: found __[us]{8,16,32,64} type without #include include/drm/mga_drm.h:260: found __[us]{8,16,32,64} type without #inc

[Bug 15112] Radeon KMS on RV250 gets wrong refresh rate.

2010-02-27 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=15112 Joe Kowalski changed: What|Removed |Added Kernel Version|2.6.33-rc5 |2.6.33 --- Comment #11 from Joe Kowalsk

[PATCH 3/6] libkms: Add nouveau support.

2010-02-27 Thread Marcin Kościelnicki
--- This is a corrected version, the previous one was missing some fixes.. libkms/Makefile.am |4 + libkms/internal.h |2 + libkms/linux.c |4 + libkms/nouveau.c | 220 4 files changed, 230 insertions(+), 0 deletions(-) cr

[PATCH 6/6] modes: vrefresh is actually not * 1000.

2010-02-27 Thread Marcin Kościelnicki
--- tests/modeprint/modeprint.c |4 ++-- tests/modetest/modetest.c |4 ++-- xf86drmMode.h |2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/modeprint/modeprint.c b/tests/modeprint/modeprint.c index 8971914..4c612f4 100644 --- a/tests/modeprint/

[PATCH 4/6] tests/modetest: Don't get_props on a connector after freeing it.

2010-02-27 Thread Marcin Kościelnicki
--- tests/modetest/modetest.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/modetest/modetest.c b/tests/modetest/modetest.c index 26405f4..041b9dd 100644 --- a/tests/modetest/modetest.c +++ b/tests/modetest/modetest.c @@ -206,10 +206,10 @@ void dump_connectors(v

[PATCH 2/6] libkms/intel: Throw out unused intel_bo fields.

2010-02-27 Thread Marcin Kościelnicki
--- libkms/intel.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/libkms/intel.c b/libkms/intel.c index a1914f8..8b8249b 100644 --- a/libkms/intel.c +++ b/libkms/intel.c @@ -44,9 +44,7 @@ struct intel_bo { struct kms_bo base; - unsigned handle; un

[PATCH 5/6] tests: Add nouveau to list of supported modules.

2010-02-27 Thread Marcin Kościelnicki
--- tests/kmstest/main.c |1 + tests/modetest/modetest.c |2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tests/kmstest/main.c b/tests/kmstest/main.c index 7aaeb75..5df0a38 100644 --- a/tests/kmstest/main.c +++ b/tests/kmstest/main.c @@ -59,6 +59,7 @@ int test_bo(

[PATCH 3/6] libkms: Add nouveau support.

2010-02-27 Thread Marcin Kościelnicki
--- libkms/Makefile.am |4 + libkms/internal.h |2 + libkms/linux.c |4 + libkms/nouveau.c | 221 4 files changed, 231 insertions(+), 0 deletions(-) create mode 100644 libkms/nouveau.c diff --git a/libkms/Makefile.am b/libk

[PATCH 1/6] Add config.h macro HAVE_NOUVEAU

2010-02-27 Thread Marcin Kościelnicki
--- configure.ac |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index ef7700f..40634c5 100644 --- a/configure.ac +++ b/configure.ac @@ -154,6 +154,9 @@ if test "x$VMWGFX" = xyes; then fi AM_CONDITIONAL(HAVE_NOUVEAU, [test "x$NOUVEAU" = xy

[Bug 26195] Green screen on HDMI with RV730

2010-02-27 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26195 --- Comment #14 from Michael Lothian 2010-02-27 06:38:57 PST --- Created an attachment (id=33624) --> (http://bugs.freedesktop.org/attachment.cgi?id=33624) With Patch1 and 2 There was no green screen with either patch -- Configure bugma

[Bug 26195] Green screen on HDMI with RV730

2010-02-27 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26195 --- Comment #13 from Michael Lothian 2010-02-27 06:38:21 PST --- Created an attachment (id=33623) --> (http://bugs.freedesktop.org/attachment.cgi?id=33623) With Patch1 -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=e

Re: [PATCH 1/2] drm/radeon/kms: rename gpu_reset to asic_reset V2

2010-02-27 Thread Jerome Glisse
On Fri, Feb 26, 2010 at 10:33:34PM +0100, Jerome Glisse wrote: > Patch rename gpu_reset to asic_reset in prevision of having > gpu_reset doing more stuff than just basic asic reset. > > V2 store the last time we had new fence in the fence driver > so on EBUSY/ERESTART we still keep accurate timing

[Bug 26334] Thinkpad T400: AMD Mobility Radeon HD 3470 + 2 monitors

2010-02-27 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26334 Kirill A. Shutemov changed: What|Removed |Added Status|RESOLVED|VERIFIED -- Configure bugmail:

[Bug 26334] Thinkpad T400: AMD Mobility Radeon HD 3470 + 2 monitors

2010-02-27 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26334 Kirill A. Shutemov changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [PATCH][RFC] time: add wait_interruptible_timeout macro to sleep (w. timeout) until wake_up

2010-02-27 Thread Rafał Miłecki
W dniu 26 lutego 2010 20:01 użytkownik Ville Syrjälä napisał: > Disabling the condition check doesn't make sense. > > You could use a completion. > > init_completion(vbl_irq); > enable_vbl_irq(); > wait_for_completion(vbl_irq); > disable_vbl_irq(); > and call complete(vbl_irq) in the interrupt han