diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-06-26 16:18:51 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-06-26 16:18:51 -0400 |
| commit | 099bfbfc7fbbe22356c02f0caf709ac32e1126ea (patch) | |
| tree | c2dfe2f9445255d866e9203cff9e9f865ef93513 /include/uapi | |
| parent | 22165fa79814e71e7a5974b3c37a5028ed16c8f9 (diff) | |
| parent | c5fd936e992dd2829167d2adc63e151675ca6898 (diff) | |
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Pull drm updates from Dave Airlie:
"This is the main drm pull request for v4.2.
I've one other new driver from freescale on my radar, it's been posted
and reviewed, I'd just like to get someone to give it a last look, so
maybe I'll send it or maybe I'll leave it.
There is no major nouveau changes in here, Ben was working on
something big, and we agreed it was a bit late, there wasn't anything
else he considered urgent to merge.
There might be another msm pull for some bits that are waiting on
arm-soc, I'll see how we time it.
This touches some "of" stuff, acks are in place except for the fixes
to the build in various configs,t hat I just applied.
Summary:
New drivers:
- virtio-gpu:
KMS only pieces of driver for virtio-gpu in qemu.
This is just the first part of this driver, enough to run
unaccelerated userspace on. As qemu merges more we'll start
adding the 3D features for the virgl 3d work.
- amdgpu:
a new driver from AMD to driver their newer GPUs. (VI+)
It contains a new cleaner userspace API, and is a clean
break from radeon moving forward, that AMD are going to
concentrate on. It also contains a set of register headers
auto generated from AMD internal database.
core:
- atomic modesetting API completed, enabled by default now.
- Add support for mode_id blob to atomic ioctl to complete interface.
- bunch of Displayport MST fixes
- lots of misc fixes.
panel:
- new simple panels
- fix some long-standing build issues with bridge drivers
radeon:
- VCE1 support
- add a GPU reset counter for userspace
- lots of fixes.
amdkfd:
- H/W debugger support module
- static user-mode queues
- support killing all the waves when a process terminates
- use standard DECLARE_BITMAP
i915:
- Add Broxton support
- S3, rotation support for Skylake
- RPS booting tuning
- CPT modeset sequence fixes
- ns2501 dither support
- enable cmd parser on haswell
- cdclk handling fixes
- gen8 dynamic pte allocation
- lots of atomic conversion work
exynos:
- Add atomic modesetting support
- Add iommu support
- Consolidate drm driver initialization
- and MIC, DECON and MIPI-DSI support for exynos5433
omapdrm:
- atomic modesetting support (fixes lots of things in rewrite)
tegra:
- DP aux transaction fixes
- iommu support fix
msm:
- adreno a306 support
- various dsi bits
- various 64-bit fixes
- NV12MT support
rcar-du:
- atomic and misc fixes
sti:
- fix HDMI timing complaince
tilcdc:
- use drm component API to access tda998x driver
- fix module unloading
qxl:
- stability fixes"
* 'drm-next' of git://people.freedesktop.org/~airlied/linux: (872 commits)
drm/nouveau: Pause between setting gpu to D3hot and cutting the power
drm/dp/mst: close deadlock in connector destruction.
drm: Always enable atomic API
drm/vgem: Set unique to "vgem"
of: fix a build error to of_graph_get_endpoint_by_regs function
drm/dp/mst: take lock around looking up the branch device on hpd irq
drm/dp/mst: make sure mst_primary mstb is valid in work function
of: add EXPORT_SYMBOL for of_graph_get_endpoint_by_regs
ARM: dts: rename the clock of MIPI DSI 'pll_clk' to 'sclk_mipi'
drm/atomic: Don't set crtc_state->enable manually
drm/exynos: dsi: do not set TE GPIO direction by input
drm/exynos: dsi: add support for MIC driver as a bridge
drm/exynos: dsi: add support for Exynos5433
drm/exynos: dsi: make use of array for clock access
drm/exynos: dsi: make use of driver data for static values
drm/exynos: dsi: add macros for register access
drm/exynos: dsi: rename pll_clk to sclk_clk
drm/exynos: mic: add MIC driver
of: add helper for getting endpoint node of specific identifiers
drm/exynos: add Exynos5433 decon driver
...
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/drm/amdgpu_drm.h | 631 | ||||
| -rw-r--r-- | include/uapi/drm/drm.h | 2 | ||||
| -rw-r--r-- | include/uapi/drm/drm_fourcc.h | 15 | ||||
| -rw-r--r-- | include/uapi/drm/drm_mode.h | 20 | ||||
| -rw-r--r-- | include/uapi/drm/i915_drm.h | 9 | ||||
| -rw-r--r-- | include/uapi/drm/msm_drm.h | 76 | ||||
| -rw-r--r-- | include/uapi/drm/radeon_drm.h | 1 | ||||
| -rw-r--r-- | include/uapi/linux/Kbuild | 1 | ||||
| -rw-r--r-- | include/uapi/linux/kfd_ioctl.h | 135 | ||||
| -rw-r--r-- | include/uapi/linux/virtio_gpu.h | 206 | ||||
| -rw-r--r-- | include/uapi/linux/virtio_ids.h | 1 |
11 files changed, 1055 insertions, 42 deletions
diff --git a/include/uapi/drm/amdgpu_drm.h b/include/uapi/drm/amdgpu_drm.h new file mode 100644 index 000000000000..d3f4832db289 --- /dev/null +++ b/include/uapi/drm/amdgpu_drm.h | |||
| @@ -0,0 +1,631 @@ | |||
| 1 | /* amdgpu_drm.h -- Public header for the amdgpu driver -*- linux-c -*- | ||
| 2 | * | ||
| 3 | * Copyright 2000 Precision Insight, Inc., Cedar Park, Texas. | ||
| 4 | * Copyright 2000 VA Linux Systems, Inc., Fremont, California. | ||
| 5 | * Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas. | ||
| 6 | * Copyright 2014 Advanced Micro Devices, Inc. | ||
| 7 | * | ||
| 8 | * Permission is hereby granted, free of charge, to any person obtaining a | ||
| 9 | * copy of this software and associated documentation files (the "Software"), | ||
| 10 | * to deal in the Software without restriction, including without limitation | ||
| 11 | * the rights to use, copy, modify, merge, publish, distribute, sublicense, | ||
| 12 | * and/or sell copies of the Software, and to permit persons to whom the | ||
| 13 | * Software is furnished to do so, subject to the following conditions: | ||
| 14 | * | ||
| 15 | * The above copyright notice and this permission notice shall be included in | ||
| 16 | * all copies or substantial portions of the Software. | ||
| 17 | * | ||
| 18 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| 19 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| 20 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | ||
| 21 | * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR | ||
| 22 | * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, | ||
| 23 | * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
| 24 | * OTHER DEALINGS IN THE SOFTWARE. | ||
| 25 | * | ||
| 26 | * Authors: | ||
| 27 | * Kevin E. Martin <martin@valinux.com> | ||
| 28 | * Gareth Hughes <gareth@valinux.com> | ||
| 29 | * Keith Whitwell <keith@tungstengraphics.com> | ||
| 30 | */ | ||
| 31 | |||
| 32 | #ifndef __AMDGPU_DRM_H__ | ||
| 33 | #define __AMDGPU_DRM_H__ | ||
| 34 | |||
| 35 | #include <drm/drm.h> | ||
| 36 | |||
| 37 | #define DRM_AMDGPU_GEM_CREATE 0x00 | ||
| 38 | #define DRM_AMDGPU_GEM_MMAP 0x01 | ||
| 39 | #define DRM_AMDGPU_CTX 0x02 | ||
| 40 | #define DRM_AMDGPU_BO_LIST 0x03 | ||
| 41 | #define DRM_AMDGPU_CS 0x04 | ||
| 42 | #define DRM_AMDGPU_INFO 0x05 | ||
| 43 | #define DRM_AMDGPU_GEM_METADATA 0x06 | ||
| 44 | #define DRM_AMDGPU_GEM_WAIT_IDLE 0x07 | ||
| 45 | #define DRM_AMDGPU_GEM_VA 0x08 | ||
| 46 | #define DRM_AMDGPU_WAIT_CS 0x09 | ||
| 47 | #define DRM_AMDGPU_GEM_OP 0x10 | ||
| 48 | #define DRM_AMDGPU_GEM_USERPTR 0x11 | ||
| 49 | |||
| 50 | #define DRM_IOCTL_AMDGPU_GEM_CREATE DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_GEM_CREATE, union drm_amdgpu_gem_create) | ||
| 51 | #define DRM_IOCTL_AMDGPU_GEM_MMAP DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_GEM_MMAP, union drm_amdgpu_gem_mmap) | ||
| 52 | #define DRM_IOCTL_AMDGPU_CTX DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_CTX, union drm_amdgpu_ctx) | ||
| 53 | #define DRM_IOCTL_AMDGPU_BO_LIST DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_BO_LIST, union drm_amdgpu_bo_list) | ||
| 54 | #define DRM_IOCTL_AMDGPU_CS DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_CS, union drm_amdgpu_cs) | ||
| 55 | #define DRM_IOCTL_AMDGPU_INFO DRM_IOW(DRM_COMMAND_BASE + DRM_AMDGPU_INFO, struct drm_amdgpu_info) | ||
| 56 | #define DRM_IOCTL_AMDGPU_GEM_METADATA DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_GEM_METADATA, struct drm_amdgpu_gem_metadata) | ||
| 57 | #define DRM_IOCTL_AMDGPU_GEM_WAIT_IDLE DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_GEM_WAIT_IDLE, union drm_amdgpu_gem_wait_idle) | ||
| 58 | #define DRM_IOCTL_AMDGPU_GEM_VA DRM_IOW(DRM_COMMAND_BASE + DRM_AMDGPU_GEM_VA, struct drm_amdgpu_gem_va) | ||
| 59 | #define DRM_IOCTL_AMDGPU_WAIT_CS DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_WAIT_CS, union drm_amdgpu_wait_cs) | ||
| 60 | #define DRM_IOCTL_AMDGPU_GEM_OP DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_GEM_OP, struct drm_amdgpu_gem_op) | ||
| 61 | #define DRM_IOCTL_AMDGPU_GEM_USERPTR DRM_IOWR(DRM_COMMAND_BASE + DRM_AMDGPU_GEM_USERPTR, struct drm_amdgpu_gem_userptr) | ||
| 62 | |||
| 63 | #define AMDGPU_GEM_DOMAIN_CPU 0x1 | ||
| 64 | #define AMDGPU_GEM_DOMAIN_GTT 0x2 | ||
| 65 | #define AMDGPU_GEM_DOMAIN_VRAM 0x4 | ||
| 66 | #define AMDGPU_GEM_DOMAIN_GDS 0x8 | ||
| 67 | #define AMDGPU_GEM_DOMAIN_GWS 0x10 | ||
| 68 | #define AMDGPU_GEM_DOMAIN_OA 0x20 | ||
| 69 | |||
| 70 | /* Flag that CPU access will be required for the case of VRAM domain */ | ||
| 71 | #define AMDGPU_GEM_CREATE_CPU_ACCESS_REQUIRED (1 << 0) | ||
| 72 | /* Flag that CPU access will not work, this VRAM domain is invisible */ | ||
| 73 | #define AMDGPU_GEM_CREATE_NO_CPU_ACCESS (1 << 1) | ||
| 74 | /* Flag that USWC attributes should be used for GTT */ | ||
| 75 | #define AMDGPU_GEM_CREATE_CPU_GTT_USWC (1 << 2) | ||
| 76 | |||
| 77 | struct drm_amdgpu_gem_create_in { | ||
| 78 | /** the requested memory size */ | ||
| 79 | uint64_t bo_size; | ||
| 80 | /** physical start_addr alignment in bytes for some HW requirements */ | ||
| 81 | uint64_t alignment; | ||
| 82 | /** the requested memory domains */ | ||
| 83 | uint64_t domains; | ||
| 84 | /** allocation flags */ | ||
| 85 | uint64_t domain_flags; | ||
| 86 | }; | ||
| 87 | |||
| 88 | struct drm_amdgpu_gem_create_out { | ||
| 89 | /** returned GEM object handle */ | ||
| 90 | uint32_t handle; | ||
| 91 | uint32_t _pad; | ||
| 92 | }; | ||
| 93 | |||
| 94 | union drm_amdgpu_gem_create { | ||
| 95 | struct drm_amdgpu_gem_create_in in; | ||
| 96 | struct drm_amdgpu_gem_create_out out; | ||
| 97 | }; | ||
| 98 | |||
| 99 | /** Opcode to create new residency list. */ | ||
| 100 | #define AMDGPU_BO_LIST_OP_CREATE 0 | ||
| 101 | /** Opcode to destroy previously created residency list */ | ||
| 102 | #define AMDGPU_BO_LIST_OP_DESTROY 1 | ||
| 103 | /** Opcode to update resource information in the list */ | ||
| 104 | #define AMDGPU_BO_LIST_OP_UPDATE 2 | ||
| 105 | |||
| 106 | struct drm_amdgpu_bo_list_in { | ||
| 107 | /** Type of operation */ | ||
| 108 | uint32_t operation; | ||
| 109 | /** Handle of list or 0 if we want to create one */ | ||
| 110 | uint32_t list_handle; | ||
| 111 | /** Number of BOs in list */ | ||
| 112 | uint32_t bo_number; | ||
| 113 | /** Size of each element describing BO */ | ||
| 114 | uint32_t bo_info_size; | ||
| 115 | /** Pointer to array describing BOs */ | ||
| 116 | uint64_t bo_info_ptr; | ||
| 117 | }; | ||
| 118 | |||
| 119 | struct drm_amdgpu_bo_list_entry { | ||
| 120 | /** Handle of BO */ | ||
| 121 | uint32_t bo_handle; | ||
| 122 | /** New (if specified) BO priority to be used during migration */ | ||
| 123 | uint32_t bo_priority; | ||
| 124 | }; | ||
| 125 | |||
| 126 | struct drm_amdgpu_bo_list_out { | ||
| 127 | /** Handle of resource list */ | ||
| 128 | uint32_t list_handle; | ||
| 129 | uint32_t _pad; | ||
| 130 | }; | ||
| 131 | |||
| 132 | union drm_amdgpu_bo_list { | ||
| 133 | struct drm_amdgpu_bo_list_in in; | ||
| 134 | struct drm_amdgpu_bo_list_out out; | ||
| 135 | }; | ||
| 136 | |||
| 137 | /* context related */ | ||
| 138 | #define AMDGPU_CTX_OP_ALLOC_CTX 1 | ||
| 139 | #define AMDGPU_CTX_OP_FREE_CTX 2 | ||
| 140 | #define AMDGPU_CTX_OP_QUERY_STATE 3 | ||
| 141 | |||
| 142 | /* GPU reset status */ | ||
| 143 | #define AMDGPU_CTX_NO_RESET 0 | ||
| 144 | /* this the context caused it */ | ||
| 145 | #define AMDGPU_CTX_GUILTY_RESET 1 | ||
| 146 | /* some other context caused it */ | ||
| 147 | #define AMDGPU_CTX_INNOCENT_RESET 2 | ||
| 148 | /* unknown cause */ | ||
| 149 | #define AMDGPU_CTX_UNKNOWN_RESET 3 | ||
| 150 | |||
| 151 | struct drm_amdgpu_ctx_in { | ||
| 152 | /** AMDGPU_CTX_OP_* */ | ||
| 153 | uint32_t op; | ||
| 154 | /** For future use, no flags defined so far */ | ||
| 155 | uint32_t flags; | ||
| 156 | uint32_t ctx_id; | ||
| 157 | uint32_t _pad; | ||
| 158 | }; | ||
| 159 | |||
| 160 | union drm_amdgpu_ctx_out { | ||
| 161 | struct { | ||
| 162 | uint32_t ctx_id; | ||
| 163 | uint32_t _pad; | ||
| 164 | } alloc; | ||
| 165 | |||
| 166 | struct { | ||
| 167 | /** For future use, no flags defined so far */ | ||
| 168 | uint64_t flags; | ||
| 169 | /** Number of resets caused by this context so far. */ | ||
| 170 | uint32_t hangs; | ||
| 171 | /** Reset status since the last call of the ioctl. */ | ||
| 172 | uint32_t reset_status; | ||
| 173 | } state; | ||
