60 return chan->
base.flip(chan->
base.flip_data);
65 nv04_software_omthds[] = {
66 { 0x0150, nv04_software_set_ref },
67 { 0x0500, nv04_software_flip },
72 nv04_software_sclass[] = {
91 *pobject = nv_object(chan);
99 nv04_software_cclass = {
102 .ctor = nv04_software_context_ctor,
116 nv_mask(subdev, 0x000100, 0x80000000, 0x00000000);
128 *pobject = nv_object(priv);
132 nv_engine(priv)->cclass = &nv04_software_cclass;
133 nv_engine(priv)->sclass = nv04_software_sclass;
142 .ctor = nv04_software_ctor,