Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/display/
H A Dskl_universal_plane.c1134 PLANE_STRIDE_(stride)); in skl_plane_update_noarm()
1228 PLANE_STRIDE_(stride)); in icl_plane_update_noarm()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_reg.h3661 #define PLANE_STRIDE_(stride) REG_FIELD_PREP(PLANE_STRIDE__MASK, (stride)) macro