Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/drm2/i915/
HDintel_sprite.c146 I915_MODIFY_DISPBASE(SPRSURF(pipe), obj->gtt_offset + sprsurf_offset); in ivb_update_plane()
147 POSTING_READ(SPRSURF(pipe)); in ivb_update_plane()
163 I915_MODIFY_DISPBASE(SPRSURF(pipe), 0); in ivb_disable_plane()
164 POSTING_READ(SPRSURF(pipe)); in ivb_disable_plane()
HDi915_reg.h3246 #define SPRSURF(pipe) _PIPE(pipe, _SPRA_SURF, _SPRB_SURF) macro