Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_sprite.c1126 DVS_HEIGHT(crtc_h - 1) | DVS_WIDTH(crtc_w - 1)); in g4x_sprite_update_noarm()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h3281 #define DVS_HEIGHT(h) REG_FIELD_PREP(DVS_HEIGHT_MASK, (h)) macro