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

/solaris-x11-s11/open-src/lib/xcb-util-wm/
H A DMakefile3 # xcb-util-wm - Library of xcb utility functions for Window Manager hints
28 MODULE_NAME=xcb-util-wm
45 MODULE_DESC = the xcb-util-wm library of xcb utility functions for Window Manager hints
/solaris-x11-s11/open-src/lib/
H A DMakefile58 xcb-util-wm: libxcb
117 xcb-util-wm \
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Vendor.c36 /* Make sure all wm properties can make it out of the resource manager */
52 XtOffsetOf(VendorShellRec, wm.wm_hints.input),
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_pm.c1031 * @wm: chip FIFO params
1047 const struct intel_watermark_params *wm,
1062 entries_required = DIV_ROUND_UP(entries_required, wm->cacheline_size);
1066 wm_size = fifo_size - (entries_required + wm->guard_size);
1071 if (wm_size > (long)wm->max_wm)
1072 wm_size = wm->max_wm;
1074 wm_size = wm->default_wm;
1099 unsigned long wm; local
1115 wm = intel_calculate_wm(clock, &pineview_display_wm,
1120 reg |= wm << DSPFW_SR_SHIF
1046 intel_calculate_wm(unsigned long clock_in_khz, const struct intel_watermark_params *wm, int fifo_size, int pixel_size, unsigned long latency_ns) argument
2358 hsw_compute_wm_parameters(struct drm_device *dev, struct hsw_pipe_wm_parameters *params, uint32_t *wm, struct hsw_wm_maximums *lp_max_1_2, struct hsw_wm_maximums *lp_max_5_6) argument
2431 hsw_compute_wm_results(struct drm_device *dev, struct hsw_pipe_wm_parameters *params, uint32_t *wm, struct hsw_wm_maximums *lp_maximums, struct hsw_wm_values *results) argument
2615 uint32_t wm[5]; local
[all...]
H A Dintel_drv.h339 } wm; member in struct:intel_plane
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DVendor.c58 /* Make sure all wm properties can make it out of the resource manager */
78 XtOffsetOf(VendorShellRec, wm.wm_hints.input),

Completed in 26 milliseconds