Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video.c132 ret = nouveau_object_mclass(dec->channel[0], nv98_decoder_msvld); in nv98_create_decoder()
141 ret = nouveau_object_mclass(dec->channel[1], nv98_decoder_mspdec); in nv98_create_decoder()
150 ret = nouveau_object_mclass(dec->channel[2], nv98_decoder_msppp); in nv98_create_decoder()
/external/libdrm/nouveau/
Dnouveau-symbols.txt26 nouveau_object_mclass
Dnouveau.h41 int nouveau_object_mclass(struct nouveau_object *,
Dnouveau.c184 nouveau_object_mclass(struct nouveau_object *obj, in nouveau_object_mclass() function
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.c401 ret = nouveau_object_mclass(channel, nouveau_decoder_msvld); in firmware_present()