Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/drm2/i915/
HDintel_sprite.c142 I915_WRITE(SPRSIZE(pipe), (crtc_h << 16) | crtc_w); in ivb_update_plane()
HDi915_reg.h3243 #define SPRSIZE(pipe) _PIPE(pipe, _SPRA_SIZE, _SPRB_SIZE) macro