Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Dintel_sprite.c310 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()
Di915_reg.h3289 #define SPRSURF(pipe) _PIPE(pipe, _SPRA_SURF, _SPRB_SURF) macro