Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
de151cf67ce52ed2d88083daa5e60c7858947329
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
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