Skip to content
Snippets Groups Projects
Commit 360a608c authored by Joonas Lahtinen's avatar Joonas Lahtinen
Browse files

Merge remote-tracking branch 'freedesktop.org/airlied/drm-next' into drm-tip

parents 091fbe08 659333de
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment