2 * Copyright 2016 Advanced Micro Devices, Inc.
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
11 * The above copyright notice and this permission notice shall be included in
12 * all copies or substantial portions of the Software.
14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20 * OTHER DEALINGS IN THE SOFTWARE.
27 #define AMDGPU_SRIOV_CAPS_SRIOV_VBIOS (1 << 0) /* vBIOS is sr-iov ready */
28 #define AMDGPU_SRIOV_CAPS_ENABLE_IOV (1 << 1) /* sr-iov is enabled on this GPU */
29 #define AMDGPU_SRIOV_CAPS_IS_VF (1 << 2) /* this GPU is a virtual function */
30 #define AMDGPU_PASSTHROUGH_MODE (1 << 3) /* thw whole GPU is pass through for VM */
31 #define AMDGPU_SRIOV_CAPS_RUNTIME (1 << 4) /* is out of full access mode */
33 struct amdgpu_mm_table {
39 #define AMDGPU_VF_ERROR_ENTRY_SIZE 16
41 /* struct error_entry - amdgpu VF error information. */
42 struct amdgpu_vf_error_buffer {
46 uint16_t code[AMDGPU_VF_ERROR_ENTRY_SIZE];
47 uint16_t flags[AMDGPU_VF_ERROR_ENTRY_SIZE];
48 uint64_t data[AMDGPU_VF_ERROR_ENTRY_SIZE];
52 * struct amdgpu_virt_ops - amdgpu device virt operations
54 struct amdgpu_virt_ops {
55 int (*req_full_gpu)(struct amdgpu_device *adev, bool init);
56 int (*rel_full_gpu)(struct amdgpu_device *adev, bool init);
57 int (*reset_gpu)(struct amdgpu_device *adev);
58 int (*wait_reset)(struct amdgpu_device *adev);
59 void (*trans_msg)(struct amdgpu_device *adev, u32 req, u32 data1, u32 data2, u32 data3);
63 * Firmware Reserve Frame buffer
65 struct amdgpu_virt_fw_reserve {
66 struct amdgim_pf2vf_info_header *p_pf2vf;
67 struct amdgim_vf2pf_info_header *p_vf2pf;
68 unsigned int checksum_key;
71 * Defination between PF and VF
72 * Structures forcibly aligned to 4 to keep the same style as PF.
74 #define AMDGIM_DATAEXCHANGE_OFFSET (64 * 1024)
76 #define AMDGIM_GET_STRUCTURE_RESERVED_SIZE(total, u8, u16, u32, u64) \
77 (total - (((u8)+3) / 4 + ((u16)+1) / 2 + (u32) + (u64)*2))
79 enum AMDGIM_FEATURE_FLAG {
80 /* GIM supports feature of Error log collecting */
81 AMDGIM_FEATURE_ERROR_LOG_COLLECT = 0x1,
82 /* GIM supports feature of loading uCodes */
83 AMDGIM_FEATURE_GIM_LOAD_UCODES = 0x2,
86 struct amdgim_pf2vf_info_header {
87 /* the total structure size in byte. */
89 /* version of this structure, written by the GIM */
92 struct amdgim_pf2vf_info_v1 {
93 /* header contains size and version */
94 struct amdgim_pf2vf_info_header header;
95 /* max_width * max_height */
96 unsigned int uvd_enc_max_pixels_count;
97 /* 16x16 pixels/sec, codec independent */
98 unsigned int uvd_enc_max_bandwidth;
99 /* max_width * max_height */
100 unsigned int vce_enc_max_pixels_count;
101 /* 16x16 pixels/sec, codec independent */
102 unsigned int vce_enc_max_bandwidth;
103 /* MEC FW position in kb from the start of visible frame buffer */
104 unsigned int mecfw_kboffset;
105 /* The features flags of the GIM driver supports. */
106 unsigned int feature_flags;
107 /* use private key from mailbox 2 to create chueksum */
108 unsigned int checksum;
111 struct amdgim_pf2vf_info_v2 {
112 /* header contains size and version */
113 struct amdgim_pf2vf_info_header header;
114 /* use private key from mailbox 2 to create chueksum */
116 /* The features flags of the GIM driver supports. */
117 uint32_t feature_flags;
118 /* max_width * max_height */
119 uint32_t uvd_enc_max_pixels_count;
120 /* 16x16 pixels/sec, codec independent */
121 uint32_t uvd_enc_max_bandwidth;
122 /* max_width * max_height */
123 uint32_t vce_enc_max_pixels_count;
124 /* 16x16 pixels/sec, codec independent */
125 uint32_t vce_enc_max_bandwidth;
126 /* MEC FW position in kb from the start of VF visible frame buffer */
127 uint64_t mecfw_kboffset;
128 /* MEC FW size in KB */
129 uint32_t mecfw_ksize;
130 /* UVD FW position in kb from the start of VF visible frame buffer */
131 uint64_t uvdfw_kboffset;
132 /* UVD FW size in KB */
133 uint32_t uvdfw_ksize;
134 /* VCE FW position in kb from the start of VF visible frame buffer */
135 uint64_t vcefw_kboffset;
136 /* VCE FW size in KB */
137 uint32_t vcefw_ksize;
138 uint32_t reserved[AMDGIM_GET_STRUCTURE_RESERVED_SIZE(256, 0, 0, (9 + sizeof(struct amdgim_pf2vf_info_header)/sizeof(uint32_t)), 3)];
142 struct amdgim_vf2pf_info_header {
143 /* the total structure size in byte. */
145 /*version of this structure, written by the guest */
149 struct amdgim_vf2pf_info_v1 {
150 /* header contains size and version */
151 struct amdgim_vf2pf_info_header header;
153 char driver_version[64];
154 /* driver certification, 1=WHQL, 0=None */
155 unsigned int driver_cert;
156 /* guest OS type and version: need a define */
157 unsigned int os_info;
158 /* in the unit of 1M */
159 unsigned int fb_usage;
160 /* guest gfx engine usage percentage */
161 unsigned int gfx_usage;
162 /* guest gfx engine health percentage */
163 unsigned int gfx_health;
164 /* guest compute engine usage percentage */
165 unsigned int compute_usage;
166 /* guest compute engine health percentage */
167 unsigned int compute_health;
168 /* guest vce engine usage percentage. 0xffff means N/A. */
169 unsigned int vce_enc_usage;
170 /* guest vce engine health percentage. 0xffff means N/A. */
171 unsigned int vce_enc_health;
172 /* guest uvd engine usage percentage. 0xffff means N/A. */
173 unsigned int uvd_enc_usage;
174 /* guest uvd engine usage percentage. 0xffff means N/A. */
175 unsigned int uvd_enc_health;
176 unsigned int checksum;
179 struct amdgim_vf2pf_info_v2 {
180 /* header contains size and version */
181 struct amdgim_vf2pf_info_header header;
184 uint8_t driver_version[64];
185 /* driver certification, 1=WHQL, 0=None */
186 uint32_t driver_cert;
187 /* guest OS type and version: need a define */
189 /* in the unit of 1M */
191 /* guest gfx engine usage percentage */
193 /* guest gfx engine health percentage */
195 /* guest compute engine usage percentage */
196 uint32_t compute_usage;
197 /* guest compute engine health percentage */
198 uint32_t compute_health;
199 /* guest vce engine usage percentage. 0xffff means N/A. */
200 uint32_t vce_enc_usage;
201 /* guest vce engine health percentage. 0xffff means N/A. */
202 uint32_t vce_enc_health;
203 /* guest uvd engine usage percentage. 0xffff means N/A. */
204 uint32_t uvd_enc_usage;
205 /* guest uvd engine usage percentage. 0xffff means N/A. */
206 uint32_t uvd_enc_health;
207 uint32_t reserved[AMDGIM_GET_STRUCTURE_RESERVED_SIZE(256, 64, 0, (12 + sizeof(struct amdgim_vf2pf_info_header)/sizeof(uint32_t)), 0)];
210 #define AMDGPU_FW_VRAM_VF2PF_VER 2
211 typedef struct amdgim_vf2pf_info_v2 amdgim_vf2pf_info ;
213 #define AMDGPU_FW_VRAM_VF2PF_WRITE(adev, field, val) \
215 ((amdgim_vf2pf_info *)adev->virt.fw_reserve.p_vf2pf)->field = (val); \
218 #define AMDGPU_FW_VRAM_VF2PF_READ(adev, field, val) \
220 (*val) = ((amdgim_vf2pf_info *)adev->virt.fw_reserve.p_vf2pf)->field; \
223 #define AMDGPU_FW_VRAM_PF2VF_READ(adev, field, val) \
225 if (!adev->virt.fw_reserve.p_pf2vf) \
228 if (adev->virt.fw_reserve.p_pf2vf->version == 1) \
229 *(val) = ((struct amdgim_pf2vf_info_v1 *)adev->virt.fw_reserve.p_pf2vf)->field; \
230 if (adev->virt.fw_reserve.p_pf2vf->version == 2) \
231 *(val) = ((struct amdgim_pf2vf_info_v2 *)adev->virt.fw_reserve.p_pf2vf)->field; \
235 /* GPU virtualization */
238 struct amdgpu_bo *csa_obj;
239 uint64_t csa_vmid0_addr;
240 bool chained_ib_support;
241 uint32_t reg_val_offs;
242 struct mutex lock_reset;
243 struct amdgpu_irq_src ack_irq;
244 struct amdgpu_irq_src rcv_irq;
245 struct work_struct flr_work;
246 struct amdgpu_mm_table mm_table;
247 const struct amdgpu_virt_ops *ops;
248 struct amdgpu_vf_error_buffer vf_errors;
249 struct amdgpu_virt_fw_reserve fw_reserve;
252 #define AMDGPU_CSA_SIZE (8 * 1024)
253 #define AMDGPU_CSA_VADDR (AMDGPU_VA_RESERVED_SIZE - AMDGPU_CSA_SIZE)
255 #define amdgpu_sriov_enabled(adev) \
256 ((adev)->virt.caps & AMDGPU_SRIOV_CAPS_ENABLE_IOV)
258 #define amdgpu_sriov_vf(adev) \
259 ((adev)->virt.caps & AMDGPU_SRIOV_CAPS_IS_VF)
261 #define amdgpu_sriov_bios(adev) \
262 ((adev)->virt.caps & AMDGPU_SRIOV_CAPS_SRIOV_VBIOS)
264 #define amdgpu_sriov_runtime(adev) \
265 ((adev)->virt.caps & AMDGPU_SRIOV_CAPS_RUNTIME)
267 #define amdgpu_passthrough(adev) \
268 ((adev)->virt.caps & AMDGPU_PASSTHROUGH_MODE)
270 static inline bool is_virtual_machine(void)
273 return boot_cpu_has(X86_FEATURE_HYPERVISOR);
280 bool amdgpu_virt_mmio_blocked(struct amdgpu_device *adev);
281 int amdgpu_allocate_static_csa(struct amdgpu_device *adev);
282 int amdgpu_map_static_csa(struct amdgpu_device *adev, struct amdgpu_vm *vm,
283 struct amdgpu_bo_va **bo_va);
284 void amdgpu_virt_init_setting(struct amdgpu_device *adev);
285 uint32_t amdgpu_virt_kiq_rreg(struct amdgpu_device *adev, uint32_t reg);
286 void amdgpu_virt_kiq_wreg(struct amdgpu_device *adev, uint32_t reg, uint32_t v);
287 int amdgpu_virt_request_full_gpu(struct amdgpu_device *adev, bool init);
288 int amdgpu_virt_release_full_gpu(struct amdgpu_device *adev, bool init);
289 int amdgpu_virt_reset_gpu(struct amdgpu_device *adev);
290 int amdgpu_virt_wait_reset(struct amdgpu_device *adev);
291 int amdgpu_sriov_gpu_reset(struct amdgpu_device *adev, struct amdgpu_job *job);
292 int amdgpu_virt_alloc_mm_table(struct amdgpu_device *adev);
293 void amdgpu_virt_free_mm_table(struct amdgpu_device *adev);
294 int amdgpu_virt_fw_reserve_get_checksum(void *obj, unsigned long obj_size,
296 unsigned int chksum);
297 void amdgpu_virt_init_data_exchange(struct amdgpu_device *adev);