summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2021-05-27 19:22:54 +0100
committerThomas Hellström <thomas.hellstrom@linux.intel.com>2021-06-02 17:50:42 +0200
commitef853fc99ef3cca0c9c64812e3776659fe78fbcc (patch)
tree90910e3ab3cb2b2fe337dbd7fcada117c701f27b
parentcd6eb5f605478f2fff85ec7ac39b7cf445d3deb9 (diff)
HAX drm/i915/dg1: allow pci to auto probewithout-ttm
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
-rw-r--r--drivers/gpu/drm/i915/i915_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c
index 97c98f4fb265..69a38ae183e3 100644
--- a/drivers/gpu/drm/i915/i915_pci.c
+++ b/drivers/gpu/drm/i915/i915_pci.c
@@ -1039,6 +1039,7 @@ static const struct pci_device_id pciidlist[] = {
INTEL_RKL_IDS(&rkl_info),
INTEL_ADLS_IDS(&adl_s_info),
INTEL_ADLP_IDS(&adl_p_info),
+ INTEL_DG1_IDS(&dg1_info),
{0, 0, 0}
};
MODULE_DEVICE_TABLE(pci, pciidlist);