[PATCH 1/3] libdrm: add omap and exynos pkgconfig files to .gitignore

2012-08-28 Thread Andreas Boll
--- .gitignore |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 243457e..5e4c837 100644 --- a/.gitignore +++ b/.gitignore @@ -39,8 +39,10 @@ i915.kld install-sh libdrm/config.h.in libdrm.pc +libdrm_exynos.pc libdrm_intel.pc libdrm_nouveau

[PATCH 2/3] libdrm: add tests/radeon/radeon_ttm to .gitignore

2012-08-28 Thread Andreas Boll
--- .gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 5e4c837..219a37e 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,4 @@ tests/modeprint/modeprint tests/modetest/modetest tests/kmstest/kmstest tests/vbltest/vbltest +tests/

[PATCH 3/3] radeon: fix unused-function warning

2012-08-28 Thread Andreas Boll
radeon_cs_gem.c:333:13: warning: 'cs_gem_dump_bof' defined but not used [-Wunused-function] --- radeon/radeon_cs_gem.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/radeon/radeon_cs_gem.c b/radeon/radeon_cs_gem.c index 9834bcf..b963140 100644 --- a/radeon/radeon_cs_gem.

[PATCH libdrm][RESEND] radeon: fix unused-function warning

2012-10-12 Thread Andreas Boll
radeon_cs_gem.c:333:13: warning: 'cs_gem_dump_bof' defined but not used [-Wunused-function] --- radeon/radeon_cs_gem.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/radeon/radeon_cs_gem.c b/radeon/radeon_cs_gem.c index 9834bcf..b963140 100644 --- a/radeon/radeon_cs_gem.

Re: [PATCH] drm/radeon: UVD support for RV710-SI

2013-04-03 Thread Andreas Boll
Could you bump drm minor version? Then we could check for UVD in userspace [1] Thanks for the great work! Andreas. [1] http://lists.freedesktop.org/archives/mesa-dev/2013-April/037089.html 2013/4/3 Christian König > Hi everyone, > > the following patchset implements the kernel side of UVD s

Re: UVD fails to init on rv790

2013-04-03 Thread Andreas Boll
FYI I get the same errors on rv770 (HD4870) Andreas. 2013/4/3 Christian König > Hi Andy, > > crap! I feared that something like this would happen. IIRC we never tested > UVD on an rv790, and this hardware isn't easy to get any more. > > RV770/RV790 have a separate UVD hardware generation (that

[PATCH 1/3] libdrm: add omap and exynos pkgconfig files to .gitignore

2012-08-28 Thread Andreas Boll
--- .gitignore |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 243457e..5e4c837 100644 --- a/.gitignore +++ b/.gitignore @@ -39,8 +39,10 @@ i915.kld install-sh libdrm/config.h.in libdrm.pc +libdrm_exynos.pc libdrm_intel.pc libdrm_nouveau

[PATCH 2/3] libdrm: add tests/radeon/radeon_ttm to .gitignore

2012-08-28 Thread Andreas Boll
--- .gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 5e4c837..219a37e 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,4 @@ tests/modeprint/modeprint tests/modetest/modetest tests/kmstest/kmstest tests/vbltest/vbltest +tests/

[PATCH 3/3] radeon: fix unused-function warning

2012-08-28 Thread Andreas Boll
radeon_cs_gem.c:333:13: warning: 'cs_gem_dump_bof' defined but not used [-Wunused-function] --- radeon/radeon_cs_gem.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/radeon/radeon_cs_gem.c b/radeon/radeon_cs_gem.c index 9834bcf..b963140 100644 --- a/radeon/radeon_cs_gem.

[PATCH libdrm][RESEND] radeon: fix unused-function warning

2012-10-12 Thread Andreas Boll
radeon_cs_gem.c:333:13: warning: 'cs_gem_dump_bof' defined but not used [-Wunused-function] --- radeon/radeon_cs_gem.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/radeon/radeon_cs_gem.c b/radeon/radeon_cs_gem.c index 9834bcf..b963140 100644 --- a/radeon/radeon_cs_gem.

Re: [PATCH] drm/radeon: UVD support for RV710-SI

2013-04-03 Thread Andreas Boll
Could you bump drm minor version? Then we could check for UVD in userspace [1] Thanks for the great work! Andreas. [1] http://lists.freedesktop.org/archives/mesa-dev/2013-April/037089.html 2013/4/3 Christian König > Hi everyone, > > the following patchset implements the kernel side of UVD s

Re: UVD fails to init on rv790

2013-04-03 Thread Andreas Boll
FYI I get the same errors on rv770 (HD4870) Andreas. 2013/4/3 Christian König > Hi Andy, > > crap! I feared that something like this would happen. IIRC we never tested > UVD on an rv790, and this hardware isn't easy to get any more. > > RV770/RV790 have a separate UVD hardware generation (that

[PATCH libdrm][RESEND] radeon: fix unused-function warning

2012-10-12 Thread Andreas Boll
radeon_cs_gem.c:333:13: warning: 'cs_gem_dump_bof' defined but not used [-Wunused-function] --- radeon/radeon_cs_gem.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/radeon/radeon_cs_gem.c b/radeon/radeon_cs_gem.c index 9834bcf..b963140 100644 --- a/radeon/radeon_cs_gem.

[PATCH 1/3] libdrm: add omap and exynos pkgconfig files to .gitignore

2012-08-28 Thread Andreas Boll
--- .gitignore |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 243457e..5e4c837 100644 --- a/.gitignore +++ b/.gitignore @@ -39,8 +39,10 @@ i915.kld install-sh libdrm/config.h.in libdrm.pc +libdrm_exynos.pc libdrm_intel.pc libdrm_nouveau

[PATCH 2/3] libdrm: add tests/radeon/radeon_ttm to .gitignore

2012-08-28 Thread Andreas Boll
--- .gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 5e4c837..219a37e 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,4 @@ tests/modeprint/modeprint tests/modetest/modetest tests/kmstest/kmstest tests/vbltest/vbltest +tests/

[PATCH 3/3] radeon: fix unused-function warning

2012-08-28 Thread Andreas Boll
radeon_cs_gem.c:333:13: warning: 'cs_gem_dump_bof' defined but not used [-Wunused-function] --- radeon/radeon_cs_gem.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/radeon/radeon_cs_gem.c b/radeon/radeon_cs_gem.c index 9834bcf..b963140 100644 --- a/radeon/radeon_cs_gem.

Re: [PATCH] drm/radeon: UVD support for RV710-SI

2013-04-03 Thread Andreas Boll
Could you bump drm minor version? Then we could check for UVD in userspace [1] Thanks for the great work! Andreas. [1] http://lists.freedesktop.org/archives/mesa-dev/2013-April/037089.html 2013/4/3 Christian König > Hi everyone, > > the following patchset implements the kernel side of UVD s

Re: UVD fails to init on rv790

2013-04-03 Thread Andreas Boll
FYI I get the same errors on rv770 (HD4870) Andreas. 2013/4/3 Christian König > Hi Andy, > > crap! I feared that something like this would happen. IIRC we never tested > UVD on an rv790, and this hardware isn't easy to get any more. > > RV770/RV790 have a separate UVD hardware generation (that

[PATCH 1/3] libdrm: add omap and exynos pkgconfig files to .gitignore

2012-08-28 Thread Andreas Boll
--- .gitignore |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 243457e..5e4c837 100644 --- a/.gitignore +++ b/.gitignore @@ -39,8 +39,10 @@ i915.kld install-sh libdrm/config.h.in libdrm.pc +libdrm_exynos.pc libdrm_intel.pc libdrm_nouveau

[PATCH 2/3] libdrm: add tests/radeon/radeon_ttm to .gitignore

2012-08-28 Thread Andreas Boll
--- .gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 5e4c837..219a37e 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,4 @@ tests/modeprint/modeprint tests/modetest/modetest tests/kmstest/kmstest tests/vbltest/vbltest +tests/

[PATCH 3/3] radeon: fix unused-function warning

2012-08-28 Thread Andreas Boll
radeon_cs_gem.c:333:13: warning: 'cs_gem_dump_bof' defined but not used [-Wunused-function] --- radeon/radeon_cs_gem.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/radeon/radeon_cs_gem.c b/radeon/radeon_cs_gem.c index 9834bcf..b963140 100644 --- a/radeon/radeon_cs_gem.

[PATCH libdrm][RESEND] radeon: fix unused-function warning

2012-10-12 Thread Andreas Boll
radeon_cs_gem.c:333:13: warning: 'cs_gem_dump_bof' defined but not used [-Wunused-function] --- radeon/radeon_cs_gem.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/radeon/radeon_cs_gem.c b/radeon/radeon_cs_gem.c index 9834bcf..b963140 100644 --- a/radeon/radeon_cs_gem.

Re: [PATCH] drm/radeon: UVD support for RV710-SI

2013-04-03 Thread Andreas Boll
Could you bump drm minor version? Then we could check for UVD in userspace [1] Thanks for the great work! Andreas. [1] http://lists.freedesktop.org/archives/mesa-dev/2013-April/037089.html 2013/4/3 Christian König > Hi everyone, > > the following patchset implements the kernel side of UVD s

Re: UVD fails to init on rv790

2013-04-03 Thread Andreas Boll
FYI I get the same errors on rv770 (HD4870) Andreas. 2013/4/3 Christian König > Hi Andy, > > crap! I feared that something like this would happen. IIRC we never tested > UVD on an rv790, and this hardware isn't easy to get any more. > > RV770/RV790 have a separate UVD hardware generation (that

