Searched refs:num_active_pipes (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_cdclk.c | 2366 unsigned int cdclk = 0; u8 voltage_level, num_active_pipes = 0; in intel_cdclk_pcode_pre_notify() local 2398 num_active_pipes = hweight8(new_cdclk_state->active_pipes); in intel_cdclk_pcode_pre_notify() 2400 intel_pcode_notify(i915, voltage_level, num_active_pipes, cdclk, in intel_cdclk_pcode_pre_notify() 2411 unsigned int cdclk = 0; u8 voltage_level, num_active_pipes = 0; in intel_cdclk_pcode_post_notify() local 2435 num_active_pipes = hweight8(new_cdclk_state->active_pipes); in intel_cdclk_pcode_post_notify() 2437 intel_pcode_notify(i915, voltage_level, num_active_pipes, cdclk, in intel_cdclk_pcode_post_notify()
|
H A D | i9xx_wm.c | 1279 int num_active_pipes = 0; in g4x_merge_wm() local 1298 num_active_pipes++; in g4x_merge_wm() 1301 if (num_active_pipes != 1) { in g4x_merge_wm() 1905 int num_active_pipes = 0; in vlv_merge_wm() local 1919 num_active_pipes++; in vlv_merge_wm() 1923 if (num_active_pipes != 1) in vlv_merge_wm() 1926 if (num_active_pipes > 1) in vlv_merge_wm()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
H A D | dce_calcs.c | 3015 int i, num_active_pipes = 0; in all_displays_in_sync() local 3021 active_pipes[num_active_pipes++] = &pipe[i]; in all_displays_in_sync() 3024 if (!num_active_pipes) in all_displays_in_sync() 3027 for (i = 1; i < num_active_pipes; ++i) { in all_displays_in_sync()
|