diff options
| author | Ville Syrjälä <[email protected]> | 2014-05-19 19:23:24 +0300 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2014-05-20 10:45:04 +0200 |
| commit | b3a3f03d7b1cfecf055e35289371f42a401fdd94 (patch) | |
| tree | 39674c6b9663459f7b2ded0a045b9cdce4606241 /tools/perf/scripts/python | |
| parent | f67deb723d106b68c450cffba37cd433641597d5 (diff) | |
drm/i915: Fix ILK GPU reset domain bits
We're using the reset domains bits for g4x on ilk. But on ilk those bits
actually shifted by one bit. Fix it up so that we use the correct bits.
We were actually always writing 0x2 to the reset domain bits, which
is a reserved value. In practice it looks like the hardware ignores that
value since nothing happens if I write that value when there's a 3D
workload running. Writing the _correct_ render domain value actually
makes the GPU stop.
Signed-off-by: Ville Syrjälä <[email protected]>
Acked-by: Jesse Barnes <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions