drm/nouveau/nvif: namespace of nvkm accessors (no binary change)
NVKM is having it's namespace switched to nvkm_, which will conflict with these functions (which are workarounds for the fact that as of yet, we still aren't able to split DRM and NVKM completely). A comparison of objdump disassemblies proves no code changes. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
这个提交包含在:
@@ -2009,7 +2009,7 @@ uint8_t *nouveau_bios_embedded_edid(struct drm_device *dev)
|
||||
static bool NVInitVBIOS(struct drm_device *dev)
|
||||
{
|
||||
struct nouveau_drm *drm = nouveau_drm(dev);
|
||||
struct nouveau_bios *bios = nvkm_bios(&drm->device);
|
||||
struct nouveau_bios *bios = nvxx_bios(&drm->device);
|
||||
struct nvbios *legacy = &drm->vbios;
|
||||
|
||||
memset(legacy, 0, sizeof(struct nvbios));
|
||||
|
在新工单中引用
屏蔽一个用户