Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_sprite.c242 u32 plane_ctl = plane_state->ctl; in skl_update_plane() local
306 I915_WRITE_FW(PLANE_CTL(pipe, plane_id), plane_ctl); in skl_update_plane()
H A Dintel_display.c3503 u32 plane_ctl; in skl_plane_ctl() local
3505 plane_ctl = PLANE_CTL_ENABLE; in skl_plane_ctl()
3508 plane_ctl |= in skl_plane_ctl()
3514 plane_ctl |= skl_plane_ctl_format(fb->format->format); in skl_plane_ctl()
3515 plane_ctl |= skl_plane_ctl_tiling(fb->modifier); in skl_plane_ctl()
3516 plane_ctl |= skl_plane_ctl_rotation(rotation); in skl_plane_ctl()
3519 plane_ctl |= PLANE_CTL_KEY_ENABLE_DESTINATION; in skl_plane_ctl()
3521 plane_ctl |= PLANE_CTL_KEY_ENABLE_SOURCE; in skl_plane_ctl()
3523 return plane_ctl; in skl_plane_ctl()