HomeSort by: relevance | last modified time | path
    Searched refs:flip (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_overlay.c 45 bool flip; member in struct:nouveau_plane
132 bool flip = nv_plane->flip; local in function:nv10_update_plane
158 nvif_wr32(dev, NV_PVIDEO_BASE(flip), 0);
159 nvif_wr32(dev, NV_PVIDEO_OFFSET_BUFF(flip), nv_fb->nvbo->bo.offset);
160 nvif_wr32(dev, NV_PVIDEO_SIZE_IN(flip), src_h << 16 | src_w);
161 nvif_wr32(dev, NV_PVIDEO_POINT_IN(flip), src_y << 16 | src_x);
162 nvif_wr32(dev, NV_PVIDEO_DS_DX(flip), (src_w << 20) / crtc_w);
163 nvif_wr32(dev, NV_PVIDEO_DT_DY(flip), (src_h << 20) / crtc_h);
164 nvif_wr32(dev, NV_PVIDEO_POINT_OUT(flip), crtc_y << 16 | crtc_x)
    [all...]
nouveau_dispnv04_disp.c 47 /* Disable flip completion events. */
48 nvif_notify_put(&disp->flip);
104 /* Enable flip completion events. */
105 nvif_notify_get(&disp->flip);
184 nvif_notify_fini(&disp->flip);
219 /* Request page flip completion event. */
223 NULL, 0, 0, &disp->flip);
disp.h 87 struct nvif_notify flip; member in struct:nv04_display
nouveau_dispnv04_crtc.c 1058 if (list_empty(&fctx->flip)) {
1064 s = list_first_entry(&fctx->flip, struct nv04_page_flip_state, head);
1114 list_add_tail(&s->head, &fctx->flip);
1196 /* Initialize a page flip struct */
1201 /* Keep vblanks on during flip, for the target crtc of this flip */
1204 /* Emit a page flip */
  /src/lib/libintl/
gettext.c 69 static uint32_t flip(uint32_t, uint32_t);
355 flip(uint32_t v, uint32_t magic) function in typeref:typename:uint32_t
414 table = (struct mosysdepstr *)(base + flip(ofstable[i], magic));
417 while (flip(table->segs[count++].ref, magic) != MO_LASTSEG)
426 table_h[i]->off = (const char *)(base + flip(table->off, magic));
429 flip(table->segs[j].len, magic);
431 flip(table->segs[j].ref, magic);
507 mohandle->mo.mo_sysdep_nsegs = flip(mo->mo_sysdep_nsegs, magic);
508 mohandle->mo.mo_sysdep_nstring = flip(mo->mo_sysdep_nstring, magic);
525 stable = (struct moentry *)(base + flip(mo->mo_sysdep_segoff, magic))
    [all...]
  /src/usr.bin/units/
units.c 337 Flip is 0 for adding normally, 1 for adding reciprocal.
343 addunit(struct unittype * theunit, const char *toadd, int flip)
410 if (doingtop ^ flip)
419 if (doingtop ^ flip)
435 if (doingtop ^ flip)
476 flipthis ^= doingtop ^ flip;
625 reduceproduct(struct unittype * theunit, int flip)
632 if (flip)
654 if (addunit(theunit, toadd, flip))
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_fence.h 36 struct list_head flip; member in struct:nouveau_fence_chan
nouveau_fence.c 193 INIT_LIST_HEAD(&fctx->flip);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
exynos4412-galaxy-s3.dtsi 113 flip-horizontal;
114 flip-vertical;
ste-href-stuib.dtsi 112 rohm,flip-y;
124 rohm,flip-y;
exynos4210-trats.dts 185 flip-horizontal;
186 flip-vertical;
qcom-msm8974-sony-xperia-castor.dts 591 syna,f11-flip-x = <1>;
  /src/usr.bin/tip/
tip.c 616 int i, flip, clr, set; local in function:setparity
631 flip = 0;
635 flip = 0200; /* reverse bit 7 */
645 partab[i] = ((evenpartab[i] ^ flip) | set) & clr;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
amdgpu_dcn21_hubp.c 72 * until the VM data returns at flip/mode change transitions
778 PLAT_54186_wa.flip.DCSURF_PRIMARY_SURFACE_ADDRESS = flip_regs->DCSURF_PRIMARY_SURFACE_ADDRESS;
779 PLAT_54186_wa.flip.DCSURF_PRIMARY_SURFACE_ADDRESS_C = flip_regs->DCSURF_PRIMARY_SURFACE_ADDRESS_C;
780 PLAT_54186_wa.flip.DCSURF_PRIMARY_SURFACE_ADDRESS_HIGH = flip_regs->DCSURF_PRIMARY_SURFACE_ADDRESS_HIGH;
781 PLAT_54186_wa.flip.DCSURF_PRIMARY_SURFACE_ADDRESS_HIGH_C = flip_regs->DCSURF_PRIMARY_SURFACE_ADDRESS_HIGH_C;
782 PLAT_54186_wa.flip.flip_params.grph_stereo = flip_regs->grph_stereo;
783 PLAT_54186_wa.flip.flip_params.hubp_inst = hubp->inst;
784 PLAT_54186_wa.flip.flip_params.immediate = flip_regs->immediate;
785 PLAT_54186_wa.flip.flip_params.tmz_surface = flip_regs->tmz_surface;
786 PLAT_54186_wa.flip.flip_params.vmid = flip_regs->vmid
    [all...]
  /src/sys/arch/sparc/sparc/
bsd_fdintr.s 76 ! flip TC bit in auxreg
90 ! flip TC bit in auxreg
100 * flip TC bit in auxreg
255 ! flip TC bit in auxreg
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/inc/
dmub_cmd.h 175 struct dmub_cmd_PLAT_54186_wa flip; member in struct:dmub_rb_cmd_PLAT_54186_wa
  /src/sys/arch/sparc64/sparc64/
bsd_fdintr.s 147 ! flip TC bit in auxreg
  /src/sys/dev/tc/
mfb.c 176 static const uint8_t flip[256] = { variable in typeref:typename:const uint8_t[256]
544 half = (flip[msk] << 8) | flip[img];
tfb.c 230 static const uint8_t flip[256] = { variable in typeref:typename:const uint8_t[256]
616 half = (flip[img] << 8) | flip[msk];
  /src/sys/arch/vax/vax/
emulate.S 927 L246: # and is flip-flop for which nibble to
944 Lashp_setround: # %r11<0> now is flip-flop for which nibble to
960 incl %r11 # %r11<0> is flip-plop ... (incl sets it to one)
975 incl %r11 # flip the source nibble flip/flop

Completed in 22 milliseconds