Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/display/
Dskl_universal_plane.c1152 PLANE_OFFSET_Y(y) | PLANE_OFFSET_X(x)); in skl_plane_update_arm()
1159 PLANE_OFFSET_X(plane_state->view.color_plane[1].x)); in skl_plane_update_arm()
1224 PLANE_OFFSET_Y(y) | PLANE_OFFSET_X(x)); in icl_plane_update_noarm()
/linux-5.19.10/drivers/gpu/drm/i915/
Di915_reg.h4918 #define PLANE_OFFSET_X(x) REG_FIELD_PREP(PLANE_OFFSET_X_MASK, (x)) macro