Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
radeon_fb.c File Reference
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/fb.h>
#include <drm/drmP.h>
#include <drm/drm_crtc.h>
#include <drm/drm_crtc_helper.h>
#include <drm/radeon_drm.h>
#include "radeon.h"
#include <drm/drm_fb_helper.h>
#include <linux/vga_switcheroo.h>

Go to the source code of this file.

Data Structures

struct  radeon_fbdev
 

Functions

int radeon_align_pitch (struct radeon_device *rdev, int width, int bpp, bool tiled)
 
void radeon_fb_output_poll_changed (struct radeon_device *rdev)
 
int radeon_fbdev_init (struct radeon_device *rdev)
 
void radeon_fbdev_fini (struct radeon_device *rdev)
 
void radeon_fbdev_set_suspend (struct radeon_device *rdev, int state)
 
int radeon_fbdev_total_size (struct radeon_device *rdev)
 
bool radeon_fbdev_robj_is_fb (struct radeon_device *rdev, struct radeon_bo *robj)
 

Function Documentation

int radeon_align_pitch ( struct radeon_device rdev,
int  width,
int  bpp,
bool  tiled 
)

Definition at line 66 of file radeon_fb.c.

void radeon_fb_output_poll_changed ( struct radeon_device rdev)

Definition at line 318 of file radeon_fb.c.

void radeon_fbdev_fini ( struct radeon_device rdev)

Definition at line 384 of file radeon_fb.c.

int radeon_fbdev_init ( struct radeon_device rdev)

Definition at line 353 of file radeon_fb.c.

bool radeon_fbdev_robj_is_fb ( struct radeon_device rdev,
struct radeon_bo robj 
)

Definition at line 409 of file radeon_fb.c.

void radeon_fbdev_set_suspend ( struct radeon_device rdev,
int  state 
)

Definition at line 394 of file radeon_fb.c.

int radeon_fbdev_total_size ( struct radeon_device rdev)

Definition at line 399 of file radeon_fb.c.