Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_sprite.c285 sprscale = SPRITE_SCALE_ENABLE | (src_w << 16) | src_h; in ivb_update_plane()
H A Di915_reg.h3543 #define SPRITE_SCALE_ENABLE (1UL<<31) macro