projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13c9551
)
v3d: Fix a copy-and-paste comment in the simulator code.
author
Eric Anholt
<eric@anholt.net>
Thu, 1 Nov 2018 18:42:18 +0000
(11:42 -0700)
committer
Eric Anholt
<eric@anholt.net>
Thu, 1 Nov 2018 20:54:36 +0000
(13:54 -0700)
src/gallium/drivers/v3d/v3d_simulator.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/v3d/v3d_simulator.c
b/src/gallium/drivers/v3d/v3d_simulator.c
index 67a759de0c0f5a162d56a862e6a0a2c7237869f6..e2ad1717ebd3ae26c848f5082d61d74c373577e4 100644
(file)
--- a/
src/gallium/drivers/v3d/v3d_simulator.c
+++ b/
src/gallium/drivers/v3d/v3d_simulator.c
@@
-76,7
+76,7
@@
static struct v3d_simulator_state {
struct mem_block *heap;
struct mem_block *overflow;
- /** Mapping from GEM
handle to struct v3d_simulator_bo
* */
+ /** Mapping from GEM
fd to struct v3d_simulator_file
* */
struct hash_table *fd_map;
int refcount;