Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
nva3_pm.c File Reference
#include <drm/drmP.h>
#include "nouveau_drm.h"
#include "nouveau_bios.h"
#include "nouveau_pm.h"
#include <subdev/bios/pll.h>
#include <subdev/bios.h>
#include <subdev/clock.h>
#include <subdev/timer.h>
#include <subdev/fb.h>

Go to the source code of this file.

Data Structures

struct  creg
 
struct  nva3_pm_state
 

Functions

int nva3_pm_clocks_get (struct drm_device *dev, struct nouveau_pm_level *perflvl)
 
voidnva3_pm_clocks_pre (struct drm_device *dev, struct nouveau_pm_level *perflvl)
 
int nva3_pm_clocks_set (struct drm_device *dev, void *pre_state)
 

Function Documentation

int nva3_pm_clocks_get ( struct drm_device dev,
struct nouveau_pm_level perflvl 
)

Definition at line 243 of file nva3_pm.c.

void* nva3_pm_clocks_pre ( struct drm_device dev,
struct nouveau_pm_level perflvl 
)

Definition at line 274 of file nva3_pm.c.

int nva3_pm_clocks_set ( struct drm_device dev,
void pre_state 
)

Definition at line 581 of file nva3_pm.c.