Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
efbeed96f7e20783b22d9529ef536b61f7ea8637
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
efbeed9
drm/i915: Don't let a device flush to prepare buffers clear new write_domains.
by Eric Anholt
· 16 years ago
8b0e378
drm/i915: Cut two args to set_to_gpu_domain that confused this tricky path.
by Eric Anholt
· 16 years ago
ab00b3e
drm/i915: Keep refs on the object over the lifetime of vmas for GTT mmap.
by Jesse Barnes
· 16 years ago
85a7bb9
drm/i915: Cleanup the hws on ringbuffer constrution failure.
by Chris Wilson
· 16 years ago
3eb2ee7
drm/i915: Unpin the hws if we fail to kmap.
by Chris Wilson
· 16 years ago
47ed185
drm/i915: Unpin the ringbuffer if we fail to ioremap it.
by Chris Wilson
· 16 years ago
491152b
drm/i915: unpin for an invalid memory domain.
by Chris Wilson
· 16 years ago
13af106
drm/i915: Release and unlock on mmap_gtt error path.
by Chris Wilson
· 16 years ago
a35f2e2
drm/i915: Fix potential AB-BA deadlock in i915_gem_execbuffer()
by Roland Dreier
· 16 years ago
96dec61
drm/i915: refleak along pin() error path.
by Chris Wilson
· 16 years ago
a198bc8
drm/i915: Cleanup trivial leak on execbuffer error path.
by Chris Wilson
· 16 years ago
f06da26
i915: Fix more size_t format string warnings
by Linus Torvalds
· 16 years ago
7d8d58b
drm/i915: Unlock mutex on i915_gem_fault() error path
by Chris Wilson
· 16 years ago
0f973f2
drm/i915: add fence register management to execbuf
by Jesse Barnes
· 16 years ago
d9ddcb9
drm/i915: Return error from i915_gem_object_get_fence_reg() when failing.
by Eric Anholt
· 16 years ago
ab657db1
drm/i915: Set up an MTRR covering the GTT at driver load.
by Eric Anholt
· 16 years ago
e806b49
drm/i915: Suppress GEM teardown on X Server exit in KMS mode.
by Eric Anholt
· 16 years ago
832fb4a
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 16 years ago
aeb565d
Fix annoying DRM_ERROR() string warning
by Linus Torvalds
· 16 years ago
260883c
i915: fix freeing path for gem phys objects.
by Dave Airlie
· 16 years ago
71acb5e
drm/i915: add support for physical memory objects
by Dave Airlie
· 16 years ago
9b4778f
trivial: replace last usages of __FUNCTION__ in kernel
by Harvey Harrison
· 16 years ago
9bb2d6f
drm/i915: Don't allow objects to get bound while VT switched.
by Eric Anholt
· 16 years ago
aad87df
drm/i915: Remove redundant test in error path.
by Julia Lawall
· 16 years ago
f1acec9
drm/i915: Don't print to dmesg when taking signal during object_pin.
by Eric Anholt
· 16 years ago
b117763
drm/i915: Don't double-unpin buffers if we take a signal in evict_everything().
by Eric Anholt
· 16 years ago
79e5394
DRM: i915: add mode setting support
by Jesse Barnes
· 16 years ago
de151cf
drm/i915: add GEM GTT mapping support
by Jesse Barnes
· 16 years ago
c4de0a5
drm/i915: Don't return busy for buffers left on the flushing list.
by Eric Anholt
· 16 years ago
15c3533
drm/i915: Don't return error in evict_everything when we get to the end.
by Owain Ainsworth
· 16 years ago
0235439
drm/i915: Return error in i915_gem_set_to_gtt_domain if we're not in the GTT.
by Eric Anholt
· 16 years ago
ac94a96
drm/i915: Retry execbuffer pinning after clearing the GTT
by Keith Packard
· 16 years ago
646f0f6
drm/i915: Move the execbuffer domain computations together
by Keith Packard
· 16 years ago
c0d9082
drm/i915: Rename object_set_domain to object_set_to_gpu_domain
by Keith Packard
· 16 years ago
e47c68e
drm/i915: Make a single set-to-cpu-domain path and use it wherever needed.
by Eric Anholt
· 16 years ago
2ef7eea
drm/i915: Make a single set-to-gtt-domain path.
by Eric Anholt
· 16 years ago
b670d81
drm/i915: If interrupted while setting object domains, still emit the flush.
by Eric Anholt
· 16 years ago
ce44b0e
drm/i915: Move flushing list cleanup from flush request retire to request emit.
by Eric Anholt
· 16 years ago
151903d
drm/i915: Fix copy'n'pasteo that broke VT switch if flushing was non-empty.
by Eric Anholt
· 16 years ago
6133047
drm/i915: execbuffer pins objects, no need to ensure they're still in the GTT
by Keith Packard
· 16 years ago
2678d9d
drm/i915: Subtract total pinned bytes from available aperture size
by Keith Packard
· 16 years ago
28dfe52
drm/i915: Avoid BUG_ONs on VT switch with a wedged chipset.
by Eric Anholt
· 16 years ago
6a47baa
i915: Don't attempt to short-circuit object_wait_rendering by checking domains.
by Owen Taylor
· 16 years ago
da4a22c
Merge branch 'io-mappings-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
5a125c3
i915: Add GEM ioctl to get available aperture size.
by Eric Anholt
· 16 years ago
0839ccb
i915: use io-mapping interfaces instead of a variety of mapping kludges
by Keith Packard
· 16 years ago
70740d6
Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 16 years ago
9e44af7
drm/i915: hold dev->struct_mutex and DRM lock during vblank ring operations
by Keith Packard
· 16 years ago
e8848a1
fix CONFIG_HIGHMEM compile error in drivers/gpu/drm/i915/i915_gem.c
by Thomas Gleixner
· 16 years ago
9b7530cc
i915: cleanup coding horrors in i915_gem_gtt_pwrite()
by Linus Torvalds
· 16 years ago
6dbe277
i915: Don't run retire work handler while suspended
by Keith Packard
· 16 years ago
ba1eb1d
i915: Map status page cached for chips with GTT-based HWS location.
by Keith Packard
· 16 years ago
50aa253d
i915: Fix up ring initialization to cover G45 oddities
by Keith Packard
· 16 years ago
e7d22bc
i915: add missing return in error path.
by Dave Airlie
· 16 years ago
3043c60
drm: Clean up many sparse warnings in i915.
by Eric Anholt
· 16 years ago
bd88ee4
drm: Use ioremap_wc in i915_driver instead of ioremap, since we always want WC.
by Eric Anholt
· 16 years ago
4f481ed
drm: Avoid oops in GEM execbuffers with bad arguments.
by Eric Anholt
· 16 years ago
dbb19d3
i915 gem: install and uninstall irq handler in entervt and leavevt ioctls.
by Kristian Høgsberg
· 16 years ago
546b097
i915: Use struct_mutex to protect ring in GEM mode.
by Eric Anholt
· 16 years ago
673a394
drm: Add GEM ("graphics execution manager") to i915 driver.
by Eric Anholt
· 16 years ago