/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_ids.c | 286 struct dma_fence *updates = sync->last_vm_update; local in function:amdgpu_vmid_grab_reserved 291 if (updates && (*id)->flushed_updates && 292 updates->context == (*id)->flushed_updates->context && 293 !dma_fence_is_later(updates, (*id)->flushed_updates)) 294 updates = NULL; 298 updates || !(*id)->last_flush || 321 if (updates) { 323 (*id)->flushed_updates = dma_fence_get(updates); 352 struct dma_fence *updates = sync->last_vm_update; local in function:amdgpu_vmid_grab_used 375 if (updates && (!flushed || dma_fence_is_later(updates, flushed)) 443 struct dma_fence *updates = sync->last_vm_update; local in function:amdgpu_vmid_grab [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
logger_interface.h | 54 const struct dc_surface_update *updates,
|
/src/usr.bin/make/unit-tests/ |
dep-double-colon-indep.mk | 8 # file. Be careful with parallel mode though, to avoid lost updates and
|
/src/sys/dist/pf/net/ |
if_pfsync.h | 43 u_int8_t updates; member in struct:pfsync_tdb 54 u_int8_t updates; member in struct:pfsync_state_upd 121 struct mbuf *sc_mbuf_tdb; /* dito for TDB updates */ 131 int sc_maxupdates; /* number of updates/state */
|
if_pfsync.c | 1189 sp->updates++; 1283 up->updates++; 1313 (sc->sc_maxupdates && (sp->updates >= sc->sc_maxupdates)))
|
pfvar.h | 831 u_int8_t updates; member in struct:pfsync_state
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
amdgpu_dc_debug.c | 184 const struct dc_surface_update *updates, 191 const struct dc_surface_update *update = &updates[i];
|
amdgpu_dc.c | 273 * Looks up the pipe context of dc_stream_state and updates the 421 /* OPP FMT dyn expansion updates*/ 1708 struct dc_surface_update *updates, 1719 /* some stream updates require passive update */ 1754 det_surface_update(dc, &updates[i]); 1769 struct dc_surface_update *updates, 1780 updates[i].surface->update_flags.raw = 0; 1782 type = check_update_surfaces_for_stream(dc, updates, surface_count, stream_update, stream_status); 1787 updates[i].surface->update_flags.raw = 0xFFFFFFFF; 2052 // Stream updates [all...] |
/src/sys/arch/hpcarm/dev/ |
sed_saip.c | 325 sed1356_update_powerstate(struct sed1356_softc *sc, int updates) 327 if (updates & PWRSTAT_LCD) 333 if (updates & PWRSTAT_BACKLIGHT)
|
/src/sys/arch/hpcmips/dev/ |
mq200.c | 250 mq200_update_powerstate(struct mq200_softc *sc, int updates) 253 if (updates & PWRSTAT_LCD) 259 if (updates & PWRSTAT_BACKLIGHT)
|
ite8181.c | 432 ite8181_update_powerstate(struct ite8181_softc *sc, int updates) 434 if (updates & PWRSTAT_LCD) 440 if (updates & PWRSTAT_BACKLIGHT)
|
/src/sys/dev/hpc/ |
bivideo.c | 355 bivideo_update_powerstate(struct bivideo_softc *sc, int updates) 357 if (updates & PWRSTAT_LCD) 363 if (updates & PWRSTAT_BACKLIGHT)
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
dc_stream.h | 387 struct dc_surface_update *updates,
|
/src/share/mk/ |
bsd.x11.mk | 382 echo "pkg-config ${.TARGET} matches @.*@, probably missing updates" 1>&2; \ 494 echo "manual ${.TARGET} matches @.*@, probably missing updates" 1>&2; \
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_vm.c | 237 * @updates: last vm update that is waited for 245 int ring, struct radeon_fence *updates) 251 radeon_fence_is_earlier(vm_id->flushed_updates, updates)) { 255 vm_id->flushed_updates = radeon_fence_ref(updates); 643 * and updates the page directory (cayman+).
|
/src/sys/arch/powerpc/oea/ |
pmap.c | 1278 PMAPCOUNT(updates);
|
/src/sys/arch/mips/mips/ |
mipsX_subr.S | 1347 PTR_L v1, L_PRIVATE(k1) # rdhwr $3,$29 updates v1
|
/src/sys/arch/arm/arm32/ |
pmap.c | 460 static struct evcnt pmap_ev_updates = PMAP_EVCNT_INITIALIZER("updates"); 5319 PMAPCOUNT(updates); 7839 * If the core support coherent walk then updates to translation tables
|