index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-10
drm/i915: Lazily apply the SNB+ seqno w/a
Chris Wilson
1
-3
/
+3
2012-07-26
drm/i915: Export ability of changing cache levels to userspace
Chris Wilson
1
-0
/
+62
2012-07-26
drm/i915: Segregate memory domains in the GTT using coloring
Chris Wilson
1
-10
/
+101
2012-07-25
drm/i915: Avoid concurrent access when marking the device as idle/busy
Chris Wilson
1
-3
/
+10
2012-07-25
drm/i915: Split i915_gem_flush_ring() into seperate invalidate/flush funcs
Chris Wilson
1
-26
/
+3
2012-07-25
drm/i915: Remove the explicit flush of the GPU write domain
Chris Wilson
1
-34
/
+0
2012-07-25
drm/i915: Remove explicit flush from i915_gem_object_flush_fence()
Chris Wilson
1
-14
/
+2
2012-07-25
drm/i915: Remove the per-ring write list
Chris Wilson
1
-52
/
+1
2012-07-25
drm/i915: Remove the defunct flushing list
Chris Wilson
1
-49
/
+10
2012-07-25
drm/i915: Replace the pending_gpu_write flag with an explicit seqno
Chris Wilson
1
-27
/
+39
2012-07-25
drm/i915: Remove assertion over write domain after i915_gem_object_sync()
Chris Wilson
1
-1
/
+1
2012-07-25
drm/i915: Allow late allocation of request for i915_add_request()
Chris Wilson
1
-27
/
+17
2012-07-25
drm/i915: Return a mask of the active rings in the high word of busy_ioctl
Chris Wilson
1
-0
/
+4
2012-07-25
drm/i915: Add -EIO to the list of known errors for __wait_seqno
Chris Wilson
1
-0
/
+1
2012-07-20
drm/i915: Disable the BLT on pre-production SNB hardware
Chris Wilson
1
-1
/
+17
2012-07-15
drm: Add colouring to the range allocator
Chris Wilson
1
-3
/
+3
2012-07-05
drm/i915: properly SIGBUS on I/O errors
Daniel Vetter
1
-0
/
+5
2012-07-05
drm/i915: don't hang userspace when the gpu reset is stuck
Daniel Vetter
1
-2
/
+11
2012-07-05
drm/i915: non-interruptible sleeps can't handle -EAGAIN
Daniel Vetter
1
-8
/
+18
2012-06-20
drm/i915: disable flushing_list/gpu_write_list
Daniel Vetter
1
-5
/
+20
2012-06-14
drm/i915: switch to default context on idle
Ben Widawsky
1
-0
/
+4
2012-06-14
drm/i915: preliminary context support
Ben Widawsky
1
-0
/
+5
2012-06-13
drm/i915: call intel_enable_gtt
Daniel Vetter
1
-0
/
+3
2012-06-13
drm/i915: stop using dev->agp->base
Daniel Vetter
1
-1
/
+1
2012-06-06
drm/i915: Inifite timeout for wait ioctl
Ben Widawsky
1
-5
/
+10
2012-06-02
drm/i915: extract object active state flushing code
Daniel Vetter
1
-32
/
+29
2012-06-01
Merge remote-tracking branch 'airlied/drm-prime-vmap' into drm-intel-next-queued
Daniel Vetter
1
-7
/
+46
2012-05-31
drm/i915: remap l3 on hw init
Ben Widawsky
1
-0
/
+34
2012-05-29
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
1
-5
/
+11
2012-05-25
drm/i915: s/i915_wait_request/i915_wait_seqno/g
Ben Widawsky
1
-5
/
+4
2012-05-25
drm/i915: wait render timeout ioctl
Ben Widawsky
1
-0
/
+86
2012-05-25
drm/i915: Remove the error message for unbinding pinned buffers
Chris Wilson
1
-4
/
+2
2012-05-25
drm/i915: Limit page allocations to lowmem (dma32) for i965
Chris Wilson
1
-1
/
+9
2012-05-25
drm/i915: timeout parameter for seqno wait
Ben Widawsky
1
-12
/
+58
2012-05-23
i915: add dmabuf/prime buffer sharing support.
Daniel Vetter
1
-2
/
+35
2012-05-20
drm/i915: Introduce for_each_ring() macro
Chris Wilson
1
-19
/
+20
2012-05-08
Merge remote-tracking branch 'airlied/drm-core-next' into drm-intel-next-queued
Daniel Vetter
1
-3
/
+1
2012-05-07
Merge tag 'v3.4-rc6' into drm-intel-next
Daniel Vetter
1
-3
/
+1
2012-05-03
drm/i915: extract some common olr+wedge code
Ben Widawsky
1
-57
/
+63
2012-05-03
drm/i915 disallow physical batchbuffers for KMS
Daniel Vetter
1
-2
/
+3
2012-05-03
drm/i915: create dev_priv->dri1 dragon dungeon^W^W sub-struct
Daniel Vetter
1
-1
/
+1
2012-05-03
drm/i915: use __wait_seqno for ring throttle
Ben Widawsky
1
-19
/
+1
2012-05-03
drm/i915: remove polled wait from throttle
Ben Widawsky
1
-4
/
+1
2012-05-03
drm/i915: extract __wait_seqno from i915_wait_request
Ben Widawsky
1
-18
/
+31
2012-05-03
drm/i915: drop polled waits from i915_wait_request
Ben Widawsky
1
-14
/
+11
2012-05-03
drm/i915: kill waiting_seqno
Ben Widawsky
1
-2
/
+0
2012-05-03
drm/i915: move vbetool invoked ier stuff
Ben Widawsky
1
-14
/
+0
2012-05-03
drm/i915: remove do_retire from i915_wait_request
Ben Widawsky
1
-22
/
+11
2012-05-03
drm/i915: use the new masked bit macro some more
Daniel Vetter
1
-6
/
+2
2012-05-03
drm/i915: rip out GEM drm feature checks
Daniel Vetter
1
-18
/
+1
[next]