|
Linux Kernel
3.7.1
|
#include <drm/drmP.h>#include <drm/radeon_drm.h>#include "radeon_reg.h"#include "radeon.h"#include "atom.h"Go to the source code of this file.
| void radeon_get_clock_info | ( | struct drm_device * | dev | ) |
Definition at line 175 of file radeon_clocks.c.
| uint32_t radeon_legacy_get_engine_clock | ( | struct radeon_device * | rdev | ) |
Definition at line 35 of file radeon_clocks.c.
| uint32_t radeon_legacy_get_memory_clock | ( | struct radeon_device * | rdev | ) |
Definition at line 65 of file radeon_clocks.c.
| void radeon_legacy_set_clock_gating | ( | struct radeon_device * | rdev, |
| int | enable | ||
| ) |
Definition at line 471 of file radeon_clocks.c.
| void radeon_legacy_set_engine_clock | ( | struct radeon_device * | rdev, |
| uint32_t | eng_clock | ||
| ) |
Definition at line 385 of file radeon_clocks.c.
1.8.2