HomeSort by: relevance | last modified time | path
    Searched defs:wndws (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_gv100.c 170 unsigned long wndws = nvkm_rd32(device, 0x611858); local in function:gv100_disp_intr_ctrl_disp
174 nvkm_wr32(device, 0x611858, wndws);
182 for_each_set_bit(wndw, &wndws, disp->wndw.nr) {
nouveau_nvkm_engine_disp_gv100.c 170 unsigned long wndws = nvkm_rd32(device, 0x611858); local in function:gv100_disp_intr_ctrl_disp
174 nvkm_wr32(device, 0x611858, wndws);
182 for_each_set_bit(wndw, &wndws, disp->wndw.nr) {
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_wndw.c 719 } wndws[] = { local in function:nv50_wndw_new
727 cid = nvif_mclass(&disp->disp->object, wndws);
733 ret = wndws[cid].new(drm, type, index, wndws[cid].oclass, pwndw);
nouveau_dispnv50_wndw.c 719 } wndws[] = { local in function:nv50_wndw_new
727 cid = nvif_mclass(&disp->disp->object, wndws);
733 ret = wndws[cid].new(drm, type, index, wndws[cid].oclass, pwndw);

Completed in 25 milliseconds