commit | 30d2d9a54d48e4fefede0389ded1b6fc2d44a522 | [log] [tgz] |
---|---|---|
author | Jerome Glisse <jglisse@redhat.com> | Wed Jan 13 10:29:27 2010 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Thu Jan 14 11:53:36 2010 +1000 |
tree | f3cc8c5bd05bf6ae4605522f7f57d967fd25f30f | |
parent | 6398d42454ce1671b3422c34fd0f600c9c76c8b1 [diff] |
drm/radeon/kms: Fix r600 blit cleanup path r600 blit cleanup path need to check if a bo was allocated before trying to free or unpin it. This patch add this check and avoid oops when the initialization on r6xx or r7xx hw fails. Signed-off-by: Jerome Glisse <jglisse@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>