index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'drm-intel-fixes' into drm-intel-next
Keith Packard
2011-07-22
1
-36
/
+35
|
\
|
*
drm/i915: Fix unfenced alignment on pre-G33 hardware
Chris Wilson
2011-07-18
1
-36
/
+35
*
|
drm/i915: Skip GPU wait for scanout pin while wedged
Keith Packard
2011-07-21
1
-1
/
+1
*
|
Merge branch 'drm-intel-fixes' into drm-intel-next
Keith Packard
2011-06-29
1
-22
/
+16
|
\
\
|
|
/
|
*
Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2011-06-28
1
-2
/
+2
|
|
\
|
*
|
drm/i915: use shmem_truncate_range
Hugh Dickins
2011-06-27
1
-5
/
+2
|
*
|
drm/i915: use shmem_read_mapping_page
Hugh Dickins
2011-06-27
1
-17
/
+14
*
|
|
drm/i915: hangcheck disable parameter
Ben Widawsky
2011-06-29
1
-2
/
+5
*
|
|
Merge branch 'drm-intel-fixes' into drm-intel-next
Keith Packard
2011-06-28
1
-2
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
drm/i915: Use chipset-specific irq installers
Chris Wilson
2011-06-28
1
-2
/
+2
|
|
/
*
|
drm/i915: i915_gem_object_finish_gtt must always release gtt mmap
Keith Packard
2011-06-24
1
-3
/
+3
*
|
Merge branch 'drm-intel-fixes' into drm-intel-next
Keith Packard
2011-06-21
1
-8
/
+8
|
\
\
|
|
/
|
*
Revert "drm/i915: Kill GTT mappings when moving from GTT domain"
Eric Anholt
2011-06-21
1
-6
/
+4
|
*
drm/i915: Don't leak in i915_gem_shmem_pread_slow()
Jesper Juhl
2011-06-14
1
-2
/
+4
*
|
drm/i915: Use the LLC mode on gen6 for everything but display.
Eric Anholt
2011-06-09
1
-1
/
+17
*
|
drm/i915: Use the uncached domain for the display planes
Eric Anholt
2011-06-09
1
-0
/
+13
*
|
drm/i915: Combine pinning with setting to the display plane
Chris Wilson
2011-06-09
1
-11
/
+26
*
|
drm/i915: Add an interface to dynamically change the cache level
Chris Wilson
2011-06-09
1
-0
/
+60
*
|
drm/i915: Introduce i915_gem_object_finish_gtt()
Chris Wilson
2011-06-09
1
-2
/
+25
*
|
drm/i915: Introduce i915_gem_object_finish_gpu()
Chris Wilson
2011-06-09
1
-10
/
+19
|
/
*
drm/915: fix relaxed tiling on gen2: tile height
Daniel Vetter
2011-06-04
1
-2
/
+3
*
drm/i915: s/addr & ~PAGE_MASK/offset_in_page(addr)/
Chris Wilson
2011-06-04
1
-11
/
+10
*
vmscan: change shrinker API by passing shrink_control struct
Ying Han
2011-05-25
1
-6
/
+3
*
drm/i915: Add support for fence registers on Ivybridge.
Eric Anholt
2011-05-13
1
-0
/
+2
*
drm/i915: Use existing function instead of open-coding fence reg clear.
Eric Anholt
2011-05-13
1
-18
/
+3
*
drm/i915: Do not clflush snooped objects
Chris Wilson
2011-05-10
1
-0
/
+11
*
drm/i915: Rename agp_type to cache_level
Chris Wilson
2011-05-10
1
-1
/
+1
*
drm/i915: Avoid unmapping pages from a NULL address space
Chris Wilson
2011-03-23
1
-3
/
+4
*
drm/i915: Fix use after free within tracepoint
Chris Wilson
2011-03-23
1
-2
/
+2
*
drm/i915: Restore missing command flush before interrupt on BLT ring
Chris Wilson
2011-03-23
1
-1
/
+6
*
drm/i915: Fix computation of pitch for dumb bo creator
Chris Wilson
2011-03-23
1
-1
/
+1
*
drm/i915: Fix tiling corruption from pipelined fencing
Chris Wilson
2011-03-23
1
-27
/
+17
*
drm/i915: Prevent racy removal of request from client list
Herton Ronaldo Krzesinski
2011-03-23
1
-2
/
+4
*
Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next
Dave Airlie
2011-03-14
1
-157
/
+148
|
\
|
*
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
2011-03-07
1
-1
/
+1
|
|
\
|
|
*
drm/i915: Rebind the buffer if its alignment constraints changes with tiling
Chris Wilson
2011-03-07
1
-1
/
+1
|
*
|
drm/i915: Use a device flag for non-interruptible phases
Chris Wilson
2011-02-22
1
-36
/
+22
|
*
|
drm/i915: Protect against drm_gem_object not being the first member
Chris Wilson
2011-02-22
1
-9
/
+9
|
*
|
drm/i915: i915_mutex_interruptible() returns -EINTR
Chris Wilson
2011-02-11
1
-0
/
+1
|
*
|
drm/i915: Skip the no-op domain changes when already in CPU|GTT domains
Chris Wilson
2011-02-07
1
-0
/
+6
|
*
|
drm/i915: Refine tracepoints
Chris Wilson
2011-02-07
1
-94
/
+80
|
*
|
drm/i915: Fix infinite loop regression from 21dd3734
Chris Wilson
2011-02-07
1
-5
/
+25
|
*
|
drm/i915: Defer reporting EIO until we try to use the GPU
Chris Wilson
2011-01-27
1
-22
/
+14
|
*
|
drm/i915: Check wedged status before throttling
Chris Wilson
2011-01-27
1
-0
/
+3
|
*
|
drm/i915: Silence a few -Wunused-but-set-variable
Chris Wilson
2011-01-25
1
-3
/
+0
|
|
/
*
|
drm: dumb scanout create/mmap for intel/radeon (v3)
Dave Airlie
2011-02-07
1
-30
/
+73
|
/
*
drm/i915,agp/intel: Do not clear stolen entries
Chris Wilson
2011-01-24
1
-3
/
+7
*
drm/i915: Fix use of invalid array size for ring->sync_seqno
Chris Wilson
2011-01-23
1
-1
/
+1
*
drm/i915: If we hit OOM when allocating GTT pages, clear the aperture
Chris Wilson
2011-01-11
1
-8
/
+4
*
drm/i915: Periodically flush the active lists and requests
Chris Wilson
2011-01-11
1
-4
/
+26
[next]