Displaying 4 results from an estimated 4 matches for "2a4bd8a".
2016 Oct 18
4
NVAC "No Signal"
Fixes "No Signal" via HDMI from NVIDIA Corporation ION VGA (rev b1)
Ref.
"drm/nouveau/disp/g94: implement workaround for dvi issue on fx380"
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=2a4bd8a
The last working Fedora kernel 4.8.0-0.rc0.git3.1.fc25
Patched and tested with:
$ modinfo -n nouveau
/lib/modules/4.8.2-300.fc25.x86_64/updates/nouveau.ko
Tested-by: poma <poma at gmail.com>
---
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c | 3 ++-
1 file changed, 2 insertions(+), 1 de...
2016 Oct 18
2
NVAC "No Signal"
...sure are you, that this is needed for _every_ nvac?
>
Thank you for asking.
If you consider, as relevant,
referring to the original commit:
"drm/nouveau/disp/g94: implement workaround for dvi issue on fx380"
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=2a4bd8a
<quote>
Fixes the second DVI output on Quadro FX380.
Thanks to NVIDIA for providing the details on the full workaround.
[...]
+ switch (device->chipset) {
+ case 0x94:
+ case 0x96:
+ case 0x98:
+ case 0xaa:
+ case 0xac:
+ return true;
[...]
</quote>
and to Quadro FX380 as defined...
2016 Oct 18
0
NVAC "No Signal"
...<pomidorabelisima at gmail.com>:
> Fixes "No Signal" via HDMI from NVIDIA Corporation ION VGA (rev b1)
>
> Ref.
> "drm/nouveau/disp/g94: implement workaround for dvi issue on fx380"
> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=2a4bd8a
>
> The last working Fedora kernel 4.8.0-0.rc0.git3.1.fc25
>
> Patched and tested with:
> $ modinfo -n nouveau
> /lib/modules/4.8.2-300.fc25.x86_64/updates/nouveau.ko
>
> Tested-by: poma <poma at gmail.com>
> ---
> drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c...
2016 Oct 18
0
NVAC "No Signal"
...or _every_ nvac?
>>
>
> Thank you for asking.
>
> If you consider, as relevant,
> referring to the original commit:
> "drm/nouveau/disp/g94: implement workaround for dvi issue on fx380"
> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=2a4bd8a
> <quote>
> Fixes the second DVI output on Quadro FX380.
> Thanks to NVIDIA for providing the details on the full workaround.
>
> [...]
> + switch (device->chipset) {
> + case 0x94:
> + case 0x96:
> + case 0x98:
> + case 0xaa:
>...