| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * VFIO PCI Intel Graphics support |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2016 Red Hat, Inc. All rights reserved. |
|---|
| 5 | 6 | * Author: Alex Williamson <alex.williamson@redhat.com> |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 8 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 9 | | - * published by the Free Software Foundation. |
|---|
| 10 | 7 | * |
|---|
| 11 | 8 | * Register a device specific region through which to provide read-only |
|---|
| 12 | 9 | * access to the Intel IGD opregion. The register defining the opregion |
|---|