index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_tiling.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: prevent tiling changes on framebuffer backing storage
Daniel Vetter
2013-10-16
1
-1
/
+1
*
drm/i915: Use kcalloc more
Daniel Vetter
2013-10-01
1
-3
/
+3
*
drm/i915: plumb VM into bind/unbind code
Ben Widawsky
2013-08-08
1
-4
/
+5
*
drm/i915: Getter/setter for object attributes
Ben Widawsky
2013-07-08
1
-7
/
+7
*
drm/i915: Increase max fence pitch limit to 256KB on IVB+
Ville Syrjälä
2013-04-18
1
-3
/
+6
*
drm/i915: Reject fence stride=0 on gen4+
Ville Syrjälä
2013-04-18
1
-3
/
+3
*
lib/scatterlist: sg_page_iter: support sg lists w/o backing pages
Imre Deak
2013-03-27
1
-2
/
+2
*
drm/i915: handle walking compact dma scatter lists
Imre Deak
2013-03-23
1
-8
/
+10
*
drm/i915: Create a gtt structure
Ben Widawsky
2013-01-17
1
-1
/
+1
*
drm/i915: use gtt_get_size() instead of open coding it
Imre Deak
2013-01-17
1
-12
/
+1
*
drm/i915: merge get_gtt_alignment/get_unfenced_gtt_alignment()
Imre Deak
2013-01-17
1
-3
/
+3
*
drm/i915: Reduce memory pressure during shrinker by preallocating swizzle pages
Chris Wilson
2012-12-07
1
-0
/
+12
*
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
2012-10-07
1
-1
/
+4
|
\
|
*
drm/i915: set swizzling to none on VLV
Jesse Barnes
2012-10-03
1
-1
/
+4
*
|
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-10-03
1
-6
/
+10
|
\
|
|
*
drm/i915: Replace the array of pages with a scatterlist
Chris Wilson
2012-09-20
1
-6
/
+10
*
|
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-10-02
1
-4
/
+4
*
|
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
David Howells
2012-10-02
1
-1
/
+0
|
/
*
drm/i915: Only the zap the VMA after updating the tiling parameters
Chris Wilson
2012-05-03
1
-2
/
+6
*
drm/i915: Clarify the semantics of tiling_changed
Chris Wilson
2012-05-03
1
-1
/
+9
*
drm/i915: swizzling support for snb/ivb
Daniel Vetter
2012-02-08
1
-2
/
+17
*
drm/i915: fix swizzle detection for gen3
Daniel Vetter
2012-01-30
1
-2
/
+2
*
drm/i915: simplify swapin/out swizzle checking a bit
Daniel Vetter
2011-10-20
1
-10
/
+0
*
drm/i915: fix swizzling on gen6+
Daniel Vetter
2011-10-20
1
-1
/
+4
*
drm/i915: Fix unfenced alignment on pre-G33 hardware
Chris Wilson
2011-07-18
1
-1
/
+3
*
drm/i915: add swizzle/tiling support for Ivy Bridge
Jesse Barnes
2011-05-13
1
-1
/
+1
*
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
2011-03-07
1
-19
/
+19
|
\
|
*
drm/i915: Rebind the buffer if its alignment constraints changes with tiling
Chris Wilson
2011-03-07
1
-4
/
+17
|
*
Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"
Chris Wilson
2011-03-06
1
-15
/
+1
*
|
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
2011-03-01
1
-1
/
+15
|
\
|
|
*
drm/i915: fix corruptions on i8xx due to relaxed fencing
Daniel Vetter
2011-02-24
1
-1
/
+15
*
|
drm/i915: Protect against drm_gem_object not being the first member
Chris Wilson
2011-02-22
1
-2
/
+2
*
|
drm/i915: Defer reporting EIO until we try to use the GPU
Chris Wilson
2011-01-27
1
-5
/
+0
|
/
*
drm/i915: Pipelined fencing [infrastructure]
Chris Wilson
2010-12-02
1
-16
/
+7
*
drm/i915: Use drm_i915_gem_object as the preferred type
Chris Wilson
2010-11-23
1
-55
/
+49
*
drm/i915: Fix current tiling check for relaxed fencing
Chris Wilson
2010-11-15
1
-8
/
+14
*
drm/i915: Only enforce fence limits inside the GTT.
Chris Wilson
2010-10-29
1
-11
/
+21
*
drm/i915: IS_IRONLAKE is synonymous with gen == 5
Chris Wilson
2010-10-21
1
-1
/
+1
*
drm/i915: Adjust hangcheck EIO semantics
Chris Wilson
2010-09-25
1
-1
/
+5
*
drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965g
Chris Wilson
2010-09-21
1
-14
/
+16
*
drm/i915: Allow get_fence_reg() to be uninterruptible
Chris Wilson
2010-09-14
1
-1
/
+1
*
drm/i915: Remove impossible error handling from bit17 swizzling
Chris Wilson
2010-09-08
1
-11
/
+3
*
drm: Use ENOENT consistently for the error return for an unmatched handle.
Chris Wilson
2010-08-10
1
-2
/
+2
*
drm/i915: Remove the WARN when failing to set tiling.
Chris Wilson
2010-08-01
1
-2
/
+0
*
drm/i915: don't allow tiling changes on pinned buffers v2
Daniel Vetter
2010-05-10
1
-0
/
+5
*
drm/i915: fix tiling limits for i915 class hw v2
Daniel Vetter
2010-04-18
1
-13
/
+9
*
drm/i915: introduce to_intel_bo helper
Daniel Vetter
2010-03-25
1
-5
/
+5
*
drm/intel: fix up set_tiling for untiled->tiled transition
Daniel Vetter
2010-03-18
1
-2
/
+5
*
drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.
Eric Anholt
2010-02-26
1
-1
/
+1
*
Merge remote branch 'anholt/drm-intel-next' into drm-next-stage
Dave Airlie
2010-02-25
1
-162
/
+1
|
\
[next]