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-10-03
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
39
-3091
/
+5729
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
35
-96
/
+96
2012-10-02
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
David Howells
26
-26
/
+0
2012-09-26
drm/i915: Wrap external callers to IPS state with appropriate locks
Chris Wilson
1
-4
/
+36
2012-09-26
drm/i915: s/cacheing/caching/
Ben Widawsky
3
-16
/
+16
2012-09-26
drm/i915: make sure we write all the DIP data bytes
Paulo Zanoni
2
-0
/
+19
2012-09-24
Merge tag 'v3.6-rc7' into drm-intel-next-queued
Daniel Vetter
10
-28
/
+56
2012-09-24
drm/i915: BUG() on unexpected HDMI register
Paulo Zanoni
1
-0
/
+2
2012-09-20
drm/i915: Fix !CONFIG_PM sysfs for real this time
Ben Widawsky
1
-0
/
+2
2012-09-20
drm/i915: Assert that the exec object lookup table is a power-of-two
Chris Wilson
1
-0
/
+1
2012-09-20
drm/i915: HDMI - Clear Audio Enable bit for Hot Plug unconditionally
Wang Xingchao
1
-4
/
+1
2012-09-20
drm/i915: Convert the dmabuf object to use the new i915_gem_object_ops
Chris Wilson
4
-22
/
+37
2012-09-20
drm/i915: update dpms property in set_mode
Daniel Vetter
1
-0
/
+6
2012-09-20
drm/i915: don't call dpms funcs after set_mode
Daniel Vetter
1
-10
/
+0
2012-09-20
drm/i915: don't disable fdi links harder in ilk_crtc_enable
Daniel Vetter
1
-3
/
+5
2012-09-20
drm/i915: rip out intel_disable_pch_ports
Daniel Vetter
1
-60
/
+0
2012-09-20
drm/i915: Limit the ioremap of the PCI bar to the registers
Chris Wilson
1
-2
/
+14
2012-09-20
drm/i915: Show render P state thresholds in sysfs
Ben Widawsky
1
-0
/
+36
2012-09-20
drm/i915: Add setters for min/max frequency
Ben Widawsky
1
-2
/
+81
2012-09-20
drm/i915: rip out edp special case from dp_link_down
Daniel Vetter
1
-7
/
+0
2012-09-20
drm/i915: Drop the misleading cast to the wrong user pointer type
Chris Wilson
1
-6
/
+3
2012-09-20
i915: initialize CADL in opregion
Lekensteyn
1
-1
/
+22
2012-09-20
drm/i915: disable the cpu edp port after the cpu pipe
Daniel Vetter
1
-2
/
+7
2012-09-20
drm/i915: rip out dp port enabling cludges^Wchecks
Daniel Vetter
1
-8
/
+8
2012-09-20
drm/i915: robustify edp_pll_on/off
Daniel Vetter
1
-11
/
+18
2012-09-20
drm/i915: clean up the cpu edp pll special case
Daniel Vetter
1
-47
/
+27
2012-09-20
drm/i915: add encoder->pre_enable/post_disable
Daniel Vetter
2
-0
/
+10
2012-09-20
drm/i915: rip out early dp port write for gm45/ilk
Daniel Vetter
1
-13
/
+0
2012-09-20
drm/i915: Error checks in gen6_set_rps
Ben Widawsky
2
-1
/
+9
2012-09-20
drm/i915: POSTING_READ the new rps value
Ben Widawsky
1
-0
/
+2
2012-09-20
drm/i915: Add current/max/min GPU freq to sysfs
Ben Widawsky
1
-0
/
+70
2012-09-20
drm/i915: #define gpu freq multipler
Ben Widawsky
2
-11
/
+13
2012-09-20
drm/i915: variable renames
Ben Widawsky
1
-8
/
+8
2012-09-20
drm/i915: extract compute_clocks from ironlake_crtc_mode_set
Paulo Zanoni
1
-30
/
+66
2012-09-20
drm/i915: simplify setting DSPCNTR inside ironlake_crtc_mode_set
Paulo Zanoni
1
-5
/
+3
2012-09-20
drm/i915: extract ironlake_set_pipeconf form ironlake_crtc_mode_set
Paulo Zanoni
1
-36
/
+52
2012-09-20
drm/i915: Replace the array of pages with a scatterlist
Chris Wilson
8
-183
/
+189
2012-09-20
drm/i915: Pin backing pages for pread
Chris Wilson
1
-23
/
+13
2012-09-20
drm/i915: Pin backing pages for pwrite
Chris Wilson
1
-24
/
+13
2012-09-20
drm/i915: Pin backing pages whilst exporting through a dmabuf vmap
Chris Wilson
3
-4
/
+27
2012-09-20
drm/i915: Introduce drm_i915_gem_object_ops
Chris Wilson
3
-27
/
+80
2012-09-18
drm/i915: fix OOPS in lid_notify
Daniel Vetter
1
-1
/
+1
2012-09-18
drm/i915: correctly update crtc->x/y in set_base
Daniel Vetter
1
-4
/
+6
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-06
Merge the modeset-rework, basic conversion into drm-intel-next
Daniel Vetter
20
-472
/
+2017
[next]