Revert "drm/i915: Disable DSB usage for now"

This reverts commit 99510e1afb.

DSB is now getting disabled locally in the color management
code so we don't need to apply this big hammer via the device
info (not that we have other DSB users at the moment).

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221123152638.20622-12-ville.syrjala@linux.intel.com
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Reviewed-by: Uma Shankar <uma.shankar@intel.com>
This commit is contained in:
Ville Syrjälä 2022-11-23 17:26:36 +02:00 committed by Junxiao Chang
parent 3a3d89fc57
commit 49df2f3d59
1 changed files with 1 additions and 1 deletions

View File

@ -890,7 +890,7 @@ static const struct intel_device_info jsl_info = {
TGL_CURSOR_OFFSETS, \
.has_global_mocs = 1, \
.has_pxp = 1, \
.display.has_dsb = 0 /* FIXME: LUT load is broken with DSB */
.display.has_dsb = 1
static const struct intel_device_info tgl_info = {
GEN12_FEATURES,