Home
last modified time | relevance | path

Searched refs:msto (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c878 if (!msto->mstc) in nv50_real_outp()
895 if (msto->disabled) { in nv50_msto_cleanup()
896 msto->mstc = NULL; in nv50_msto_cleanup()
929 if (msto->enabled) in nv50_msto_prepare()
1042 msto->mstc = mstc; in nv50_msto_atomic_enable()
1073 kfree(msto); in nv50_msto_destroy()
1087 msto = kzalloc(sizeof(*msto), GFP_KERNEL); in nv50_msto_new()
1088 if (!msto) in nv50_msto_new()
1094 kfree(msto); in nv50_msto_new()
1100 msto->head = head; in nv50_msto_new()
[all …]
H A Dhead.h19 struct nv50_msto *msto; member