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
2013-09-06
drm/i915: Delay disabling of VGA memory until vgacon->fbcon handoff is done
Ville Syrjälä
3
-11
/
+23
2013-09-06
drm/i915: try not to lose backlight CBLV precision
Jani Nikula
1
-1
/
+1
2013-09-06
drm/i915: Confine page flips to BCS on Valleyview
Chris Wilson
1
-1
/
+1
2013-09-05
drm/i915: Skip stolen region initialisation if none is reserved
Chris Wilson
1
-0
/
+3
2013-09-05
drm/i915: fix gpu hang vs. flip stall deadlocks
Daniel Vetter
1
-1
/
+7
2013-09-05
drm/i915: Hold an object reference whilst we shrink it
Chris Wilson
1
-6
/
+39
2013-09-04
drm/i915: fix i9xx_crtc_clock_get for multiplied pixels
Daniel Vetter
1
-2
/
+1
2013-09-04
drm/i915: handle sdvo input pixel multiplier correctly again
Daniel Vetter
1
-8
/
+9
2013-09-04
drm/i915: fix hpd work vs. flush_work in the pageflip code deadlock
Daniel Vetter
2
-2
/
+14
2013-09-03
drm/i915: fix up the relocate_entry refactoring
Daniel Vetter
1
-0
/
+3
2013-09-03
drm/i915: Fix pipe config warnings when dealing with LVDS fixed mode
Ville Syrjälä
3
-17
/
+7
2013-09-03
drm/i915: Don't call sg_free_table() if sg_alloc_table() fails
Damien Lespiau
1
-1
/
+0
2013-09-03
i915: Update VGA arbiter support for newer devices
Alex Williamson
2
-3
/
+31
2013-09-03
drm/i915: Pin pages whilst mapping the dma-buf
Chris Wilson
1
-19
/
+22
2013-09-03
drm/i915: enable trickle feed on Haswell
Paulo Zanoni
4
-7
/
+13
2013-09-03
x86: add early quirk for reserving Intel graphics stolen memory v5
Jesse Barnes
1
-15
/
+0
2013-09-03
drm/i915: split PCI IDs out into i915_drm.h v4
Jesse Barnes
1
-130
/
+34
2013-09-03
i915_gem: Convert kmem_cache_alloc(...GFP_ZERO) to kmem_cache_zalloc
Joe Perches
1
-1
/
+1
2013-09-03
drm/i915: Use RCS flips on Ivybridge+
Chris Wilson
2
-9
/
+49
2013-09-03
drm/i915: Embed the ring->private within the struct intel_ring_buffer
Chris Wilson
3
-72
/
+35
2013-09-03
drm/i915: fix lvds/dp panel fitter setting
Imre Deak
1
-0
/
+2
2013-09-03
drm/i915: tune down hangcheck noise
Daniel Vetter
1
-3
/
+3
2013-09-03
drm/i915: Report requested frequency alongside current frequency in debugfs
Chris Wilson
1
-1
/
+10
2013-09-03
drm/i915: Apply the force-detect VGA w/a to Valleyview
Chris Wilson
1
-1
/
+1
2013-09-03
drm/i915: Adjust available RPS information through sysfs for vlv
Chris Wilson
1
-5
/
+31
2013-09-03
drm/i915: sanitize forcewake registers on reset
Mika Kuoppala
1
-1
/
+8
2013-09-03
drm/i915: Don't mask EI UP interrupt on IVB|SNB
Mika Kuoppala
1
-1
/
+11
2013-09-02
drm/i915: Support render nodes
Kristian Høgsberg
2
-22
/
+23
2013-09-02
Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
6
-36
/
+119
2013-08-30
Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet...
Dave Airlie
23
-385
/
+1021
2013-08-30
drm: Pass page flip ioctl flags to driver
Keith Packard
2
-9
/
+17
2013-08-30
drm/i915/hdmi: Write HDMI vendor specific infoframes
Lespiau, Damien
2
-0
/
+30
2013-08-30
drm/i915: ivb: fix edp voltage swing reg val
Imre Deak
1
-1
/
+1
2013-08-29
gpu/vga_switcheroo: add driver control power feature. (v3)
Dave Airlie
1
-1
/
+1
2013-08-23
drm/i915: Print seqnos as unsigned in debugfs
Ville Syrjälä
1
-1
/
+1
2013-08-23
drm/i915: Fix context size calculation on SNB/IVB/VLV
Ville Syrjälä
1
-8
/
+15
2013-08-23
drm/i915: Use POSTING_READ in lcpll code
Daniel Vetter
1
-1
/
+2
2013-08-23
drm/i915: enable Package C8+ by default
Paulo Zanoni
1
-2
/
+2
2013-08-23
drm/i915: add i915.pc8_timeout function
Paulo Zanoni
3
-1
/
+6
2013-08-23
drm/i915: add i915_pc8_status debugfs file
Paulo Zanoni
1
-0
/
+26
2013-08-23
drm/i915: allow package C8+ states on Haswell (disabled)
Paulo Zanoni
10
-2
/
+390
2013-08-23
drm/i915: fix SDEIMR assertion when disabling LCPLL
Paulo Zanoni
1
-6
/
+2
2013-08-23
drm/i915: grab force_wake when restoring LCPLL
Paulo Zanoni
1
-0
/
+6
2013-08-23
drm/i915: drop WaMbcDriverBootEnable workaround
Jesse Barnes
1
-17
/
+0
2013-08-23
drm/i915: Cleaning up the relocate entry function
Rafael Barbalho
1
-34
/
+54
2013-08-23
drm/i915: merge HSW and SNB PM irq handlers
Paulo Zanoni
1
-38
/
+12
2013-08-23
drm/i915: fix how we mask PMIMR when adding work to the queue
Paulo Zanoni
1
-9
/
+2
2013-08-23
drm/i915: don't queue PM events we won't process
Paulo Zanoni
1
-3
/
+6
2013-08-23
drm/i915: don't disable/reenable IVB error interrupts when not needed
Paulo Zanoni
1
-2
/
+5
2013-08-23
drm/i915: add dev_priv->pm_irq_mask
Paulo Zanoni
2
-5
/
+8
[next]