Searched defs:amdgpu_cs_parser (Results 1 – 1 of 1) sorted by relevance
496 struct amdgpu_cs_parser { struct497 struct amdgpu_device *adev;498 struct drm_file *filp;499 struct amdgpu_ctx *ctx;502 unsigned nchunks;503 struct amdgpu_cs_chunk *chunks;528 static inline u32 amdgpu_get_ib_value(struct amdgpu_cs_parser *p, in amdgpu_get_ib_value() argument