Lionel Landwerlin
ea8cb79742
include/drm-uapi: bump headers
...
From drm-next at the following commit :
commit 1aa63ddf726ea049279989b93b69b57ce6efd75b
Merge: 774f1eeb18b0 14d0066b8477
Author: Dave Airlie <airlied@redhat.com >
Date: Wed Apr 22 10:40:34 2020 +1000
Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com >
Acked-by: Tapani Pälli <tapani.palli@intel.com >
Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com >
Reviewed-by: Mark Janes <mark.a.janes@intel.com >
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4021 >
2020-04-23 15:55:59 +00:00
Rafael Antognolli
16be8ff022
drm-uapi: Update headers from Linux 5.7-rc1.
...
commit 8f3d9f354286745c751374f5f1fcafee6b3f3136
Author: Linus Torvalds <torvalds@linux-foundation.org >
Date: Sun Apr 12 12:35:55 2020 -0700
Linux 5.7-rc1
Acked-by: Jordan Justen <jordan.l.justen@intel.com >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/1675 >
2020-04-20 10:59:05 -07:00
Lionel Landwerlin
13f802291d
drm-uapi: Update headers from drm-next
...
Pull new updates from drm-next as of the following commit:
commit f1b4a9217efd61d0b84c6dc404596c8519ff6f59
Merge: 400e91347e1d f3a36d469621
Author: Dave Airlie <airlied@redhat.com >
Date: Tue Oct 22 15:04:00 2019 +1000
Merge tag 'du-next-20191016' of git://linuxtv.org/pinchartl/media into drm-next
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com >
2019-10-23 05:41:14 +00:00
Eric Engestrom
02b3aa3cf3
include: update drm-uapi
...
`drm.h` was missing a `#include <stdint.h>`, which was completely
breaking the non-linux builds after 272f9cfe6a ("dri: Use DRM_FORMAT_*
instead of defining our own copy.") started making use of it.
Fixes: 272f9cfe6a ("dri: Use DRM_FORMAT_* instead of defining our own copy.")
Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/950
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com >
2019-10-08 14:23:51 +01:00
Vivek Kasireddy
ff14d06be5
drm-uapi: Update headers from drm-next
...
Pull new updates from drm-next as of the following commit:
commit a5f2fafece141ef3509e686cea576366d55cabb6
Merge: 71f4e45a4ed3 860433ed2a55
Author: Dave Airlie <airlied@redhat.com >
Date: Wed Feb 20 12:16:30 2019 +1000
Merge https://gitlab.freedesktop.org/drm/msm into drm-next
Signed-off-by: Vivek Kasireddy <vivek.kasireddy@intel.com >
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com >
Reviewed-by: Tapani Pälli <tapani.palli@intel.com >
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com >
2019-02-26 13:08:51 +00:00
Eric Engestrom
69e4c273c4
drm-uapi/README: remove explicit list of driver names
...
These headers are used by a lot more than just the intel drivers nowadays.
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com >
Reviewed-by: Kristian H. Kristensen <hoegsberg@chromium.org >
2019-02-14 11:20:00 +00:00
Lionel Landwerlin
5d3e74a5a5
drm-uapi: bump headers
...
Required updates from drm-next for changes in i965.
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com >
Acked-by: Kenneth Graunke <kenneth@whitecape.org
2018-03-22 20:14:22 +00:00
Lionel Landwerlin
aa8a2a8670
drm-uapi: Update drm/i915 headers from drm-next
...
Taken from drm-next ca797d29cd63e7b71b4eea29aff3b1cefd1ecb59
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com >
Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com >
2017-12-04 18:05:20 +00:00
Dave Airlie
a3ba14d0ce
include/drm-uapi: clarify when headers can be updated.
...
Clarify when headers can be updated here.
Reviewed-by: Gurchetan Singh<gurchetansingh@chromium.org >
Reviewed-by: Emil Velikov <emil.velikov@collabora.com >
Signed-off-by: Dave Airlie <airlied@redhat.com >
2017-10-12 09:44:27 +10:00
Jason Ekstrand
3cd26d981b
drm-uapi: Update headers from drm-next
...
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com >
2017-08-28 19:33:35 -07:00
Eric Anholt
5d6271c6a5
intel: Move the DRM uapi headers to a non-Intel location.
...
I want to remove vc4's dependency on headers from libdrm as well, but
storing multiple copies of drm_fourcc.h in our tree would be silly.
v2: Update Android.mk as well, move distcheck drm*.h references to
top-level noinst_HEADERS.
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com > (v1)
Reviewed-by: Daniel Stone <daniels@collabora.com > (v1)
Reviewed-by: Rob Herring <robh@kernel.org >
2017-07-12 10:58:33 -07:00