Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dskl_universal_plane.c1130 PLANE_STRIDE_(stride)); in skl_plane_update_noarm()
1224 PLANE_STRIDE_(stride)); in icl_plane_update_noarm()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h3661 #define PLANE_STRIDE_(stride) REG_FIELD_PREP(PLANE_STRIDE__MASK, (stride)) macro