index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-18
agp/intel: split out gmch/gtt probe, part 1
Daniel Vetter
1
-29
/
+44
2010-04-18
agp/intel: kill mutli_gmch_chip
Daniel Vetter
1
-55
/
+52
2010-04-18
agp/intel: uncoditionally reconfigure driver on resume
Daniel Vetter
1
-16
/
+1
2010-04-18
agp/intel: split out the GTT support
Daniel Vetter
2
-1523
/
+1537
2010-04-18
agp/intel: introduce intel-agp.h header file
Daniel Vetter
4
-235
/
+241
2010-04-18
drm/i915: Don't touch PORT_HOTPLUG_EN in intel_dp_detect()
Karsten Wiese
1
-10
/
+0
2010-04-18
drm/i915/pch: Use minimal number of FDI lanes (v2)
Adam Jackson
2
-6
/
+21
2010-04-12
drm/i915: Add the support of memory self-refresh on Ironlake
Zhenyu Wang
2
-3
/
+201
2010-04-12
drm/i915: Move Pineview CxSR and watermark code into update_wm hook.
Zhao Yakui
2
-74
/
+88
2010-04-12
drm/i915: Only save/restore FBC on the platform that supports FBC
Zhao Yakui
1
-19
/
+22
2010-04-12
drm/i915: Fix the incorrect argument for SDVO SET_TV_format command
Zhao Yakui
1
-1
/
+1
2010-04-12
drm/i915: Add support of SDVO on Ibexpeak PCH
Zhao Yakui
3
-16
/
+36
2010-04-12
drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on).
Carl Worth
1
-5
/
+0
2010-04-12
drm/i915: do not read uninitialized ->dev_private
Luca Tettamanti
1
-1
/
+1
2010-04-12
Revert "drm/i915: Use a dmi quirk to skip a broken SDVO TV output."
Zhenyu Wang
1
-21
/
+1
2010-04-12
drm/i915: implement multifunction SDVO device support
Zhenyu Wang
1
-236
/
+375
2010-04-12
drm/i915: remove unused intel_pipe_get_connector()
Zhenyu Wang
1
-17
/
+0
2010-04-12
drm/i915: remove connector object in old output structure
Zhenyu Wang
2
-14
/
+0
2010-04-12
drm/i915: convert TV driver to new encoder/connector structure
Zhenyu Wang
1
-14
/
+26
2010-04-12
drm/i915: convert SDVO driver to new encoder/connector structure
Zhenyu Wang
1
-66
/
+94
2010-04-12
drm/i915: convert DVO driver to new encoder/connector structure
Zhenyu Wang
1
-36
/
+34
2010-04-12
drm/i915: convert DP/eDP driver to new encoder/connector structure
Zhenyu Wang
2
-31
/
+45
2010-04-12
drm/i915: convert HDMI driver to new encoder/connector structure
Zhenyu Wang
1
-12
/
+24
2010-04-12
drm/i915: convert LVDS driver to new encoder/connector structure
Zhenyu Wang
1
-11
/
+23
2010-04-12
drm/i915: convert VGA driver to new encoder/connector structure
Zhenyu Wang
1
-13
/
+22
2010-04-12
drm/i915: Set sync polarity correctly on DisplayPort
Adam Jackson
1
-3
/
+6
2010-04-12
drm/i915: Un-magic a DPCD register write
Adam Jackson
1
-1
/
+1
2010-04-12
drm/i915: enable DP/eDP for Sandybridge/Cougarpoint
Zhenyu Wang
3
-19
/
+154
2010-04-12
drm/i915: enable HDMI on Cougarpoint
Zhenyu Wang
1
-2
/
+6
2010-04-12
drm/i915: enable LVDS on Cougarpoint
Zhenyu Wang
1
-4
/
+11
2010-04-12
drm/i915: Fix CRT force detect on Cougarpoint
Zhenyu Wang
1
-6
/
+17
2010-04-12
drm/i915: Support for Cougarpoint PCH display pipeline
Zhenyu Wang
3
-124
/
+426
2010-04-12
drm/i915: Probe for PCH chipset type
Zhenyu Wang
3
-0
/
+44
2010-04-12
drm/i915: Sandybridge has no integrated TV
Zhenyu Wang
1
-1
/
+2
2010-04-12
drm/i915: Fix legacy BLC event for pipe A
Zhao Yakui
1
-2
/
+7
2010-04-12
drm/i915: Clear the LVDS pipe B select bit when moving the LVDS to pipe A.
Eric Anholt
1
-0
/
+2
2010-04-12
drm/i915: Allow LVDS on pipe A on gen4+
Adam Jackson
2
-1
/
+5
2010-04-12
drm/i915: Remove dead KMS encoder save/restore code.
Eric Anholt
12
-643
/
+4
2010-04-09
drm/i915: change intel_ddc_get_modes() function parameters
Zhenyu Wang
8
-35
/
+26
2010-04-09
drm/i915: passing drm connector param for load detection
Zhenyu Wang
4
-7
/
+14
2010-04-09
drm/i915: Add new helper to return current attached encoder for connector
Zhenyu Wang
2
-0
/
+26
2010-04-09
drm/i915: Add new 'intel_connector' structure
Zhenyu Wang
1
-0
/
+6
2010-04-09
drm/i915: more conversion from connector_list walk to encoder_list
Zhenyu Wang
1
-18
/
+18
2010-04-09
drm/i915: use encoder_list for hotplug callback
Zhenyu Wang
1
-4
/
+4
2010-04-09
drm/i915: Convert some trace events to DEFINE_TRACE
Li Zefan
1
-61
/
+25
2010-04-09
drm/i915: Configure the TV sense state correctly on GM45 to make TV detection...
Zhao Yakui
1
-0
/
+9
2010-04-09
drm/i915: Ignore LVDS EDID when it is unavailabe or invalid
Zhao Yakui
2
-4
/
+11
2010-04-02
drm/i915: Add no_lvds entry for the Clientron U800
Stefan Bader
1
-0
/
+8
2010-03-25
drm/i915: Rename many remaining uses of "output" to encoder or connector.
Eric Anholt
2
-98
/
+103
2010-03-25
drm/i915: Rename intel_output to intel_encoder.
Eric Anholt
11
-663
/
+663
[next]