Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgk20a.c116 u32 classidx = 0, prevclass = 0; in gk20a_gr_av_to_method() local
133 if (prevclass != class) { in gk20a_gr_av_to_method()
134 if (prevclass) /* Add terminator to the method list. */ in gk20a_gr_av_to_method()
138 prevclass = class; in gk20a_gr_av_to_method()