OpenCloudOS-Kernel/drivers/gpu/drm/nouveau/core/include
Marcin Slusarz 3bb076af2a drm/nouveau/bios: fix DCB v1.5 parsing
memcmp->nv_strncmp conversion, in addition to name change, should have
inverted the return value.

But nv_strncmp does not act like strncmp - it does not check for string
terminator, returns true/false instead of -1/0/1 and has different
parameters order.

Let's rename it to nv_memcmp and let it act like memcmp.

Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2012-11-19 08:54:20 +10:00
..
core drm/nouveau/bios: fix DCB v1.5 parsing 2012-11-19 08:54:20 +10:00
engine drm/nouveau/sw: trap and clear PMC_INTR_0_SOFTWARE 2012-10-03 13:13:07 +10:00
subdev drm/nouveau: add missing pll_calc calls 2012-11-19 08:52:30 +10:00