Lines Matching defs:offset
60 unsigned long start, offset;
80 start = gtt->offset;
81 offset = y * fb->pitches[0] + x * fb->format->cpp[0];
110 "Writing base %08lX %08lX %d %d\n", start, offset, x, y);
113 the linear offset is named base for the other chips. map->surf
114 should be the base and map->linoff the offset for all chips */
116 REG_WRITE(map->base, offset + start);
119 REG_WRITE(map->base, offset);
401 tmp_dst = dev_priv->vram_addr + cursor_gt->offset;
411 addr = gt->offset;