Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_sprite.c194 u32 plane_ctl, stride_div, stride; in skl_update_plane() local
205 plane_ctl = PLANE_CTL_ENABLE | in skl_update_plane()
209 plane_ctl |= skl_plane_ctl_format(fb->pixel_format); in skl_update_plane()
210 plane_ctl |= skl_plane_ctl_tiling(fb->modifier[0]); in skl_update_plane()
213 plane_ctl |= skl_plane_ctl_rotation(rotation); in skl_update_plane()
237 plane_ctl |= PLANE_CTL_KEY_ENABLE_DESTINATION; in skl_update_plane()
239 plane_ctl |= PLANE_CTL_KEY_ENABLE_SOURCE; in skl_update_plane()
282 I915_WRITE(PLANE_CTL(pipe, plane), plane_ctl); in skl_update_plane()
Dintel_display.c3098 u32 plane_ctl, stride_div, stride; in skylake_update_primary_plane() local
3118 plane_ctl = PLANE_CTL_ENABLE | in skylake_update_primary_plane()
3122 plane_ctl |= skl_plane_ctl_format(fb->pixel_format); in skylake_update_primary_plane()
3123 plane_ctl |= skl_plane_ctl_tiling(fb->modifier[0]); in skylake_update_primary_plane()
3124 plane_ctl |= PLANE_CTL_PLANE_GAMMA_DISABLE; in skylake_update_primary_plane()
3127 plane_ctl |= skl_plane_ctl_rotation(rotation); in skylake_update_primary_plane()
3167 I915_WRITE(PLANE_CTL(pipe, 0), plane_ctl); in skylake_update_primary_plane()