Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b97c3d9c1655522be3adc5ae1aa153a18467e924
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
b97c3d9
drm/i915: i915_gem_object_finish_gtt must always release gtt mmap
by Keith Packard
· 13 years ago
2cd1176
Merge branch 'drm-intel-fixes' into drm-intel-next
by Keith Packard
· 13 years ago
e92d03b
Revert "drm/i915: Kill GTT mappings when moving from GTT domain"
by Eric Anholt
· 13 years ago
b65552f
drm/i915: Don't leak in i915_gem_shmem_pread_slow()
by Jesper Juhl
· 13 years ago
a187111
drm/i915: Use the LLC mode on gen6 for everything but display.
by Eric Anholt
· 14 years ago
a7ef064
drm/i915: Use the uncached domain for the display planes
by Eric Anholt
· 14 years ago
2da3b9b
drm/i915: Combine pinning with setting to the display plane
by Chris Wilson
· 14 years ago
e4ffd17
drm/i915: Add an interface to dynamically change the cache level
by Chris Wilson
· 14 years ago
b5ffc9b
drm/i915: Introduce i915_gem_object_finish_gtt()
by Chris Wilson
· 14 years ago
a8198ee
drm/i915: Introduce i915_gem_object_finish_gpu()
by Chris Wilson
· 14 years ago
c8ebc2b
drm/915: fix relaxed tiling on gen2: tile height
by Daniel Vetter
· 14 years ago
c8cbbb8
drm/i915: s/addr & ~PAGE_MASK/offset_in_page(addr)/
by Chris Wilson
· 14 years ago
1495f23
vmscan: change shrinker API by passing shrink_control struct
by Ying Han
· 14 years ago
25aebfc3
drm/i915: Add support for fence registers on Ivybridge.
by Eric Anholt
· 14 years ago
10ed13e
drm/i915: Use existing function instead of open-coding fence reg clear.
by Eric Anholt
· 14 years ago
9c23f7f
drm/i915: Do not clflush snooped objects
by Chris Wilson
· 14 years ago
93dfb40
drm/i915: Rename agp_type to cache_level
by Chris Wilson
· 14 years ago
f6e4788
drm/i915: Avoid unmapping pages from a NULL address space
by Chris Wilson
· 14 years ago
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
Next »