Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
r200.c File Reference
#include <drm/drmP.h>
#include <drm/radeon_drm.h>
#include "radeon_reg.h"
#include "radeon.h"
#include "radeon_asic.h"
#include "r100d.h"
#include "r200_reg_safe.h"
#include "r100_track.h"

Go to the source code of this file.

Functions

int r200_copy_dma (struct radeon_device *rdev, uint64_t src_offset, uint64_t dst_offset, unsigned num_gpu_pages, struct radeon_fence **fence)
 
int r200_packet0_check (struct radeon_cs_parser *p, struct radeon_cs_packet *pkt, unsigned idx, unsigned reg)
 
void r200_set_safe_registers (struct radeon_device *rdev)
 

Function Documentation

int r200_copy_dma ( struct radeon_device rdev,
uint64_t  src_offset,
uint64_t  dst_offset,
unsigned  num_gpu_pages,
struct radeon_fence **  fence 
)

Definition at line 83 of file r200.c.

int r200_packet0_check ( struct radeon_cs_parser p,
struct radeon_cs_packet pkt,
unsigned  idx,
unsigned  reg 
)

Definition at line 142 of file r200.c.

void r200_set_safe_registers ( struct radeon_device rdev)

Definition at line 544 of file r200.c.