|
| int | nouveau_mem_exec (struct nouveau_mem_exec_func *, struct nouveau_pm_level *) |
| |
| int | nouveau_pm_init (struct drm_device *dev) |
| |
| void | nouveau_pm_fini (struct drm_device *dev) |
| |
| void | nouveau_pm_resume (struct drm_device *dev) |
| |
| void | nouveau_pm_trigger (struct drm_device *dev) |
| |
| void | nouveau_volt_init (struct drm_device *) |
| |
| void | nouveau_volt_fini (struct drm_device *) |
| |
| int | nouveau_volt_vid_lookup (struct drm_device *, int voltage) |
| |
| int | nouveau_volt_lvl_lookup (struct drm_device *, int vid) |
| |
| int | nouveau_voltage_gpio_get (struct drm_device *) |
| |
| int | nouveau_voltage_gpio_set (struct drm_device *, int voltage) |
| |
| void | nouveau_perf_init (struct drm_device *) |
| |
| void | nouveau_perf_fini (struct drm_device *) |
| |
| u8 * | nouveau_perf_rammap (struct drm_device *, u32 freq, u8 *ver, u8 *hdr, u8 *cnt, u8 *len) |
| |
| u8 * | nouveau_perf_ramcfg (struct drm_device *, u32 freq, u8 *ver, u8 *len) |
| |
| u8 * | nouveau_perf_timing (struct drm_device *, u32 freq, u8 *ver, u8 *len) |
| |
| void | nouveau_mem_timing_init (struct drm_device *) |
| |
| void | nouveau_mem_timing_fini (struct drm_device *) |
| |
| int | nv04_pm_clocks_get (struct drm_device *, struct nouveau_pm_level *) |
| |
| void * | nv04_pm_clocks_pre (struct drm_device *, struct nouveau_pm_level *) |
| |
| int | nv04_pm_clocks_set (struct drm_device *, void *) |
| |
| int | nv40_pm_clocks_get (struct drm_device *, struct nouveau_pm_level *) |
| |
| void * | nv40_pm_clocks_pre (struct drm_device *, struct nouveau_pm_level *) |
| |
| int | nv40_pm_clocks_set (struct drm_device *, void *) |
| |
| int | nv40_pm_pwm_get (struct drm_device *, int, u32 *, u32 *) |
| |
| int | nv40_pm_pwm_set (struct drm_device *, int, u32, u32) |
| |
| int | nv50_pm_clocks_get (struct drm_device *, struct nouveau_pm_level *) |
| |
| void * | nv50_pm_clocks_pre (struct drm_device *, struct nouveau_pm_level *) |
| |
| int | nv50_pm_clocks_set (struct drm_device *, void *) |
| |
| int | nv50_pm_pwm_get (struct drm_device *, int, u32 *, u32 *) |
| |
| int | nv50_pm_pwm_set (struct drm_device *, int, u32, u32) |
| |
| int | nva3_pm_clocks_get (struct drm_device *, struct nouveau_pm_level *) |
| |
| void * | nva3_pm_clocks_pre (struct drm_device *, struct nouveau_pm_level *) |
| |
| int | nva3_pm_clocks_set (struct drm_device *, void *) |
| |
| int | nvc0_pm_clocks_get (struct drm_device *, struct nouveau_pm_level *) |
| |
| void * | nvc0_pm_clocks_pre (struct drm_device *, struct nouveau_pm_level *) |
| |
| int | nvc0_pm_clocks_set (struct drm_device *, void *) |
| |
| int | nouveau_mem_timing_calc (struct drm_device *, u32 freq, struct nouveau_pm_memtiming *) |
| |
| void | nouveau_mem_timing_read (struct drm_device *, struct nouveau_pm_memtiming *) |
| |