Home
last modified time | relevance | path

Searched defs:amdgpu_cs_parser (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu.h978 struct amdgpu_cs_parser { struct
979 struct amdgpu_device *adev;
980 struct drm_file *filp;
981 struct amdgpu_ctx *ctx;
984 unsigned nchunks;
985 struct amdgpu_cs_chunk *chunks;
1011 static inline u32 amdgpu_get_ib_value(struct amdgpu_cs_parser *p, in amdgpu_get_ib_value() argument