Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu.h983 struct amdgpu_cs_parser { struct
984 struct amdgpu_device *adev;
985 struct drm_file *filp;
986 struct amdgpu_ctx *ctx;
989 unsigned nchunks;
990 struct amdgpu_cs_chunk *chunks;
1016 static inline u32 amdgpu_get_ib_value(struct amdgpu_cs_parser *p, in amdgpu_get_ib_value() argument