diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_drv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h index 01ee63a70cc9..ef74d40d1bf1 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drv.h +++ b/drivers/gpu/drm/nouveau/nouveau_drv.h | |||
@@ -385,6 +385,8 @@ struct nouveau_pm_level { | |||
385 | 385 | ||
386 | u8 voltage; | 386 | u8 voltage; |
387 | u8 fanspeed; | 387 | u8 fanspeed; |
388 | |||
389 | u16 memscript; | ||
388 | }; | 390 | }; |
389 | 391 | ||
390 | struct nouveau_pm_temp_sensor_constants { | 392 | struct nouveau_pm_temp_sensor_constants { |