f43c7185e0
The chipset_id should be named after i915 ioctl that's called to get the device id. In user space this field holds pci device id in reality. We now have a pci_device_id queried from drm instead using the ioctl, so there is no much reason to keep the chipset_id for the same purpose. Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Rohan Garg <rohan.garg@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13936>