forked from intel/media-driver
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Synced i915 header i915_drm.h to drm-next commit 16065fcdd19ddb9e0931…
…92914ac863884f308766 to include the SSEU uAPI.
- Loading branch information
Showing
5 changed files
with
154 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,9 +13,24 @@ $ make headers_install INSTALL_HDR_PATH=/path/to/install | |
|
||
The last update was done at the following kernel commit : | ||
|
||
commit 9235dd441af43599b9cdcce599a3da4083fcad3c | ||
Merge: d7563c5 36b486b | ||
Author: Dave Airlie <[email protected]> | ||
Date: Mon Nov 19 11:07:52 2018 +1000 | ||
commit 16065fcdd19ddb9e093192914ac863884f308766 | ||
Author: Gerd Hoffmann <[email protected]> | ||
Date: Fri Feb 8 15:04:09 2019 +0100 | ||
|
||
Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux into drm-next | ||
drm/virtio: do NOT reuse resource ids | ||
|
||
Bisected guest kernel changes crashing qemu. Landed at | ||
"6c1cd97bda drm/virtio: fix resource id handling". Looked again, and | ||
noticed we where not only leaking *some* ids, but *all* ids. The old | ||
code never ever called virtio_gpu_resource_id_put(). | ||
|
||
So, commit 6c1cd97bda effectively makes the linux kernel starting | ||
re-using IDs after releasing them, and apparently virglrenderer can't | ||
deal with that. Oops. | ||
|
||
This patch puts a temporary stopgap into place for the 5.0 release. | ||
|
||
Signed-off-by: Gerd Hoffmann <[email protected]> | ||
Reviewed-by: Dave Airlie <[email protected]> | ||
Signed-off-by: Dave Airlie <[email protected]> | ||
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters