index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Unpin the ringbuffer if we fail to ioremap it.
Chris Wilson
2009-02-20
1
-0
/
+1
*
drm/i915: unpin for an invalid memory domain.
Chris Wilson
2009-02-20
1
-0
/
+2
*
drm/i915: Release and unlock on mmap_gtt error path.
Chris Wilson
2009-02-20
1
-1
/
+4
*
drm/i915: Set framebuffer alignment based upon the fence constraints.
Chris Wilson
2009-02-20
1
-4
/
+2
*
drm/i915: Fix potential AB-BA deadlock in i915_gem_execbuffer()
Roland Dreier
2009-02-20
1
-9
/
+12
*
drm/i915: refleak along pin() error path.
Chris Wilson
2009-02-20
1
-0
/
+1
*
drm/i915: hold mutex for unreference() in i915_gem_tiling.c
Chris Wilson
2009-02-20
1
-4
/
+2
*
drm/i915: Cleanup trivial leak on execbuffer error path.
Chris Wilson
2009-02-20
1
-2
/
+4
*
drm/i915: Storage class should be before const qualifier
Tobias Klauser
2009-02-20
2
-2
/
+2
*
i915: Fix more size_t format string warnings
Linus Torvalds
2009-02-09
1
-1
/
+1
*
drm/i915: add get_vblank_counter function for GM45
Jesse Barnes
2009-02-08
5
-1
/
+24
*
drm/i915: Unlock mutex on i915_gem_fault() error path
Chris Wilson
2009-02-08
1
-1
/
+3
*
drm/i915: Quiet the message on get/setparam ioctl with an unknown value.
Eric Anholt
2009-02-08
1
-2
/
+2
*
drm/i915: skip LVDS initialization on Apple Mac Mini
Paul Collins
2009-02-08
1
-34
/
+13
*
drm/i915: sync SDVO code with stable userland modesetting driver
Jesse Barnes
2009-02-08
4
-104
/
+1173
*
drm/i915: Unref the object after failing to set tiling mode.
Chris Wilson
2009-02-08
1
-1
/
+4
*
drm/i915: add fence register management to execbuf
Jesse Barnes
2009-02-08
5
-20
/
+144
*
drm/i915: Return error from i915_gem_object_get_fence_reg() when failing.
Eric Anholt
2009-02-08
1
-7
/
+13
*
drm/i915: Set up an MTRR covering the GTT at driver load.
Eric Anholt
2009-02-08
3
-11
/
+25
*
drm/i915: Skip SDVO/HDMI init when the chipset tells us it's not present.
Eric Anholt
2009-02-08
1
-7
/
+11
*
drm/i915: Suppress GEM teardown on X Server exit in KMS mode.
Eric Anholt
2009-02-08
1
-0
/
+3
*
i915: fix unneeded locking in i915 LVDS get modes code.
Dave Airlie
2009-02-03
1
-2
/
+0
*
drivers/gpu/drm/i915/intel_lvds.c: fix locking snafu
Andrew Morton
2009-01-30
1
-1
/
+1
*
Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
Linus Torvalds
2009-01-27
1
-4
/
+0
|
\
|
*
i2c: Delete many unused adapter IDs
Jean Delvare
2009-01-26
1
-4
/
+0
*
|
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
2009-01-26
3
-4
/
+18
|
\
\
|
*
|
drm/i915: Fix cursor physical address choice to match the 2D driver.
Jesse Barnes
2009-01-22
1
-1
/
+4
|
*
|
drm/i915: hook up LVDS DPMS property
Jesse Barnes
2009-01-22
1
-0
/
+13
|
*
|
drm/i915: remove unnecessary debug output in KMS init
Jesse Barnes
2009-01-22
1
-2
/
+0
|
*
|
i915: fix freeing path for gem phys objects.
Dave Airlie
2009-01-22
1
-1
/
+1
|
|
/
*
/
Fix annoying DRM_ERROR() string warning
Linus Torvalds
2009-01-26
1
-1
/
+1
|
/
*
drm/i915: lock correct mutex around object unreference.
Dave Airlie
2009-01-16
1
-6
/
+11
*
drm/i915: add support for physical memory objects
Dave Airlie
2009-01-16
4
-13
/
+233
*
drm/i915: make LVDS fixed mode a preferred mode
Jesse Barnes
2009-01-16
1
-0
/
+7
*
drm: handle depth & bpp changes correctly
Jesse Barnes
2009-01-16
1
-0
/
+2
*
drm/i915: setup sarea properly in master_priv
Dave Airlie
2009-01-12
1
-0
/
+8
*
drm/i915: don't enable vblanks on disabled pipes
Jesse Barnes
2009-01-10
1
-0
/
+6
*
trivial: replace last usages of __FUNCTION__ in kernel
Harvey Harrison
2009-01-08
1
-2
/
+2
*
drm/i915: Respect the other stolen memory sizes we know of.
Eric Anholt
2009-01-07
2
-14
/
+40
*
drm/i915: Non-mobile parts don't have integrated TV-out.
Eric Anholt
2009-01-07
1
-1
/
+1
*
drm/i915: Add support for integrated HDMI on G4X hardware.
Eric Anholt
2009-01-07
7
-7
/
+322
*
drm/i915: Pin cursor bo and unpin old bo when setting cursor.
Kristian Høgsberg
2009-01-07
2
-8
/
+22
*
drm/i915: Don't allow objects to get bound while VT switched.
Eric Anholt
2009-01-07
1
-6
/
+9
*
drm/i915: fix modeset devname allocation + agp init return check.
Dave Airlie
2008-12-29
1
-10
/
+12
*
drm/i915: Remove redundant test in error path.
Julia Lawall
2008-12-29
1
-6
/
+5
*
drm/i915: Don't print to dmesg when taking signal during object_pin.
Eric Anholt
2008-12-29
1
-2
/
+4
*
drm: pin new and unpin old buffer when setting a mode.
Kristian Høgsberg
2008-12-29
1
-8
/
+36
*
drm/i915: un-EXPORT and make 'intelfb_panic' static
Hannes Eder
2008-12-29
1
-3
/
+2
*
drm/i915: Delete unused, pointless i915_driver_firstopen.
Eric Anholt
2008-12-29
1
-8
/
+0
*
drm/i915: fix sparse warnings: returning void-valued expression
Hannes Eder
2008-12-29
1
-2
/
+2
[next]