projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eba5e56
)
drm/nouveau/mc/gf100: add pmu to reset mask
author
Ben Skeggs
<bskeggs@redhat.com>
Thu, 20 Jul 2017 04:04:42 +0000
(14:04 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Tue, 22 Aug 2017 08:04:30 +0000
(18:04 +1000)
An upcoming commit will replace direct NV_PMC register bashing from PMU
with a call to the proper function.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/subdev/mc/gf100.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nvkm/subdev/mc/gf100.c
b/drivers/gpu/drm/nouveau/nvkm/subdev/mc/gf100.c
index
d2c4d60
..
f937664
100644
(file)
--- a/
drivers/gpu/drm/nouveau/nvkm/subdev/mc/gf100.c
+++ b/
drivers/gpu/drm/nouveau/nvkm/subdev/mc/gf100.c
@@
-27,6
+27,7
@@
static const struct nvkm_mc_map
gf100_mc_reset[] = {
{ 0x00020000, NVKM_ENGINE_MSPDEC },
{ 0x00008000, NVKM_ENGINE_MSVLD },
+ { 0x00002000, NVKM_SUBDEV_PMU, true },
{ 0x00001000, NVKM_ENGINE_GR },
{ 0x00000100, NVKM_ENGINE_FIFO },
{ 0x00000080, NVKM_ENGINE_CE1 },