Home
last modified time | relevance | path

Searched refs:compression_enable (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c2361 crtc_state->dsc.compression_enable = false; in intel_dp_dsc_reset_config()
2796 int link_bpp_x16 = crtc_state->dsc.compression_enable ? in intel_dp_config_required_rate()
3488 if (crtc_state->dsc.compression_enable) { in intel_dp_compute_min_hblank()
3499 if (crtc_state->dsc.compression_enable) in intel_dp_compute_min_hblank()
3536 (crtc_state->dsc.compression_enable && in intel_dp_compute_min_hblank()
3605 if (pipe_config->dsc.compression_enable) in intel_dp_compute_config()
3861 if (!new_crtc_state->dsc.compression_enable) in intel_dp_sink_enable_decompression()
3892 if (!old_crtc_state->dsc.compression_enable) in intel_dp_sink_disable_decompression()
4067 if (crtc_state->dsc.compression_enable) { in intel_dp_initial_fastset_check()
6565 if (crtc_state && crtc_state->dsc.compression_enable) { in intel_dp_connector_sync_state()
[all …]
H A Dintel_dp_mst.c2152 if (old_crtc_state->dsc.compression_enable == in intel_dp_mst_crtc_needs_modeset()
2153 new_crtc_state->dsc.compression_enable) in intel_dp_mst_crtc_needs_modeset()
H A Dintel_display_types.h1348 bool compression_enable; member
H A Dintel_bios.c2184 if (!child->compression_enable) in parse_compression_parameters()