Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
79077319d7c7844d5d836e52099a7a1bcadf9b04
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
f8f235e
agp/intel: Fix cache control for Sandybridge
by Zhenyu Wang
· 14 years ago
c877cdc
i915: return -EFAULT if copy_to_user fails
by Dan Carpenter
· 14 years ago
1dfd975
Revert "drm/i915: Unreference object not handle on creation"
by Chris Wilson
· 14 years ago
4238a41
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
by Linus Torvalds
· 14 years ago
156dadc
drm/i915: Remove the conflicting BUG_ON()
by Chris Wilson
· 14 years ago
bf79cb9
drm: Use ENOENT consistently for the error return for an unmatched handle.
by Chris Wilson
· 14 years ago
6eeefaf
drm/i915: Apply i830 errata for cursor alignment
by Chris Wilson
· 14 years ago
ae9fed6
drm/i915: Truncate the shmem backing pages on purge
by Chris Wilson
· 14 years ago
7d1c480
drm/i915: Maintain LRU order of inactive objects upon access by CPU (v2)
by Chris Wilson
· 14 years ago
b47eb4a
drm/i915: Move the eviction logic to its own file.
by Chris Wilson
· 14 years ago
6f392d548
drm/i915: Use a common seqno for all rings.
by Chris Wilson
· 14 years ago
0108a3e
drm/i915: prepare for fair lru eviction
by Daniel Vetter
· 14 years ago
bf1a109
drm/i915: Append the object onto the inactive list on binding.
by Chris Wilson
· 14 years ago
ae7d49d
drm/i915: Emit a backtrace if we attempt to rebind a pinned buffer
by Chris Wilson
· 14 years ago
0be555b
drm/i915: report all active objects as busy
by Chris Wilson
· 14 years ago
88f356b
drm/i915: Only emit flushes on active rings.
by Chris Wilson
· 14 years ago
fca3ec0
drm,io-mapping: Specify slot to use for atomic mappings
by Chris Wilson
· 14 years ago
86f100b
drm/i915: Unreference object not handle on creation
by Chris Wilson
· 14 years ago
8dc1775
drm/i915: Attempt to uncouple object after catastrophic failure in unbind
by Chris Wilson
· 14 years ago
be72615
drm/i915: Repeat unbinding during free if interrupted (v6)
by Chris Wilson
· 14 years ago
b09a1fe
drm/i915: Refactor i915_gem_retire_requests()
by Chris Wilson
· 14 years ago
2dafb1e
drm/i915: Propagate error from i915_gem_object_flush_gpu_write_domain()
by Chris Wilson
· 14 years ago
5f35308
drm/i915: Propagate error from drm_install_irq() during EnterVT
by Chris Wilson
· 14 years ago
43b27f4
drm/i915: Explosion following OOM in do_execbuffer.
by Chris Wilson
· 14 years ago
d656ae5
Merge tag 'v2.6.35-rc6' into drm-radeon-next
by Dave Airlie
· 14 years ago
f4b23cc
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 14 years ago
9440012
drm/i915: enable low power render writes on GEN3 hardware.
by Dave Airlie
· 14 years ago
7f8275d
mm: add context argument to shrinker callback
by Dave Chinner
· 14 years ago
cd9f040
drm/i915: add 'reclaimable' to i915 self-reclaimable page allocations
by Linus Torvalds
· 14 years ago
db3307a
drm: kill drm_mm_node->private
by Daniel Vetter
· 14 years ago
985b823
drm/i915: fix hibernation since i915 self-reclaim fixes
by Linus Torvalds
· 14 years ago
ab34c22
drm/i915: Fix up address spaces in slow_kernel_write()
by Chris Wilson
· 14 years ago
99a03df
drm/i915: Use non-atomic kmap for slow copy paths
by Chris Wilson
· 14 years ago
9b8c4a0
drm/i915: Avoid moving from CPU domain during pwrite
by Chris Wilson
· 14 years ago
68f95ba
drm/i915: Cleanup after failed initialization of ringbuffers
by Chris Wilson
· 14 years ago
654fc60
drm/i915: Reject bind_to_gtt() early if object > aperture
by Chris Wilson
· 14 years ago
3d1cc47
drm/i915: Remove spurious warning "Failure to install fence"
by Chris Wilson
· 14 years ago
ac0c6b5
drm/i915: Rebind bo if currently bound with incorrect alignment.
by Chris Wilson
· 14 years ago
808b24d6
drm/i915: Propagate error from unbinding an unfenceable object.
by Chris Wilson
· 14 years ago
b118c1e
drm/i915: Avoid nesting of domain changes when setting display plane
by Chris Wilson
· 14 years ago
778c354
drm/i915: combine all small integers into one single bitfield
by Daniel Vetter
· 14 years ago
d1b851f
drm/i915: implement BSD ring buffer V2
by Zou Nan hai
· 14 years ago
852835f
drm/i915: convert some gem structures to per-ring V2
by Zou Nan hai
· 14 years ago
8187a2b
drm/i915: introduce intel_ring_buffer structure (V2)
by Zou Nan hai
· 14 years ago
d3301d8
drm/i915: Rename dev_priv->ring to dev_priv->render_ring.
by Eric Anholt
· 14 years ago
62fdfea
drm/i915: Move ringbuffer-related code to intel_ringbuffer.c.
by Eric Anholt
· 14 years ago
007cc8a
drm/i915: move fence lru to struct drm_i915_fence_reg
by Daniel Vetter
· 15 years ago
34dc4d4
Merge remote branch 'origin/master' into drm-intel-next
by Eric Anholt
· 15 years ago
1637ef4
drm/i915: Wait for the GPU whilst shrinking, if truly desperate.
by Chris Wilson
· 15 years ago
1918ad7
drm/i915: fix non-Ironlake 965 class crashes
by Jesse Barnes
· 15 years ago
e552eb7
drm/i915: use PIPE_CONTROL instruction on Ironlake and Sandy Bridge
by Jesse Barnes
· 15 years ago
a8089e8
drm/i915: drop pointer to drm_gem_object
by Daniel Vetter
· 15 years ago
62b8b21
drm/i915: don't use ->driver_private anymore
by Daniel Vetter
· 15 years ago
c397b90
drm/i915: embed the gem object into drm_i915_gem_object
by Daniel Vetter
· 15 years ago
ac52bc5
drm/i915: introduce i915_gem_alloc_object
by Daniel Vetter
· 15 years ago
fd632aa
drm: free core gem object from driver callbacks
by Daniel Vetter
· 15 years ago
c36a2a6
drm/i915: fix tiling limits for i915 class hw v2
by Daniel Vetter
· 15 years ago
13bd8e4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
by Linus Torvalds
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
23010e4
drm/i915: introduce to_intel_bo helper
by Daniel Vetter
· 15 years ago
1f2b101
drm/i915: Avoid NULL deref in get_pages() unwind after error.
by Chris Wilson
· 15 years ago
71cf39b
drm/i915: Enable VS timer dispatch.
by Eric Anholt
· 15 years ago
5d93916
drm/i915: remove an unnecessary wait_request()
by Owain G. Ainsworth
· 15 years ago
16edd55
drm/i915: check for multiple write domains in pin_and_relocate
by Daniel Vetter
· 15 years ago
922a2ef
drm/i915: clean-up i915_gem_flush_gpu_write_domain
by Daniel Vetter
· 15 years ago
4df2faf
drm/i915: reuse i915_gpu_idle helper
by Daniel Vetter
· 15 years ago
6356039
drm/i915: ensure lru ordering of fence_list
by Daniel Vetter
· 15 years ago
ae3db24
drm/i915: extract fence stealing code
by Daniel Vetter
· 15 years ago
4a87b8c
drm/i915: fixup active list locking in object_unbind
by Daniel Vetter
· 15 years ago
798750e
drm/i915: reuse i915_gem_object_put_fence_reg for fence stealing code
by Daniel Vetter
· 15 years ago
f6e450a
drm/i915: Fix sandybridge status page setup.
by Eric Anholt
· 15 years ago
4e901fd
drm/i915: Set up fence registers on sandybridge.
by Eric Anholt
· 15 years ago
bad720f
drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.
by Eric Anholt
· 15 years ago
30d6c72
Merge remote branch 'anholt/drm-intel-next' into drm-next-stage
by Dave Airlie
· 15 years ago
de19322
Merge remote branch 'korg/drm-core-next' into drm-next-stage
by Dave Airlie
· 15 years ago
f590d27
drm/i915: reduce some of the duplication of tiling checking
by Owain Ainsworth
· 15 years ago
10ae9bd
drm/i915: blow away userspace mappings before fence change
by Daniel Vetter
· 15 years ago
4a72661
drm/i915: move a gtt flush to the correct place
by Daniel Vetter
· 15 years ago
b397c83
drm/i915: Don't reserve compatibility fence regs in KMS mode.
by Eric Anholt
· 15 years ago
29105cc
drm/i915: Replace open-coded eviction in i915_gem_idle()
by Chris Wilson
· 15 years ago
bc9025b
Use drm_gem_object_[handle_]unreference_unlocked where possible
by Luca Barbieri
· 15 years ago
a40e8d3
drm/i915: Correctly return -ENOMEM on allocation failure in cmdbuf ioctls.
by Owain Ainsworth
· 15 years ago
99fcb76
drm/i915: Update write_domains on active list after flush.
by Daniel Vetter
· 15 years ago
f6510ec
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
by Linus Torvalds
· 15 years ago
93533c2
drm/i915: Fix leak of relocs along do_execbuffer error path
by Chris Wilson
· 15 years ago
4bdadb9
drm/i915: Selectively enable self-reclaim
by Chris Wilson
· 15 years ago
0ce907f
drm/i915: Prevent use of uninitialized pointers along error path.
by Chris Wilson
· 15 years ago
6036ae7
drm/i915: Remove chatty execbuf failure message.
by Eric Anholt
· 15 years ago
b9241ea
drm/i915: Don't wait interruptible for possible plane buffer flush
by Zhenyu Wang
· 15 years ago
2c1f189
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
e6be8d9
drm: remove address mask param for drm_pci_alloc()
by Zhenyu Wang
· 15 years ago
e3d8aff
drm/i915: Permit pinning whilst the device is 'suspended'
by Chris Wilson
· 15 years ago
76446ca
drm/i915: execbuf2 support
by Jesse Barnes
· 15 years ago
96b47b6
drm/i915: fix order of fence release wrt flushing
by Daniel Vetter
· 15 years ago
3ef884b
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
5618ca6
drm/i915: Set the error code after failing to insert new offset into mm ht.
by Chris Wilson
· 15 years ago
f2b115e
drm/i915: Fix product names and #defines
by Adam Jackson
· 15 years ago
ffb4728
drm/i915: Drop a some common DRM_ERROR()
by Chris Wilson
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
6b95a20
drm/i915: Add intel implementation of the pageflip ioctl
by Kristian Høgsberg
· 15 years ago
Next »