HomeSort by: relevance | last modified time | path
    Searched defs:pp_div_reg (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp.c 1122 i915_reg_t pp_ctrl_reg, pp_div_reg; local in function:edp_notify_handler
1126 pp_div_reg = PP_DIVISOR(pipe);
1127 pp_div = I915_READ(pp_div_reg);
1130 /* 0x1F write to PP_DIV_REG sets max cycle delay */
1131 I915_WRITE(pp_div_reg, pp_div | 0x1F);
intel_dp.c 1122 i915_reg_t pp_ctrl_reg, pp_div_reg; local in function:edp_notify_handler
1126 pp_div_reg = PP_DIVISOR(pipe);
1127 pp_div = I915_READ(pp_div_reg);
1130 /* 0x1F write to PP_DIV_REG sets max cycle delay */
1131 I915_WRITE(pp_div_reg, pp_div | 0x1F);

Completed in 36 milliseconds