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.13.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
/
display
/
intel_dpll.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-13
drm/i915: Fix TV encoder clock computation
Ville Syrjälä
1
-2
/
+6
2022-09-08
drm/i915: Feed the DPLL output freq back into crtc_state
Ville Syrjälä
1
-3
/
+57
2022-09-08
drm/i915: Reassign DPLLs only for crtcs going throug .compute_config()
Ville Syrjälä
1
-4
/
+2
2022-09-08
drm/i915: Do .crtc_compute_clock() earlier
Ville Syrjälä
1
-3
/
+0
2022-08-31
drm/i915: move vbt to display.vbt
Jani Nikula
1
-7
/
+7
2022-08-29
drm/i915: move dpll_funcs to display.funcs
Jani Nikula
1
-12
/
+12
2022-05-31
drm/i915: Clean up DPLL related debugs
Ville Syrjälä
1
-49
/
+26
2022-05-31
drm/i915: Split shared dpll .get_dplls() into compute and get phases
Ville Syrjälä
1
-2
/
+12
2022-04-25
drm/i915: Add crtc .crtc_get_shared_dpll()
Ville Syrjälä
1
-1
/
+46
2022-04-25
drm/i915: Split out dg2_crtc_compute_clock()
Ville Syrjälä
1
-4
/
+18
2022-04-25
drm/i915: Clear the dpll_hw_state when disabling a pipe
Ville Syrjälä
1
-3
/
+3
2022-04-25
drm/i915: Move the dpll_hw_state clearing to intel_dpll_crtc_compute_clock()
Ville Syrjälä
1
-21
/
+3
2022-04-25
drm/i915: Move stuff into intel_dpll_crtc_compute_clock()
Ville Syrjälä
1
-0
/
+10
2022-04-25
drm/i915: Adjust .crtc_compute_clock() calling convention
Ville Syrjälä
1
-34
/
+49
2022-04-25
drm/i915: Make .get_dplls() return int
Ville Syrjälä
1
-4
/
+8
2022-03-10
drm/i915: Populate bxt/glk DPLL clock limits a bit more
Ville Syrjälä
1
-2
/
+1
2022-03-10
drm/i915: Remove redundant/wrong comments
Ville Syrjälä
1
-10
/
+5
2022-03-10
drm/i915: Store the /5 target clock in struct dpll on vlv/chv
Ville Syrjälä
1
-13
/
+10
2022-03-02
drm/i915: Use str_on_off()
Lucas De Marchi
1
-1
/
+2
2022-02-09
drm/i915/dpll: hide struct intel_dpll_funcs
Jani Nikula
1
-0
/
+4
2022-02-09
drm/i915/dpll: add intel_dpll_crtc_compute_clock()
Jani Nikula
1
-0
/
+8
2021-12-02
drm/i915/crtc: rename intel_get_crtc_for_pipe() to intel_crtc_for_pipe()
Jani Nikula
1
-1
/
+1
2021-10-14
drm/i915: split out vlv sideband to a separate file
Jani Nikula
1
-1
/
+1
2021-10-01
drm/i915/dpll: move dpll modeset asserts to intel_dpll.c
Jani Nikula
1
-0
/
+22
2021-10-01
drm/i915/pps: move pps (panel) modeset asserts to intel_pps.c
Jani Nikula
1
-5
/
+8
2021-09-29
drm/i915: constify the dpll clock vtable
Dave Airlie
1
-8
/
+40
2021-09-29
drm/i915: split the dpll clock compute out from display vtable.
Dave Airlie
1
-8
/
+8
2021-09-15
drm/i915: s/pipe/transcoder/ when dealing with PIPECONF/TRANSCONF
Ville Syrjälä
1
-6
/
+6
2021-09-15
drm/i915: Flatten hsw_crtc_compute_clock()
Ville Syrjälä
1
-9
/
+11
2021-08-25
drm/i915: Fold i9xx_set_pll_dividers() into i9xx_enable_pll()
Ville Syrjälä
1
-0
/
+3
2021-08-25
drm/i915: Reuse ilk_needs_fb_cb_tune() for the reduced clock as well
Ville Syrjälä
1
-2
/
+2
2021-08-25
drm/i915: Call {vlv,chv}_prepare_pll() from {vlv,chv}_enable_pll()
Ville Syrjälä
1
-126
/
+119
2021-08-25
drm/i915: Program DPLL P1 dividers consistently
Ville Syrjälä
1
-39
/
+41
2021-08-25
drm/i915: Remove the 'reg' local variable
Ville Syrjälä
1
-9
/
+9
2021-08-25
drm/i915: Clean up variable names in old dpll functions
Ville Syrjälä
1
-75
/
+76
2021-08-25
drm/i915: Clean dpll calling convention
Ville Syrjälä
1
-74
/
+68
2021-08-25
drm/i915: Constify struct dpll all over
Ville Syrjälä
1
-23
/
+35
2021-08-25
drm/i915: Extract ilk_update_pll_dividers()
Ville Syrjälä
1
-8
/
+17
2021-08-25
drm/i915: Set output_types to EDP for vlv/chv DPLL forcing
Ville Syrjälä
1
-0
/
+1
2021-07-29
drm/i915/dg2: Add MPLLB programming for SNPS PHY
Matt Roper
1
-5
/
+7
2021-05-05
drm/i915: Don't include intel_de.h from intel_display_types.h
Ville Syrjälä
1
-0
/
+1
2021-04-14
drm/i915/display: rename display version macros
Lucas De Marchi
1
-1
/
+1
2021-04-14
drm/i915/display: Eliminate IS_GEN9_{BC,LP}
Matt Roper
1
-4
/
+2
2021-03-24
drm/i915/display: Eliminate most usage of INTEL_GEN()
Matt Roper
1
-6
/
+6
2021-02-08
drm/i915: migrate pll enable/disable code to intel_dpll.[ch]
Dave Airlie
1
-0
/
+509
2021-01-16
drm/i915: refactor pll code out into intel_dpll.c
Dave Airlie
1
-0
/
+1363