diff options
| author | Takashi Iwai <tiwai@suse.de> | 2014-09-08 05:01:10 -0400 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2014-09-08 05:01:44 -0400 |
| commit | 7fd4394dfe1db02ba904dfa1048f718cbca822d1 (patch) | |
| tree | 902d159ced8c873ee8f58c3301c30f674f099a03 /include/uapi | |
| parent | d6cc58e127a0b7df78d869a29ff073da6fb899bb (diff) | |
| parent | 7af142f752116e86adbe2073f2922d8265a77709 (diff) | |
Merge branch 'topic/pcm-nonatomic' into for-next
This is a merge for exending PCM ops to be non-atomic.
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/asm-generic/unistd.h | 4 | ||||
| -rw-r--r-- | include/uapi/drm/radeon_drm.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/include/uapi/asm-generic/unistd.h b/include/uapi/asm-generic/unistd.h index f1afd607f043..11d11bc5c78f 100644 --- a/include/uapi/asm-generic/unistd.h +++ b/include/uapi/asm-generic/unistd.h | |||
| @@ -703,9 +703,11 @@ __SYSCALL(__NR_renameat2, sys_renameat2) | |||
| 703 | __SYSCALL(__NR_seccomp, sys_seccomp) | 703 | __SYSCALL(__NR_seccomp, sys_seccomp) |
| 704 | #define __NR_getrandom 278 | 704 | #define __NR_getrandom 278 |
| 705 | __SYSCALL(__NR_getrandom, sys_getrandom) | 705 | __SYSCALL(__NR_getrandom, sys_getrandom) |
| 706 | #define __NR_memfd_create 279 | ||
| 707 | __SYSCALL(__NR_memfd_create, sys_memfd_create) | ||
| 706 | 708 | ||
| 707 | #undef __NR_syscalls | 709 | #undef __NR_syscalls |
| 708 | #define __NR_syscalls 279 | 710 | #define __NR_syscalls 280 |
| 709 | 711 | ||
| 710 | /* | 712 | /* |
| 711 | * All syscalls below here should go away really, | 713 | * All syscalls below here should go away really, |
diff --git a/include/uapi/drm/radeon_drm.h b/include/uapi/drm/radeon_drm.h index 509b2d7a41b7..fea6099608ef 100644 --- a/include/uapi/drm/radeon_drm.h +++ b/include/uapi/drm/radeon_drm.h | |||
| @@ -944,6 +944,7 @@ struct drm_radeon_cs_chunk { | |||
| 944 | }; | 944 | }; |
| 945 | 945 | ||
| 946 | /* drm_radeon_cs_reloc.flags */ | 946 | /* drm_radeon_cs_reloc.flags */ |
| 947 | #define RADEON_RELOC_PRIO_MASK (0xf << 0) | ||
| 947 | 948 | ||
| 948 | struct drm_radeon_cs_reloc { | 949 | struct drm_radeon_cs_reloc { |
| 949 | uint32_t handle; | 950 | uint32_t handle; |
