index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_dp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-13
drm/i915: Implement Link Rate fallback on Link training failure
Manasi Navare
1
-0
/
+27
2017-04-13
drm/i915: Perform link quality check unconditionally during long pulse
Ville Syrjälä
1
-2
/
+13
2017-04-12
drm/i915/dp: Validate cached link rate and lane count before retraining
Manasi Navare
1
-3
/
+23
2017-04-12
drm/i915: Remove unused dp properties for dp-mst.
Maarten Lankhorst
1
-1
/
+1
2017-04-12
Merge airlied/drm-next into drm-intel-next-queued
Daniel Vetter
1
-12
/
+9
2017-04-11
drm/i915/dp: read sink count to a temporary variable first
Jani Nikula
1
-3
/
+4
2017-04-11
drm/i915/dp: use readb and writeb calls for single byte DPCD access
Jani Nikula
1
-20
/
+17
2017-04-11
drm/i915/dp: localize link rate index variable more
Jani Nikula
1
-6
/
+7
2017-04-11
drm/i915/mst: use max link not sink lane count
Jani Nikula
1
-1
/
+1
2017-04-11
drm/i915/dp: add functions for max common link rate and lane count
Jani Nikula
1
-12
/
+17
2017-04-11
drm/i915/dp: don't call the link parameters sink parameters
Jani Nikula
1
-13
/
+12
2017-04-11
drm/i915/dp: do not limit rate seek when not needed
Jani Nikula
1
-19
/
+12
2017-04-11
drm/i915/dp: cache common rates with sink rates
Jani Nikula
1
-33
/
+42
2017-04-11
drm/i915/dp: use the sink rates array for max sink rates
Jani Nikula
1
-21
/
+7
2017-04-06
drm/atomic: Acquire connection_mutex lock in drm_helper_probe_single_connecto...
Maarten Lankhorst
1
-12
/
+9
2017-04-06
drm/i915/dp: generate and cache sink rate array for all DP, not just eDP 1.4
Jani Nikula
1
-25
/
+56
2017-04-06
drm/i915/dp: cache source rates at init
Jani Nikula
1
-14
/
+21
2017-04-06
drm/i915/dp: rename rate_to_index() to intel_dp_rate_index() and reuse
Jani Nikula
1
-19
/
+15
2017-04-06
drm/i915/dp: return errors from rate_to_index()
Jani Nikula
1
-4
/
+9
2017-04-06
drm/i915/dp: use known correct array size in rate_to_index
Jani Nikula
1
-5
/
+6
2017-02-27
drm/i915: Store encoder power domain in struct intel_encoder
Ander Conselvan de Oliveira
1
-4
/
+4
2017-02-27
drm/i915: Store aux power domain in intel_dp
Ander Conselvan de Oliveira
1
-38
/
+23
2017-02-24
drm/i915/lspcon: Switch back to PCON mode after output replug
Imre Deak
1
-0
/
+4
2017-02-24
drm/i915: Introduce intel_ddi_dp_voltage_max()
Ville Syrjälä
1
-3
/
+2
2017-02-23
Revert "drm/i915/dp: Ratelimit DP aux timeout messages"
Chris Wilson
1
-2
/
+1
2017-02-23
drm/i915/dp: Ratelimit DP aux timeout messages
Lyude
1
-1
/
+2
2017-02-15
drm/i915/dp: Reset the link params on HPD/connected boot/resume
Manasi Navare
1
-4
/
+12
2017-02-10
drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS code
Ville Syrjälä
1
-3
/
+3
2017-02-09
drm/i915/dp: Move initialization of hpd_pin to a new function
Ander Conselvan de Oliveira
1
-20
/
+28
2017-02-09
drm/i915: Remove WA for swapped HPD pins in broxton A stepping
Ander Conselvan de Oliveira
1
-2
/
+0
2017-02-08
drm/i915: Track full cdclk state for the logical and actual cdclk frequencies
Ville Syrjälä
1
-1
/
+1
2017-02-08
drm/i915: Start moving the cdclk stuff into a distinct state structure
Ville Syrjälä
1
-1
/
+1
2017-02-06
drm/i915/lspcon: Fix resume time initialization due to unasserted HPD
Imre Deak
1
-2
/
+2
2017-02-01
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
1
-1
/
+3
2017-02-01
Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
1
-1
/
+3
2017-01-26
drm/edid: Introduce drm_default_rgb_quant_range()
Ville Syrjälä
1
-1
/
+3
2017-01-26
drm/i915: Add support for DP Video pattern compliance tests
Manasi Navare
1
-2
/
+66
2017-01-26
drm/i915: Fixes to support DP Compliance EDID tests
Manasi Navare
1
-2
/
+2
2017-01-26
drm/i915: Add support for DP link training compliance
Manasi Navare
1
-6
/
+59
2017-01-24
drm/i915: Introduce IS_GEN9_BC for Skylake and Kabylake.
Rodrigo Vivi
1
-3
/
+2
2017-01-24
drm/i915/dp: do not proceed with autotests if we don't ACK them
Jani Nikula
1
-12
/
+9
2017-01-16
drm/i915/dp: Silence compiler for missing prototype
Chris Wilson
1
-1
/
+1
2017-01-13
drm/i915/psr: enable ALPM for psr2
Nagaraju, Vathsala
1
-0
/
+10
2017-01-11
drm/i915/psr: program vsc header for psr2
Nagaraju, Vathsala
1
-0
/
+26
2017-01-10
drm/i915/glk: Convert a few more IS_BROXTON() to IS_GEN9_LP()
Michel Thierry
1
-1
/
+1
2016-12-22
drm/i915: Force VDD off on the new power seqeuencer before starting to use it
Ville Syrjälä
1
-7
/
+34
2016-12-22
drm/i915/ddi: Rely on VBT DDI port info for eDP detection
Imre Deak
1
-1
/
+1
2016-12-19
drm/i915: Prevent PPS stealing from a normal DP port on VLV/CHV
Ville Syrjälä
1
-47
/
+105
2016-12-14
drm/i915: tune down the fast link training vs boot fail
Daniel Vetter
1
-2
/
+2
2016-12-13
drm/i915: Intel panel downclock cleanup
Mika Kahola
1
-1
/
+1
[next]