aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolai Hähnle2017-04-03 03:23:03 -0500
committerNicolai Hähnle2017-04-03 11:32:09 -0500
commit0a4626fead67f228bd7fad3c8b00812ab2613ec8 (patch)
tree3815ace3e82ff7283a7481af218c6c8983c6fbec /include/drm
parentf104148e40d6285a04698f0fa5f4ef76383bee6f (diff)
downloadexternal-libdrm-0a4626fead67f228bd7fad3c8b00812ab2613ec8.tar.gz
external-libdrm-0a4626fead67f228bd7fad3c8b00812ab2613ec8.tar.xz
external-libdrm-0a4626fead67f228bd7fad3c8b00812ab2613ec8.zip
headers: the uint*_t vs. __u* discrepancy in amdgpu_drm is fixed
This was already done in commit 3dc002df3e5 ("amdgpu: sync amdgpu_drm.h with kernel 4.11-rc2"), now update the README accordingly. Signed-off-by: Nicolai Hähnle <nicolai.haehnle@amd.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Acked-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/README4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/drm/README b/include/drm/README
index f3cdf5da..870b0b5b 100644
--- a/include/drm/README
+++ b/include/drm/README
@@ -96,10 +96,6 @@ Status: ?
96Promote to fixed size ints, which match the current (32bit) ones. 96Promote to fixed size ints, which match the current (32bit) ones.
97 97
98 98
99amdgpu_drm.h
100 - Using the stdint.h uint*_t over the respective __u* ones
101Status: Trivial.
102
103drm_mode.h 99drm_mode.h
104 - Missing DPI encode/connector pair. 100 - Missing DPI encode/connector pair.
105Status: Trivial. 101Status: Trivial.