Linux Kernel
3.7.1
|
#include <drm/drmP.h>
#include <drm/drm_crtc_helper.h>
#include <drm/radeon_drm.h>
#include <drm/drm_fixed.h>
#include "radeon.h"
#include "atom.h"
#include "atom-bits.h"
Go to the source code of this file.
Data Structures | |
union | atom_enable_ss |
union | adjust_pixel_clock |
union | set_pixel_clock |
Functions | |
void | atombios_crtc_dpms (struct drm_crtc *crtc, int mode) |
int | atombios_crtc_set_base (struct drm_crtc *crtc, int x, int y, struct drm_framebuffer *old_fb) |
int | atombios_crtc_set_base_atomic (struct drm_crtc *crtc, struct drm_framebuffer *fb, int x, int y, enum mode_set_atomic state) |
void | radeon_atom_disp_eng_pll_init (struct radeon_device *rdev) |
int | atombios_crtc_mode_set (struct drm_crtc *crtc, struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode, int x, int y, struct drm_framebuffer *old_fb) |
void | radeon_atombios_init_crtc (struct drm_device *dev, struct radeon_crtc *radeon_crtc) |
Definition at line 244 of file atombios_crtc.c.
int atombios_crtc_mode_set | ( | struct drm_crtc * | crtc, |
struct drm_display_mode * | mode, | ||
struct drm_display_mode * | adjusted_mode, | ||
int | x, | ||
int | y, | ||
struct drm_framebuffer * | old_fb | ||
) |
Definition at line 1739 of file atombios_crtc.c.
int atombios_crtc_set_base | ( | struct drm_crtc * | crtc, |
int | x, | ||
int | y, | ||
struct drm_framebuffer * | old_fb | ||
) |
Definition at line 1431 of file atombios_crtc.c.
int atombios_crtc_set_base_atomic | ( | struct drm_crtc * | crtc, |
struct drm_framebuffer * | fb, | ||
int | x, | ||
int | y, | ||
enum mode_set_atomic | state | ||
) |
Definition at line 1445 of file atombios_crtc.c.
void radeon_atom_disp_eng_pll_init | ( | struct radeon_device * | rdev | ) |
Definition at line 1719 of file atombios_crtc.c.
void radeon_atombios_init_crtc | ( | struct drm_device * | dev, |
struct radeon_crtc * | radeon_crtc | ||
) |
Definition at line 1893 of file atombios_crtc.c.