Lines Matching refs:mthd

323 	for (i = 0; list->data[i].mthd; i++) {  in nv50_disp_mthd_list()
327 u32 mthd = list->data[i].mthd + (list->mthd * inst); in nv50_disp_mthd_list() local
337 mthd, prev, mods, name ? " // " : "", in nv50_disp_mthd_list()
355 for (i = 0; (list = chan->data[i].mthd) != NULL; i++) { in nv50_disp_mthd_chan()
375 nv50_disp_mthd_list(priv, debug, base, impl->mthd.prev, in nv50_disp_mthd_chan()
383 .mthd = 0x0000,
396 .mthd = 0x0080,
408 .mthd = 0x0040,
418 .mthd = 0x0040,
428 .mthd = 0x0400,
595 .mthd = 0x0000,
620 .mthd = 0x0400,
697 .mthd = 0x0000,
982 nv50_disp_main_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nv50_disp_main_mthd() argument
995 if (mthd != NV50_DISP_MTHD) in nv50_disp_main_mthd()
1002 mthd = args->v0.method; in nv50_disp_main_mthd()
1010 mthd = args->v1.method; in nv50_disp_main_mthd()
1032 switch (mthd) { in nv50_disp_main_mthd()
1039 switch (mthd * !!outp) { in nv50_disp_main_mthd()
1219 .mthd = nv50_disp_main_mthd,
1333 u32 mthd = (addr & 0x00000ffc); in nv50_disp_intr_error() local
1347 chid, mthd, data); in nv50_disp_intr_error()
1350 switch (mthd) { in nv50_disp_intr_error()
1353 impl->mthd.core); in nv50_disp_intr_error()
1360 switch (mthd) { in nv50_disp_intr_error()
1363 impl->mthd.base); in nv50_disp_intr_error()
1370 switch (mthd) { in nv50_disp_intr_error()
1373 impl->mthd.ovly); in nv50_disp_intr_error()
1887 nv50_disp_mthd_chan(priv, NV_DBG_DEBUG, 0, impl->mthd.core); in nv50_disp_intr_supervisor()
2014 .mthd.core = &nv50_disp_core_mthd_chan,
2015 .mthd.base = &nv50_disp_base_mthd_chan,
2016 .mthd.ovly = &nv50_disp_ovly_mthd_chan,
2017 .mthd.prev = 0x000004,