[PATCH 1/6] gr: support for NVIDIA-provided firmwares

2015-06-19 Thread Ben Skeggs
On 19 June 2015 at 15:22, Alexandre Courbot wrote: > On Fri, Jun 19, 2015 at 1:40 PM, Ben Skeggs wrote: >> On 19 June 2015 at 00:47, Alexandre Courbot wrote: >>> NVIDIA will officially start providing signed firmwares through >>> linux-firmware. Change the GR firmware lookup function to look the

[PATCH 1/6] gr: support for NVIDIA-provided firmwares

2015-06-19 Thread Ben Skeggs
On 19 June 2015 at 00:47, Alexandre Courbot wrote: > NVIDIA will officially start providing signed firmwares through > linux-firmware. Change the GR firmware lookup function to look them up > in addition to the extracted firmwares. I wonder if perhaps we should just replace the mechanism entirely,

[PATCH 1/6] gr: support for NVIDIA-provided firmwares

2015-06-19 Thread Alexandre Courbot
On Fri, Jun 19, 2015 at 1:40 PM, Ben Skeggs wrote: > On 19 June 2015 at 00:47, Alexandre Courbot wrote: >> NVIDIA will officially start providing signed firmwares through >> linux-firmware. Change the GR firmware lookup function to look them up >> in addition to the extracted firmwares. > I wonde

[Nouveau] [PATCH 1/6] gr: support for NVIDIA-provided firmwares

2015-06-19 Thread Alexandre Courbot
On Fri, Jun 19, 2015 at 12:57 AM, Ilia Mirkin wrote: > Why did you change request_firmware to request_firmware_direct? request_firmware() outputs an error message if the firmware file does not exist, whereas request_firmware_direct() doesn't. Since the firmware file can be in one of two locations

[PATCH 1/6] gr: support for NVIDIA-provided firmwares

2015-06-18 Thread Alexandre Courbot
NVIDIA will officially start providing signed firmwares through linux-firmware. Change the GR firmware lookup function to look them up in addition to the extracted firmwares. Signed-off-by: Alexandre Courbot --- drm/nouveau/nvkm/engine/gr/gf100.c | 66 +- 1 fi

[Nouveau] [PATCH 1/6] gr: support for NVIDIA-provided firmwares

2015-06-18 Thread Ilia Mirkin
Why did you change request_firmware to request_firmware_direct? On Thu, Jun 18, 2015 at 10:47 AM, Alexandre Courbot wrote: > NVIDIA will officially start providing signed firmwares through > linux-firmware. Change the GR firmware lookup function to look them up > in addition to the extracted firm