r535_gr_chan
struct r535_gr_chan *chan = container_of(oclass->parent, typeof(*chan), object);
struct r535_gr_chan *grc;
nvkm_object_ctor(&r535_gr_chan, oclass, &grc->object);
struct r535_gr_chan *grc = container_of(object, typeof(*grc), object);
r535_gr_chan = {