Searched defs:lp_max_1_2 (Results 1 - 1 of 1) sorted by relevance
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | intel_pm.c | 2361 struct hsw_wm_maximums *lp_max_1_2, 2418 lp_max_1_2->pri = lp_max_5_6->pri = sprites_enabled ? 128 : 256; 2419 lp_max_1_2->spr = lp_max_5_6->spr = 128; 2420 lp_max_1_2->cur = lp_max_5_6->cur = 64; 2422 lp_max_1_2->pri = sprites_enabled ? 384 : 768; 2424 lp_max_1_2->spr = 384; 2426 lp_max_1_2->cur = lp_max_5_6->cur = 255; 2428 lp_max_1_2->fbc = lp_max_5_6->fbc = 15; 2612 struct hsw_wm_maximums lp_max_1_2, lp_max_5_6; local 2618 hsw_compute_wm_parameters(dev, params, wm, &lp_max_1_2, 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 [all...] |
Completed in 24 milliseconds