mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 10:14:23 +08:00
drm/nouveau/bios/init: rename nvbios_init() to nvbios_devinit()
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
7eaf1198a9
commit
4bb4a7466a
@ -17,5 +17,5 @@ struct nvbios_init {
|
||||
};
|
||||
|
||||
int nvbios_exec(struct nvbios_init *);
|
||||
int nvbios_init(struct nvkm_subdev *, bool execute);
|
||||
int nvbios_post(struct nvkm_subdev *, bool execute);
|
||||
#endif
|
||||
|
@ -2290,7 +2290,7 @@ nvbios_exec(struct nvbios_init *init)
|
||||
}
|
||||
|
||||
int
|
||||
nvbios_init(struct nvkm_subdev *subdev, bool execute)
|
||||
nvbios_post(struct nvkm_subdev *subdev, bool execute)
|
||||
{
|
||||
struct nvkm_bios *bios = subdev->device->bios;
|
||||
int ret = 0;
|
||||
|
@ -393,7 +393,7 @@ nv04_devinit_pll_set(struct nvkm_devinit *devinit, u32 type, u32 freq)
|
||||
int
|
||||
nv04_devinit_post(struct nvkm_devinit *init, bool execute)
|
||||
{
|
||||
return nvbios_init(&init->subdev, execute);
|
||||
return nvbios_post(&init->subdev, execute);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user