diff options
author | Andreas Boll <[email protected]> | 2014-08-13 19:04:11 +0200 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2014-08-13 23:28:23 +0200 |
commit | 64c379a3a8e397bf949705efecfc745ec4d7a843 (patch) | |
tree | ee0629994cae43b7b4c596ebe46cbbfe7d35de67 /src | |
parent | 866dae85c826065f5628c14eecab3873045fbbf9 (diff) |
winsys/radeon: fix hawaii accel_working2 comment
accel_working2 returns 3 if the new firmware is used.
The comment wasn't updated in v3 of commit:
36771dc winsys/radeon: fix nop packet padding for hawaii
Signed-off-by: Andreas Boll <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/winsys/radeon/drm/radeon_drm_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/radeon/drm/radeon_drm_cs.c b/src/gallium/winsys/radeon/drm/radeon_drm_cs.c index dd109af68fb..ecf89578c68 100644 --- a/src/gallium/winsys/radeon/drm/radeon_drm_cs.c +++ b/src/gallium/winsys/radeon/drm/radeon_drm_cs.c @@ -447,7 +447,7 @@ static void radeon_drm_cs_flush(struct radeon_winsys_cs *rcs, /* pad DMA ring to 8 DWs to meet CP fetch alignment requirements * r6xx, requires at least 4 dw alignment to avoid a hw bug. * hawaii with old firmware needs type2 nop packet. - * accel_working2 with value 2 indicates the new firmware. + * accel_working2 with value 3 indicates the new firmware. */ if (cs->ws->info.chip_class <= SI || (cs->ws->info.family == CHIP_HAWAII && |