sna: Fix format specifier typo ('%D') in DBG
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
139fc76260
commit
57445e57d4
|
|
@ -4492,7 +4492,7 @@ void sna_mode_redisplay(struct sna *sna)
|
|||
if (!sna->mode.shadow_damage)
|
||||
return;
|
||||
|
||||
DBG(("%s: posting shadow damage? %d (flips pending? %D)\n",
|
||||
DBG(("%s: posting shadow damage? %d (flips pending? %d)\n",
|
||||
__FUNCTION__,
|
||||
!RegionNil(DamageRegion(sna->mode.shadow_damage)),
|
||||
sna->mode.shadow_flip));
|
||||
|
|
|
|||
Loading…
Reference in New Issue