diff options
author | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2006-09-12 12:01:00 +0200 |
---|---|---|
committer | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2006-09-12 12:01:00 +0200 |
commit | 191e284709ee792a32124e96e43d5876406b93dc (patch) | |
tree | e6fdf405683aab861f1daa82a403062681d6875c /libdrm/xf86mm.h | |
parent | 99acb7936660843090ea8a9f22d2d50d9433e0de (diff) |
More bugfixes.
Disable the i915 IRQ turnoff for now since it seems to be causing problems.
Diffstat (limited to 'libdrm/xf86mm.h')
-rw-r--r-- | libdrm/xf86mm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdrm/xf86mm.h b/libdrm/xf86mm.h index 43ea71b8..24e28245 100644 --- a/libdrm/xf86mm.h +++ b/libdrm/xf86mm.h @@ -185,7 +185,8 @@ extern int drmBOFenceList(int fd, drmBOList *list, unsigned fenceHandle); */ extern int drmMMInit(int fd, unsigned long vramPOffset, unsigned long vramPSize, - unsigned long ttPOffset, unsigned long ttPSize); + unsigned long ttPOffset, unsigned long ttPSize, + unsigned long max_locked_size); extern int drmMMTakedown(int fd); |