drm: Branch 'master'
[email protected] (GitLab Mirror) Tue, 18 Sep 2018 18:40:27 +0000 (UTC)
| Newsgroups | gmane.comp.video.dri.patches |
|---|---|
| Message-ID | <[email protected]> |
include/drm/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a9463bdb01b6eff2f6ec58695bdbe188ca7e8497 Author: Eric Engestrom <[email protected]> Date: Tue Sep 18 16:22:42 2018 +0100 headers/README: fix/add link to drm-next Reviewed-by: Sean Paul <[email protected]> Signed-off-by: Eric Engestrom <[email protected]> diff --git a/include/drm/README b/include/drm/README index 521630db..ea2320cc 100644 --- a/include/drm/README +++ b/include/drm/README @@ -71,7 +71,7 @@ Note: One should not do _any_ changes to the files apart from the steps below. In order to update the files do the following: - Switch to a Linux kernel tree/branch which is not rebased. -For example: airlied/drm-next + For example: drm-next (https://cgit.freedesktop.org/drm/drm) - Install the headers via `make headers_install' to a separate location. - Copy the drm header[s] + git add + git commit. - Note: Your commit message must include: --