cnt_de           7234 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	int cnt_de;
cnt_de           7246 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 		cnt_de = (sizeof(de_payload.chained) >> 2) + 4 - 2;
cnt_de           7251 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 		cnt_de = (sizeof(de_payload.regular) >> 2) + 4 - 2;
cnt_de           7254 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	amdgpu_ring_write(ring, PACKET3(PACKET3_WRITE_DATA, cnt_de));
cnt_de           7261 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	amdgpu_ring_write_multiple(ring, (void *)&de_payload, cnt_de - 2);