projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dc0515
)
r600g: fix wwarning in bo_map function
author
Dave Airlie
<airlied@redhat.com>
Mon, 4 Oct 2010 06:26:46 +0000
(16:26 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Mon, 4 Oct 2010 06:26:46 +0000
(16:26 +1000)
src/gallium/winsys/r600/drm/r600_priv.h
patch
|
blob
|
history
diff --git
a/src/gallium/winsys/r600/drm/r600_priv.h
b/src/gallium/winsys/r600/drm/r600_priv.h
index f39778da624c166510102059338160d9b75e9056..fdca6f01e84954fdd767f9a2447aed0ab7a3a3f9 100644
(file)
--- a/
src/gallium/winsys/r600/drm/r600_priv.h
+++ b/
src/gallium/winsys/r600/drm/r600_priv.h
@@
-145,6
+145,7
@@
static inline void r600_context_block_emit_dirty(struct r600_context *ctx, struc
static inline int radeon_bo_map(struct radeon *radeon, struct radeon_bo *bo)
{
bo->map_count++;
+ return 0;
}
static inline void radeon_bo_unmap(struct radeon *radeon, struct radeon_bo *bo)