Searched refs:SPSURF (Results 1 – 2 of 2) sorted by relevance
262 I915_WRITE(SPSURF(pipe, plane), i915_gem_obj_ggtt_offset(obj) + in vlv_update_plane()290 I915_WRITE(SPSURF(pipe, plane), 0); in vlv_disable_plane()
4512 #define SPSURF(pipe, plane) _PIPE(pipe * 2 + plane, _SPASURF, _SPBSURF) macro