projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c237fd
)
drm/nouveau/fb: ram impl does not have an engine
author
Ben Skeggs
<bskeggs@redhat.com>
Fri, 5 Dec 2014 02:04:56 +0000
(12:04 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Thu, 22 Jan 2015 02:14:51 +0000
(12:14 +1000)
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/core/subdev/fb/base.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/nouveau/core/subdev/fb/base.c
b/drivers/gpu/drm/nouveau/core/subdev/fb/base.c
index 31869ff30740b61a0716d0e0e1e6b293b67899fe..090a7f2ac9b39fcad5b1930d595d20b752b9160b 100644
(file)
--- a/
drivers/gpu/drm/nouveau/core/subdev/fb/base.c
+++ b/
drivers/gpu/drm/nouveau/core/subdev/fb/base.c
@@
-128,7
+128,7
@@
nouveau_fb_create_(struct nouveau_object *parent, struct nouveau_object *engine,
pfb->memtype_valid = impl->memtype;
- ret = nouveau_object_ctor(nv_object(pfb),
nv_object(pfb)
,
+ ret = nouveau_object_ctor(nv_object(pfb),
NULL
,
impl->ram, NULL, 0, &ram);
if (ret) {
nv_fatal(pfb, "error detecting memory configuration!!\n");