projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcfc768
)
drm/nouveau/pm: remove memtiming support check when assigning to perflvl
author
Ben Skeggs
<bskeggs@redhat.com>
Wed, 20 Apr 2011 01:34:39 +0000
(11:34 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Mon, 16 May 2011 00:50:38 +0000
(10:50 +1000)
Really not necessary here, we want to be able to see if/how we managed to
match a timingset to a performance level, even if we can't currently
program it.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_perf.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/nouveau/nouveau_perf.c
b/drivers/gpu/drm/nouveau/nouveau_perf.c
index 92431a07d9bc945732be02c4001432d988de1493..b70b6ef4ee78c04ca879b11821eb16e472718633 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nouveau_perf.c
+++ b/
drivers/gpu/drm/nouveau/nouveau_perf.c
@@
-253,7
+253,7
@@
nouveau_perf_init(struct drm_device *dev)
}
/* get the corresponding memory timings */
- if (
pm->memtimings.supported &&
version > 0x15) {
+ if (version > 0x15) {
/* last 3 args are for < 0x40, ignored for >= 0x40 */
perflvl->timing =
nouveau_perf_timing(dev, &P,