Displaying 3 results from an estimated 3 matches for "90b1".
Did you mean:
901
2014 Apr 07
0
[Bug 77102] gallium nouveau has no profile in vdpau and libva
...for BSP, but there's a mismatch in the
logic between mesa and the kernel, which causes problems for NVD7 and NVD9
cards.
In nouveau_vp3_video.c:firmware_present,
if (chipset < 0xc0)
oclass = 0x85b1;
else if (vp5)
oclass = 0x95b1;
else
oclass = 0x90b1;
should become
if (chipset < 0xc0)
oclass = 0x85b1;
else if (chipset < 0xe0)
oclass = 0x90b1;
else
oclass = 0x95b1;
Since the kernel expects the 90b1 class to be used on the NVD9 card, despite it
having VP5. I've attached this change as a pa...
2014 Apr 07
0
[Bug 77102] gallium nouveau has no profile in vdpau and libva
...etween mesa and the kernel, which causes problems for NVD7 and
> NVD9 cards.
>
> In nouveau_vp3_video.c:firmware_present,
>
> if (chipset < 0xc0)
> oclass = 0x85b1;
> else if (vp5)
> oclass = 0x95b1;
> else
> oclass = 0x90b1;
>
> should become
>
> if (chipset < 0xc0)
> oclass = 0x85b1;
> else if (chipset < 0xe0)
> oclass = 0x90b1;
> else
> oclass = 0x95b1;
>
> Since the kernel expects the 90b1 class to be used on the NVD9 card, despi...
2013 Nov 12
7
Hook into Exception Chain
...il to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/7baf66e8-c61c-4757-90b1-3c9712f6297b%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.