summaryrefslogtreecommitdiffstats
path: root/include/uapi/drm
Commit message (Expand)AuthorAgeFilesLines
* drm: introduce a capability flag for syncobj timeline supportLionel Landwerlin2019-05-021-0/+1
* Merge tag 'drm-msm-next-2019-04-21' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2019-04-241-0/+14
|\
| * drm/msm/gpu: Add submit queue queriesJordan Crouse2019-04-191-0/+12
| * drm/msm: add param to retrieve # of GPU faults (global)Rob Clark2019-04-191-0/+1
| * drm/msm/gpu: add per-process pagetables paramRob Clark2019-04-191-0/+1
* | Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-04-241-0/+8
|\ \
| * | drm/amdgpu: add timeline support in amdgpu CS v3Chunming Zhou2019-04-121-0/+8
* | | Merge tag 'drm-misc-next-2019-04-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-04-241-0/+142
|\ \ \
| * | | drm/panfrost: Add initial panfrost driverRob Herring2019-04-121-0/+142
| |/ /
* | | Merge tag 'drm-intel-next-2019-04-17' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-04-241-2/+13
|\ \ \ | |/ / |/| |
| * | drm/i915: Introduce struct class_instance for engines across the uAPIChris Wilson2019-04-171-2/+13
* | | Merge tag 'drm-misc-next-2019-04-04' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-04-053-1/+207
|\ \ \
| * | | drm/gamma: Clarify gamma lut uapiDaniel Vetter2019-04-031-1/+2
| * | | drm/lima: driver for ARM Mali4xx GPUsQiang Yu2019-04-011-0/+169
| * | | drm/syncobj: add timeline signal ioctl for syncobj v5Chunming Zhou2019-04-011-0/+1
| * | | drm/syncobj: add transition iotcls between binary and timeline v2Chunming Zhou2019-04-011-0/+10
| * | | drm/syncobj: add timeline payload query ioctl v6Chunming Zhou2019-04-011-0/+10
| * | | drm/syncobj: add support for timeline point wait v8Chunming Zhou2019-04-011-0/+15
* | | | Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-04-031-0/+35
|\ \ \ \
| * | | | drm/amdgpu: add ioctl query for enabled ras features (v2)xinhui pan2019-03-191-0/+31
| * | | | drm/amdgpu: Add a new flag to AMDGPU_CTX_OP_QUERY_STATE2xinhui pan2019-03-191-0/+3
| * | | | drm/amdgpu: export ta fw infoxinhui pan2019-03-191-0/+1
| | |_|/ | |/| |
* | | | Merge tag 'drm-misc-next-2019-03-28-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-03-291-1/+0
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | drm/uapi: Remove unused DRM_DISPLAY_INFO_LENVille Syrjälä2019-03-271-1/+0
* | | Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen2019-03-271-7/+29
|\| |
| * | drm/fourcc: Fix conflicting Y41x definitionsMaarten Lankhorst2019-03-211-10/+11
| * | Merge tag 'topic/hdr-formats-2019-03-13' of git://anongit.freedesktop.org/drm...Sean Paul2019-03-131-0/+11
| |\ \
| * | | drm: Added a new format DRM_FORMAT_XVYU2101010Ayan Kumar Halder2019-03-121-0/+1
| * | | drm/fourcc: Add AFBC yuv fourccs for MaliBrian Starkey2019-03-121-0/+20
* | | | drm/i915: Drop new chunks of context creation ABI (for now)Chris Wilson2019-03-271-17/+1
* | | | drm/i915: Allow contexts to share a single timeline across all enginesChris Wilson2019-03-221-1/+2
* | | | drm/i915: Extend CONTEXT_CREATE to set parameters upon constructionChris Wilson2019-03-221-82/+98
* | | | drm/i915: Create/destroy VM (ppGTT) for use with contextsChris Wilson2019-03-221-0/+43
* | | | drm/i915: Introduce the i915_user_extension_methodChris Wilson2019-03-221-0/+22
* | | | Merge tag 'topic/hdr-formats-2019-03-13' of git://anongit.freedesktop.org/drm...Joonas Lahtinen2019-03-181-0/+11
|\ \ \ \ | | |/ / | |/| |
| * | | drm/fourcc: Add 64 bpp half float formatsKevin Strasser2019-03-131-0/+11
| |/ /
* | | Merge tag 'topic/hdr-formats-2019-03-07' of git://anongit.freedesktop.org/drm...Joonas Lahtinen2019-03-111-0/+16
|\| |
| * | drm: Add Y2xx and Y4xx (xx:10/12/16) format definitions and fourccSwati Sharma2019-03-051-0/+16
| |/
* | Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen2019-03-111-1/+2
|\|
| * 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/i915: Remove last traces of exec-id (GEM_BUSY)Chris Wilson2019-03-051-15/+17
* | | drm/i915: Fix I915_EXEC_RING_MASKChris Wilson2019-03-011-1/+1
* | | drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+Chris Wilson2019-03-011-0/+1
* | | Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen2019-02-203-0/+81
|\| |
| * | 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-051-0/+5