Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
radeon_legacy_crtc.c File Reference
#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"

Go to the source code of this file.

Functions

int radeon_crtc_set_base (struct drm_crtc *crtc, int x, int y, struct drm_framebuffer *old_fb)
 
int radeon_crtc_set_base_atomic (struct drm_crtc *crtc, struct drm_framebuffer *fb, int x, int y, enum mode_set_atomic state)
 
int radeon_crtc_do_set_base (struct drm_crtc *crtc, struct drm_framebuffer *fb, int x, int y, int atomic)
 
void radeon_legacy_init_crtc (struct drm_device *dev, struct radeon_crtc *radeon_crtc)
 

Function Documentation

int radeon_crtc_do_set_base ( struct drm_crtc crtc,
struct drm_framebuffer fb,
int  x,
int  y,
int  atomic 
)

Definition at line 367 of file radeon_legacy_crtc.c.

int radeon_crtc_set_base ( struct drm_crtc crtc,
int  x,
int  y,
struct drm_framebuffer old_fb 
)

Definition at line 354 of file radeon_legacy_crtc.c.

int radeon_crtc_set_base_atomic ( struct drm_crtc crtc,
struct drm_framebuffer fb,
int  x,
int  y,
enum mode_set_atomic  state 
)

Definition at line 360 of file radeon_legacy_crtc.c.

void radeon_legacy_init_crtc ( struct drm_device dev,
struct radeon_crtc radeon_crtc 
)

Definition at line 1075 of file radeon_legacy_crtc.c.