drm/i915: Free the returned object of acpi_evaluate_dsm()
[linux-2.6-microblaze.git] / drivers / gpu / drm / i915 / i915_pci.c
index 1bbd09a..52c0436 100644 (file)
@@ -537,8 +537,6 @@ static const struct intel_device_info vlv_info = {
                BIT(TRANSCODER_C) | BIT(TRANSCODER_EDP), \
        .display.has_ddi = 1, \
        .display.has_fpga_dbg = 1, \
-       .display.has_psr = 1, \
-       .display.has_psr_hw_tracking = 1, \
        .display.has_dp_mst = 1, \
        .has_rc6p = 0 /* RC6p removed-by HSW */, \
        HSW_PIPE_OFFSETS, \
@@ -642,6 +640,8 @@ static const struct intel_device_info chv_info = {
        .has_gt_uc = 1, \
        .display.has_hdcp = 1, \
        .display.has_ipc = 1, \
+       .display.has_psr = 1, \
+       .display.has_psr_hw_tracking = 1, \
        .dbuf.size = 896 - 4, /* 4 blocks for bypass path allocation */ \
        .dbuf.slice_mask = BIT(DBUF_S1)