Author: Jesse Barnes <[EMAIL PROTECTED]>
Date: Wed Oct 29 15:19:37 2008 -0700
DRM: i915: add support for memory mapping GEM objects
Add support to the i915 driver for mapping GEM objects. A new ioctl, the
GTT mapping ioctl, takes care of allocating a fake offset for a given
Author: Jesse Barnes <[EMAIL PROTECTED]>
Date: Wed Oct 29 15:16:52 2008 -0700
DRM: add core GEM memory map support
Add support for memory mapping of GEM objects, re-using some TTM code. The
basic approach is the same as TTM: create a fake offset for your object,
add it to t
Ok here's an updated patch set that takes into account most of your comments.
There are still a few open issues though:
- fence register allocation for pre-965 buffer execution
- unmap_mapping_range cost (it looked like the function would short-circuit
if there was nothing to do, but I di
http://bugs.freedesktop.org/show_bug.cgi?id=12092
Ian Romanick <[EMAIL PROTECTED]> changed:
What|Removed |Added
CC||[EMAIL PROTECTED]
-
Luc Verhaegen.
>From a280751e9dc3fa75fe4355edbb44815781547fc7 Mon Sep 17 00:00:00 2001
From: Luc Verhaegen <[EMAIL PROTECTED]>
Date: Wed, 29 Oct 2008 17:24:13 +0100
Subject: [PATCH] Automake: stop polluting ${prefix}/include
Fix up Makefiles and pkg-config file so that headers are installed into
$