Skip to content

Commit ff049b6

Browse files
jbarnes993danvet
authored andcommitted
drm/i915: bind driver to ValleyView chipsets
With the code in place, we can bind the driver, should make bisect possible. Signed-off-by: Jesse Barnes <[email protected]> Signed-off-by: Daniel Vetter <[email protected]>
1 parent 7983117 commit ff049b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/gpu/drm/i915/i915_drv.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,9 @@ static const struct pci_device_id pciidlist[] = { /* aka */
352352
INTEL_VGA_DEVICE(0x0406, &intel_haswell_m_info), /* GT1 mobile */
353353
INTEL_VGA_DEVICE(0x0416, &intel_haswell_m_info), /* GT2 mobile */
354354
INTEL_VGA_DEVICE(0x0c16, &intel_haswell_d_info), /* SDV */
355+
INTEL_VGA_DEVICE(0x0f30, &intel_valleyview_m_info),
356+
INTEL_VGA_DEVICE(0x0157, &intel_valleyview_m_info),
357+
INTEL_VGA_DEVICE(0x0155, &intel_valleyview_d_info),
355358
{0, 0, 0}
356359
};
357360

0 commit comments

Comments
 (0)