mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 06:00:11 +01:00
Leftover from previous commit.
This commit is contained in:
parent
2980ec22a1
commit
7859bd61d3
1 changed files with 1 additions and 1 deletions
|
|
@ -454,7 +454,7 @@ investigate_hazard(uint32_t cmd, hazard_t hz, drm_via_state_t * cur_seq)
|
|||
cur_seq->unfinished = tex_address;
|
||||
tmp = ((cmd >> 24) - HC_SubA_HTXnL0Pit);
|
||||
if (tmp == 0 &&
|
||||
cmd & HC_HTXnEnPit_MASK) {
|
||||
(cmd & HC_HTXnEnPit_MASK)) {
|
||||
cur_seq->pitch[cur_seq->texture][tmp] =
|
||||
(cmd & HC_HTXnLnPit_MASK);
|
||||
cur_seq->tex_npot[cur_seq->texture] = 1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue