From 910b5caac6625d2bf0b6c1dde502451431bd0159 Mon Sep 17 00:00:00 2001 From: Rodrigo Vivi Date: Wed, 6 Oct 2021 12:03:44 -0400 Subject: README.md: Accept the i915_drm.h standalone update. Looking to our git log we can see that the most common case is the update of the single i915_drm.h file. There are some advantages of doing this standalone update: 1. Make reviews easier without the noise of other headers. 2. Avoid the developer to have to touch other areas that are not immediately related to targeted work. Cc: Petri Latvala Signed-off-by: Rodrigo Vivi Reviewed-by: Petri Latvala --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 62bef46d..66f2bc0f 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,20 @@ These should be updated all together by: Then, commit with a note of which exact commit from airlied's branch was used to generate them. +### `include/drm-uapi/i915_drm.h` + +Imported i915_drm.h uapi headers from airlied's drm-next branch. + +In some cases updating a single uapi file is needed as our history +shows. So in this case, it should be done by: + + # From the kernel dir with a drm/drm-next commit checked out: + $ make INSTALL_HDR_PATH= headers_install + $ cp /include/drm/i915_drm.h /include/drm-uapi/ + +Then, commit with a note of which exact commit from airlied's branch +was used to generate it. + ### `include/linux-uapi/sync_file.h` Imported non-DRM uapi headers from airlied's drm-next branch. -- cgit v1.2.3