mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-22 15:26:21 +00:00
lib/intel_batchbuffer: Remove BATCH_LOCALS
Totally unused, we have frisky implicit assumptions that the batch is called batch instead. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
675c91974e
commit
49e3877ae7
@ -71,10 +71,6 @@ intel_batchbuffer_require_space(struct intel_batchbuffer *batch,
|
|||||||
intel_batchbuffer_flush(batch);
|
intel_batchbuffer_flush(batch);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Here are the crusty old macros, to be removed:
|
|
||||||
*/
|
|
||||||
#define BATCH_LOCALS
|
|
||||||
|
|
||||||
#define BEGIN_BATCH(n) do { \
|
#define BEGIN_BATCH(n) do { \
|
||||||
intel_batchbuffer_require_space(batch, (n)*4); \
|
intel_batchbuffer_require_space(batch, (n)*4); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user