Lines Matching +full:partition +full:-
1 .. SPDX-License-Identifier: GPL-2.0
7 … that support partitionable graphics engines, this feature can be enabled on a per-partition basis.
9 … GPU is complete. This may be preferable in some use cases, such as a single-user system where the…
16 Partition Handling
17 ------------------
19 …partition. The partition and its current setting (0 disabled, 1 enabled) can be read from sysfs. O…
23 .. code-block:: console
31 For devices with a single partition or those that do not support partitions, there will be only one…
33 .. code-block:: console
46 .. code-block:: console
50 For multi-partition devices, you can specify the partition index when triggering the cleaner shader:
52 .. code-block:: console
54 $ echo 0 > /sys/class/drm/card0/device/run_cleaner_shader # For partition 0
55 $ echo 1 > /sys/class/drm/card0/device/run_cleaner_shader # For partition 1
56 $ echo 2 > /sys/class/drm/card0/device/run_cleaner_shader # For partition 2
57 # ... and so on for each partition