Searched refs:I915_GTT_PAGE_MASK (Results 1 - 6 of 6) sorted by last modified time

/linux-master/drivers/gpu/drm/i915/gvt/
H A Dgtt.c2092 + (gma & ~I915_GTT_PAGE_MASK);
2132 (gma & ~I915_GTT_PAGE_MASK);
H A Dfb_decoder.c251 plane->base = vgpu_vreg_t(vgpu, DSPSURF(pipe)) & I915_GTT_PAGE_MASK;
374 plane->base = vgpu_vreg_t(vgpu, CURBASE(pipe)) & I915_GTT_PAGE_MASK;
478 plane->base = vgpu_vreg_t(vgpu, SPRSURF(pipe)) & I915_GTT_PAGE_MASK;
H A Dcmd_parser.c1933 start_offset = gma & ~I915_GTT_PAGE_MASK;
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c524 entry->offset != gen8_canonical_addr(entry->offset & I915_GTT_PAGE_MASK)))
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gtt.h52 #define I915_GTT_PAGE_MASK -I915_GTT_PAGE_SIZE macro
/linux-master/drivers/gpu/drm/i915/
H A Di915_gem_gtt.h55 #define PIN_OFFSET_MASK I915_GTT_PAGE_MASK

Completed in 227 milliseconds