index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: preliminary context support
Ben Widawsky
2012-06-14
1
-0
/
+1
*
i915: add dmabuf/prime buffer sharing support.
Daniel Vetter
2012-05-23
1
-1
/
+2
*
drm/i915: initialize DDI buffer translations
Eugeni Dodonov
2012-05-19
1
-0
/
+1
*
drm/i915: Split the stolen handling for GEM out of i915_dma.c
Chris Wilson
2012-05-03
1
-0
/
+1
*
drm/i915: move fbc-related functionality into intel_pm module
Eugeni Dodonov
2012-04-18
1
-0
/
+1
*
drm/i915: rc6 in sysfs
Ben Widawsky
2012-04-12
1
-0
/
+1
*
drm/i915: kill i915_mem.c
Daniel Vetter
2012-01-17
1
-1
/
+1
*
drm/i915: add SNB and IVB video sprite support v6
Jesse Barnes
2012-01-03
1
-0
/
+1
*
drm/i915: Split i915_gem_execbuffer into its own file.
Chris Wilson
2010-11-25
1
-1
/
+2
*
drm/i915: restore gtt on resume in the drm instead of in intel-gtt.ko
Daniel Vetter
2010-11-23
1
-0
/
+1
*
drm/i915: add _DSM support
Jesse Barnes
2010-10-08
1
-0
/
+2
*
drm/i915: Use the VBT from OpRegion when available (v3)
Chris Wilson
2010-09-08
1
-1
/
+1
*
drm/i915: Rename i915_opregion.c to intel_opregion.c
Chris Wilson
2010-09-08
1
-1
/
+1
*
drm/i915: Enable aspect/centering panel fitting for Ironlake.
Chris Wilson
2010-08-09
1
-0
/
+1
*
drm/i915: Move the eviction logic to its own file.
Chris Wilson
2010-08-09
1
-0
/
+1
*
drm/i915: Move ringbuffer-related code to intel_ringbuffer.c.
Eric Anholt
2010-05-26
1
-0
/
+1
*
drm/i915: Fix out of tree builds
Peter Clifton
2010-05-10
1
-0
/
+2
*
Merge remote branch 'anholt/drm-intel-next' into drm-linus
Dave Airlie
2009-12-08
1
-0
/
+1
|
\
|
*
drm/i915: implement drmmode overlay support v4
Daniel Vetter
2009-11-05
1
-0
/
+1
*
|
drm/intel: refactor DP i2c support and DP common header to drm helper
Dave Airlie
2009-12-08
1
-1
/
+0
|
/
*
drm/i915: Add tracepoints
Chris Wilson
2009-09-23
1
-0
/
+1
*
drm/i915: Move i915_gem_debugfs.c to i915_debugfs.c
Ben Gamari
2009-09-04
1
-1
/
+1
*
drm/i915: Add Display Port support
Keith Packard
2009-06-18
1
-0
/
+2
*
drm/i915: Convert i915 proc files to seq_file and move to debugfs.
Ben Gamari
2009-03-27
1
-1
/
+1
*
drm/i915: Add support for integrated HDMI on G4X hardware.
Eric Anholt
2009-01-07
1
-0
/
+1
*
DRM: i915: add mode setting support
Jesse Barnes
2008-12-29
1
-1
/
+16
*
build fix: CONFIG_DRM_I915=y && CONFIG_ACPI=n
Len Brown
2008-10-28
1
-1
/
+2
*
drm: Add GEM ("graphics execution manager") to i915 driver.
Eric Anholt
2008-10-18
1
-1
/
+5
*
separate i915 suspend/resume functions into their own file
Jesse Barnes
2008-10-18
1
-1
/
+2
*
Add Intel ACPI IGD OpRegion support
Matthew Garrett
2008-10-18
1
-1
/
+1
*
drm: reorganise drm tree to be more future proof.
Dave Airlie
2008-07-14
1
-0
/
+10