Lines Matching defs:amdgpu_cs_parser
1246 struct amdgpu_cs_parser { struct
1247 struct amdgpu_device *adev;
1248 struct drm_file *filp;
1249 struct amdgpu_ctx *ctx;
1250 struct amdgpu_bo_list *bo_list;
1252 unsigned nchunks;
1253 struct amdgpu_cs_chunk *chunks;
1255 struct amdgpu_bo_list_entry *vm_bos;
1256 struct list_head validated;
1257 struct fence *fence;
1281 static inline u32 amdgpu_get_ib_value(struct amdgpu_cs_parser *p, uint32_t ib_idx, int idx) in amdgpu_get_ib_value() argument