mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 02:30:18 +01:00
nvc0: remove useless call to query_get_cfg() in nvc0_hw_sm_query_end()
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
parent
efe37519b0
commit
d4ecc2bce4
1 changed files with 1 additions and 3 deletions
|
|
@ -439,9 +439,6 @@ nvc0_hw_sm_end_query(struct nvc0_context *nvc0, struct nvc0_hw_query *hq)
|
|||
const uint block[3] = { 32, is_nve4 ? 4 : 1, 1 };
|
||||
const uint grid[3] = { screen->mp_count, 1, 1 };
|
||||
unsigned c;
|
||||
const struct nvc0_hw_sm_query_cfg *cfg;
|
||||
|
||||
cfg = nvc0_hw_sm_query_get_cfg(nvc0, hq);
|
||||
|
||||
if (unlikely(!screen->pm.prog)) {
|
||||
struct nvc0_program *prog = CALLOC_STRUCT(nvc0_program);
|
||||
|
|
@ -495,6 +492,7 @@ nvc0_hw_sm_end_query(struct nvc0_context *nvc0, struct nvc0_hw_query *hq)
|
|||
PUSH_SPACE(push, 16);
|
||||
mask = 0;
|
||||
for (c = 0; c < 8; ++c) {
|
||||
const struct nvc0_hw_sm_query_cfg *cfg;
|
||||
unsigned i;
|
||||
|
||||
hsq = screen->pm.mp_counter[c];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue