Lines Matching +full:compound +full:- +full:device
1 .. SPDX-License-Identifier: (GPL-2.0+ OR MIT)
16 * An example of a driver-specific lock causing issues occurred before
17 fixing do_swap_page to lock the faulting page. A driver-exclusive lock
43 exception is holding a BO's dma-resv lock during the initial migration
44 to VRAM, as this is a well-defined lock that can be taken underneath
51 core-MM side rather than through a driver-side lock.
57 * The physical memory backpointer (page->zone_device_data) should remain
70 .. kernel-doc:: drivers/gpu/drm/drm_gpusvm.c
73 .. kernel-doc:: drivers/gpu/drm/drm_gpusvm.c
76 .. kernel-doc:: drivers/gpu/drm/drm_gpusvm.c
79 .. kernel-doc:: drivers/gpu/drm/drm_gpusvm.c
82 .. kernel-doc:: drivers/gpu/drm/drm_gpusvm.c
94 * Ranges with mixed system and device pages
96 * Multi-GPU support
102 * Compound device pages
104 migrate device layer are a performance bottleneck, having compound
105 device pages should help increase performance by reducing the number
112 * Pull in pending dma-mapping API changes from Leon / Nvidia when these land