*/
        ret = intel_dp_compute_link_config_wide(intel_dp, pipe_config, &limits);
 
-       /* enable compression if the mode doesn't fit available BW */
+       /*
+        * Pipe joiner needs compression upto display12 due to BW limitation. DG2
+        * onwards pipe joiner can be enabled without compression.
+        */
        drm_dbg_kms(&i915->drm, "Force DSC en = %d\n", intel_dp->force_dsc_en);
-       if (ret || intel_dp->force_dsc_en || pipe_config->bigjoiner) {
+       if (ret || intel_dp->force_dsc_en || (DISPLAY_VER(i915) < 13 &&
+                                             pipe_config->bigjoiner)) {
                ret = intel_dp_dsc_compute_config(intel_dp, pipe_config,
                                                  conn_state, &limits);
                if (ret < 0)