index
:
kernel_samsung_smdk4412.git
ath9k
master
migrate_3.2
qmi
replicant-6.0
replicant-6.0-old
upstreaming
kernel for Galaxy S3
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...
Linus Torvalds
2008-10-23
1
-2
/
+0
|
\
|
*
drm/i915: hold dev->struct_mutex and DRM lock during vblank ring operations
Keith Packard
2008-10-23
1
-2
/
+0
*
|
fix CONFIG_HIGHMEM compile error in drivers/gpu/drm/i915/i915_gem.c
Thomas Gleixner
2008-10-20
1
-2
/
+3
*
|
i915: cleanup coding horrors in i915_gem_gtt_pwrite()
Linus Torvalds
2008-10-20
1
-23
/
+36
|
/
*
i915: Don't run retire work handler while suspended
Keith Packard
2008-10-18
1
-22
/
+28
*
i915: Map status page cached for chips with GTT-based HWS location.
Keith Packard
2008-10-18
1
-13
/
+15
*
i915: Fix up ring initialization to cover G45 oddities
Keith Packard
2008-10-18
1
-2
/
+35
*
i915: add missing return in error path.
Dave Airlie
2008-10-18
1
-0
/
+1
*
drm: Clean up many sparse warnings in i915.
Eric Anholt
2008-10-18
1
-13
/
+18
*
drm: Use ioremap_wc in i915_driver instead of ioremap, since we always want WC.
Eric Anholt
2008-10-18
1
-6
/
+9
*
drm: Avoid oops in GEM execbuffers with bad arguments.
Eric Anholt
2008-10-18
1
-0
/
+4
*
i915 gem: install and uninstall irq handler in entervt and leavevt ioctls.
Kristian Høgsberg
2008-10-18
1
-0
/
+5
*
i915: Use struct_mutex to protect ring in GEM mode.
Eric Anholt
2008-10-18
1
-0
/
+2
*
drm: Add GEM ("graphics execution manager") to i915 driver.
Eric Anholt
2008-10-18
1
-0
/
+2497