Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/i915/display/
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 …]
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()
Dintel_drrs.c128 crtc_state->bigjoiner_pipes) in intel_drrs_frontbuffer_bits()
Dintel_crtc_state_dump.c242 pipe_config->bigjoiner_pipes); in intel_crtc_state_dump()
Dintel_display_debugfs.c591 if (crtc_state->bigjoiner_pipes) in intel_crtc_info()
593 crtc_state->bigjoiner_pipes, in intel_crtc_info()
Dintel_cursor.c638 crtc_state->bigjoiner_pipes) in intel_legacy_cursor_update()
Dintel_dp.c1726 pipe_config->bigjoiner_pipes, in intel_dp_dsc_compute_config()
1748 pipe_config->bigjoiner_pipes); in intel_dp_dsc_compute_config()
1776 if (pipe_config->bigjoiner_pipes || pipe_config->dsc.slice_count > 1) in intel_dp_dsc_compute_config()
1845 pipe_config->bigjoiner_pipes = GENMASK(crtc->pipe + 1, crtc->pipe); in intel_dp_compute_link_config()
1852 joiner_needs_dsc = DISPLAY_VER(i915) < 13 && pipe_config->bigjoiner_pipes; in intel_dp_compute_link_config()
Dintel_modeset_setup.c732 if (crtc_state->bigjoiner_pipes) { in intel_modeset_readout_hw_state()
Dintel_display_types.h1350 u8 bigjoiner_pipes; member
Dskl_universal_plane.c2409 if (crtc_state->bigjoiner_pipes) { in skl_get_initial_plane_config()