search for: c39f472e9f14

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

2024 Mar 26
1
[PATCH 06/12] nouveau: fix function cast warning
...gpu/drm/nouveau/nvkm/subdev/bios/shadowof.c:73:10: error: cast from 'void (*)(const void *)' to 'void (*)(void *)' converts to incompatible function type [-Werror,-Wcast-function-type-strict] 73 | .fini = (void(*)(void *))kfree, Avoid this with a trivial wrapper. Fixes: c39f472e9f14 ("drm/nouveau: remove symlinks, move core/ to nvkm/ (no code changes)") Signed-off-by: Arnd Bergmann <arnd at arndb.de> --- drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadowof.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nvkm/sub...
2019 Feb 18
0
[PATCH] pci/quirks: Add quirk to reset nvgpu at boot for the Lenovo ThinkPad P50
...63535 ("drm/nouveau/bios: split out shadow methods") b71a1344ec20 ("drm/nouveau/bios: add NPDE parsing") ba6e34e61271 ("drm/gm204/devinit: initial implementation") be83cd4ef9a2 ("drm/nouveau: finalise nvkm namespace switch (no binary change)") c39f472e9f14 ("drm/nouveau: remove symlinks, move core/ to nvkm/ (no code changes)") cb8bb9cedb60 ("drm/nouveau/tmr: cosmetic changes") d38ceaf99ed0 ("drm/amdgpu: add core driver (v4)") f3867f439fd6 ("drm/nouveau/clk: rename from clock (no binary change)")...
2024 Mar 26
1
[PATCH 00/12] kbuild: enable some -Wextra warnings by default
From: Arnd Bergmann <arnd at arndb.de> This is a follow-up on a couple of patch series I sent in the past, enabling -Wextra (aside from stuff that is explicitly disabled), -Wcast-function-pointer-strict and -Wrestrict. I have tested these on 'defconfig' and 'allmodconfig' builds across all architectures, as well as many 'randconfig' builds on x86, arm and arm64. It
2019 Feb 12
7
[PATCH] pci/quirks: Add quirk to reset nvgpu at boot for the Lenovo ThinkPad P50
On a very specific subset of ThinkPad P50 SKUs, particularly ones that come with a Quadro M1000M chip instead of the M2000M variant, the BIOS seems to have a very nasty habit of not always resetting the secondary Nvidia GPU between full reboots if the laptop is configured in Hybrid Graphics mode. The reason for this happening is unknown, but the following steps and possibly a good bit of patience