Linus Torvalds
|
f06da264cf
i915: Fix more size_t format string warnings
|
16 years ago |
Chris Wilson
|
7d8d58b23f
drm/i915: Unlock mutex on i915_gem_fault() error path
|
16 years ago |
Jesse Barnes
|
0f973f2788
drm/i915: add fence register management to execbuf
|
16 years ago |
Eric Anholt
|
d9ddcb96e0
drm/i915: Return error from i915_gem_object_get_fence_reg() when failing.
|
16 years ago |
Eric Anholt
|
ab657db12d
drm/i915: Set up an MTRR covering the GTT at driver load.
|
16 years ago |
Eric Anholt
|
e806b49574
drm/i915: Suppress GEM teardown on X Server exit in KMS mode.
|
16 years ago |
Linus Torvalds
|
832fb4a01c
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
|
16 years ago |
Linus Torvalds
|
aeb565dfc3
Fix annoying DRM_ERROR() string warning
|
16 years ago |
Dave Airlie
|
260883c856
i915: fix freeing path for gem phys objects.
|
16 years ago |
Dave Airlie
|
71acb5eb8d
drm/i915: add support for physical memory objects
|
16 years ago |
Harvey Harrison
|
9b4778f680
trivial: replace last usages of __FUNCTION__ in kernel
|
16 years ago |
Eric Anholt
|
9bb2d6f94a
drm/i915: Don't allow objects to get bound while VT switched.
|
16 years ago |
Julia Lawall
|
aad87dff5a
drm/i915: Remove redundant test in error path.
|
16 years ago |
Eric Anholt
|
f1acec9338
drm/i915: Don't print to dmesg when taking signal during object_pin.
|
16 years ago |
Eric Anholt
|
b117763627
drm/i915: Don't double-unpin buffers if we take a signal in evict_everything().
|
16 years ago |
Jesse Barnes
|
79e539453b
DRM: i915: add mode setting support
|
16 years ago |
Jesse Barnes
|
de151cf67c
drm/i915: add GEM GTT mapping support
|
16 years ago |
Eric Anholt
|
c4de0a5d67
drm/i915: Don't return busy for buffers left on the flushing list.
|
16 years ago |
Owain Ainsworth
|
15c35334c9
drm/i915: Don't return error in evict_everything when we get to the end.
|
16 years ago |
Eric Anholt
|
0235439232
drm/i915: Return error in i915_gem_set_to_gtt_domain if we're not in the GTT.
|
16 years ago |
Keith Packard
|
ac94a962b2
drm/i915: Retry execbuffer pinning after clearing the GTT
|
16 years ago |
Keith Packard
|
646f0f6e43
drm/i915: Move the execbuffer domain computations together
|
16 years ago |
Keith Packard
|
c0d9082928
drm/i915: Rename object_set_domain to object_set_to_gpu_domain
|
16 years ago |
Eric Anholt
|
e47c68e9c5
drm/i915: Make a single set-to-cpu-domain path and use it wherever needed.
|
16 years ago |
Eric Anholt
|
2ef7eeaa55
drm/i915: Make a single set-to-gtt-domain path.
|
16 years ago |
Eric Anholt
|
b670d81582
drm/i915: If interrupted while setting object domains, still emit the flush.
|
16 years ago |
Eric Anholt
|
ce44b0ea3d
drm/i915: Move flushing list cleanup from flush request retire to request emit.
|
16 years ago |
Eric Anholt
|
151903d546
drm/i915: Fix copy'n'pasteo that broke VT switch if flushing was non-empty.
|
16 years ago |
Keith Packard
|
6133047aa6
drm/i915: execbuffer pins objects, no need to ensure they're still in the GTT
|
16 years ago |
Keith Packard
|
2678d9d696
drm/i915: Subtract total pinned bytes from available aperture size
|
16 years ago |