mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 15:10:10 +01:00
intel: Debug output %u vs uint64_t warning fix
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
bd14b2cf75
commit
40334c6410
1 changed files with 1 additions and 1 deletions
|
|
@ -931,7 +931,7 @@ drm_intel_gem_bo_exec(drm_intel_bo *bo, int used,
|
|||
bufmgr_gem->exec_count),
|
||||
drm_intel_gem_compute_batch_space(bufmgr_gem->exec_bos,
|
||||
bufmgr_gem->exec_count),
|
||||
bufmgr_gem->gtt_size);
|
||||
(unsigned int) bufmgr_gem->gtt_size);
|
||||
}
|
||||
drm_intel_update_buffer_offsets (bufmgr_gem);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue