Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drm/nouveau/secboot: move code to boot LS falcons to subdevs | Ben Skeggs | 2020-01-15 | 1 | -0/+20 |
| | | | | Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | ||||
* | drm/nouveau/flcn/msgq: move handling of init message to subdevs | Ben Skeggs | 2020-01-15 | 1 | -0/+31 |
| | | | | | | | | | | When the PMU/SEC2 LS FWs have booted, they'll send a message to the host with various information, including the configuration of message/command queues that are available. Move the handling for this to the relevant subdevs. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | ||||
* | drm/nouveau/flcn/cmdq: move command generation to subdevs | Ben Skeggs | 2020-01-15 | 1 | -0/+47 |
This moves the code to generate commands for the ACR unit of the PMU/SEC2 LS firmwares to those subdevs. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> |