aboutsummaryrefslogtreecommitdiff
path: root/libc/kernel/uapi/drm/virtgpu_drm.h
Commit message (Collapse)AuthorAgeFilesLines
* Update to v5.16 kernel headers.Christopher Ferris2022-01-101-1/+21
| | | | | | | | | | | Kernel headers coming from: Git: https://android.googlesource.com/kernel/common/ Branch: android-mainline Tag: android-mainline-5.16 Test: Builds and bionic unit tests pass. Change-Id: I2522c4f2a0efb9f8a193e1f2d65868e478217502
* Update to v5.11 kernel headers.Christopher Ferris2021-02-161-1/+27
| | | | | | | | | | | Kernel headers coming from: Git: https://android.googlesource.com/kernel/common/ Branch: android-mainline Tag: android-mainline-5.11 Test: Built cuttlefish and flame images. Ran bionic unit tests on both. Change-Id: Ie60337aafad4bda55af99b6c8fe9f56bf2fa787f
* Update to v5.0 kernel headers.Christopher Ferris2019-03-071-2/+5
| | | | | Test: Builds and boots on taimen. Change-Id: I13843bf1ab30ea89a50852adc88f2cba8401bded
* Update kernel headers with new parser.Christopher Ferris2019-01-101-0/+2
| | | | | Test: Builds. Change-Id: I3f0714d53ac893ccc3e66f7a92d0ea7a6737f1c3
* Update to v4.17.3 kernel headers.Christopher Ferris2018-06-271-0/+1
| | | | | Test: Builds, boots on a walleye. Change-Id: I389d8b61ec00ea309e38d1b1a2e0dace48c21edb
* Remove the repetitive warnings from the uapi headers.Elliott Hughes2017-05-251-24/+0
| | | | | | | | | | | | | | Having WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS every four lines made the headers harder to read, made the diffs much worse each time we upgraded, and wasn't really providing any benefit. Before the next uapi update, let's just stop doing this. Bug: N/A Test: builds, manually inspected files look right Change-Id: Id7088cf750894c9d24950f3d53587fe3156c4f7d
* Update to kernel headers v4.7.2.Christopher Ferris2016-08-291-62/+66
| | | | | | | | | | | | | | | | Modify the kernel header update script to rename C++ keyword struct members to something else. This fixes problems when including these kernel files in C++ code. Also, make a manual change to linux/fib_rules.h and comment out the value FRA_PAD since it conflicts with a special android kernel value FRA_UID_START that has not been upstreamed yet. Test: Built aosp_angler, aosp_x86_64, aosp_mips (bionic only) Test: Booted on angler and ran bionic unit tests Test: Built these changes in internal master Change-Id: Ia22b7e3ca409404696dba76311f49157f4a9ceed
* Updated to v4.4.1 kernel headers.Christopher Ferris2016-02-051-0/+136
Small modifications needed to allow compilation with the new headers: - Manually modify bionic/libc/kernel/uapi/asm-mips/asm/siginfo.h to remove the uapi from the include. - PR_XXX defines are now available for mips, so remove the definition from linker_mips.cpp. Bug: 23789423 Change-Id: I6dc8a03b012426d3a937db15cb24d3a50fab5a8c