diff options
author | Dave Airlie <[email protected]> | 2017-10-11 10:45:50 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-10-12 09:44:27 +1000 |
commit | a3ba14d0ce6e97f4f819e7e5493f1f7abd1a368d (patch) | |
tree | 14e200a791f7fd5d2147d12272d4bee6123999ca /include/drm-uapi | |
parent | 0061a905502a0b7e977ab1996f817f7b9f9c34fc (diff) |
include/drm-uapi: clarify when headers can be updated.
Clarify when headers can be updated here.
Reviewed-by: Gurchetan Singh<[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'include/drm-uapi')
-rw-r--r-- | include/drm-uapi/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/drm-uapi/README b/include/drm-uapi/README index d67fb562f14..27de91cad0c 100644 --- a/include/drm-uapi/README +++ b/include/drm-uapi/README @@ -3,6 +3,9 @@ required by the anv & i965 drivers to communicate with the kernel. Whenever either of those driver needs new definitions for new kernel APIs, these files should be updated. +These files in master should only be updated once the changes have landed +in the drm-next tree. + You can copy files installed after running this from the kernel repository, at version the drivers require : |