search for: 457e77b

Displaying 3 results from an estimated 3 matches for "457e77b".

2014 Apr 15
0
[PATCH] drm/nouveau/bios: fix a bit shift error introduced by 457e77b
On 15 April 2014 23:18, Sergei Antonov <saproj at gmail.com> wrote: > Commit 457e77b26428ab4a24998eecfb99f27fa4195397 added two checks applied to a > value received from nv_rd32(bios, 0x619f04). But after this new piece of code > is executed, the addr local variable does not hold the same value it used to > hold before the commit. Here is what is was assigned in the origin...
2014 Apr 19
1
[PATCH] drm/nouveau/bios: fix a bit shift error introduced by 457e77b
On 15/04/14 22:49, Sergei Antonov wrote: > On 15 April 2014 23:18, Sergei Antonov <saproj at gmail.com> wrote: >> Commit 457e77b26428ab4a24998eecfb99f27fa4195397 added two checks applied to a >> value received from nv_rd32(bios, 0x619f04). But after this new piece of code >> is executed, the addr local variable does not hold the same value it used to >> hold before the commit. Here is what is was assigned i...
2014 Apr 15
2
[PATCH] drm/nouveau/bios: fix a bit shift error introduced by 457e77b
Commit 457e77b26428ab4a24998eecfb99f27fa4195397 added two checks applied to a value received from nv_rd32(bios, 0x619f04). But after this new piece of code is executed, the addr local variable does not hold the same value it used to hold before the commit. Here is what is was assigned in the original code: (u64)...