Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/drm2/i915/
H A Dintel_sprite.c54 u32 sprctl, sprscale = 0; in ivb_update_plane() local
58 sprctl = I915_READ(SPRCTL(pipe)); in ivb_update_plane()
61 sprctl &= ~SPRITE_PIXFORMAT_MASK; in ivb_update_plane()
64 sprctl &= ~SPRITE_TILED; in ivb_update_plane()
90 sprctl |= SPRITE_TILED; in ivb_update_plane()
94 sprctl |= SPRITE_ENABLE; in ivb_update_plane()
177 u32 sprctl; in ivb_update_colorkey() local
189 sprctl |= SPRITE_DEST_KEY; in ivb_update_colorkey()
191 sprctl |= SPRITE_SOURCE_KEY; in ivb_update_colorkey()
205 u32 sprctl; in ivb_get_colorkey() local
[all …]