Re: [Mesa-dev] [PATCH 4/4] i965/bxt: Add known PCI IDs

2015-06-23 Thread Mark Janes
I would capitalize the hex strings, to match the rest of the file. with that, Reviewed-by: Mark Janes Ben Widawsky writes: > These match the ones defined in the kernel. The only one tested by us is > 0x0a84. > > Signed-off-by: Ben Widawsky > --- > include/pci_ids/i965_pci_ids.h | 3 +++ >

[Mesa-dev] [PATCH 4/4] i965/bxt: Add known PCI IDs

2015-06-17 Thread Ben Widawsky
These match the ones defined in the kernel. The only one tested by us is 0x0a84. Signed-off-by: Ben Widawsky --- include/pci_ids/i965_pci_ids.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/pci_ids/i965_pci_ids.h b/include/pci_ids/i965_pci_ids.h index 8d757aa..4d8b419 100644 ---