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
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,
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
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
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
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