[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

[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

[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 =

[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;

[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

[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 ---

[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(-)

[PATCH] drm/kms: Remove incorrect comment in struct drm_mode_modeinfo

2010-01-22 Thread Marcin Kościelnicki
Signed-off-by: Marcin Kościelnicki koria...@0x04.net --- include/drm/drm_mode.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/drm/drm_mode.h b/include/drm/drm_mode.h index 43009bc..31269d1 100644 --- a/include/drm/drm_mode.h +++ b/include/drm/drm_mode.h