]> Git Repo - linux.git/blob - drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h
drm/amdgpu: fix pin domain compatibility check
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_virt.h
1 /*
2  * Copyright 2016 Advanced Micro Devices, Inc.
3  *
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:
10  *
11  * The above copyright notice and this permission notice shall be included in
12  * all copies or substantial portions of the Software.
13  *
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.
21  *
22  * Author: [email protected]
23  */
24 #ifndef AMDGPU_VIRT_H
25 #define AMDGPU_VIRT_H
26
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 */
32
33 struct amdgpu_mm_table {
34         struct amdgpu_bo        *bo;
35         uint32_t                *cpu_addr;
36         uint64_t                gpu_addr;
37 };
38
39 #define AMDGPU_VF_ERROR_ENTRY_SIZE    16
40
41 /* struct error_entry - amdgpu VF error information. */
42 struct amdgpu_vf_error_buffer {
43         struct mutex lock;
44         int read_count;
45         int write_count;
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];
49 };
50
51 /**
52  * struct amdgpu_virt_ops - amdgpu device virt operations
53  */
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);
60 };
61
62 /*
63  * Firmware Reserve Frame buffer
64  */
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;
69 };
70 /*
71  * Defination between PF and VF
72  * Structures forcibly aligned to 4 to keep the same style as PF.
73  */
74 #define AMDGIM_DATAEXCHANGE_OFFSET              (64 * 1024)
75
76 #define AMDGIM_GET_STRUCTURE_RESERVED_SIZE(total, u8, u16, u32, u64) \
77                 (total - (((u8)+3) / 4 + ((u16)+1) / 2 + (u32) + (u64)*2))
78
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,
84 };
85
86 struct amdgim_pf2vf_info_header {
87         /* the total structure size in byte. */
88         uint32_t size;
89         /* version of this structure, written by the GIM */
90         uint32_t version;
91 } __aligned(4);
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;
109 } __aligned(4);
110
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 */
115         uint32_t checksum;
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)];
139 } __aligned(4);
140
141
142 struct amdgim_vf2pf_info_header {
143         /* the total structure size in byte. */
144         uint32_t size;
145         /*version of this structure, written by the guest */
146         uint32_t version;
147 } __aligned(4);
148
149 struct amdgim_vf2pf_info_v1 {
150         /* header contains size and version */
151         struct amdgim_vf2pf_info_header header;
152         /* driver version */
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;
177 } __aligned(4);
178
179 struct amdgim_vf2pf_info_v2 {
180         /* header contains size and version */
181         struct amdgim_vf2pf_info_header header;
182         uint32_t checksum;
183         /* driver version */
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 */
188         uint32_t os_info;
189         /* in the unit of 1M */
190         uint32_t fb_usage;
191         /* guest gfx engine usage percentage */
192         uint32_t gfx_usage;
193         /* guest gfx engine health percentage */
194         uint32_t gfx_health;
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)];
208 } __aligned(4);
209
210 #define AMDGPU_FW_VRAM_VF2PF_VER 2
211 typedef struct amdgim_vf2pf_info_v2 amdgim_vf2pf_info ;
212
213 #define AMDGPU_FW_VRAM_VF2PF_WRITE(adev, field, val) \
214         do { \
215                 ((amdgim_vf2pf_info *)adev->virt.fw_reserve.p_vf2pf)->field = (val); \
216         } while (0)
217
218 #define AMDGPU_FW_VRAM_VF2PF_READ(adev, field, val) \
219         do { \
220                 (*val) = ((amdgim_vf2pf_info *)adev->virt.fw_reserve.p_vf2pf)->field; \
221         } while (0)
222
223 #define AMDGPU_FW_VRAM_PF2VF_READ(adev, field, val) \
224         do { \
225                 if (!adev->virt.fw_reserve.p_pf2vf) \
226                         *(val) = 0; \
227                 else { \
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; \
232                 } \
233         } while (0)
234
235 /* GPU virtualization */
236 struct amdgpu_virt {
237         uint32_t                        caps;
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;
250 };
251
252 #define AMDGPU_CSA_SIZE    (8 * 1024)
253 #define AMDGPU_CSA_VADDR   (AMDGPU_VA_RESERVED_SIZE - AMDGPU_CSA_SIZE)
254
255 #define amdgpu_sriov_enabled(adev) \
256 ((adev)->virt.caps & AMDGPU_SRIOV_CAPS_ENABLE_IOV)
257
258 #define amdgpu_sriov_vf(adev) \
259 ((adev)->virt.caps & AMDGPU_SRIOV_CAPS_IS_VF)
260
261 #define amdgpu_sriov_bios(adev) \
262 ((adev)->virt.caps & AMDGPU_SRIOV_CAPS_SRIOV_VBIOS)
263
264 #define amdgpu_sriov_runtime(adev) \
265 ((adev)->virt.caps & AMDGPU_SRIOV_CAPS_RUNTIME)
266
267 #define amdgpu_passthrough(adev) \
268 ((adev)->virt.caps & AMDGPU_PASSTHROUGH_MODE)
269
270 static inline bool is_virtual_machine(void)
271 {
272 #ifdef CONFIG_X86
273         return boot_cpu_has(X86_FEATURE_HYPERVISOR);
274 #else
275         return false;
276 #endif
277 }
278
279 struct amdgpu_vm;
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,
295                                         unsigned int key,
296                                         unsigned int chksum);
297 void amdgpu_virt_init_data_exchange(struct amdgpu_device *adev);
298
299 #endif
This page took 0.051804 seconds and 4 git commands to generate.