index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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
2011-07-18
drm/i915: Fix unfenced alignment on pre-G33 hardware
Chris Wilson
2011-05-13
drm/i915: add swizzle/tiling support for Ivy Bridge
Jesse Barnes
2011-03-07
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
2011-03-07
drm/i915: Rebind the buffer if its alignment constraints changes with tiling
Chris Wilson
2011-03-06
Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"
Chris Wilson
2011-03-01
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
2011-02-24
drm/i915: fix corruptions on i8xx due to relaxed fencing
Daniel Vetter
2011-02-22
drm/i915: Protect against drm_gem_object not being the first member
Chris Wilson
2011-01-27
drm/i915: Defer reporting EIO until we try to use the GPU
Chris Wilson
2010-12-02
drm/i915: Pipelined fencing [infrastructure]
Chris Wilson
2010-11-23
drm/i915: Use drm_i915_gem_object as the preferred type
Chris Wilson
2010-11-15
drm/i915: Fix current tiling check for relaxed fencing
Chris Wilson
2010-10-29
drm/i915: Only enforce fence limits inside the GTT.
Chris Wilson
2010-10-21
drm/i915: IS_IRONLAKE is synonymous with gen == 5
Chris Wilson
2010-09-25
drm/i915: Adjust hangcheck EIO semantics
Chris Wilson
2010-09-21
drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965g
Chris Wilson
2010-09-14
drm/i915: Allow get_fence_reg() to be uninterruptible
Chris Wilson
2010-09-08
drm/i915: Remove impossible error handling from bit17 swizzling
Chris Wilson
2010-08-10
drm: Use ENOENT consistently for the error return for an unmatched handle.
Chris Wilson
2010-08-01
drm/i915: Remove the WARN when failing to set tiling.
Chris Wilson
2010-05-10
drm/i915: don't allow tiling changes on pinned buffers v2
Daniel Vetter
2010-04-18
drm/i915: fix tiling limits for i915 class hw v2
Daniel Vetter
2010-03-25
drm/i915: introduce to_intel_bo helper
Daniel Vetter
2010-03-18
drm/intel: fix up set_tiling for untiled->tiled transition
Daniel Vetter
2010-02-26
drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.
Eric Anholt
2010-02-25
Merge remote branch 'anholt/drm-intel-next' into drm-next-stage
Dave Airlie
2010-02-22
drm/i915: reduce some of the duplication of tiling checking
Owain Ainsworth
2010-02-22
drm/i915: blow away userspace mappings before fence change
Daniel Vetter
2010-02-16
drm/i915: Keep MCHBAR always enabled
Zhenyu Wang
2010-02-11
Use drm_gem_object_[handle_]unreference_unlocked where possible
Luca Barbieri
2010-01-06
drm/i915: execbuf2 support
Jesse Barnes
2009-12-07
drm/i915: Fix product names and #defines
Adam Jackson
2009-11-05
drm/i915: Replace DRM_DEBUG with DRM_DEBUG_DRIVER
Zhao Yakui
2009-09-08
drm/i915: get the bridge device once.
Dave Airlie
2009-09-04
drm/i915: fix tiling on IGDNG
Zhenyu Wang
2009-07-10
drm/i915: Zap the GTT mapping when transitioning from untiled to tiled.
Eric Anholt
2009-06-18
drm/i915: check for CONFIG_PNP before using pnp function
Keith Packard
2009-06-18
drm/i915: Clear fence register on tiling stride change.
Chris Wilson
2009-06-09
drm/i915: enable MCHBAR if needed
Jesse Barnes
2009-06-05
drm/i915: Disable tiling on IGDNG for now
Zhenyu Wang
2009-05-26
drm/i915: Fix tiling pitch handling on 8xx.
Eric Anholt
2009-04-17
drm/i915: fix transition to I915_TILING_NONE
Keith Packard
2009-04-08
drm/i915: Allow tiling of objects with bit 17 swizzling by the CPU.
Eric Anholt
2009-04-01
drm/i915: fix up tiling/fence reg setup on i8xx class hw
Daniel Vetter
2009-03-27
drm/i915: Change DCC tiling detection case to cover only mobile parts.
Eric Anholt
2009-02-20
drm/i915: hold mutex for unreference() in i915_gem_tiling.c
Chris Wilson
2009-02-08
drm/i915: Unref the object after failing to set tiling mode.
Chris Wilson
2009-02-08
drm/i915: add fence register management to execbuf
Jesse Barnes
2008-12-29
drm/i915: add GEM GTT mapping support
Jesse Barnes
2008-12-04
drm/i915: Respect GM965/GM45 bit-17-instead-of-bit-11 option for swizzling.
Eric Anholt
[next]