mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-04 13:08:15 +02:00
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 <andreas.boll.dev@gmail.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
866dae85c8
commit
64c379a3a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue