Searched defs:drm_msm_gem_submit_reloc (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/ |
| H A D | msm_drm.h | 149 struct drm_msm_gem_submit_reloc { struct 150 __u32 submit_offset; /* in, offset from submit_bo */ 151 __u32 or; /* in, value OR'd with result */ 152 __s32 shift; /* in, amount of left shift (can be negative) */ 153 __u32 reloc_idx; /* in, index of reloc_bo buffer */ 154 __u64 reloc_offset; /* in, offset from start of reloc_bo */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/ |
| H A D | msm_drm.h | 149 struct drm_msm_gem_submit_reloc { struct 150 __u32 submit_offset; /* in, offset from submit_bo */ 151 __u32 or; /* in, value OR'd with result */ 152 __s32 shift; /* in, amount of left shift (can be negative) */ 153 __u32 reloc_idx; /* in, index of reloc_bo buffer */ 154 __u64 reloc_offset; /* in, offset from start of reloc_bo */
|
| /OK3568_Linux_fs/kernel/include/uapi/drm/ |
| H A D | msm_drm.h | 161 struct drm_msm_gem_submit_reloc { struct 162 __u32 submit_offset; /* in, offset from submit_bo */ 163 __u32 or; /* in, value OR'd with result */ 164 __s32 shift; /* in, amount of left shift (can be negative) */ 165 __u32 reloc_idx; /* in, index of reloc_bo buffer */ 166 __u64 reloc_offset; /* in, offset from start of reloc_bo */
|