diff options
author | Marek Olšák <[email protected]> | 2017-07-29 21:07:23 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-08-07 21:12:24 +0200 |
commit | 58d062b87d0f2cc66292c5b16ff2f34093aeaa89 (patch) | |
tree | 1f3b08592c534f67e2da0dbe3e47e88bf9dc0218 /src/gallium/drivers/radeonsi/si_state.h | |
parent | 4e629ca7c768c62c530887ff61e96fba2cce6717 (diff) |
radeonsi: de-atomize L2 prefetch
I'd like to be able to move the prefetch call site around.
Tested-by: Dieter Nützel <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_state.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state.h b/src/gallium/drivers/radeonsi/si_state.h index acc8fb7870a..9fbede702a7 100644 --- a/src/gallium/drivers/radeonsi/si_state.h +++ b/src/gallium/drivers/radeonsi/si_state.h @@ -141,7 +141,6 @@ union si_state { union si_state_atoms { struct { /* The order matters. */ - struct r600_atom *prefetch_L2; struct r600_atom *render_cond; struct r600_atom *streamout_begin; struct r600_atom *streamout_enable; /* must be after streamout_begin */ |