Searched defs:plane_wm (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_pm.c1168 int *plane_wm,
1179 *plane_wm = display->guard_size;
1194 *plane_wm = entries + display->guard_size;
1195 if (*plane_wm > (int)display->max_wm)
1196 *plane_wm = display->max_wm;
1797 int fbc_wm, plane_wm, cursor_wm; local
1806 &plane_wm, &cursor_wm)) {
1808 (plane_wm << WM0_PIPE_PLANE_SHIFT) | cursor_wm);
1811 plane_wm, cursor_wm);
1820 &plane_wm,
1162 g4x_compute_wm0(struct drm_device *dev, int plane, const struct intel_watermark_params *display, int display_latency_ns, const struct intel_watermark_params *cursor, int cursor_latency_ns, int *plane_wm, int *cursor_wm) argument
1882 int fbc_wm, plane_wm, cursor_wm; local
1984 int fbc_wm, plane_wm, cursor_wm; local
[all...]

Completed in 30 milliseconds