projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2c7ab3
)
drm/nv04-nv30/clk: provide an empty domain list
author
Ben Skeggs
<bskeggs@redhat.com>
Thu, 14 Nov 2013 22:20:45 +0000
(08:20 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Tue, 3 Dec 2013 13:28:44 +0000
(23:28 +1000)
Reported-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/core/subdev/clock/nv04.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/core/subdev/clock/nv04.c
b/drivers/gpu/drm/nouveau/core/subdev/clock/nv04.c
index da50c1b129283923f841eef8c4192df09131f935..30c1f3a4158e3de87fd2bfb24592b9ea685b2d88 100644
(file)
--- a/
drivers/gpu/drm/nouveau/core/subdev/clock/nv04.c
+++ b/
drivers/gpu/drm/nouveau/core/subdev/clock/nv04.c
@@
-69,6
+69,11
@@
nv04_clock_pll_prog(struct nouveau_clock *clk, u32 reg1,
return 0;
}
+static struct nouveau_clocks
+nv04_domain[] = {
+ { nv_clk_src_max }
+};
+
static int
nv04_clock_ctor(struct nouveau_object *parent, struct nouveau_object *engine,
struct nouveau_oclass *oclass, void *data, u32 size,
@@
-77,7
+82,7
@@
nv04_clock_ctor(struct nouveau_object *parent, struct nouveau_object *engine,
struct nv04_clock_priv *priv;
int ret;
- ret = nouveau_clock_create(parent, engine, oclass,
NULL
, &priv);
+ ret = nouveau_clock_create(parent, engine, oclass,
nv04_domain
, &priv);
*pobject = nv_object(priv);
if (ret)
return ret;