Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Luna Jernberg <droidbittin@gmail.com> Tested-by: Ronald Warsow <rwarsow@gmx.de> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
20 lines
1016 B
Plaintext
20 lines
1016 B
Plaintext
What: /sys/bus/pci/drivers/qaic/XXXX:XX:XX.X/accel/accel<minor_nr>/dbc<N>_state
|
|
Date: October 2025
|
|
KernelVersion: 6.19
|
|
Contact: Jeff Hugo <jeff.hugo@oss.qualcomm.com>
|
|
Description: Represents the current state of DMA Bridge channel (DBC). Below are the possible
|
|
states:
|
|
|
|
=================== ==========================================================
|
|
IDLE (0) DBC is free and can be activated
|
|
ASSIGNED (1) DBC is activated and a workload is running on device
|
|
BEFORE_SHUTDOWN (2) Sub-system associated with this workload has crashed and
|
|
it will shutdown soon
|
|
AFTER_SHUTDOWN (3) Sub-system associated with this workload has crashed and
|
|
it has shutdown
|
|
BEFORE_POWER_UP (4) Sub-system associated with this workload is shutdown and
|
|
it will be powered up soon
|
|
AFTER_POWER_UP (5) Sub-system associated with this workload is now powered up
|
|
=================== ==========================================================
|
|
Users: Any userspace application or clients interested in DBC state.
|