Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310573
b: refs/heads/master
c: 13b87b2
h: refs/heads/master
i:
  310571: 409c2fd
v: v3
  • Loading branch information
Inki Dae committed Jun 5, 2012
1 parent d2ada64 commit 94d6dd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 363b06aaa59fc20d0a9c5a5a9ce1fa2c45946700
refs/heads/master: 13b87b27421e12f82ebbaac018cea30f82e5c33e
4 changes: 3 additions & 1 deletion trunk/include/drm/exynos_drm.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ struct drm_exynos_gem_map_off {
* A structure for mapping buffer.
*
* @handle: a handle to gem object created.
* @pad: just padding to be 64-bit aligned.
* @size: memory size to be mapped.
* @mapped: having user virtual address mmaped.
* - this variable would be filled by exynos gem module
Expand All @@ -72,7 +73,8 @@ struct drm_exynos_gem_map_off {
*/
struct drm_exynos_gem_mmap {
unsigned int handle;
unsigned int size;
unsigned int pad;
uint64_t size;
uint64_t mapped;
};

Expand Down

0 comments on commit 94d6dd5

Please sign in to comment.