summaryrefslogtreecommitdiffstats
path: root/include/uapi/drm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-02-221-1/+2
|\
| * drm/amdgpu: Add command to override the context priority.Bas Nieuwenhuizen2019-02-151-1/+2
* | drm/nouveau/svm: new ioctl to migrate process memory to GPU memoryJérôme Glisse2019-02-201-0/+43
* | drm/nouveau/svm: initial support for shared virtual memoryBen Skeggs2019-02-201-0/+8
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-02-113-0/+73
|\|
| * Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-02-111-0/+6
| |\
| | * drm/amdgpu: add a workaround for GDS ordered append hangs with compute queuesMarek Olšák2019-02-061-0/+5
| | * drm/amdgpu: Add AMDGPU_CHUNK_ID_SCHEDULED_DEPENDENCIESAndrey Grodzovsky2019-02-061-0/+1
| * | Merge tag 'drm-intel-next-2019-02-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-02-111-0/+64
| |\ \
| | * | drm/i915: Expose RPCS (SSEU) configuration to userspace (Gen11 only)Tvrtko Ursulin2019-02-051-0/+64
| * | | Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-...Dave Airlie2019-02-011-0/+3
| |\ \ \ | | |/ / | |/| |
| | * | drm/afbc: Add AFBC modifier usage documentationBrian Starkey2019-01-111-0/+3
* | | | drm/fourcc: Add new P010, P016 video formatRandy Li2019-02-081-0/+21
|/ / /
* | | drm/fourcc: Add definitions for Allwinner vendor and VPU tiled formatPaul Kocialkowski2019-01-181-0/+16
* | | drm/fourcc: Add modifier defininitions for AFBC 1.3Matteo Franchin2019-01-151-0/+23
| |/ |/|
* | Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-01-091-0/+8
|\ \ | |/ |/|
| * drm/v3d: Document cache flushing ABI.Eric Anholt2018-12-071-0/+8
* | drm/msm: add uapi to get/set debug nameRob Clark2018-12-111-0/+2
* | drm/msm: rework GEM_INFO ioctlRob Clark2018-12-111-5/+13
* | drm/msm/gpu: add submit flag to hint which buffers should be dumpedRob Clark2018-12-111-1/+4
* | Merge tag 'drm-misc-next-2018-12-06' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-12-071-0/+25
|\|
| * drm/v3d: Add support for submitting jobs to the TFU.Eric Anholt2018-11-301-0/+25
* | drm: Add a new plane property to send damage during plane updateLukasz Spintzyk2018-12-051-0/+19
|/
* Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-11-291-2/+2
|\
| * drm/v3d: Fix whitespace inconsistency in the header.Eric Anholt2018-11-271-2/+2
* | Merge tag 'drm-intel-next-2018-11-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-11-291-0/+8
|\ \
| * \ Merge drm/drm-next into drm-intel-next-queuedJani Nikula2018-11-204-0/+31
| |\ \
| * | | Revert "drm/i915/perf: add a parameter to control the size of OA buffer"Joonas Lahtinen2018-11-191-7/+0Star
| * | | Merge drm/drm-next into drm-intel-next-queuedJani Nikula2018-11-021-0/+9
| |\ \ \
| * | | | drm/i915/perf: add a parameter to control the size of OA bufferLionel Landwerlin2018-10-231-0/+7
| * | | | drm/i915: Remove i915.enable_ppgtt overrideChris Wilson2018-09-271-0/+8
* | | | | Merge tag 'drm-misc-next-2018-11-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-11-223-4/+11
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | drm: Introduce new DRM_FORMAT_XYUVStanislav Lisovskiy2018-11-201-0/+1
| * | | drm/virtio: add in/out fence support for explicit synchronizationRobert Foss2018-11-141-1/+1
| * | | drm/virtio: add uapi for in and out explicit fencesRobert Foss2018-11-141-3/+10
| * | | drm/syncobj: disable the timeline UAPI for now v2Christian König2018-11-081-1/+0Star
* | | | Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-11-191-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | drm/amdgpu: Add DCC flags for GFX9 amdgpu_boNicholas Kazlauskas2018-11-051-0/+6
| | |/ | |/|
* | | drm/fourcc: Add fourcc for Mali linear tiled formatsAlexandru Gheorghe2018-11-021-0/+14
* | | Merge drm/drm-next into drm-misc-nextSean Paul2018-10-241-0/+9
|\| |
| * | Merge tag 'exynos-drm-next-for-v4.20' of git://git.kernel.org/pub/scm/linux/k...Dave Airlie2018-10-041-0/+9
| |\ \ | | |/ | |/|
| | * drm: drm_fourcc: add Samsung 16x16 tile formatAndrzej Pietrasiewicz2018-09-201-0/+9
* | | drm: add syncobj timeline support v9Chunming Zhou2018-10-181-0/+1
* | | drm/v3d: Add some better documentation of the in_sync arguments.Eric Anholt2018-10-151-0/+10
|/ /
* | Merge branch 'drm-next-4.20' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-09-211-0/+2
|\ \ | |/ |/|
| * drm/amdgpu: Add DMCU to firmware query interfaceDavid Francis2018-09-141-0/+2
* | Merge tag 'drm-misc-next-2018-09-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-09-142-1/+5
|\ \
| * | drm: Clarify DRM_MODE_REFLECT_X/Y documentationAlexandru Gheorghe2018-09-111-1/+2
| * | drm: Reject unknown legacy bpp and depth for drm_mode_addfb ioctlChris Wilson2018-09-061-0/+3
* | | Merge tag 'drm-intel-next-2018-09-06-2' of git://anongit.freedesktop.org/drm/...Dave Airlie2018-09-111-0/+22
|\ \ \ | |/ / |/| |