Searched refs:SPRSURF (Results 1 – 2 of 2) sorted by relevance
310 I915_MODIFY_DISPBASE(SPRSURF(pipe), obj->gtt_offset + sprsurf_offset); in ivb_update_plane()311 POSTING_READ(SPRSURF(pipe)); in ivb_update_plane()332 I915_MODIFY_DISPBASE(SPRSURF(pipe), 0); in ivb_disable_plane()333 POSTING_READ(SPRSURF(pipe)); in ivb_disable_plane()
3289 #define SPRSURF(pipe) _PIPE(pipe, _SPRA_SURF, _SPRB_SURF) macro