index
:
kernel_samsung_aries.git
replicant-4.2
kernel/samsung/aries
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_display.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: don't clobber the pipe param in sanitize_modesetting
Daniel Vetter
2012-06-01
1
-2
/
+3
*
drm/i915: [GEN7] Use HW scheduler for fixed function shaders
Ben Widawsky
2012-06-01
1
-0
/
+14
*
drm/i915: Sanitize BIOS debugging bits from PIPECONF
Chris Wilson
2012-04-13
1
-0
/
+6
*
drm/i915: gen7: Disable the RHWO optimization as it can cause GPU hangs.
Kenneth Graunke
2012-03-12
1
-0
/
+4
*
drm/i915: gen7: work around a system hang on IVB
Eugeni Dodonov
2012-03-12
1
-0
/
+5
*
drm/i915: gen7: Implement an L3 caching workaround.
Eugeni Dodonov
2012-03-12
1
-0
/
+6
*
drm/i915: gen7: implement rczunit workaround
Eugeni Dodonov
2012-03-12
1
-0
/
+5
*
drm/i915: Prevent a machine hang by checking crtc->active before loading lut
Alban Browaeys
2012-03-12
1
-1
/
+1
*
drm/i915: fix CB tuning check for ILK+
Jesse Barnes
2011-12-09
1
-1
/
+1
*
drm/i915: Turn on another required clock gating bit on gen6.
Eric Anholt
2011-12-09
1
-1
/
+6
*
drm/i915: Turn on a required 3D clock gating bit on Sandybridge.
Eric Anholt
2011-12-09
1
-0
/
+9
*
drm/i915: always set FDI composite sync bit
Jesse Barnes
2011-11-26
1
-0
/
+2
*
drm/i915: fix IVB cursor support
Jesse Barnes
2011-11-26
1
-5
/
+35
*
drm/i915: enable ring freq scaling, RC6 and graphics turbo on Ivy Bridge v3
Jesse Barnes
2011-11-21
1
-2
/
+2
*
drm/i915: load the LUT before pipe enable on ILK+
Jesse Barnes
2011-08-15
1
-2
/
+6
*
drm/i915: Add quirk to disable SSC on Lenovo U160 LVDS
Keith Packard
2011-07-13
1
-1
/
+14
*
drm/i915: add Ivy Bridge page flip support
Jesse Barnes
2011-06-26
1
-0
/
+36
*
drm/i915: split page flip queueing into per-chipset functions
Jesse Barnes
2011-06-26
1
-83
/
+186
*
drm/i915: Call intel_enable_plane from i9xx_crtc_mode_set (again)
Keith Packard
2011-06-21
1
-2
/
+1
*
drm/i915: Replace ironlake_compute_wm0 with g4x_compute_wm0
Chris Wilson
2011-06-04
1
-68
/
+20
*
drm/i915: fix regression after clock gating init split
Jason Stubbs
2011-06-04
1
-0
/
+1
*
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2011-05-24
1
-959
/
+1344
|
\
|
*
Merge remote branch 'keithp/drm-intel-next' of ../drm-next into drm-core-next
Dave Airlie
2011-05-20
1
-4
/
+9
|
|
\
|
|
*
drm/i915: FDI link training broken on Ironlake by Ivybridge integration
Keith Packard
2011-05-17
1
-4
/
+4
|
|
*
drm/i915: add fbc enable flag, but disable by default
Jesse Barnes
2011-05-17
1
-0
/
+5
|
*
|
Merge remote branch 'keithp/drm-intel-next' of /ssd/git/drm-next into drm-cor...
Dave Airlie
2011-05-16
1
-957
/
+1337
|
|
\
\
|
|
|
/
|
|
*
drm/i915: split PCH clock gating init
Jesse Barnes
2011-05-13
1
-22
/
+41
|
|
*
drm/i915: add Ivybridge clock gating init function
Jesse Barnes
2011-05-13
1
-1
/
+28
|
|
*
drm/i915: split clock gating init into per-chipset functions
Jesse Barnes
2011-05-13
1
-144
/
+193
|
|
*
drm/i915: page flip support for Ivy Bridge
Jesse Barnes
2011-05-13
1
-0
/
+1
|
|
*
drm/i915: treat Ivy Bridge watermarks like Sandy Bridge
Jesse Barnes
2011-05-13
1
-1
/
+8
|
|
*
drm/i915: manual FDI training for Ivy Bridge
Jesse Barnes
2011-05-13
1
-4
/
+126
|
|
*
drm/i915: make FDI training a display function
Jesse Barnes
2011-05-13
1
-4
/
+3
|
|
*
drm/i915: move gen6 rps handling to workqueue
Ben Widawsky
2011-05-10
1
-0
/
+8
|
|
*
drm/i915: forcewake struct mutex locking fixes
Ben Widawsky
2011-05-10
1
-0
/
+9
|
|
*
drm/i915: reference counted forcewake
Ben Widawsky
2011-05-10
1
-4
/
+4
|
|
*
drm/i915: Disable all outputs early, before KMS takeover
Chris Wilson
2011-05-10
1
-6
/
+11
|
|
*
drm/i915: use i915_enable_rc6 on SNB too
Jesse Barnes
2011-05-10
1
-3
/
+6
|
|
*
drm/i915: fix rc6 initialization on Ironlake
Ben Widawsky
2011-05-10
1
-0
/
+13
|
|
*
drm/i915: fix ilk rc6 teardown locking
Ben Widawsky
2011-05-10
1
-3
/
+8
|
|
*
drm/i915: Fold the DPLL limit defines into the structs that use them.
Eric Anholt
2011-05-10
1
-469
/
+181
|
|
*
drm/i915: Clean up leftover DPLL and LVDS register choice from pch split.
Eric Anholt
2011-05-10
1
-35
/
+22
|
|
*
drm/i915: Drop remaining pre-Ironlake code from ironlake_crtc_mode_set().
Eric Anholt
2011-05-10
1
-83
/
+36
|
|
*
drm/i915: Drop non-HAS_PCH_SPLIT() code from ironlake_crtc_mode_set().
Eric Anholt
2011-05-10
1
-209
/
+150
|
|
*
drm/i915: Drop the remaining bit of Ironlake code from i9xx_crtc_mode_set().
Eric Anholt
2011-05-10
1
-6
/
+0
|
|
*
drm/i915: Drop the eDP paths from the pre-Ironlake crtc_mode_set.
Eric Anholt
2011-05-10
1
-33
/
+24
|
|
*
drm/i915: Remove the PCH paths from the pre-Ironlake crtc_mode_set().
Eric Anholt
2011-05-10
1
-258
/
+23
|
|
*
drm/i915: Move the vblank pre/post modeset to the common crtc_mode_set.
Eric Anholt
2011-05-10
1
-10
/
+6
|
|
*
drm/i915: Split the crtc_mode_set function along HAS_PCH_SPLIT() lines.
Eric Anholt
2011-05-10
1
-7
/
+674
|
|
*
drm/i915: Attach a fb to the load-detect pipe
Chris Wilson
2011-05-10
1
-17
/
+127
[next]