Searched refs:srf (Results 1 - 7 of 7) sorted by relevance

/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c41 struct vmw_surface srf; member in struct:vmw_user_surface
600 * @srf: Pointer to a struct vmw_surface
603 * restoration of the surface represented by @srf.
605 static inline uint32_t vmw_surface_dma_size(const struct vmw_surface *srf) argument
607 return srf->num_sizes * sizeof(struct vmw_surface_dma);
614 * @srf: Pointer to a struct vmw_surface
617 * of the surface represented by @srf.
619 static inline uint32_t vmw_surface_define_size(const struct vmw_surface *srf) argument
621 return sizeof(struct vmw_surface_define) + srf->num_sizes *
657 * @srf
660 vmw_surface_define_encode(const struct vmw_surface *srf, void *cmd_space) argument
701 vmw_surface_dma_encode(struct vmw_surface *srf, void *cmd_space, const SVGAGuestPtr *ptr, bool to_surface) argument
755 struct vmw_surface *srf; local
787 struct vmw_surface *srf = container_of(res, struct vmw_surface, res); local
812 vmw_surface_do_validate(struct vmw_private *dev_priv, struct vmw_surface *srf) argument
936 vmw_surface_evict(struct vmw_private *dev_priv, struct vmw_surface *srf) argument
1050 vmw_surface_validate(struct vmw_private *dev_priv, struct vmw_surface *srf) argument
1106 struct vmw_surface *srf = container_of(res, struct vmw_surface, res); local
1111 vmw_surface_init(struct vmw_private *dev_priv, struct vmw_surface *srf, void (*res_free) (struct vmw_resource *res)) argument
1139 struct vmw_surface *srf = container_of(res, struct vmw_surface, res); local
1170 struct vmw_surface *srf; local
1222 struct vmw_surface *srf; local
1282 struct vmw_surface *srf; local
1465 struct vmw_surface *srf; local
[all...]
H A Dvmwgfx_drv.h403 struct vmw_surface *srf,
419 struct vmw_surface *srf);
618 void vmw_kms_cursor_snoop(struct vmw_surface *srf,
674 static inline void vmw_surface_unreference(struct vmw_surface **srf) argument
676 struct vmw_surface *tmp_srf = *srf;
678 *srf = NULL;
683 static inline struct vmw_surface *vmw_surface_reference(struct vmw_surface *srf) argument
685 (void) vmw_resource_reference(&srf->res);
686 return srf;
H A Dvmwgfx_execbuf.c142 struct vmw_surface *srf; local
157 *sid, &srf);
166 ret = vmw_surface_validate(dev_priv, srf);
170 vmw_surface_unreference(&srf);
176 sw_context->sid_translation = srf->res.id;
179 res = &srf->res;
554 struct vmw_surface *srf = NULL; local
571 cmd->dma.host.sid, &srf);
577 ret = vmw_surface_validate(dev_priv, srf);
587 cmd->dma.host.sid = srf
[all...]
H A Dvmwgfx_kms.c254 void vmw_kms_cursor_snoop(struct vmw_surface *srf, argument
275 if (!srf->snooper.image)
324 memcpy(srf->snooper.image, virtual, 64*64*4);
328 memcpy(srf->snooper.image + i * 64,
333 srf->snooper.age++;
338 * if (srf->snooper.crtc)
340 * srf->snooper.image, 64, 64,
/drivers/net/fddi/skfp/
H A Dsrf.c34 static const char ID_sccs[] = "@(#)srf.c 1.18 97/08/04 (C) SK " ;
157 smc->srf.TSR = smt_get_time() ;
158 smc->srf.sr_state = SR0_WAIT ;
224 smc->srf.any_report = TRUE ;
240 smc->srf.any_report = TRUE ;
247 tsr = smt_get_time() - smc->srf.TSR ;
249 switch (smc->srf.sr_state) {
253 smc->srf.SRThreshold = THRESHOLD_2 ;
254 smc->srf.sr_state = SR1_HOLDOFF ;
259 smc->srf
[all...]
H A DMakefile9 smtdef.o smtinit.o smttimer.o srf.o hwt.o \
/drivers/net/fddi/skfp/h/
H A Dsmc.h305 ring_status_indication(smc,smc->srf.ring_status |= bit)
307 ring_status_indication(smc,smc->srf.ring_status &= ~bit)
455 struct s_srf srf ; /* SRF */ member in struct:s_smc

Completed in 276 milliseconds