| /linux/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | wimmc37b.c | 32 wimmc37b_update(struct nv50_wndw *wndw, u32 *interlock) in wimmc37b_update() argument 34 struct nvif_push *push = &wndw->wimm.push; in wimmc37b_update() 42 !!(interlock[NV50_DISP_INTERLOCK_WNDW] & wndw->interlock.data))); in wimmc37b_update() 47 wimmc37b_point(struct nv50_wndw *wndw, struct nv50_wndw_atom *asyw) in wimmc37b_point() argument 49 struct nvif_push *push = &wndw->wimm.push; in wimmc37b_point() 69 s32 oclass, struct nv50_wndw *wndw) in wimmc37b_init_() argument 72 .id = wndw->id, in wimmc37b_init_() 78 &wndw->wimm); in wimmc37b_init_() 84 wndw->interlock.wimm = wndw->interlock.data; in wimmc37b_init_() 85 wndw->immd = func; in wimmc37b_init_() [all …]
|
| H A D | ovly507e.c | 34 ovly507e_scale_set(struct nv50_wndw *wndw, struct nv50_wndw_atom *asyw) in ovly507e_scale_set() argument 36 struct nvif_push *push = &wndw->wndw.push; in ovly507e_scale_set() 56 ovly507e_image_set(struct nv50_wndw *wndw, struct nv50_wndw_atom *asyw) in ovly507e_image_set() argument 58 struct nvif_push *push = &wndw->wndw.push; in ovly507e_image_set() 94 ovly507e_release(struct nv50_wndw *wndw, struct nv50_wndw_atom *asyw, in ovly507e_release() argument 101 ovly507e_acquire(struct nv50_wndw *wndw, struct nv50_wndw_atom *asyw, in ovly507e_acquire() argument 152 struct nv50_wndw *wndw; in ovly507e_new_() local 158 &wndw); in ovly507e_new_() 159 if (*pwndw = wndw, ret) in ovly507e_new_() 164 disp->sync->offset, &wndw->wndw); in ovly507e_new_() [all …]
|
| H A D | oimm507b.c | 28 s32 oclass, struct nv50_wndw *wndw) in oimm507b_init_() argument 31 .id = wndw->id, in oimm507b_init_() 37 &args, sizeof(args), &wndw->wimm.base.user); in oimm507b_init_() 43 nvif_object_map(&wndw->wimm.base.user, NULL, 0); in oimm507b_init_() 44 wndw->immd = func; in oimm507b_init_() 49 oimm507b_init(struct nouveau_drm *drm, s32 oclass, struct nv50_wndw *wndw) in oimm507b_init() argument 51 return oimm507b_init_(&curs507a, drm, oclass, wndw); in oimm507b_init()
|
| H A D | cursc37a.c | 28 cursc37a_update(struct nv50_wndw *wndw, u32 *interlock) in cursc37a_update() argument 30 struct nvif_object *user = &wndw->wimm.base.user; in cursc37a_update() 31 int ret = nvif_chan_wait(&wndw->wimm, 1); in cursc37a_update() 38 cursc37a_point(struct nv50_wndw *wndw, struct nv50_wndw_atom *asyw) in cursc37a_point() argument 40 struct nvif_object *user = &wndw->wimm.base.user; in cursc37a_point() 41 int ret = nvif_chan_wait(&wndw->wimm, 1); in cursc37a_point()
|
| H A D | ovly907e.c | 30 ovly907e_image_set(struct nv50_wndw *wndw, struct nv50_wndw_atom *asyw) in ovly907e_image_set() argument 32 struct nvif_push *push = &wndw->wndw.push; in ovly907e_image_set()
|
| H A D | oimm.c | 27 nv50_oimm_init(struct nouveau_drm *drm, struct nv50_wndw *wndw) in nv50_oimm_init() argument 50 return oimms[cid].init(drm, oimms[cid].oclass, wndw); in nv50_oimm_init()
|
| H A D | ovly827e.c | 33 ovly827e_image_set(struct nv50_wndw *wndw, struct nv50_wndw_atom *asyw) in ovly827e_image_set() argument 35 struct nvif_push *push = &wndw->wndw.push; in ovly827e_image_set()
|
| H A D | headc37d.c | 280 asyh->wndw.owned |= BIT(i); in headc37d_static_wndw_map()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | tu102.c | 152 for (i = 0; i < disp->wndw.nr; i++) { in tu102_disp_init() 190 nvkm_wr32(device, 0x611ce8, disp->wndw.mask); /* MSK. */ in tu102_disp_init() 194 nvkm_wr32(device, 0x611ce4, disp->wndw.mask); /* MSK. */ in tu102_disp_init() 218 .wndw = { .cnt = gv100_disp_wndw_cnt },
|
| H A D | priv.h | 35 } wndw, head, dac, sor, pior; member
|
| H A D | ga102.c | 132 .wndw = { .cnt = gv100_disp_wndw_cnt },
|
| H A D | nv50.c | 1596 if (func->wndw.cnt) { in nv50_disp_oneinit() 1597 disp->wndw.nr = func->wndw.cnt(disp, &disp->wndw.mask); in nv50_disp_oneinit() 1598 nvkm_debug(subdev, "Window(s): %d (%08lx)\n", disp->wndw.nr, disp->wndw.mask); in nv50_disp_oneinit()
|
| H A D | chan.c | 232 return nvkm_disp_chan_new_(disp, disp->wndw.nr, oclass, argv, argc, pobject); in nvkm_disp_wndw_new()
|