Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/nouveau/dispnv50/ !
Ddisp.c1232 const char *path, struct nv50_mstc **pmstc) in nv50_mstc_new() argument
1239 if (!(mstc = *pmstc = kzalloc(sizeof(*mstc), GFP_KERNEL))) in nv50_mstc_new()
1247 kfree(*pmstc); in nv50_mstc_new()
1248 *pmstc = NULL; in nv50_mstc_new()