Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dskl_universal_plane.c845 return PLANE_CTL_FLIP_HORIZONTAL; in icl_plane_ctl_flip()
2518 if (DISPLAY_VER(dev_priv) >= 11 && val & PLANE_CTL_FLIP_HORIZONTAL) in skl_get_initial_plane_config()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h3646 #define PLANE_CTL_FLIP_HORIZONTAL REG_BIT(8) macro