diff options
| -rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_perf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_perf.c b/drivers/gpu/drm/nouveau/nouveau_perf.c index 92431a07d9bc..b70b6ef4ee78 100644 --- 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) | |||
| 253 | } | 253 | } |
| 254 | 254 | ||
| 255 | /* get the corresponding memory timings */ | 255 | /* get the corresponding memory timings */ |
| 256 | if (pm->memtimings.supported && version > 0x15) { | 256 | if (version > 0x15) { |
| 257 | /* last 3 args are for < 0x40, ignored for >= 0x40 */ | 257 | /* last 3 args are for < 0x40, ignored for >= 0x40 */ |
| 258 | perflvl->timing = | 258 | perflvl->timing = |
| 259 | nouveau_perf_timing(dev, &P, | 259 | nouveau_perf_timing(dev, &P, |
