mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 16:18:06 +02:00
i915: Use deviceID in EGL device create
This commit is contained in:
parent
0c6efeb02b
commit
1257bb9b13
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ intel_create_device(struct egl_drm_device *device)
|
|||
|
||||
intel_device->deviceID = device->deviceID;
|
||||
|
||||
intel_be_init_device(&intel_device->base, device->drmFD, PCI_CHIP_I945_GM);
|
||||
intel_be_init_device(&intel_device->base, device->drmFD, intel_device->deviceID);
|
||||
|
||||
intel_device->pipe = i915_create_screen(&intel_device->base.base, intel_device->deviceID);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue