index
:
amd/drm-amd
amdgpu-upstream-wip
amdgpu-upstream-wip2
amdgpu-upstream-wip3
amdgpu-upstream-wip4
amdgpu-upstream-wip5
amdgpu-upstream-wip6
amdgpu-upstream-wip7
kfd-eviction-wip
master
Kernel display support for AMD GPUs
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_tiling.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-10
drm/i915: don't allow tiling changes on pinned buffers v2
Daniel Vetter
1
-0
/
+5
2010-04-18
drm/i915: fix tiling limits for i915 class hw v2
Daniel Vetter
1
-13
/
+9
2010-03-25
drm/i915: introduce to_intel_bo helper
Daniel Vetter
1
-5
/
+5
2010-03-18
drm/intel: fix up set_tiling for untiled->tiled transition
Daniel Vetter
1
-2
/
+5
2010-02-26
drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.
Eric Anholt
1
-1
/
+1
2010-02-25
Merge remote branch 'anholt/drm-intel-next' into drm-next-stage
Dave Airlie
1
-162
/
+1
2010-02-22
drm/i915: reduce some of the duplication of tiling checking
Owain Ainsworth
1
-34
/
+1
2010-02-22
drm/i915: blow away userspace mappings before fence change
Daniel Vetter
1
-6
/
+0
2010-02-16
drm/i915: Keep MCHBAR always enabled
Zhenyu Wang
1
-122
/
+0
2010-02-11
Use drm_gem_object_[handle_]unreference_unlocked where possible
Luca Barbieri
1
-3
/
+1
2010-01-06
drm/i915: execbuf2 support
Jesse Barnes
1
-24
/
+22
2009-12-07
drm/i915: Fix product names and #defines
Adam Jackson
1
-2
/
+2
2009-11-05
drm/i915: Replace DRM_DEBUG with DRM_DEBUG_DRIVER
Zhao Yakui
1
-1
/
+1
2009-09-08
drm/i915: get the bridge device once.
Dave Airlie
1
-45
/
+20
2009-09-04
drm/i915: fix tiling on IGDNG
Zhenyu Wang
1
-8
/
+7
2009-07-10
drm/i915: Zap the GTT mapping when transitioning from untiled to tiled.
Eric Anholt
1
-0
/
+6
2009-06-18
drm/i915: check for CONFIG_PNP before using pnp function
Keith Packard
1
-0
/
+2
2009-06-18
drm/i915: Clear fence register on tiling stride change.
Chris Wilson
1
-16
/
+51
2009-06-09
drm/i915: enable MCHBAR if needed
Jesse Barnes
1
-0
/
+145
2009-06-05
drm/i915: Disable tiling on IGDNG for now
Zhenyu Wang
1
-0
/
+7
2009-05-26
drm/i915: Fix tiling pitch handling on 8xx.
Eric Anholt
1
-3
/
+11
2009-04-17
drm/i915: fix transition to I915_TILING_NONE
Keith Packard
1
-1
/
+0
2009-04-08
drm/i915: Allow tiling of objects with bit 17 swizzling by the CPU.
Eric Anholt
1
-2
/
+109
2009-04-01
drm/i915: fix up tiling/fence reg setup on i8xx class hw
Daniel Vetter
1
-0
/
+16
2009-03-27
drm/i915: Change DCC tiling detection case to cover only mobile parts.
Eric Anholt
1
-16
/
+15
2009-02-20
drm/i915: hold mutex for unreference() in i915_gem_tiling.c
Chris Wilson
1
-4
/
+2
2009-02-08
drm/i915: Unref the object after failing to set tiling mode.
Chris Wilson
1
-1
/
+4
2009-02-08
drm/i915: add fence register management to execbuf
Jesse Barnes
1
-1
/
+87
2008-12-29
drm/i915: add GEM GTT mapping support
Jesse Barnes
1
-0
/
+1
2008-12-04
drm/i915: Respect GM965/GM45 bit-17-instead-of-bit-11 option for swizzling.
Eric Anholt
1
-3
/
+4
2008-10-18
i915: GM45 has GM965-style MCH setup.
Eric Anholt
1
-2
/
+3
2008-10-18
drm: G33-class hardware has a newer 965-style MCH (no DCC register).
Eric Anholt
1
-1
/
+1
2008-10-18
drm: Add GEM ("graphics execution manager") to i915 driver.
Eric Anholt
1
-0
/
+256
[prev]