Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
OpenBMC Firmware
talos-obmc-linux
Commits
4153e584
Commit
4153e584
authored
15 years ago
by
Dave Airlie
Browse files
Options
Download
Email Patches
Plain Diff
drm/radeon/kms: more alignment for rv770.c with r600.c
Signed-off-by:
Dave Airlie
<
airlied@redhat.com
>
parent
9052aa24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
drivers/gpu/drm/radeon/rv770.c
drivers/gpu/drm/radeon/rv770.c
+5
-0
No files found.
drivers/gpu/drm/radeon/rv770.c
View file @
4153e584
...
...
@@ -29,6 +29,7 @@
#include <linux/platform_device.h>
#include "drmP.h"
#include "radeon.h"
#include "radeon_drm.h"
#include "rv770d.h"
#include "avivod.h"
#include "atom.h"
...
...
@@ -921,7 +922,11 @@ int rv770_suspend(struct radeon_device *rdev)
{
/* FIXME: we should wait for ring to be empty */
r700_cp_stop
(
rdev
);
rdev
->
cp
.
ready
=
false
;
rv770_pcie_gart_disable
(
rdev
);
/* unpin shaders bo */
radeon_object_unpin
(
rdev
->
r600_blit
.
shader_obj
);
return
0
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment