Skip to content

Commit

Permalink
drm/radeon: add WAIT_UNTIL to evergreen VM safe reg list
Browse files Browse the repository at this point in the history
It's used in a recent mesa commit:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=24b1206ab2dcd506aaac3ef656aebc8bc20cd27a
and there may be some other cases in the future where it's required.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Jerome Glisse <jglisse@redhat.com>
Cc: stable@vger.kernel.org
  • Loading branch information
Alex Deucher committed Dec 21, 2012
1 parent 4613ca1 commit 668bbc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/radeon/evergreen_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -3316,6 +3316,7 @@ static bool evergreen_vm_reg_valid(u32 reg)

/* check config regs */
switch (reg) {
case WAIT_UNTIL:
case GRBM_GFX_INDEX:
case CP_STRMOUT_CNTL:
case CP_COHER_CNTL:
Expand Down

0 comments on commit 668bbc8

Please sign in to comment.