* [PATCH 1/3] libdrm: add omap and exynos pkgconfig files to .gitignore
@ 2012-08-28 16:02 Andreas Boll
2012-08-28 16:02 ` [PATCH 2/3] libdrm: add tests/radeon/radeon_ttm " Andreas Boll
2012-08-28 16:02 ` [PATCH 3/3] radeon: fix unused-function warning Andreas Boll
0 siblings, 2 replies; 3+ messages in thread
From: Andreas Boll @ 2012-08-28 16:02 UTC (permalink / raw)
To: dri-devel; +Cc: 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.pc
+libdrm_omap.pc
libdrm_radeon.pc
libkms.pc
libtool
--
1.7.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/3] libdrm: add tests/radeon/radeon_ttm to .gitignore
2012-08-28 16:02 [PATCH 1/3] libdrm: add omap and exynos pkgconfig files to .gitignore Andreas Boll
@ 2012-08-28 16:02 ` Andreas Boll
2012-08-28 16:02 ` [PATCH 3/3] radeon: fix unused-function warning Andreas Boll
1 sibling, 0 replies; 3+ messages in thread
From: Andreas Boll @ 2012-08-28 16:02 UTC (permalink / raw)
To: dri-devel; +Cc: 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/radeon/radeon_ttm
--
1.7.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 3/3] radeon: fix unused-function warning
2012-08-28 16:02 [PATCH 1/3] libdrm: add omap and exynos pkgconfig files to .gitignore Andreas Boll
2012-08-28 16:02 ` [PATCH 2/3] libdrm: add tests/radeon/radeon_ttm " Andreas Boll
@ 2012-08-28 16:02 ` Andreas Boll
1 sibling, 0 replies; 3+ messages in thread
From: Andreas Boll @ 2012-08-28 16:02 UTC (permalink / raw)
To: dri-devel; +Cc: 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.c
+++ b/radeon/radeon_cs_gem.c
@@ -330,6 +330,7 @@ static int cs_gem_end(struct radeon_cs_int *cs,
return 0;
}
+#if CS_BOF_DUMP
static void cs_gem_dump_bof(struct radeon_cs_int *cs)
{
struct cs_gem *csg = (struct cs_gem*)cs;
@@ -415,6 +416,7 @@ out_err:
bof_decref(device_id);
bof_decref(root);
}
+#endif
static int cs_gem_emit(struct radeon_cs_int *cs)
{
--
1.7.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-08-28 16:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-28 16:02 [PATCH 1/3] libdrm: add omap and exynos pkgconfig files to .gitignore Andreas Boll
2012-08-28 16:02 ` [PATCH 2/3] libdrm: add tests/radeon/radeon_ttm " Andreas Boll
2012-08-28 16:02 ` [PATCH 3/3] radeon: fix unused-function warning Andreas Boll
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.