Displaying 2 results from an estimated 2 matches for "gm20xs".
Did you mean:
gm20x
2016 Jan 21
2
[PATCH 1/5] core: add firmware handling functions
Hi Alexandre,
On 18 January 2016 at 06:07, Alexandre Courbot <acourbot at nvidia.com> wrote:
> Add two functions nvkm_firmware_get() and nvkm_firmware_put() to load a
> firmware file and free its resources, respectively. Since firmware files
> are becoming a necessity for new GPUs, and their location has been
> standardized to nvidia/chip/, this will prevent duplicate and
>
2016 Jan 25
0
[PATCH 1/5] core: add firmware handling functions
...;> + --i;
>> + cname[i] = tolower(cname[i]);
>> + }
>> +
> Considering there's only one user that might need this, is it worth
> adding it here or just keeping it where needed ?
So for now GR uses it as GK20A (and hopefully soon, all GM20Xs) have
firmware provided by NVIDIA. GR is the only user currently, but the
secure-boot feature also makes heavy use of this.
Depending on how much firmware we can release, we may also update
other firmware consumers to use these. As far as I understand, there
is real "official" location f...