Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KED Linux Kernel Fork
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KED Software Projects
Miscellaneous
KED Linux Kernel Fork
Commits
4361e52a
Commit
4361e52a
authored
15 years ago
by
Dave Airlie
Browse files
Options
Downloads
Patches
Plain Diff
drm/radeon/kms: fix warning about cur_placement being uninitialised.
Signed-off-by:
Dave Airlie
<
airlied@redhat.com
>
parent
115a5c2b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
drivers/gpu/drm/radeon/radeon_gem.c
+1
-1
1 addition, 1 deletion
drivers/gpu/drm/radeon/radeon_gem.c
with
1 addition
and
1 deletion
drivers/gpu/drm/radeon/radeon_gem.c
+
1
−
1
View file @
4361e52a
...
...
@@ -268,7 +268,7 @@ int radeon_gem_busy_ioctl(struct drm_device *dev, void *data,
struct
drm_gem_object
*
gobj
;
struct
radeon_bo
*
robj
;
int
r
;
uint32_t
cur_placement
;
uint32_t
cur_placement
=
0
;
gobj
=
drm_gem_object_lookup
(
dev
,
filp
,
args
->
handle
);
if
(
gobj
==
NULL
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment