mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-09 05:08:04 +02:00
xgi_mem_alloc::offset is a hardware offset, so it should be u32, not long.
This commit is contained in:
parent
1a0775760c
commit
877296ade0
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ struct xgi_mem_alloc {
|
|||
/**
|
||||
* Offset of the allocation in the mapping.
|
||||
*/
|
||||
unsigned long offset;
|
||||
__u32 offset;
|
||||
};
|
||||
|
||||
enum xgi_batch_type {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue