Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfx.h308 struct sq_work { struct
309 struct work_struct work;
310 unsigned ih_data;
402 struct sq_work sq_work; member
H A Dgfx_v8_0.c6760 struct sq_work *sq_work = container_of(work, struct sq_work, work); in gfx_v8_0_sq_irq_work_func() local