index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-17
drm/i915: HDMI - Clear Audio Enable bit for Hot Plug
Wang Xingchao
1
-1
/
+1
2012-09-17
drm/i915: Reduce a pin-leak BUG into a WARN
Chris Wilson
1
-1
/
+2
2012-09-17
drm/i915: enable lvds pin pairs before dpll on gen2
Daniel Vetter
1
-6
/
+6
2012-09-11
drm/i915: fix up the IBX transcoder B check
Daniel Vetter
1
-2
/
+4
2012-09-10
drm/i915: set the right gen3 flip_done mode also at resume
Daniel Vetter
2
-3
/
+3
2012-09-08
drm/i915: initialize dpio_lock spin lock
Alexander Shishkin
1
-0
/
+1
2012-09-03
drm/i915: do not expose a dysfunctional backlight interface to userspace
Jani Nikula
1
-9
/
+22
2012-09-03
drm/i915: only enable sdvo hotplug irq if needed
Jani Nikula
1
-9
/
+6
2012-09-03
drm/i915/edp: get the panel delay before powering up
Dave Airlie
1
-4
/
+7
2012-08-24
i915: Quirk no_lvds on Gigabyte GA-D525TUD ITX motherboard
Calvin Walton
1
-0
/
+8
2012-08-24
drm/i915: Use the correct size of the GTT for placing the per-process entries
Chris Wilson
1
-1
/
+1
2012-08-23
drm/i915: fix color order for BGR formats on IVB
Vijay Purushothaman
1
-2
/
+2
2012-08-23
drm/i915: fix wrong order of parameters in port checking functions
Xu, Anhua
1
-6
/
+6
2012-08-20
drm/i915: use hsw rps tuning values everywhere on gen6+
Daniel Vetter
1
-11
/
+4
2012-08-17
drm/i915: fall back to bit-banging if GMBUS fails in CRT EDID reads
Jani Nikula
1
-3
/
+33
2012-08-17
drm/i915: extract connector update from intel_ddc_get_modes() for reuse
Jani Nikula
2
-9
/
+24
2012-08-17
drm/i915: fix hsw uncached pte
Daniel Vetter
2
-1
/
+5
2012-08-17
drm/i915/contexts: fix list corruption
Ben Widawsky
1
-4
/
+4
2012-08-17
drm/i915: fix EDID memory leak in SDVO
Jani Nikula
1
-0
/
+1
2012-08-14
drm/i915: Apply post-sync write for pipe control invalidates
Chris Wilson
1
-18
/
+23
2012-08-14
drm/i915: reorder edp disabling to fix ivb MacBook Air
Daniel Vetter
1
-7
/
+7
2012-08-13
drm/i915: ensure i2c adapter is all set before adding it
Jani Nikula
1
-3
/
+4
2012-08-11
drm/i915: ignore eDP bpc settings from vbt
Daniel Vetter
1
-11
/
+0
2012-08-11
drm/i915: Fix blank panel at reopening lid
Takashi Iwai
1
-4
/
+9
2012-08-09
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
12
-32
/
+79
2012-08-08
drm/i915: correctly order the ring init sequence
Daniel Vetter
1
-2
/
+5
2012-08-07
drm/i915: add more Haswell PCI IDs
Paulo Zanoni
1
-1
/
+30
2012-08-06
drm/i915: make rc6 in sysfs functions conditional
Hunt Xu
1
-0
/
+12
2012-08-06
drm/i915: Workaround hang with BSD and forcewake on SandyBridge
Chris Wilson
1
-9
/
+10
2012-08-06
drm/i915: Make intel_panel_get_backlight static.
Stéphane Marchesin
2
-2
/
+1
2012-08-05
i915: don't map imported dma-bufs for dmar.
Dave Airlie
1
-1
/
+2
2012-08-05
drm/i915: remove unused variable
Devendra Naga
1
-1
/
+0
2012-08-05
drm/i915: Don't forget to apply SNB PIPE_CONTROL GTT workaround.
Eric Anholt
1
-10
/
+10
2012-07-27
drm/i915: fix forcewake related hangs on snb
Daniel Vetter
1
-2
/
+4
2012-07-26
i915: Remove silly test
Alan Cox
1
-3
/
+0
2012-07-26
i915: fix error path leak in intel_sdvo_write_cmd
Alan Cox
1
-1
/
+4
2012-07-26
vlv: it might be wise if we initialised the flag value...
Alan Cox
1
-0
/
+1
2012-07-26
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
18
-119
/
+140
2012-07-25
drm/i915: unbreak lastclose for failed driver init
Daniel Vetter
1
-1
/
+7
2012-07-25
drm/i915: Set the context before setting up regs for the context.
Eric Anholt
1
-4
/
+4
2012-07-25
drm/i915: constify mode in crtc_mode_fixup
Daniel Vetter
1
-1
/
+1
2012-07-25
drm/i915/lvds: ditch ->prepare special case
Daniel Vetter
1
-7
/
+1
2012-07-25
drm/i915: dereferencing an error pointer
Dan Carpenter
1
-1
/
+3
2012-07-25
drm/i915: fix invalid reference handling of the default ctx obj
Chris Wilson
1
-14
/
+4
2012-07-25
drm/i915: Add -EIO to the list of known errors for __wait_seqno
Chris Wilson
1
-0
/
+1
2012-07-25
drm/i915: Flush the context object from the CPU caches upon switching
Chris Wilson
1
-0
/
+11
2012-07-20
drm/i915: Make the lock for pageflips interruptible
Chris Wilson
1
-1
/
+4
2012-07-20
drm/i915: don't forget the PCH backlight registers
Paulo Zanoni
1
-1
/
+14
2012-07-20
drm/i915: Insert a flush between batches if the breadcrumb was dropped
Chris Wilson
1
-2
/
+7
2012-07-20
drm/i915: missing error case in init status page
Ben Widawsky
1
-0
/
+1
[next]