Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Di9xx_plane.c473 PRIM_HEIGHT(crtc_h - 1) | PRIM_WIDTH(crtc_w - 1)); in i9xx_plane_update_arm()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h3187 #define PRIM_HEIGHT(h) REG_FIELD_PREP(PRIM_HEIGHT_MASK, (h)) macro