sq_work           302 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h 	struct sq_work			sq_work;
sq_work          2009 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	INIT_WORK(&adev->gfx.sq_work.work, gfx_v8_0_sq_irq_work_func);
sq_work          6885 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	struct amdgpu_device *adev = container_of(work, struct amdgpu_device, gfx.sq_work.work);
sq_work          6886 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	struct sq_work *sq_work = container_of(work, struct sq_work, work);
sq_work          6888 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	gfx_v8_0_parse_sq_irq(adev, sq_work->ih_data);
sq_work          6902 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	if (work_pending(&adev->gfx.sq_work.work)) {
sq_work          6905 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 		adev->gfx.sq_work.ih_data = ih_data;
sq_work          6906 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 		schedule_work(&adev->gfx.sq_work.work);