Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
Gabriel Krisman Bertazi
linux
Commits
360a608c
Commit
360a608c
authored
7 years ago
by
Joonas Lahtinen
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'freedesktop.org/airlied/drm-next' into drm-tip
parents
091fbe08
659333de
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/amd/powerplay/hwmgr/hwmgr.c
+3
-3
3 additions, 3 deletions
drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c
with
3 additions
and
3 deletions
drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c
+
3
−
3
View file @
360a608c
...
...
@@ -124,9 +124,9 @@ static int phm_ctf_irq(void *private_data,
}
static
const
struct
cgs_irq_src_funcs
thermal_irq_src
[
3
]
=
{
{
NULL
,
phm_thermal_l2h_irq
},
{
NULL
,
phm_thermal_h2l_irq
},
{
NULL
,
phm_ctf_irq
}
{
.
handler
=
phm_thermal_l2h_irq
},
{
.
handler
=
phm_thermal_h2l_irq
},
{
.
handler
=
phm_ctf_irq
}
};
int
hwmgr_early_init
(
struct
pp_instance
*
handle
)
...
...
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