aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* samsung update 1codeworkx2012-06-021-372/+476
* drm/i915: Fix object refcount leak on mmappable size limit error path.Eric Anholt2011-11-211-1/+1
* drm/i915: Fix unfenced alignment on pre-G33 hardwareChris Wilson2011-07-181-36/+35
* Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-06-281-2/+2
|\
| * drm/i915: Use chipset-specific irq installersChris Wilson2011-06-281-2/+2
* | drm/i915: use shmem_truncate_rangeHugh Dickins2011-06-271-5/+2
* | drm/i915: use shmem_read_mapping_pageHugh Dickins2011-06-271-17/+14
|/
* Revert "drm/i915: Kill GTT mappings when moving from GTT domain"Eric Anholt2011-06-211-6/+4
* drm/i915: Don't leak in i915_gem_shmem_pread_slow()Jesper Juhl2011-06-141-2/+4
* drm/915: fix relaxed tiling on gen2: tile heightDaniel Vetter2011-06-041-2/+3
* drm/i915: s/addr & ~PAGE_MASK/offset_in_page(addr)/Chris Wilson2011-06-041-11/+10
* vmscan: change shrinker API by passing shrink_control structYing Han2011-05-251-6/+3
* drm/i915: Add support for fence registers on Ivybridge.Eric Anholt2011-05-131-0/+2
* drm/i915: Use existing function instead of open-coding fence reg clear.Eric Anholt2011-05-131-18/+3
* drm/i915: Do not clflush snooped objectsChris Wilson2011-05-101-0/+11
* drm/i915: Rename agp_type to cache_levelChris Wilson2011-05-101-1/+1
* drm/i915: Avoid unmapping pages from a NULL address spaceChris Wilson2011-03-231-3/+4
* drm/i915: Fix use after free within tracepointChris Wilson2011-03-231-2/+2
* drm/i915: Restore missing command flush before interrupt on BLT ringChris Wilson2011-03-231-1/+6
* drm/i915: Fix computation of pitch for dumb bo creatorChris Wilson2011-03-231-1/+1
* drm/i915: Fix tiling corruption from pipelined fencingChris Wilson2011-03-231-27/+17
* drm/i915: Prevent racy removal of request from client listHerton Ronaldo Krzesinski2011-03-231-2/+4
* Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie2011-03-141-157/+148
|\
| * Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2011-03-071-1/+1
| |\
| | * drm/i915: Rebind the buffer if its alignment constraints changes with tilingChris Wilson2011-03-071-1/+1
| * | drm/i915: Use a device flag for non-interruptible phasesChris Wilson2011-02-221-36/+22
| * | drm/i915: Protect against drm_gem_object not being the first memberChris Wilson2011-02-221-9/+9
| * | drm/i915: i915_mutex_interruptible() returns -EINTRChris Wilson2011-02-111-0/+1
| * | drm/i915: Skip the no-op domain changes when already in CPU|GTT domainsChris Wilson2011-02-071-0/+6
| * | drm/i915: Refine tracepointsChris Wilson2011-02-071-94/+80
| * | drm/i915: Fix infinite loop regression from 21dd3734Chris Wilson2011-02-071-5/+25
| * | drm/i915: Defer reporting EIO until we try to use the GPUChris Wilson2011-01-271-22/+14
| * | drm/i915: Check wedged status before throttlingChris Wilson2011-01-271-0/+3
| * | drm/i915: Silence a few -Wunused-but-set-variableChris Wilson2011-01-251-3/+0
| |/
* | drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie2011-02-071-30/+73
|/
* drm/i915,agp/intel: Do not clear stolen entriesChris Wilson2011-01-241-3/+7
* drm/i915: Fix use of invalid array size for ring->sync_seqnoChris Wilson2011-01-231-1/+1
* drm/i915: If we hit OOM when allocating GTT pages, clear the apertureChris Wilson2011-01-111-8/+4
* drm/i915: Periodically flush the active lists and requestsChris Wilson2011-01-111-4/+26
* drm/i915: Propagate error from flushing the ringChris Wilson2011-01-111-34/+68
* drm/i915: Handle ringbuffer stalls when flushingChris Wilson2011-01-111-2/+2
* drm/i915: Enforce write ordering through the GTTChris Wilson2011-01-111-1/+13
* drm/i915: Allow the application to choose the constant addressing modeChris Wilson2010-12-201-0/+2
* drm/i915: Poll for seqno completion if IRQ is disabledChris Wilson2010-12-141-2/+4
* drm/i915/ringbuffer: Make IRQ refcnting atomicChris Wilson2010-12-141-17/+20
* Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-12-071-1/+16
|\
| * drm/i915: Emit a request to clear a flushed and idle ring for unbusy boChris Wilson2010-12-071-1/+11
* | drm/i915: Wait for the bo if a display flip is pipelined on the other ringChris Wilson2010-12-061-1/+1
* | drm/i915: Only emit a flush if there is an outstanding gpu writeChris Wilson2010-12-061-2/+3
* | drm/i915: Completely disable fence pipelining.Chris Wilson2010-12-051-2/+4