Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
26e12f894317bf0221fed40bef6f937538a78c0b
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
26e12f8
drm/i915: Fix use after free within tracepoint
by Chris Wilson
· 14 years ago
36d527d
drm/i915: Restore missing command flush before interrupt on BLT ring
by Chris Wilson
· 14 years ago
ed0291f
drm/i915: Fix computation of pitch for dumb bo creator
by Chris Wilson
· 14 years ago
29c5a58
drm/i915: Fix tiling corruption from pipelined fencing
by Chris Wilson
· 14 years ago
09bfa51
drm/i915: Prevent racy removal of request from client list
by Herton Ronaldo Krzesinski
· 14 years ago
34db18ab
Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next
by Dave Airlie
· 14 years ago
47ae63e
Merge branch 'drm-intel-fixes' into drm-intel-next
by Chris Wilson
· 14 years ago
467cffb
drm/i915: Rebind the buffer if its alignment constraints changes with tiling
by Chris Wilson
· 14 years ago
ce453d8
drm/i915: Use a device flag for non-interruptible phases
by Chris Wilson
· 14 years ago
c872522
drm/i915: Protect against drm_gem_object not being the first member
by Chris Wilson
· 14 years ago
bed636a
drm/i915: i915_mutex_interruptible() returns -EINTR
by Chris Wilson
· 14 years ago
8d7e3de
drm/i915: Skip the no-op domain changes when already in CPU|GTT domains
by Chris Wilson
· 14 years ago
db53a30
drm/i915: Refine tracepoints
by Chris Wilson
· 14 years ago
d9bc7e9
drm/i915: Fix infinite loop regression from 21dd3734
by Chris Wilson
· 14 years ago
ff72145b
drm: dumb scanout create/mmap for intel/radeon (v3)
by Dave Airlie
· 14 years ago
21dd373
drm/i915: Defer reporting EIO until we try to use the GPU
by Chris Wilson
· 14 years ago
e110e8d
drm/i915: Check wedged status before throttling
by Chris Wilson
· 14 years ago
29ee399
drm/i915: Silence a few -Wunused-but-set-variable
by Chris Wilson
· 14 years ago
bee4a18
drm/i915,agp/intel: Do not clear stolen entries
by Chris Wilson
· 14 years ago
076e2c0
drm/i915: Fix use of invalid array size for ring->sync_seqno
by Chris Wilson
· 14 years ago
809b633
drm/i915: If we hit OOM when allocating GTT pages, clear the aperture
by Chris Wilson
· 14 years ago
0a58705
drm/i915: Periodically flush the active lists and requests
by Chris Wilson
· 14 years ago
8824178
drm/i915: Propagate error from flushing the ring
by Chris Wilson
· 14 years ago
b72f3ac
drm/i915: Handle ringbuffer stalls when flushing
by Chris Wilson
· 14 years ago
63256ec
drm/i915: Enforce write ordering through the GTT
by Chris Wilson
· 14 years ago
72bfa19
drm/i915: Allow the application to choose the constant addressing mode
by Chris Wilson
· 14 years ago
b5ba177
drm/i915: Poll for seqno completion if IRQ is disabled
by Chris Wilson
· 14 years ago
b13c2b9
drm/i915/ringbuffer: Make IRQ refcnting atomic
by Chris Wilson
· 14 years ago
1a1c697
Merge branch 'drm-intel-fixes' into drm-intel-next
by Chris Wilson
· 14 years ago
7a19487
drm/i915: Emit a request to clear a flushed and idle ring for unbusy bo
by Chris Wilson
· 14 years ago
0be7328
drm/i915: Wait for the bo if a display flip is pipelined on the other ring
by Chris Wilson
· 14 years ago
0ac74c6
drm/i915: Only emit a flush if there is an outstanding gpu write
by Chris Wilson
· 14 years ago
6bda10d
drm/i915: Completely disable fence pipelining.
by Chris Wilson
· 14 years ago
1ec14ad
drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNB
by Chris Wilson
· 14 years ago
60de2ba
drm/i915: Kill the get_fence tracepoint
by Chris Wilson
· 14 years ago
c6748e0
drm/i915: Remove inactive LRU tracking from set_domain_ioctl
by Chris Wilson
· 14 years ago
d9e86c0
drm/i915: Pipelined fencing [infrastructure]
by Chris Wilson
· 14 years ago
87ca9c8
drm/i915: Prevent stalling for a GTT read back from a read-only GPU target
by Chris Wilson
· 14 years ago
7d2cb39
drm/i915: Release fenced GTT mapping on suspend
by Chris Wilson
· 14 years ago
3619df0
Merge branch 'drm-intel-fixes' into drm-intel-next
by Chris Wilson
· 14 years ago
de18a29
drm/i915: fix regression due to ba3d8d749b01548b9
by Daniel Vetter
· 14 years ago
432e58e
drm/i915: Avoid allocation for execbuffer object list
by Chris Wilson
· 14 years ago
54cf91d
drm/i915: Split i915_gem_execbuffer into its own file.
by Chris Wilson
· 14 years ago
6299f99
drm/i915: Defer accounting until read from debugfs
by Chris Wilson
· 14 years ago
2021746
drm/i915: Mark a few functions as __must_check
by Chris Wilson
· 14 years ago
312817a
drm/i915: Only save and restore fences for UMS
by Chris Wilson
· 14 years ago
c664278
drm/i915: Add a mechanism for pipelining fence register updates
by Daniel Vetter
· 14 years ago
caea747
drm/i915: More accurately track last fence usage by the GPU
by Chris Wilson
· 14 years ago
a7a09ae
drm/i915: Rework execbuffer pinning
by Chris Wilson
· 14 years ago
919926a
drm/i915: Thread the pipelining ring through the callers.
by Chris Wilson
· 14 years ago
dddbc0e
drm/i915: Remove a defunct BUG_ON
by Chris Wilson
· 14 years ago
b6913e4
drm/i915: Move the implementation details of PIPE_CONTROL to the ringbuffer
by Chris Wilson
· 14 years ago
92b88ae
drm/i915: Not all mappable regions require GTT fence regions
by Chris Wilson
· 14 years ago
05394f3
drm/i915: Use drm_i915_gem_object as the preferred type
by Chris Wilson
· 14 years ago
7c2e6fd
drm/i915: move gtt handling to i915_gem_gtt.c
by Daniel Vetter
· 14 years ago
93a37f2
drm/i915: track objects in the gtt
by Daniel Vetter
· 14 years ago
40ce657
drm/i915/gtt: call chipset flush directly
by Daniel Vetter
· 14 years ago
23ed992
drm/i915|intel-gtt: consolidate intel-gtt.h headers
by Daniel Vetter
· 14 years ago
e384eaf
Merge branch 'drm-intel-fixes' into drm-intel-next
by Chris Wilson
· 14 years ago
bcf50e2
drm/i915: Handle pagefaults in execbuffer user relocations
by Chris Wilson
· 14 years ago
e624ae8
Merge branch 'drm-intel-fixes' into drm-intel-next
by Chris Wilson
· 14 years ago
d1d7883
drm/i915: Prevent integer overflow when validating the execbuffer
by Chris Wilson
· 14 years ago
51311d0
drm/i915: Do not hold mutex when faulting in user addresses
by Chris Wilson
· 14 years ago
c94f28c
Merge branch 'drm-intel-fixes' into drm-intel-next
by Chris Wilson
· 14 years ago
1bb9583
Merge remote branch 'airlied/drm-fixes' into drm-intel-fixes
by Chris Wilson
· 14 years ago
5e78330
drm/i915: fix relaxed tiling for gen <= 3 && !g33
by Daniel Vetter
· 14 years ago
8534551
drm/i915: Retire any pending operations on the old scanout when switching
by Chris Wilson
· 14 years ago
5d97eb6
drm/i915: Only add the lazy request if we end up waiting for it.
by Chris Wilson
· 14 years ago
fce7d61
drivers/gpu/drm: Update WARN uses
by Joe Perches
· 14 years ago
b47b30c
drm/i915: Avoid might_fault during pwrite whilst holding our mutex
by Chris Wilson
· 14 years ago
045e769
drm/i915: Handle GPU hangs during fault gracefully.
by Chris Wilson
· 14 years ago
75e9e91
drm/i915: kill mappable/fenceable disdinction
by Daniel Vetter
· 14 years ago
085ce26
drm/i915: Ensure that if we ever try to pin+fence it is mappable.
by Chris Wilson
· 14 years ago
f2a630b
Merge branch 'drm-intel-fixes' into drm-intel-next
by Chris Wilson
· 14 years ago
c6afd65
drm/i915: Apply big hammer to serialise buffer access between rings
by Chris Wilson
· 14 years ago
0f8c6d7
drm/i915: Move the invalidate|flush information out of the device struct
by Chris Wilson
· 14 years ago
13b2928
drm/i915: Apply big hammer to serialise buffer access between rings
by Chris Wilson
· 14 years ago
5eac3ab
drm/i915: Evict just the purgeable GTT entries on the first pass
by Chris Wilson
· 14 years ago
ff75b9b
drm/i915: Fix typo from e5281ccd in i915_gem_attach_phys_object()
by Chris Wilson
· 14 years ago
872d860
drm/i915: Remove the duplicate domain-change tracepoint for GPU flush
by Chris Wilson
· 14 years ago
a00b10c
drm/i915: Only enforce fence limits inside the GTT.
by Chris Wilson
· 14 years ago
7465378
drm/i915: Convert BUG_ON(pin_count) from an impossible condition
by Chris Wilson
· 14 years ago
bbe2e11
drm/i915: Do not return -1 from shrinker when nr_to_scan == 0
by Chris Wilson
· 14 years ago
395b70b
drm/i915: Flush read-only buffers from the active list upon idle as well
by Chris Wilson
· 14 years ago
4a684a4
drm/i915: Kill GTT mappings when moving from GTT domain
by Chris Wilson
· 14 years ago
e5281cc
drm/i915: Eliminate nested get/put pages
by Chris Wilson
· 14 years ago
39a01d1
drm/i915: Remove mmap_offset
by Chris Wilson
· 14 years ago
17250b7
drm/i915: Make the inactive object shrinker per-device
by Chris Wilson
· 14 years ago
da761a6
drm/i915: Bail early if we try to mmap an object too large to be mapped.
by Chris Wilson
· 14 years ago
fb7d516
drm/i915: add accounting for mappable objects in gtt v2
by Daniel Vetter
· 14 years ago
ec57d26
drm/i915: add mappable to gem_object_bind tracepoint
by Daniel Vetter
· 14 years ago
5398463
drm/i915: use the complete gtt
by Daniel Vetter
· 14 years ago
16e809a
drm/i915: unbind unmappable objects on fault/pin
by Daniel Vetter
· 14 years ago
920afa7
drm/i915: range-restricted bind_to_gtt
by Daniel Vetter
· 14 years ago
a6e0aa4
drm/i915: range-restricted eviction support
by Daniel Vetter
· 14 years ago
3cce469
drm/i915: Propagate error from failing to queue a request
by Chris Wilson
· 14 years ago
b222349
drm/i915: Remove the confusing global waiting/irq seqno
by Chris Wilson
· 14 years ago
7e318e1
drm/i915: Move object to GPU domains after dispatching execbuffer
by Chris Wilson
· 14 years ago
e1f99ce
drm/i915: Propagate errors from writing to ringbuffer
by Chris Wilson
· 14 years ago
78501ea
drm/i915/ringbuffer: Drop the redundant dev from the vfunc interface
by Chris Wilson
· 14 years ago
Next »