diff options
author | Martin Peres <martin.peres@labri.fr> | 2012-08-29 20:31:59 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2012-10-02 23:13:13 -0400 |
commit | d46497dce7376e9d3e2e10c59d92e1c3b665b5dd (patch) | |
tree | 9494a77fb4b375f724676ea0ee771228c012ddec /drivers/gpu/drm/nouveau/Makefile | |
parent | 32334cc03a12c51f64613608a8b261738406e1e2 (diff) |
drm/nouveau/bios: parse the pwm divisor from the perf table
v2: perf_table now is more in line with the other functions
Signed-off-by: Martin Peres <martin.peres@labri.fr>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r-- | drivers/gpu/drm/nouveau/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile index 6adf1455255c..1b05d114deea 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile | |||
@@ -35,6 +35,7 @@ nouveau-y += core/subdev/bios/gpio.o | |||
35 | nouveau-y += core/subdev/bios/i2c.o | 35 | nouveau-y += core/subdev/bios/i2c.o |
36 | nouveau-y += core/subdev/bios/init.o | 36 | nouveau-y += core/subdev/bios/init.o |
37 | nouveau-y += core/subdev/bios/mxm.o | 37 | nouveau-y += core/subdev/bios/mxm.o |
38 | nouveau-y += core/subdev/bios/perf.o | ||
38 | nouveau-y += core/subdev/bios/pll.o | 39 | nouveau-y += core/subdev/bios/pll.o |
39 | nouveau-y += core/subdev/bios/therm.o | 40 | nouveau-y += core/subdev/bios/therm.o |
40 | nouveau-y += core/subdev/clock/nv04.o | 41 | nouveau-y += core/subdev/clock/nv04.o |