http://bugs.freedesktop.org/show_bug.cgi?id=25662
[email protected] changed:
What|Removed |Added
CC||[email protected]
--- Comment #5 fro
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
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
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
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
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
---
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
---
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/
---
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
---
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
---
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(
---
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
---
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
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
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
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
http://bugs.freedesktop.org/show_bug.cgi?id=26334
Kirill A. Shutemov changed:
What|Removed |Added
Status|RESOLVED|VERIFIED
--
Configure bugmail:
http://bugs.freedesktop.org/show_bug.cgi?id=26334
Kirill A. Shutemov changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
19 matches
Mail list logo