index
:
~eugeni/kernel
3.0-drm-intel-backports
3.1-drm-intel-backports
3.2-drm-intel-backports
3.2-drm-intel-stable
android-2.6.39-i915-backports
cache_type
debugfs-rps
derrmr
hangcheck_kill_offender
hangcheck_pid
hangcheck_test
ivb-fbc
ivb-suspend
powertop
rc6
to-next
Eugeni's experimental kernel branches
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-10
drm/gem: add hooks to notify driver when object handle is created/destroyed
3.0-drm-intel-backports
Ben Skeggs
2
-2
/
+21
2012-02-10
drm: bpp and depth changes require full mode sets
Jesse Barnes
1
-0
/
+5
2012-02-10
drm: platform multi-device support
Rob Clark
1
-2
/
+3
2012-02-10
drm: really make debug levels match in edid failure code
Tormod Volden
1
-2
/
+2
2012-02-10
DRM: clean up and document parsing of video= parameter
Rolf Eike Beer
2
-30
/
+78
2012-02-10
drm/gem: add support for private objects
Alan Cox
2
-2
/
+26
2012-02-10
drivers: use kzalloc/kcalloc instead of 'kmalloc+memset', where possible
Rakib Mullick
6
-20
/
+10
2012-02-10
drm: track CEA version number if present
Jesse Barnes
2
-0
/
+11
2012-02-10
drm/debugfs: Initialise empty variable
Emil Velikov
1
-1
/
+3
2012-02-10
drm: Fix irq install error handling
Joonyoung Shim
1
-0
/
+3
2012-02-10
drm: Add NULL check about irq functions
Joonyoung Shim
1
-8
/
+15
2012-02-10
drm: Fix the number of connector and encoder to cleanup functions
Joonyoung Shim
1
-0
/
+2
2012-02-10
drm/gem: add functions for mmap offset creation
Rob Clark
1
-0
/
+88
2012-02-10
drm: Remove duplicate "return" statement
Lin Ming
1
-1
/
+0
2012-02-10
drm: Add KMS debug printk's for encoder and crtc fixup failure
Adam Jackson
1
-0
/
+2
2012-02-10
drm: fix error message about failed procfs file registration
Marcin Slusarz
1
-2
/
+1
2012-02-10
drm: simplify error printing in drm_debugfs_create_files
Marcin Slusarz
1
-1
/
+1
2012-02-10
drm: drm_ioctl() should zero-init extra data
Rob Clark
1
-0
/
+2
2012-02-10
drm: Introduce "Virtual" connectors and encoders
Thomas Hellstrom
2
-7
/
+13
2012-02-10
drm: make sure drm_vblank_init() has been called before touching vbl_lock
Ben Skeggs
1
-6
/
+9
2012-02-10
drm: Ensure string is null terminated.
Vinson Lee
1
-1
/
+3
2012-02-10
drm: try to restore previous CRTC config if mode set fails
Jesse Barnes
1
-0
/
+13
2012-02-10
drm: do not sleep on vblank while holding a mutex
Ilija Hadzic
1
-1
/
+1
2012-02-10
drm: add some comments to drm_wait_vblank and drm_queue_vblank_event
Ilija Hadzic
1
-1
/
+6
2012-02-10
drm: Remove utterly bogus preempt_disable() sections
Thomas Gleixner
1
-9
/
+0
2012-02-10
drm: Fix lack of CRTC disable for drm_crtc_helper_set_config(.fb=NULL)
Chris Wilson
1
-2
/
+25
2012-02-08
drm/i915: Re-enable gen7 RC6 and GPU turbo after resume.
v3.0.19-drm-intel-backports
Eric Anholt
1
-2
/
+2
2012-02-08
drm/i915: paper over missed irq issues with force wake voodoo
Daniel Vetter
1
-2
/
+25
2012-02-08
cpufreq: expose a cpufreq_quick_get_max routine
Jesse Barnes
2
-0
/
+25
2012-02-08
drm: support routines for HDMI/DP ELD
Wu Fengguang
3
-0
/
+189
2012-02-08
drm/gem: add functions for mmap offset creation
Rob Clark
2
-0
/
+91
2012-02-08
drm/i915: Make DP prepare/commit consistent with DP dpms
Keith Packard
1
-9
/
+13
2012-02-08
drm/i915: Let panel power sequencing hardware do its job
Keith Packard
2
-70
/
+86
2012-02-08
drm/i915: Disable RC6 on Sandybridge by default
Keith Packard
1
-5
/
+3
2012-02-08
drm/i915: Disable semaphores by default on SNB
Keith Packard
1
-2
/
+2
2012-02-08
Revert "drm/i915: fix infinite recursion on unbind due to ilk vt-d w/a"
Linus Torvalds
1
-6
/
+1
2012-02-08
drm/i915/dp: Dither down to 6bpc if it makes the mode fit
Adam Jackson
3
-8
/
+39
2012-02-08
drm/i915: enable semaphores on per-device defaults
Eugeni Dodonov
3
-4
/
+21
2012-02-08
drm/i915: don't set unpin_work if vblank_get fails
Jesse Barnes
1
-5
/
+7
2012-02-08
drm/i915: By default, enable RC6 on IVB and SNB when reasonable
Keith Packard
3
-6
/
+33
2012-02-08
drm/i915/sdvo: Include LVDS panels for the IS_DIGITAL check
Chris Wilson
1
-8
/
+20
2012-02-08
drm/i915: add PCH info to i915_capabilities
Paulo Zanoni
1
-0
/
+1
2012-02-08
drm/i915: no-lvds quirk for ASUS AT5NM10T-I
Adam Jackson
1
-0
/
+8
2012-02-08
drm/i915: Treat pre-gen4 backlight duty cycle value consistently
Keith Packard
1
-11
/
+5
2012-02-08
drm/i915: Hook up Ivybridge eDP
Keith Packard
2
-34
/
+133
2012-02-08
drm/i915: add multi-threaded forcewake support
Keith Packard
4
-8
/
+66
2012-02-08
drm/i915: fix infinite recursion on unbind due to ilk vt-d w/a
Daniel Vetter
1
-1
/
+6
2012-02-08
drm, i915: Fix memory leak in i915_gem_busy_ioctl().
Rakib Mullick
1
-2
/
+4
2012-02-08
drm/i915: Use DPCD value for max DP lanes.
Keith Packard
1
-14
/
+9
2012-02-08
drm/i915: Initiate DP link training only on the lanes we'll be using
Keith Packard
1
-2
/
+3
[next]