drm/i915: convert DP autodither code to new infrastructure
[deliverable/linux.git] / drivers / gpu / drm / i915 / intel_display.c
index 14397726d3acc86207d3a2a6faff989de25892af..e95c469afa6da0fcf50913a922989887c3293284 100644 (file)
@@ -7485,10 +7485,6 @@ intel_modeset_pipe_config(struct drm_crtc *crtc,
                }
        }
 
-       /* temporary hack until the DP code doesn't use the 6BPC flag any more */
-       if (pipe_config->adjusted_mode.private_flags & INTEL_MODE_DP_FORCE_6BPC)
-               pipe_config->pipe_bpp = 6*8;
-
        if (!(intel_crtc_compute_config(crtc, pipe_config))) {
                DRM_DEBUG_KMS("CRTC fixup failed\n");
                goto fail;
This page took 0.030962 seconds and 5 git commands to generate.