index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_sdvo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
Chris Wilson
2016-07-05
1
-1
/
+1
*
drm/i915: Mass convert dev->dev_private to to_i915(dev)
Chris Wilson
2016-07-04
1
-11
/
+11
*
drm/i915: Move connector registration to driver registration
Chris Wilson
2016-06-24
1
-10
/
+0
*
drm/i915: Move backlight registration to connector registration
Chris Wilson
2016-06-24
1
-0
/
+5
*
drm/i915: Move registration actions to connector->late_register
Chris Wilson
2016-06-24
1
-8
/
+11
*
drm/i915: Move intel_connector->unregister to connector->early_unregister
Chris Wilson
2016-06-19
1
-15
/
+11
*
drm: i915: Rely on the default ->best_encoder() behavior where appropriate
Boris Brezillon
2016-06-10
1
-1
/
+0
*
drm/i915: Give encoders useful names
Ville Syrjälä
2016-05-30
1
-1
/
+1
*
drm/i915: move sdvo mappings to vbt data
Jani Nikula
2016-03-29
1
-8
/
+8
*
drm/i915: Move the encoder vs. FDI dotclock check out from encoder .get_config()
Ville Syrjälä
2016-03-01
1
-3
/
+1
*
drm/i915: SDVO pixel clock check
Mika Kahola
2016-02-11
1
-0
/
+4
*
drm: Pass 'name' to drm_encoder_init()
Ville Syrjälä
2015-12-11
1
-1
/
+2
*
drm/i915: Type safe register read/write
Ville Syrjälä
2015-11-18
1
-2
/
+3
*
drm/i915: s/is_sdvob/enum port/
Ville Syrjälä
2015-11-18
1
-19
/
+28
*
drm/i915: Disable FIFO underrun reporting around IBX transcoder B workaround
Ville Syrjälä
2015-11-10
1
-0
/
+11
*
Revert "drm/i915: Call encoder hotplug for init and resume cases"
Daniel Vetter
2015-10-08
1
-0
/
+1
*
drm/i915: Call encoder hotplug for init and resume cases
Sonika Jindal
2015-10-06
1
-1
/
+0
*
drm/i915: Add HDMI aspect ratio property for SDVO
Ville Syrjälä
2015-09-30
1
-0
/
+28
*
drm/i915: Constify adjusted_mode
Ville Syrjälä
2015-09-30
1
-1
/
+1
*
drm/i915: Always use crtc_ timings when dealing with adjustead_mode
Ville Syrjälä
2015-09-30
1
-2
/
+2
*
drm/i915: s/mode/adjusted_mode/ in functions that really get passed the adjus...
Ville Syrjälä
2015-09-30
1
-3
/
+3
*
drm/i915: Always call the adjusted mode 'adjusted_mode'
Ville Syrjälä
2015-09-30
1
-2
/
+1
*
drm/i915: Don't pass sdvo_reg to intel_sdvo_select_{ddc, i2c}_bus()
Ville Syrjälä
2015-09-23
1
-4
/
+4
*
drm/i915: Make some string arrays const
Ville Syrjälä
2015-08-26
1
-2
/
+2
*
drm/i915: Use ARRAY_SIZE() instead of hand rolling it
Ville Syrjälä
2015-08-26
1
-1
/
+1
*
drm/i915: Get rid of dpms handling.
Maarten Lankhorst
2015-08-14
1
-46
/
+1
*
drm/i915: Validate the state after an atomic modeset only, and pass the state.
Maarten Lankhorst
2015-08-14
1
-2
/
+0
*
drm: Make the connector dpms callback return a value, v2.
Maarten Lankhorst
2015-07-27
1
-3
/
+5
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2015-06-26
1
-38
/
+47
|
\
|
*
drm/i915: Disable SDVO port after the pipe on PCH platforms
Ville Syrjälä
2015-05-21
1
-8
/
+17
|
*
drm/i915: Fix the IBX transcoder B workarounds
Ville Syrjälä
2015-05-21
1
-25
/
+16
|
*
drm/i915: Write the SDVO reg twice on IBX
Ville Syrjälä
2015-05-21
1
-0
/
+8
|
*
drm/i915: Use POSTING_READ() in intel_sdvo_write_sdvox()
Ville Syrjälä
2015-05-08
1
-3
/
+3
|
*
drm/i915: Allocate connector state together with the connectors
Ander Conselvan de Oliveira
2015-04-13
1
-3
/
+19
|
*
drm/i915: base gmbus pin validity check on the gmbus pin map array
Jani Nikula
2015-04-01
1
-1
/
+2
|
*
drm/i915: refer to pin instead of port in the intel_i2c.c interfaces
Jani Nikula
2015-04-01
1
-1
/
+1
|
*
drm/i915: rename GMBUS_PORT_* macros as GMBUS_PIN_*
Jani Nikula
2015-04-01
1
-1
/
+1
*
|
drm/i915: Properly initialize SDVO analog connectors
Ander Conselvan de Oliveira
2015-06-08
1
-1
/
+1
*
|
drm/i915: Allocate connector state together with the connectors
Ander Conselvan de Oliveira
2015-04-13
1
-3
/
+19
|
/
*
drm/i915: Implement connector state duplication
Ander Conselvan de Oliveira
2015-03-26
1
-0
/
+1
*
drm/i915: Fix trivial typos in comments and warning message
Yannick Guerrini
2015-03-17
1
-1
/
+1
*
drm/i915: Add atomic_get_property entrypoint for connectors (v2)
Matt Roper
2015-01-27
1
-0
/
+1
*
drm/i915: Setup dummy atomic state for connectors (v3)
Matt Roper
2015-01-27
1
-0
/
+2
*
drm/i915: Make intel_crtc->config a pointer
Ander Conselvan de Oliveira
2015-01-27
1
-7
/
+7
*
drm/i915: Embedded struct drm_crtc_state in intel_crtc_state
Ander Conselvan de Oliveira
2015-01-27
1
-6
/
+6
*
drm/i915: Rename struct intel_crtc_config to intel_crtc_state
Ander Conselvan de Oliveira
2015-01-27
1
-3
/
+3
*
drm/i915: Don't pretend SDVO hotplug works on 915
Ville Syrjälä
2015-01-13
1
-0
/
+3
*
drm/i915: Don't destroy DRM properties in the driver
Damien Lespiau
2014-10-31
1
-47
/
+0
*
Merge tag 'topic/core-stuff-2014-06-30' of git://anongit.freedesktop.org/drm-...
Dave Airlie
2014-07-08
1
-5
/
+5
|
\
|
*
drm: add register and unregister functions for connectors
Thomas Wood
2014-06-19
1
-5
/
+5
[next]