index
:
kernel/linux.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_crt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-08
drm/i915: Use hsw_crt_get_config on BDW
Ville Syrjälä
1
-6
/
+5
2013-10-17
drm/i915: vlv: fix VGA hotplug after modeset
Imre Deak
1
-1
/
+1
2013-10-01
drm/i915: destroy connector sysfs files earlier
Paulo Zanoni
1
-1
/
+0
2013-10-01
drm/i915: Use crtc_clock with the adjusted mode
Damien Lespiau
1
-1
/
+1
2013-10-01
drm/i915: Add HSW CRT output readout support
Ville Syrjälä
1
-6
/
+28
2013-10-01
drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) pattern
Daniel Vetter
1
-1
/
+1
2013-09-17
drm/i915: Fix port_clock and adjusted_mode.clock readout all over
Ville Syrjälä
1
-0
/
+8
2013-09-11
drm/i915/vlv: re-enable hotplug detect based probing on VLV/BYT
Jesse Barnes
1
-3
/
+0
2013-09-03
drm/i915: Apply the force-detect VGA w/a to Valleyview
Chris Wilson
1
-1
/
+1
2013-08-04
drm/i915/crt: use native encoder->mode_set callback
Daniel Vetter
1
-21
/
+13
2013-07-24
drm/i915: Add some debug breadcrumbs to connector detection
Chris Wilson
1
-0
/
+4
2013-05-31
drm/i915: document why dvo/sdvo/crt need a special dpms function
Jani Nikula
1
-1
/
+3
2013-05-21
drm/i915: add encoder get_config function v5
Jesse Barnes
1
-0
/
+23
2013-05-21
Merge tag 'v3.10-rc2' into drm-intel-next-queued
Daniel Vetter
1
-23
/
+17
2013-05-10
drm/i915: Organize VBT stuff inside drm_i915_private
Rodrigo Vivi
1
-2
/
+2
2013-04-24
drm/i915: Fixup non-24bpp support for VGA screens on Haswell
Daniel Vetter
1
-0
/
+4
2013-04-22
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
1
-4
/
+2
2013-04-18
drm/i915: (re)init HPD interrupt storm statistics
Egbert Eich
1
-4
/
+2
2013-04-16
Merge tag 'drm-intel-next-2013-04-06' of git://people.freedesktop.org/~danvet...
Dave Airlie
1
-6
/
+10
2013-03-28
drm/i915: add pipe_config->has_pch_encoder
Daniel Vetter
1
-4
/
+8
2013-03-27
DRM/i915: Get rid if the 'hotplug_supported_mask' in struct drm_i915_private.
Egbert Eich
1
-2
/
+0
2013-03-27
drm/i915: Be sure to turn hsync/vsync back on at crt enable (v2)
Adam Jackson
1
-23
/
+17
2013-03-27
DRM/I915: Add enum hpd_pin to intel_encoder.
Egbert Eich
1
-0
/
+2
2013-03-07
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
1
-1
/
+1
2013-03-06
drm/i915: Turn off hsync and vsync on ADPA when disabling crt
Patrik Jakobsson
1
-1
/
+1
2013-02-20
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
1
-5
/
+9
2013-02-20
drm/i915: Preserve the FDI line reversal override bit on CPT
Damien Lespiau
1
-5
/
+9
2013-02-14
drm/i915: rip out helper->disable noop functions
Daniel Vetter
1
-1
/
+0
2013-01-26
drm/i915: Always use adpa_reg
Ville Syrjälä
1
-14
/
+15
2013-01-17
Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet...
Dave Airlie
1
-1
/
+1
2012-12-16
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
1
-0
/
+13
2012-12-10
drm/i915: set the LPT FDI RX polarity reversal bit when needed
Paulo Zanoni
1
-0
/
+8
2012-12-10
Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
1
-1
/
+1
2012-12-08
drm/i915: reject modes the LPT FDI receiver can't handle
Paulo Zanoni
1
-0
/
+5
2012-11-29
drm/i915: add HAS_DDI check
Paulo Zanoni
1
-1
/
+1
2012-11-21
drm/i915: don't limit Haswell CRT encoder to pipe A
Paulo Zanoni
1
-1
/
+1
2012-11-20
Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...
Dave Airlie
1
-17
/
+30
2012-11-12
drm/i915: use intel_ddi_get_hw_state on CRT encoder too
Paulo Zanoni
1
-1
/
+4
2012-11-12
drm/i915: don't set ADPA pipe select on LPT
Paulo Zanoni
1
-1
/
+3
2012-11-06
drm/i915/crt: fix DPMS standby and suspend mode handling
Jani Nikula
1
-1
/
+1
2012-10-23
drm/i915: VGA needs to be on pipe A on i830M
Daniel Vetter
1
-1
/
+1
2012-10-22
drm/i915: Do not free the passed EDID in intel_connector_update_modes()
Jani Nikula
1
-1
/
+5
2012-10-22
Merge tag 'v3.7-rc2' into drm-intel-next-queued
Daniel Vetter
1
-6
/
+5
2012-10-22
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
1
-14
/
+1
2012-10-18
drm/i915/crt: explicitly set up HOTPLUG_BITS on resume
Daniel Vetter
1
-13
/
+13
2012-10-18
drm/i915/crt: don't set HOTPLUG bits on !PCH
Daniel Vetter
1
-1
/
+5
2012-10-16
DRM/i915: Don't delete DPLL Multiplier during DAC init.
Egbert Eich
1
-14
/
+1
2012-10-04
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-53
/
+112
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-5
/
+5
2012-10-02
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
David Howells
1
-1
/
+0
[next]