index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
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
2011-02-07
drm: dumb scanout create/mmap for intel/radeon (v3)
Dave Airlie
1
-30
/
+73
2011-01-24
drm/i915,agp/intel: Do not clear stolen entries
Chris Wilson
1
-3
/
+7
2011-01-23
drm/i915: Fix use of invalid array size for ring->sync_seqno
Chris Wilson
1
-1
/
+1
2011-01-11
drm/i915: If we hit OOM when allocating GTT pages, clear the aperture
Chris Wilson
1
-8
/
+4
2011-01-11
drm/i915: Periodically flush the active lists and requests
Chris Wilson
1
-4
/
+26
2011-01-11
drm/i915: Propagate error from flushing the ring
Chris Wilson
1
-34
/
+68
2011-01-11
drm/i915: Handle ringbuffer stalls when flushing
Chris Wilson
1
-2
/
+2
2011-01-11
drm/i915: Enforce write ordering through the GTT
Chris Wilson
1
-1
/
+13
2010-12-20
drm/i915: Allow the application to choose the constant addressing mode
Chris Wilson
1
-0
/
+2
2010-12-14
drm/i915: Poll for seqno completion if IRQ is disabled
Chris Wilson
1
-2
/
+4
2010-12-14
drm/i915/ringbuffer: Make IRQ refcnting atomic
Chris Wilson
1
-17
/
+20
2010-12-07
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
1
-1
/
+16
2010-12-07
drm/i915: Emit a request to clear a flushed and idle ring for unbusy bo
Chris Wilson
1
-1
/
+11
2010-12-06
drm/i915: Wait for the bo if a display flip is pipelined on the other ring
Chris Wilson
1
-1
/
+1
2010-12-06
drm/i915: Only emit a flush if there is an outstanding gpu write
Chris Wilson
1
-2
/
+3
2010-12-05
drm/i915: Completely disable fence pipelining.
Chris Wilson
1
-2
/
+4
2010-12-05
drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNB
Chris Wilson
1
-44
/
+42
2010-12-02
drm/i915: Kill the get_fence tracepoint
Chris Wilson
1
-3
/
+0
2010-12-02
drm/i915: Remove inactive LRU tracking from set_domain_ioctl
Chris Wilson
1
-17
/
+0
2010-12-02
drm/i915: Pipelined fencing [infrastructure]
Chris Wilson
1
-138
/
+222
2010-12-02
drm/i915: Prevent stalling for a GTT read back from a read-only GPU target
Chris Wilson
1
-3
/
+6
2010-11-28
drm/i915: Release fenced GTT mapping on suspend
Chris Wilson
1
-2
/
+9
2010-11-28
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
1
-36
/
+16
2010-11-28
drm/i915: fix regression due to ba3d8d749b01548b9
Daniel Vetter
1
-25
/
+18
2010-11-25
drm/i915: Avoid allocation for execbuffer object list
Chris Wilson
1
-0
/
+1
2010-11-25
drm/i915: Split i915_gem_execbuffer into its own file.
Chris Wilson
1
-1151
/
+13
2010-11-25
drm/i915: Defer accounting until read from debugfs
Chris Wilson
1
-106
/
+22
2010-11-25
drm/i915: Mark a few functions as __must_check
Chris Wilson
1
-21
/
+16
2010-11-25
drm/i915: Only save and restore fences for UMS
Chris Wilson
1
-10
/
+15
2010-11-25
drm/i915: Add a mechanism for pipelining fence register updates
Daniel Vetter
1
-42
/
+91
2010-11-24
drm/i915: More accurately track last fence usage by the GPU
Chris Wilson
1
-46
/
+64
2010-11-24
drm/i915: Rework execbuffer pinning
Chris Wilson
1
-23
/
+58
2010-11-23
drm/i915: Thread the pipelining ring through the callers.
Chris Wilson
1
-15
/
+13
2010-11-23
drm/i915: Remove a defunct BUG_ON
Chris Wilson
1
-1
/
+0
2010-11-23
drm/i915: Move the implementation details of PIPE_CONTROL to the ringbuffer
Chris Wilson
1
-69
/
+1
2010-11-23
drm/i915: Not all mappable regions require GTT fence regions
Chris Wilson
1
-31
/
+22
2010-11-23
drm/i915: Use drm_i915_gem_object as the preferred type
Chris Wilson
1
-673
/
+595
2010-11-23
drm/i915: move gtt handling to i915_gem_gtt.c
Daniel Vetter
1
-11
/
+3
2010-11-23
drm/i915: track objects in the gtt
Daniel Vetter
1
-0
/
+4
2010-11-23
drm/i915/gtt: call chipset flush directly
Daniel Vetter
1
-5
/
+4
2010-11-23
drm/i915|intel-gtt: consolidate intel-gtt.h headers
Daniel Vetter
1
-1
/
+0
2010-11-23
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
1
-168
/
+293
2010-11-23
drm/i915: Handle pagefaults in execbuffer user relocations
Chris Wilson
1
-168
/
+293
2010-11-22
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
1
-37
/
+35
2010-11-21
drm/i915: Prevent integer overflow when validating the execbuffer
Chris Wilson
1
-1
/
+8
2010-11-19
drm/i915: Do not hold mutex when faulting in user addresses
Chris Wilson
1
-36
/
+27
2010-11-15
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
1
-9
/
+30
2010-11-15
Merge remote branch 'airlied/drm-fixes' into drm-intel-fixes
Chris Wilson
1
-2
/
+1
2010-11-15
drm/i915: fix relaxed tiling for gen <= 3 && !g33
Daniel Vetter
1
-3
/
+40
2010-11-13
drm/i915: Retire any pending operations on the old scanout when switching
Chris Wilson
1
-0
/
+14
[next]