49 return chan->
base.flip(chan->
base.flip_data);
54 nv10_software_omthds[] = {
55 { 0x0500, nv10_software_flip },
60 nv10_software_sclass[] = {
79 *pobject = nv_object(chan);
87 nv10_software_cclass = {
90 .ctor = nv10_software_context_ctor,
110 *pobject = nv_object(priv);
114 nv_engine(priv)->cclass = &nv10_software_cclass;
115 nv_engine(priv)->sclass = nv10_software_sclass;
124 .ctor = nv10_software_ctor,