Searched defs:nv84_decoder (Results 1 – 1 of 1) sorted by relevance
60 struct nv84_decoder { struct61 struct pipe_video_codec base;62 struct nouveau_client *client;63 struct nouveau_object *bsp_channel, *vp_channel, *bsp, *vp;64 struct nouveau_pushbuf *bsp_pushbuf, *vp_pushbuf;65 struct nouveau_bufctx *bsp_bufctx, *vp_bufctx;67 struct nouveau_bo *bsp_fw, *bsp_data;68 struct nouveau_bo *vp_fw, *vp_data;69 struct nouveau_bo *mbring, *vpring;78 struct nouveau_bo *fence;[all …]