index
:
linux-sh
development
for-next
j2-devel
j2-stable
jcore-4.6
jcore-4.8
linux-sh-draft
linux-sh-draft-2
master
sh-for-4.6
sh-for-4.6-old1
temp-j2
v4.6-rc3+j2
v4.6-rc5+j2
v5.16+j2
DO NOT CLONE THIS REPO DIRECTLY. Clone kernel.org then fetch just differences from here. Linux SH repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
display
/
intel_ddi.c
Age
Commit message (
Expand
)
Author
Lines
2020-06-16
drm/i915/display: Fix the encoder type check
Vandita Kulkarni
-3
/
+3
2020-06-16
drm/i915/icl: Disable DIP on MST ports with the transcoder clock still on
Imre Deak
-1
/
+3
2020-06-16
drm/i915/tc: fix the reset of ln0
Khaled Almahallawy
-1
/
+1
2020-05-14
drm/i915/psr: Use new DP VSC SDP compute routine on PSR
Gwan-gyeong Mun
-2
/
+2
2020-05-14
drm/i915: Stop sending DP SDPs on ddi disable
Gwan-gyeong Mun
-0
/
+2
2020-05-14
drm/i915: Program DP SDPs on pipe updates
Gwan-gyeong Mun
-0
/
+1
2020-05-14
drm/i915: Add state readout for DP VSC SDP
Gwan-gyeong Mun
-0
/
+1
2020-05-14
drm/i915: Add state readout for DP HDR Metadata Infoframe SDP
Gwan-gyeong Mun
-0
/
+8
2020-05-14
drm/i915: Program DP SDPs with computed configs
Gwan-gyeong Mun
-2
/
+1
2020-05-11
drm/i915: Use stashed away hpd isr bits in intel_digital_port_connected()
Ville Syrjälä
-78
/
+10
2020-05-11
drm/i915: Turn intel_digital_port_connected() in a vfunc
Ville Syrjälä
-0
/
+109
2020-04-24
drm/i915: Split some long lines
Ville Syrjälä
-2
/
+8
2020-04-24
drm/i915: Introduce .set_idle_link_train() vfunc
Ville Syrjälä
-0
/
+29
2020-04-24
drm/i915: Introduce .set_signal_levels() vfunc
Ville Syrjälä
-20
/
+59
2020-04-24
drm/i915: Introduce .set_link_train() vfunc
Ville Syrjälä
-0
/
+42
2020-04-21
drm/i915/display/ddi: Prefer drm_WARN* over WARN*
Pankaj Bharadiya
-6
/
+8
2020-04-21
drm/i915: drop a bunch of superfluous inlines
Jani Nikula
-4
/
+3
2020-04-20
drm/i915: Pass encoder all the way to intel_ddi_transcoder_func_reg_val_get()
Ville Syrjälä
-29
/
+10
2020-04-20
drm/i915: Push TRANS_DDI_FUNC_CTL into the encoder->enable() hook
Ville Syrjälä
-0
/
+2
2020-04-20
drm/i915: Pass encoder to intel_ddi_enable_pipe_clock()
Ville Syrjälä
-5
/
+5
2020-04-17
drm/i915/display: Load DP_TP_CTL/STATUS offset before use it
José Roberto de Souza
-3
/
+11
2020-04-06
drm/i915: Extend hotplug detect retry on TypeC connectors to 5 seconds
Imre Deak
-1
/
+11
2020-04-06
drm/i915: Add a retry counter for hotplug detect retries
Imre Deak
-4
/
+3
2020-04-03
drm/i915: Move the port sync DP_TP_CTL stuff to the encoder hook
Ville Syrjälä
-0
/
+37
2020-04-03
drm/i915: Pass atomic state to encoder hooks
Ville Syrjälä
-33
/
+56
2020-04-03
drm/i915: Implement port sync for SKL+
Ville Syrjälä
-19
/
+51
2020-04-03
drm/i915: Store cpu_transcoder_mask in device info
Ville Syrjälä
-3
/
+3
2020-03-31
drm/i915/tc/icl: Update TC vswing tables
José Roberto de Souza
-20
/
+73
2020-03-31
drm/i915/dp/ehl: Update vswing table for HBR and RBR
José Roberto de Souza
-5
/
+4
2020-03-31
drm/i915/dp: Return the right vswing tables
José Roberto de Souza
-2
/
+3
2020-03-31
drm/i915/icl+: Don't enable DDI IO power on a TypeC port in TBT mode
Imre Deak
-1
/
+5
2020-03-27
drm/i915: Use REG_FIELD_PREP() & co. for TRANS_DDI_FUNC_CTL2
Ville Syrjälä
-4
/
+2
2020-03-27
drm/i915: Move icl_get_trans_port_sync_config() into the DDI code
Ville Syrjälä
-0
/
+54
2020-03-27
drm/i915: Move TRANS_DDI_FUNC_CTL2 programming where it belongs
Ville Syrjälä
-33
/
+40
2020-03-25
drm/i915/ddi: use struct drm_device based logging
Jani Nikula
-46
/
+72
2020-03-05
drm/i915/display: Decrease log level
Swati Sharma
-2
/
+3
2020-03-04
drm/i915/ehl: Check PHY type before reading DPLL frequency
Matt Roper
-1
/
+2
2020-03-02
drm/i915/skl, cnl: Split out the WRPLL/LCPLL frequency calculation
Imre Deak
-2
/
+2
2020-03-02
drm/i915: Move DPLL frequency calculation to intel_dpll_mgr.c
Imre Deak
-432
/
+10
2020-03-02
drm/i915/hsw: Use the DPLL ID when calculating DPLL clock
Imre Deak
-9
/
+8
2020-03-02
drm/i915: Keep the global DPLL state in a DPLL specific struct
Imre Deak
-6
/
+6
2020-02-23
drm/i915/display/ddi: Make WARN* drm specific where drm_device ptr is available
Pankaj Bharadiya
-41
/
+51
2020-02-20
drm/i915/dp: Compute port sync crtc states post compute_config()
Manasi Navare
-0
/
+107
2020-02-15
drm/i915/mst: Set intel_dp_set_m_n() for MST slaves
José Roberto de Souza
-2
/
+3
2020-02-10
drm/i915/tgl: Update cdclk voltage level settings
Matt Roper
-1
/
+3
2020-02-10
drm/i915/ehl: Update port clock voltage level requirements
Matt Roper
-1
/
+3
2020-02-10
drm/i915/display/ehl: Add HBR2 and HBR3 voltage swing table
José Roberto de Souza
-1
/
+33
2020-02-06
drm/i915/display: Set TRANS_DDI_MODE_SELECT to default value when clearing DD...
José Roberto de Souza
-4
/
+7
2020-02-05
drm/i915/hdcp: move update pipe code to hdcp
Jani Nikula
-33
/
+1
2020-01-31
drm/i915: move intel_dp_set_m_n() to encoder for DDI platforms
Jani Nikula
-0
/
+2
[next]