Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
i915_gem_evict.c File Reference
#include <drm/drmP.h>
#include "i915_drv.h"
#include <drm/i915_drm.h>
#include "i915_trace.h"

Go to the source code of this file.

Functions

int i915_gem_evict_something (struct drm_device *dev, int min_size, unsigned alignment, unsigned cache_level, bool mappable, bool nonblocking)
 
int i915_gem_evict_everything (struct drm_device *dev)
 

Function Documentation

int i915_gem_evict_everything ( struct drm_device dev)

Definition at line 154 of file i915_gem_evict.c.

int i915_gem_evict_something ( struct drm_device dev,
int  min_size,
unsigned  alignment,
unsigned  cache_level,
bool  mappable,
bool  nonblocking 
)

Definition at line 45 of file i915_gem_evict.c.