Home
last modified time | relevance | path

Searched refs:SPRSURF (Results 1 – 2 of 2) sorted by relevance

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_sprite.c311 I915_MODIFY_DISPBASE(SPRSURF(pipe), obj->gtt_offset + sprsurf_offset); in ivb_update_plane()
312 POSTING_READ(SPRSURF(pipe)); in ivb_update_plane()
333 I915_MODIFY_DISPBASE(SPRSURF(pipe), 0); in ivb_disable_plane()
334 POSTING_READ(SPRSURF(pipe)); in ivb_disable_plane()
H A Di915_reg.h3574 #define SPRSURF(pipe) _PIPE(pipe, _SPRA_SURF, _SPRB_SURF) macro