Searched hist:"9 b536e9d525191cab931c997556af6b9b4637164" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/falcon/ |
H A D | Kbuild | diff 9b536e9d525191cab931c997556af6b9b4637164 Thu Jan 19 04:52:50 CET 2017 Alexandre Courbot <acourbot@nvidia.com> drm/nouveau/falcon: add msgqueue interface
A message queue firmware implements a specific protocol allowing the host to send "commands" to a falcon, and the falcon to reply using "messages". This patch implements the common part of this protocol and defines the interface that the host can use.
Due to the way the firmware is developped internally at NVIDIA (where kernel driver and firmware evolve in lockstep), firmwares taken at different points in time can have frustratingly subtle differences that must be taken into account. This code is architectured to make implementing such differences as easy as possible.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
|