index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_ddi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-18
drm/i915: Consider SPLL as another shared pll, v2.
Maarten Lankhorst
1
-10
/
+65
2015-10-06
drm/i915: Rename DP link training functions
Ander Conselvan de Oliveira
1
-1
/
+0
2015-10-02
drm/i915/bxt: DSI encoder support in CRTC modeset
Shashank Sharma
1
-2
/
+5
2015-10-01
drm/i915: s/GET_CFG_CR1_REG/DPLL_CFGCR1/ etc.
Ville Syrjälä
1
-8
/
+8
2015-09-30
drm/i915: s/_FDI_RXA_.../FDI_RX_...(PIPE_A)/
Ville Syrjälä
1
-23
/
+23
2015-09-30
drm/i915/ddi: use switch case instead of if ladder for ddi_get_encoder_port
Jani Nikula
1
-7
/
+13
2015-09-30
drm/i915/ddi: warn instead of oops on invalid ddi encoder type
Jani Nikula
1
-2
/
+1
2015-09-30
drm/i915/bxt: Set oscaledcompmethod to enable scale value
Sonika Jindal
1
-2
/
+6
2015-09-30
drm/i915/bxt: eDP low vswing support
Sonika Jindal
1
-4
/
+19
2015-09-23
drm/i915: Parametrize DDI_BUF_TRANS registers
Ville Syrjälä
1
-10
/
+9
2015-09-18
drm/i915/bxt: Fix wrongly placed ')' in I915_READ()
Damien Lespiau
1
-1
/
+1
2015-09-02
Merge tag 'drm-intel-next-fixes-2015-09-02' into drm-intel-next-queued
Daniel Vetter
1
-50
/
+25
2015-09-01
drm/i915: Don't use link_bw for PLL setup
Ville Syrjälä
1
-7
/
+4
2015-08-26
drm/i915: Put back lane_count into intel_dp and add link_rate too
Ville Syrjälä
1
-2
/
+3
2015-08-26
drm/i915/skl: Update DDI buffer translation programming.
Rodrigo Vivi
1
-50
/
+25
2015-08-14
drm/i915: Move intel_dp->lane_count into pipe_config
Ville Syrjälä
1
-4
/
+6
2015-08-14
drm/i915: Don't pass clock to DDI PLL select functions
Ville Syrjälä
1
-10
/
+10
2015-08-14
drm/i915: Don't use link_bw for PLL setup
Ville Syrjälä
1
-7
/
+4
2015-08-14
drm/i915/bxt: WA for swapped HPD pins in A stepping
Sonika Jindal
1
-1
/
+9
2015-08-14
drm/i915: Per-DDI I_boost override
Antti Koskipaa
1
-8
/
+30
2015-08-14
drm/i915: Set alternate aux for DDI-E
Rodrigo Vivi
1
-3
/
+2
2015-07-06
drm/i915: set FDI translations to NULL on SKL
Paulo Zanoni
1
-0
/
+1
2015-07-06
drm/i915/bxt: BUNs related to port PLL
Vandana Kannan
1
-10
/
+5
2015-07-06
drm/i915: Fix HDMI 12bpc and pixel repeat clock readout for DDI platforms
Ville Syrjälä
1
-25
/
+24
2015-07-03
drm/i915/bxt: mask off the DPLL state checker bits we don't program
Imre Deak
1
-0
/
+20
2015-06-30
drm/i915/bxt: add DDI port HW readout support
Imre Deak
1
-2
/
+20
2015-06-30
drm/i915/bxt: add missing DDI PLL registers to the state checking
Imre Deak
1
-3
/
+13
2015-06-30
drm/i915/skl: Buffer translation improvements
David Weinehall
1
-115
/
+394
2015-06-26
drm/i915/skl: Skip remaining dividers when deviation is 0
Damien Lespiau
1
-1
/
+8
2015-06-26
drm/i915/skl: Prefer even dividers for SKL DPLLs
Damien Lespiau
1
-0
/
+7
2015-06-26
drm/i915/skl: Replace the HDMI DPLL divider computation algorithm
Damien Lespiau
1
-74
/
+137
2015-06-12
drm/i915/bxt: fix DDI PHY vswing scale value setting
Imre Deak
1
-18
/
+18
2015-06-12
drm/i915: Don't display the boot CDCLK twice
Damien Lespiau
1
-4
/
+3
2015-06-03
drm/i915/bxt: edp1.4 Intermediate Freq support
Sonika Jindal
1
-23
/
+16
2015-05-29
drm/i915/skl: Don't try to store the wrong central frequency
Damien Lespiau
1
-2
/
+0
2015-05-29
drm/i915: Correctly prefix HSW/BDW HDMI clock functions
Damien Lespiau
1
-13
/
+12
2015-05-29
drm/i915/skl: Remove unnecessary () used with abs_diff()
Damien Lespiau
1
-1
/
+1
2015-05-29
drm/i915/skl: Remove unnecessary () used with div_u64()
Damien Lespiau
1
-3
/
+3
2015-05-29
drm/i915/skl: Factor out computing the DPLL paramaters from the dividers
Damien Lespiau
1
-64
/
+75
2015-05-29
drm/i915/skl: Use a more idomatic early return
Damien Lespiau
1
-62
/
+59
2015-05-29
drm/i915/skl: Propagate the error if we fail to find a suitable DPLL divider
Damien Lespiau
1
-2
/
+6
2015-05-29
drm/i915/skl: Display the WRPLL frequency we couldn't accomodate when failing
Damien Lespiau
1
-1
/
+2
2015-05-29
drm/i915/skl: Make sure to break when not finding suitable PLL dividers
Damien Lespiau
1
-0
/
+4
2015-05-29
drm/i915: remove useless DP and DDI encoder ->hot_plug hooks
Jani Nikula
1
-15
/
+0
2015-05-29
drm/i915: group all hotplug related fields into a new struct in dev_priv
Jani Nikula
1
-1
/
+1
2015-05-21
drm/i915/skl: Deinit/init the display at suspend/resume
Damien Lespiau
1
-2
/
+6
2015-05-20
drm/i915/bxt: Move around lane stagger calculation
Vandana Kannan
1
-20
/
+20
2015-05-20
drm/i915/bxt: Port PLL programming BUN
Vandana Kannan
1
-23
/
+56
2015-05-20
drm/i915: Don't overwrite (e)DP PLL selection on SKL
Ander Conselvan de Oliveira
1
-0
/
+9
2015-05-08
drm/i915/skl: Re-indent part of skl_ddi_calculate_wrpll()
Damien Lespiau
1
-32
/
+32
[next]