Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_vdsc.c591 if (crtc_state->bigjoiner_pipes) in intel_dsc_pps_configure()
1127 if (crtc_state->bigjoiner_pipes && !crtc_state->dsc.compression_enable) { in intel_uncompressed_joiner_enable()
1154 if (crtc_state->bigjoiner_pipes) { in intel_dsc_enable()
1170 old_crtc_state->bigjoiner_pipes) { in intel_dsc_disable()
Dintel_display.c346 return ffs(crtc_state->bigjoiner_pipes) - 1; in bigjoiner_master_pipe()
351 if (crtc_state->bigjoiner_pipes) in intel_crtc_bigjoiner_slave_pipes()
352 return crtc_state->bigjoiner_pipes & ~BIT(bigjoiner_master_pipe(crtc_state)); in intel_crtc_bigjoiner_slave_pipes()
361 return crtc_state->bigjoiner_pipes && in intel_crtc_is_bigjoiner_slave()
369 return crtc_state->bigjoiner_pipes && in intel_crtc_is_bigjoiner_master()
375 return hweight8(crtc_state->bigjoiner_pipes); in intel_bigjoiner_num_pipes()
1915 if (!new_crtc_state->bigjoiner_pipes) { in hsw_crtc_enable()
3724 static u8 bigjoiner_pipes(struct drm_i915_private *i915) in bigjoiner_pipes() function
3762 bigjoiner_pipes(dev_priv)) { in enabled_bigjoiner_pipes()
4039 crtc_state->bigjoiner_pipes = in intel_bigjoiner_get_config()
[all …]
Dintel_drrs.c131 crtc_state->bigjoiner_pipes) in intel_drrs_frontbuffer_bits()
Dintel_crtc_state_dump.c187 pipe_config->bigjoiner_pipes); in intel_crtc_state_dump()
Dintel_modeset_setup.c471 if (crtc_state->bigjoiner_pipes) { in intel_modeset_readout_hw_state()
Dintel_cursor.c635 crtc_state->update_pipe || crtc_state->bigjoiner_pipes) in intel_legacy_cursor_update()
Dintel_dp.c1525 pipe_config->bigjoiner_pipes, in intel_dp_dsc_compute_config()
1531 pipe_config->bigjoiner_pipes); in intel_dp_dsc_compute_config()
1549 pipe_config->bigjoiner_pipes) { in intel_dp_dsc_compute_config()
1625 pipe_config->bigjoiner_pipes = GENMASK(crtc->pipe + 1, crtc->pipe); in intel_dp_compute_link_config()
1632 joiner_needs_dsc = DISPLAY_VER(i915) < 13 && pipe_config->bigjoiner_pipes; in intel_dp_compute_link_config()
Dintel_display_types.h1267 u8 bigjoiner_pipes; member
Dintel_display_debugfs.c879 if (crtc_state->bigjoiner_pipes) in intel_crtc_info()
881 crtc_state->bigjoiner_pipes, in intel_crtc_info()
Dskl_universal_plane.c2388 if (crtc_state->bigjoiner_pipes) { in skl_get_initial_plane_config()