|
@@ -687,9 +687,7 @@ static int submit_context(struct intel_vgpu *vgpu, int ring_id,
|
|
|
}
|
|
|
|
|
|
if (emulate_schedule_in)
|
|
|
- memcpy(&workload->elsp_dwords,
|
|
|
- &vgpu->execlist[ring_id].elsp_dwords,
|
|
|
- sizeof(workload->elsp_dwords));
|
|
|
+ workload->elsp_dwords = vgpu->execlist[ring_id].elsp_dwords;
|
|
|
|
|
|
gvt_dbg_el("workload %p ring id %d head %x tail %x start %x ctl %x\n",
|
|
|
workload, ring_id, head, tail, start, ctl);
|