Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drm/nouveau/gsp: initialise SW state for falcon from constructor | Ben Skeggs | 2020-01-15 | 1 | -15/+4 |
| | | | | | | | This will allow us to register the falcon with ACR, and further customise its behaviour by providing the nvkm_falcon_func structure directly. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | ||||
* | drm/nouveau/gsp: select implementation based on available firmware | Ben Skeggs | 2020-01-15 | 1 | -0/+70 |
This will allow for further customisation of the subdev depending on what firmware is available. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> |