Home
last modified time | relevance | path

Searched refs:first_pipe (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c5396 struct pipe_ctx *first_pipe = pipe_ctx_check; in check_syncd_pipes_for_disabled_master_pipe() local
5398 while (first_pipe->prev_odm_pipe) in check_syncd_pipes_for_disabled_master_pipe()
5399 first_pipe = first_pipe->prev_odm_pipe; in check_syncd_pipes_for_disabled_master_pipe()
5403 if (first_pipe->pipe_idx == disabled_master_pipe_idx) in check_syncd_pipes_for_disabled_master_pipe()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display.c5691 enum pipe first_pipe = INVALID_PIPE, enabled_pipe = INVALID_PIPE; in hsw_mode_set_planes_workaround() local
5705 first_pipe = crtc->pipe; in hsw_mode_set_planes_workaround()
5735 other_crtc_state->hsw_workaround_pipe = first_pipe; in hsw_mode_set_planes_workaround()