From: Ian Romanick Date: Sun, 22 Jul 2007 04:36:11 +0000 (-0700) Subject: xgi_mem_alloc::offset is a hardware offset, so it should be u32, not long. X-Git-Tag: submit/1.0/20121108.012404~1030^2~119^2~50 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=877296ade051cd45c0c2e0354b9f6765f8030413;p=profile%2Fivi%2Flibdrm.git xgi_mem_alloc::offset is a hardware offset, so it should be u32, not long. --- diff --git a/shared-core/xgi_drm.h b/shared-core/xgi_drm.h index 6f50d4e..da2ea8b 100644 --- a/shared-core/xgi_drm.h +++ b/shared-core/xgi_drm.h @@ -73,7 +73,7 @@ struct xgi_mem_alloc { /** * Offset of the allocation in the mapping. */ - unsigned long offset; + __u32 offset; }; enum xgi_batch_type {