| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | ttm_object.c | 600 struct ttm_prime_object *prime; in ttm_prime_refcount_release() local 603 prime = container_of(base, struct ttm_prime_object, base); in ttm_prime_refcount_release() 604 BUG_ON(prime->dma_buf != NULL); in ttm_prime_refcount_release() 605 mutex_destroy(&prime->mutex); in ttm_prime_refcount_release() 606 if (prime->refcount_release) in ttm_prime_refcount_release() 607 prime->refcount_release(&base); in ttm_prime_refcount_release() 622 struct ttm_prime_object *prime = in ttm_prime_dmabuf_release() local 624 struct ttm_base_object *base = &prime->base; in ttm_prime_dmabuf_release() 629 mutex_lock(&prime->mutex); in ttm_prime_dmabuf_release() 630 if (prime->dma_buf == dma_buf) in ttm_prime_dmabuf_release() [all …]
|
| H A D | vmwgfx_bo.c | 42 struct ttm_prime_object prime; member 487 ttm_prime_object_kfree(vmw_user_bo, prime); in vmw_user_bo_destroy() 551 prime.base); in vmw_user_bo_release() 571 user_bo = container_of(base, struct vmw_user_buffer_object, prime.base); in vmw_user_bo_ref_obj_release() 624 &user_bo->prime, in vmw_user_bo_alloc() 636 *p_base = &user_bo->prime.base; in vmw_user_bo_alloc() 639 *handle = user_bo->prime.base.handle; in vmw_user_bo_alloc() 664 if (likely(ttm_ref_object_exists(tfile, &vmw_user_bo->prime.base))) in vmw_user_bo_verify_access() 721 ret = ttm_ref_object_add(tfile, &user_bo->prime.base, in vmw_user_bo_synccpu_grab() 924 prime.base); in vmw_user_bo_lookup() [all …]
|
| H A D | vmwgfx_surface.c | 50 struct ttm_prime_object prime; member 653 prime.base)->srf.res); in vmw_user_surface_base_to_res() 675 ttm_prime_object_kfree(user_srf, prime); in vmw_user_surface_free() 692 container_of(base, struct vmw_user_surface, prime.base); in vmw_user_surface_base_release() 866 user_srf->prime.base.shareable = false; in vmw_surface_define_ioctl() 867 user_srf->prime.base.tfile = NULL; in vmw_surface_define_ioctl() 900 ret = ttm_prime_object_init(tfile, res->backup_size, &user_srf->prime, in vmw_surface_define_ioctl() 910 rep->sid = user_srf->prime.base.handle; in vmw_surface_define_ioctl() 920 ttm_prime_object_kfree(user_srf, prime); in vmw_surface_define_ioctl() 966 prime.base); in vmw_surface_handle_reference() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | prime_numbers.h | 21 #define for_each_prime_number(prime, max) \ argument 22 for_each_prime_number_from((prime), 2, (max)) 35 #define for_each_prime_number_from(prime, from, max) \ argument 36 for (prime = (from); prime <= (max); prime = next_prime_number(prime))
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/ |
| H A D | scatterlist.c | 279 unsigned long prime; in igt_sg_alloc() local 282 for_each_prime_number(prime, max_order) { in igt_sg_alloc() 283 unsigned long size = BIT(prime); in igt_sg_alloc() 326 unsigned long prime; in igt_sg_trim() local 329 for_each_prime_number(prime, max) { in igt_sg_trim() 337 err = alloc_table(&pt, prime, max, *npages, &prng, in igt_sg_trim() 345 if (pt.st.orig_nents != prime || in igt_sg_trim() 346 pt.st.nents != prime) { in igt_sg_trim() 348 pt.st.nents, pt.st.orig_nents, prime); in igt_sg_trim() 365 if (prime > SG_MAX_SINGLE_ALLOC) in igt_sg_trim()
|
| H A D | i915_request.c | 549 unsigned long n, prime; in live_nop_request() local 558 for_each_prime_number_from(prime, 1, 8192) { in live_nop_request() 563 for (n = 0; n < prime; n++) { in live_nop_request() 590 if (prime == 1) in live_nop_request() 605 prime, div64_u64(ktime_to_ns(times[1]), prime)); in live_nop_request() 704 unsigned long n, prime; in live_empty_request() local 722 for_each_prime_number_from(prime, 1, 8192) { in live_empty_request() 725 for (n = 0; n < prime; n++) { in live_empty_request() 737 if (prime == 1) in live_empty_request() 753 prime, div64_u64(ktime_to_ns(times[1]), prime)); in live_empty_request()
|
| H A D | i915_gem_gtt.c | 374 unsigned long npages, prime, flags; in fill_hole() local 385 for_each_prime_number_from(prime, 2, max_step) { in fill_hole() 386 for (npages = 1; npages <= max_pages; npages *= prime) { in fill_hole() 426 __func__, p->name, err, npages, prime, offset); in fill_hole() 499 __func__, p->name, err, npages, prime, offset); in fill_hole() 559 __func__, npages, prime)) { in fill_hole() 913 unsigned long prime; in shrink_hole() local 919 for_each_prime_number_from(prime, 0, ULONG_MAX - 1) { in shrink_hole() 920 vm->fault_attr.interval = prime; in shrink_hole()
|
| /OK3568_Linux_fs/buildroot/package/perl-math-prime-util/ |
| H A D | Config.in | 2 bool "perl-math-prime-util" 5 Utilities related to prime numbers, including fast sieves and 10 comment "perl-math-prime-util needs a toolchain w/ dynamic library"
|
| /OK3568_Linux_fs/buildroot/configs/ |
| H A D | orangepi_prime_defconfig | 31 BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="board/orangepi/orangepi-prime/boot.cmd" 39 BR2_LINUX_KERNEL_INTREE_DTS_NAME="allwinner/sun50i-h5-orangepi-prime" 50 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/orangepi/orangepi-prime/genimage.cfg"
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_prime.c | 309 mutex_lock(&file_priv->prime.lock); in drm_gem_prime_fd_to_handle() 311 ret = drm_prime_lookup_buf_handle(&file_priv->prime, in drm_gem_prime_fd_to_handle() 340 ret = drm_prime_add_buf_handle(&file_priv->prime, in drm_gem_prime_fd_to_handle() 342 mutex_unlock(&file_priv->prime.lock); in drm_gem_prime_fd_to_handle() 361 mutex_unlock(&file_priv->prime.lock); in drm_gem_prime_fd_to_handle() 437 mutex_lock(&file_priv->prime.lock); in drm_gem_prime_handle_to_fd() 444 dmabuf = drm_prime_lookup_buf_by_handle(&file_priv->prime, handle); in drm_gem_prime_handle_to_fd() 481 ret = drm_prime_add_buf_handle(&file_priv->prime, in drm_gem_prime_handle_to_fd() 509 mutex_unlock(&file_priv->prime.lock); in drm_gem_prime_handle_to_fd()
|
| /OK3568_Linux_fs/kernel/lib/math/ |
| H A D | Kconfig | 9 tristate "Simple prime number generator for testing" 11 This option provides a simple prime number generator for test
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-driver/xf86-video-vmware/ |
| H A D | 0002-add-option-for-vmwgfx.patch | 62 -# Check for prime. 68 + # Check for prime.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | hash-table.h | 293 hashval_t prime; member 344 return mul_mod (hash, p->prime, p->inv, p->shift); in hash_table_mod1() 354 return 1 + mul_mod (hash, p->prime - 2, p->inv_m2, p->shift); in hash_table_mod2() 619 size = prime_tab[size_prime_index].prime; in hash_table() 794 nsize = prime_tab[nindex].prime; in expand() 860 nsize = prime_tab[nindex].prime; in empty_slow()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | hash-table.h | 293 hashval_t prime; member 344 return mul_mod (hash, p->prime, p->inv, p->shift); in hash_table_mod1() 354 return 1 + mul_mod (hash, p->prime - 2, p->inv_m2, p->shift); in hash_table_mod2() 619 size = prime_tab[size_prime_index].prime; in hash_table() 794 nsize = prime_tab[nindex].prime; in expand() 860 nsize = prime_tab[nindex].prime; in empty_slow()
|
| /OK3568_Linux_fs/buildroot/board/orangepi/orangepi-prime/ |
| H A D | boot.cmd | 4 fatload mmc 0 $fdt_addr_r sun50i-h5-orangepi-prime.dtb
|
| H A D | genimage.cfg | 5 "sun50i-h5-orangepi-prime.dtb",
|
| /OK3568_Linux_fs/u-boot/configs/ |
| H A D | orangepi_prime_defconfig | 6 CONFIG_DEFAULT_DEVICE_TREE="sun50i-h5-orangepi-prime"
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | exynos4412-odroidx2.dts | 12 #include "exynos4412-prime.dtsi"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/ |
| H A D | libxdmcp_1.1.3.bb | 6 keyboard, mouse, processor, network interface) is a prime example of an \
|
| /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/linux/ |
| H A D | keyctl.h | 79 __s32 prime; member
|
| /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/linux/ |
| H A D | keyctl.h | 79 __s32 prime; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | keyctl.h | 82 __s32 prime; member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pam/libpam/pam.d/ |
| H A D | common-session | 14 # prime the stack with a positive return value if there isn't one already;
|
| H A D | common-session-noninteractive | 14 # prime the stack with a positive return value if there isn't one already;
|
| H A D | common-auth | 14 # prime the stack with a positive return value if there isn't one already;
|