diff options
author | Chris Wilson <[email protected]> | 2020-05-14 07:29:05 +0100 |
---|---|---|
committer | Chris Wilson <[email protected]> | 2020-05-14 08:25:05 +0100 |
commit | 7a0ba6b43bc0b0078df5504393fd3966a5c7e808 (patch) | |
tree | 9cbdcd5cf8a8c3547628ee560107a4b462ad9138 /scripts/gdb/linux/config.py | |
parent | 18e4af04d2183e99e6808f55dcef30f66ac0b155 (diff) |
drm/i915: Show per-engine default property values in sysfs
By providing the default values configured into the kernel via sysfs, it
is much more convenient for userspace to restore those sane defaults, or
at least know what are considered good baseline. This is useful, for
example, to cleanup after any failed userspace prior to commencing new
jobs.
/sys/class/drm/card0/engine/rcs0/
├── capabilities
├── class
├── .defaults
│ ├── heartbeat_interval_ms
│ ├── max_busywait_duration_ns
│ ├── preempt_timeout_ms
│ ├── stop_timeout_ms
│ └── timeslice_duration_ms
├── heartbeat_interval_ms
├── instance
├── known_capabilities
├── max_busywait_duration_ns
├── mmio_base
├── name
├── preempt_timeout_ms
├── stop_timeout_ms
└── timeslice_duration_ms
Signed-off-by: Chris Wilson <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Reviewed-by: Maciej Patelczyk <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/gdb/linux/config.py')
0 files changed, 0 insertions, 0 deletions