projects
/
profile
/
ivi
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1b8e79
)
Fix compile warning from check_aperture change.
author
Eric Anholt
<eric@anholt.net>
Fri, 8 Aug 2008 21:08:43 +0000
(14:08 -0700)
committer
Eric Anholt
<eric@anholt.net>
Fri, 8 Aug 2008 21:08:43 +0000
(14:08 -0700)
libdrm/intel/intel_bufmgr_gem.c
patch
|
blob
|
history
diff --git
a/libdrm/intel/intel_bufmgr_gem.c
b/libdrm/intel/intel_bufmgr_gem.c
index
48752f2
..
54c800a
100644
(file)
--- a/
libdrm/intel/intel_bufmgr_gem.c
+++ b/
libdrm/intel/intel_bufmgr_gem.c
@@
-873,7
+873,7
@@
intel_bufmgr_gem_enable_reuse(dri_bufmgr *bufmgr)
*
*/
static int
-dri_gem_check_aperture_space(dri_bo *bo_array, int count)
+dri_gem_check_aperture_space(dri_bo *
*
bo_array, int count)
{
return 0;
}