Home
last modified time | relevance | path

Searched refs:SPRITE_TILED (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/gvt/
H A Dfb_decoder.c429 plane->tiled = !!(val & SPRITE_TILED); in intel_vgpu_decode_sprite_plane()
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_sprite.c707 sprctl |= SPRITE_TILED; in ivb_sprite_ctl()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_reg.h3367 #define SPRITE_TILED REG_BIT(10) macro