Searched refs:I915_GTT_PAGE_MASK (Results 1 – 4 of 4) sorted by relevance
251 plane->base = vgpu_vreg_t(vgpu, DSPSURF(pipe)) & I915_GTT_PAGE_MASK; in intel_vgpu_decode_primary_plane()376 plane->base = vgpu_vreg_t(vgpu, CURBASE(pipe)) & I915_GTT_PAGE_MASK; in intel_vgpu_decode_cursor_plane()480 plane->base = vgpu_vreg_t(vgpu, SPRSURF(pipe)) & I915_GTT_PAGE_MASK; in intel_vgpu_decode_sprite_plane()
38 #define I915_GTT_PAGE_MASK (~(I915_GTT_PAGE_SIZE - 1)) macro
2049 + (gma & ~I915_GTT_PAGE_MASK); in intel_vgpu_gma_to_gpa()2089 (gma & ~I915_GTT_PAGE_MASK); in intel_vgpu_gma_to_gpa()
1736 gma_start_offset = gma & ~I915_GTT_PAGE_MASK; in perform_bb_shadow()