Skip to content

Commit

Permalink
drm/radeon/kms: merge conflicted badly
Browse files Browse the repository at this point in the history
Not sure why git didn't flag this, but the result of automerge
from 3.14-rc7 screwed up the radeon init procedure.

Reported-by: Fireburn on #radeon
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Dave Airlie committed Mar 20, 2014
1 parent 5a08c07 commit e84c20a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/gpu/drm/radeon/radeon_kms.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,10 +575,6 @@ int radeon_driver_open_kms(struct drm_device *dev, struct drm_file *file_priv)
if (r)
return r;

r = radeon_bo_reserve(rdev->ring_tmp_bo.bo, false);
if (r)
return r;

/* map the ib pool buffer read only into
* virtual address space */
bo_va = radeon_vm_bo_add(rdev, &fpriv->vm,
Expand Down

0 comments on commit e84c20a

Please sign in to comment.