...

Text file src/edge-infra.dev/config/pallets/sds/display/base/xserver/deviceclass.yaml

Documentation: edge-infra.dev/config/pallets/sds/display/base/xserver

     1apiVersion: device-system.edge.ncr.com/v1
     2kind: DeviceClass
     3metadata:
     4  name: xserver
     5  labels:
     6    platform.edge.ncr.com/workload: platform
     7spec:
     8  devices:
     9  - name: drm
    10  - name: graphics
    11  - name: input
    12  - name: tty0-7
    13---
    14apiVersion: device-system.edge.ncr.com/v1
    15kind: DeviceSet
    16metadata:
    17  name: input
    18  labels:
    19    platform.edge.ncr.com/workload: platform
    20spec:
    21  deviceSets:
    22  - name: input-devices
    23    properties:
    24    - name: SUBSYSTEM
    25      value: input
    26---
    27apiVersion: device-system.edge.ncr.com/v1
    28kind: DeviceSet
    29metadata:
    30  name: drm-devices
    31  labels:
    32    platform.edge.ncr.com/workload: platform
    33spec:
    34  deviceSets:
    35  - name: drm-devices
    36    properties:
    37    - name: SUBSYSTEM
    38      value: drm
    39---
    40apiVersion: device-system.edge.ncr.com/v1
    41kind: DeviceSet
    42metadata:
    43  name: graphics
    44  labels:
    45    platform.edge.ncr.com/workload: platform
    46spec:
    47  deviceSets:
    48  - name: graphics
    49    properties:
    50    - name: SUBSYSTEM
    51      value: graphics
    52---
    53apiVersion: device-system.edge.ncr.com/v1
    54kind: DeviceSet
    55metadata:
    56  name: tty0-7
    57  labels:
    58    platform.edge.ncr.com/workload: platform
    59spec:
    60  deviceSets:
    61  - name: tty0-7-devices
    62    blocking: {}
    63    properties:
    64    - name: SUBSYSTEM
    65      value: tty
    66    - name: DEVNAME
    67      value: "tty[0,7]"

View as plain text