Subversion Repositories Kolibri OS

Rev

Rev 6104 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6104 Rev 7146
Line 720... Line 720...
720
 
720
 
721
	radeon_ib_free(rdev, &ib);
721
	radeon_ib_free(rdev, &ib);
722
	return r;
722
	return r;
Line -... Line 723...
-
 
723
}
723
}
724
 
724
 
725
/*
725
/* multiple fence commands without any stream commands in between can
726
 * multiple fence commands without any stream commands in between can
-
 
727
 * crash the vcpu so just try to emmit a dummy create/destroy msg to
726
   crash the vcpu so just try to emmit a dummy create/destroy msg to
728
 * avoid this
727
   avoid this */
729
 */
728
int radeon_uvd_get_create_msg(struct radeon_device *rdev, int ring,
730
int radeon_uvd_get_create_msg(struct radeon_device *rdev, int ring,
729
			      uint32_t handle, struct radeon_fence **fence)
731
			      uint32_t handle, struct radeon_fence **fence)
730
{
732
{