Searched refs:loc_start (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c1656 * @loc_start: The location corresponding to the start of the region.
1659 * As we are assuming that @loc_start and @loc_end represent a sequential
1666 const struct vmw_surface_loc *loc_start,
1670 SVGA3dBox *box = &dirty->boxes[loc_start->sub_resource];
1671 u32 mip = loc_start->sub_resource % cache->num_mip_levels;
1675 if (WARN_ON(loc_start->sub_resource >= dirty->num_subres))
1678 if (box->d == 0 || box->z > loc_start->z)
1679 box->z = loc_start->z;
1683 if (loc_start->z + 1 == loc_end->z) {
1685 if (box->h == 0 || box->y > loc_start
1665 vmw_subres_dirty_add(struct vmw_surface_dirty *dirty, const struct vmw_surface_loc *loc_start, const struct vmw_surface_loc *loc_end) argument
[all...]
/linux-master/drivers/rapidio/devices/
H A Dtsi721.c1119 dma_addr_t loc_start; local
1146 loc_start = ibw_start;
1164 loc_start = lstart;
1220 ib_win->lstart = loc_start;
1238 iowrite32(((u64)loc_start >> 32), priv->regs + TSI721_IBWIN_TUA(i));
1239 iowrite32(((u64)loc_start & TSI721_IBWIN_TLA_ADD),
1250 i, ibw_start, &loc_start, ibw_size);

Completed in 110 milliseconds