Home
last modified time | relevance | path

Searched refs:bigjoiner_pipes (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display.c243 return ffs(crtc_state->bigjoiner_pipes) - 1; in bigjoiner_master_pipe()
248 if (crtc_state->bigjoiner_pipes) in intel_crtc_bigjoiner_slave_pipes()
249 return crtc_state->bigjoiner_pipes & ~BIT(bigjoiner_master_pipe(crtc_state)); in intel_crtc_bigjoiner_slave_pipes()
258 return crtc_state->bigjoiner_pipes && in intel_crtc_is_bigjoiner_slave()
266 return crtc_state->bigjoiner_pipes && in intel_crtc_is_bigjoiner_master()
272 return hweight8(crtc_state->bigjoiner_pipes); in intel_bigjoiner_num_pipes()
1556 if (!new_crtc_state->bigjoiner_pipes) { in hsw_crtc_enable()
3370 static u8 bigjoiner_pipes(struct drm_i915_private *i915) in bigjoiner_pipes() function
3408 bigjoiner_pipes(dev_priv)) { in enabled_bigjoiner_pipes()
3685 crtc_state->bigjoiner_pipes = in intel_bigjoiner_get_config()
[all …]
H A Dintel_vdsc.c357 if (crtc_state->bigjoiner_pipes) in intel_dsc_get_num_vdsc_instances()
941 if (crtc_state->bigjoiner_pipes && !crtc_state->dsc.compression_enable) { in intel_uncompressed_joiner_enable()
968 if (crtc_state->bigjoiner_pipes) { in intel_dsc_enable()
984 old_crtc_state->bigjoiner_pipes) { in intel_dsc_disable()
H A Dintel_vrr.c118 if (crtc_state->bigjoiner_pipes) in intel_vrr_compute_config()
H A Dintel_drrs.c128 crtc_state->bigjoiner_pipes) in intel_drrs_frontbuffer_bits()
H A Dintel_crtc_state_dump.c242 pipe_config->bigjoiner_pipes); in intel_crtc_state_dump()
H A Dintel_dp.c1735 pipe_config->bigjoiner_pipes, in intel_dp_dsc_compute_config()
1757 pipe_config->bigjoiner_pipes); in intel_dp_dsc_compute_config()
1785 if (pipe_config->bigjoiner_pipes || pipe_config->dsc.slice_count > 1) in intel_dp_dsc_compute_config()
1854 pipe_config->bigjoiner_pipes = GENMASK(crtc->pipe + 1, crtc->pipe); in intel_dp_compute_link_config()
1861 joiner_needs_dsc = DISPLAY_VER(i915) < 13 && pipe_config->bigjoiner_pipes; in intel_dp_compute_link_config()
2159 if (has_seamless_m_n(connector) && !pipe_config->bigjoiner_pipes) in intel_dp_drrs_compute_config()
H A Dintel_display_debugfs.c591 if (crtc_state->bigjoiner_pipes) in intel_crtc_info()
593 crtc_state->bigjoiner_pipes, in intel_crtc_info()
H A Dintel_cursor.c638 crtc_state->bigjoiner_pipes) in intel_legacy_cursor_update()
H A Dintel_modeset_setup.c732 if (crtc_state->bigjoiner_pipes) { in intel_modeset_readout_hw_state()
H A Dintel_display_types.h1351 u8 bigjoiner_pipes; member
H A Dskl_universal_plane.c2406 if (crtc_state->bigjoiner_pipes) { in skl_get_initial_plane_config()
H A Dintel_ddi.c4143 !crtc_state1->bigjoiner_pipes && !crtc_state2->bigjoiner_pipes && in intel_ddi_port_sync_transcoders()