Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_tc.c274 lane_mask &= DP_LANE_ASSIGNMENT_MASK(tc->phy_fia_idx); in intel_tc_port_get_lane_mask()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h6610 #define DP_LANE_ASSIGNMENT_MASK(idx) (0xf << ((idx) * 8)) macro