Searched refs:plane_prec_mult (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_pm.c1219 int *plane_prec_mult,
1236 *plane_prec_mult = (entries > 256) ?
1238 *plane_dl = (64 * (*plane_prec_mult) * 4) / ((clock / 1000) *
1262 int plane_prec_mult, cursor_prec_mult; /* Precision multiplier is local
1266 if (vlv_compute_drain_latency(dev, 0, &plane_prec_mult, &planea_dl,
1270 planea_prec = (plane_prec_mult == DRAIN_LATENCY_PRECISION_32) ?
1279 if (vlv_compute_drain_latency(dev, 1, &plane_prec_mult, &planeb_dl,
1283 planeb_prec = (plane_prec_mult == DRAIN_LATENCY_PRECISION_32) ?
1217 vlv_compute_drain_latency(struct drm_device *dev, int plane, int *plane_prec_mult, int *plane_dl, int *cursor_prec_mult, int *cursor_dl) argument

Completed in 99 milliseconds