Re: [PATCH] drm/radeon: UVD support for RV710-SI

2013-04-03 Thread Andreas Boll
Could you bump drm minor version? Then we could check for UVD in userspace [1] Thanks for the great work! Andreas. [1] http://lists.freedesktop.org/archives/mesa-dev/2013-April/037089.html 2013/4/3 Christian König > Hi everyone, > > the following patchset implements the kernel side of UVD s

Re: UVD fails to init on rv790

2013-04-03 Thread Andreas Boll
FYI I get the same errors on rv770 (HD4870) Andreas. 2013/4/3 Christian König > Hi Andy, > > crap! I feared that something like this would happen. IIRC we never tested > UVD on an rv790, and this hardware isn't easy to get any more. > > RV770/RV790 have a separate UVD hardware generation (that

[PATCH 1/3] libdrm: add omap and exynos pkgconfig files to .gitignore

2012-08-28 Thread Andreas Boll
--- .gitignore |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 243457e..5e4c837 100644 --- a/.gitignore +++ b/.gitignore @@ -39,8 +39,10 @@ i915.kld install-sh libdrm/config.h.in libdrm.pc +libdrm_exynos.pc libdrm_intel.pc libdrm_nouveau

[PATCH 2/3] libdrm: add tests/radeon/radeon_ttm to .gitignore

2012-08-28 Thread Andreas Boll
--- .gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 5e4c837..219a37e 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,4 @@ tests/modeprint/modeprint tests/modetest/modetest tests/kmstest/kmstest tests/vbltest/vbltest +tests/

[PATCH 3/3] radeon: fix unused-function warning

2012-08-28 Thread Andreas Boll
radeon_cs_gem.c:333:13: warning: 'cs_gem_dump_bof' defined but not used [-Wunused-function] --- radeon/radeon_cs_gem.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/radeon/radeon_cs_gem.c b/radeon/radeon_cs_gem.c index 9834bcf..b963140 100644 --- a/radeon/radeon_cs_gem.

[PATCH libdrm][RESEND] radeon: fix unused-function warning

2012-10-12 Thread Andreas Boll
radeon_cs_gem.c:333:13: warning: 'cs_gem_dump_bof' defined but not used [-Wunused-function] --- radeon/radeon_cs_gem.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/radeon/radeon_cs_gem.c b/radeon/radeon_cs_gem.c index 9834bcf..b963140 100644 --- a/radeon/radeon_cs_gem.

[PATCH 1/3] libdrm: add omap and exynos pkgconfig files to .gitignore

2012-08-28 Thread Andreas Boll
--- .gitignore |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 243457e..5e4c837 100644 --- a/.gitignore +++ b/.gitignore @@ -39,8 +39,10 @@ i915.kld install-sh libdrm/config.h.in libdrm.pc +libdrm_exynos.pc libdrm_intel.pc libdrm_nouveau

[PATCH 2/3] libdrm: add tests/radeon/radeon_ttm to .gitignore

2012-08-28 Thread Andreas Boll
--- .gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 5e4c837..219a37e 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,4 @@ tests/modeprint/modeprint tests/modetest/modetest tests/kmstest/kmstest tests/vbltest/vbltest +tests/

[PATCH 3/3] radeon: fix unused-function warning

2012-08-28 Thread Andreas Boll
radeon_cs_gem.c:333:13: warning: 'cs_gem_dump_bof' defined but not used [-Wunused-function] --- radeon/radeon_cs_gem.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/radeon/radeon_cs_gem.c b/radeon/radeon_cs_gem.c index 9834bcf..b963140 100644 --- a/radeon/radeon_cs_gem.

[PATCH libdrm][RESEND] radeon: fix unused-function warning

2012-10-12 Thread Andreas Boll
radeon_cs_gem.c:333:13: warning: 'cs_gem_dump_bof' defined but not used [-Wunused-function] --- radeon/radeon_cs_gem.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/radeon/radeon_cs_gem.c b/radeon/radeon_cs_gem.c index 9834bcf..b963140 100644 --- a/radeon/radeon_cs_gem.

Re: [PATCH] drm/radeon: UVD support for RV710-SI

2013-04-03 Thread Andreas Boll
Could you bump drm minor version? Then we could check for UVD in userspace [1] Thanks for the great work! Andreas. [1] http://lists.freedesktop.org/archives/mesa-dev/2013-April/037089.html 2013/4/3 Christian König > Hi everyone, > > the following patchset implements the kernel side of UVD s

Re: UVD fails to init on rv790

2013-04-03 Thread Andreas Boll
FYI I get the same errors on rv770 (HD4870) Andreas. 2013/4/3 Christian König > Hi Andy, > > crap! I feared that something like this would happen. IIRC we never tested > UVD on an rv790, and this hardware isn't easy to get any more. > > RV770/RV790 have a separate UVD hardware generation (that