Module: Mesa Branch: master Commit: a3ba14d0ce6e97f4f819e7e5493f1f7abd1a368d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a3ba14d0ce6e97f4f819e7e5493f1f7abd1a368d
Author: Dave Airlie <[email protected]> Date: Wed Oct 11 10:45:50 2017 +1000 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]> --- include/drm-uapi/README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/drm-uapi/README b/include/drm-uapi/README index d67fb562f1..27de91cad0 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 : _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
