mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
R6xx/R7xx: no irqs yet.
This commit is contained in:
parent
a1ecbb2356
commit
9ae78dc0bc
1 changed files with 5 additions and 2 deletions
|
|
@ -205,8 +205,11 @@ GLboolean radeonInitContext(radeonContextPtr radeon,
|
|||
fthrottle_mode = driQueryOptioni(&radeon->optionCache, "fthrottle_mode");
|
||||
radeon->iw.irq_seq = -1;
|
||||
radeon->irqsEmitted = 0;
|
||||
radeon->do_irqs = (fthrottle_mode == DRI_CONF_FTHROTTLE_IRQS &&
|
||||
radeon->radeonScreen->irq);
|
||||
if (IS_R600_CLASS(radeon->radeonScreen))
|
||||
radeon->do_irqs = 0;
|
||||
else
|
||||
radeon->do_irqs = (fthrottle_mode == DRI_CONF_FTHROTTLE_IRQS &&
|
||||
radeon->radeonScreen->irq);
|
||||
|
||||
radeon->do_usleeps = (fthrottle_mode == DRI_CONF_FTHROTTLE_USLEEPS);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue