search for: 4a4b4a5d55a8

Displaying 4 results from an estimated 4 matches for "4a4b4a5d55a8".

2016 Jan 21
2
[PATCH 1/5] core: add firmware handling functions
...+= nvkm/core/event.o > +nvkm-y += nvkm/core/firmware.o > nvkm-y += nvkm/core/gpuobj.o > nvkm-y += nvkm/core/ioctl.o > nvkm-y += nvkm/core/memory.o > diff --git a/drm/nouveau/nvkm/core/firmware.c b/drm/nouveau/nvkm/core/firmware.c > new file mode 100644 > index 000000000000..4a4b4a5d55a8 > --- /dev/null > +++ b/drm/nouveau/nvkm/core/firmware.c > @@ -0,0 +1,64 @@ > +/* > + * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. > + * > + * Permission is hereby granted, free of charge, to any person obtaining a > + * copy of this software and associated...
2016 Jan 18
0
[PATCH 1/5] core: add firmware handling functions
...nvkm-y += nvkm/core/enum.o nvkm-y += nvkm/core/event.o +nvkm-y += nvkm/core/firmware.o nvkm-y += nvkm/core/gpuobj.o nvkm-y += nvkm/core/ioctl.o nvkm-y += nvkm/core/memory.o diff --git a/drm/nouveau/nvkm/core/firmware.c b/drm/nouveau/nvkm/core/firmware.c new file mode 100644 index 000000000000..4a4b4a5d55a8 --- /dev/null +++ b/drm/nouveau/nvkm/core/firmware.c @@ -0,0 +1,64 @@ +/* + * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software...
2016 Jan 25
0
[PATCH 1/5] core: add firmware handling functions
...t; +nvkm-y += nvkm/core/firmware.o >> nvkm-y += nvkm/core/gpuobj.o >> nvkm-y += nvkm/core/ioctl.o >> nvkm-y += nvkm/core/memory.o >> diff --git a/drm/nouveau/nvkm/core/firmware.c b/drm/nouveau/nvkm/core/firmware.c >> new file mode 100644 >> index 000000000000..4a4b4a5d55a8 >> --- /dev/null >> +++ b/drm/nouveau/nvkm/core/firmware.c >> @@ -0,0 +1,64 @@ >> +/* >> + * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. >> + * >> + * Permission is hereby granted, free of charge, to any person obtaining a >> + * copy...
2016 Jan 18
8
[PATCH 0/5] nouveau: unified firmware loading functions
This patchset centralizes the firmware-loading procedure to one set of functions instead of having each engine load its firmware as it pleases. This helps ensure that all firmware comes from the same place, namely nvidia/<chip>/. This changes where the firmware is fetched from for falcon/xtensa/bios, but these locations never seemed to have been official anyway. Also for most (all?) chips