index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
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
2024-04-17
drm/i915: Suck snps/cx0 PLL states into dpll_hw_state
Ville Syrjälä
2024-04-17
drm/i915: Carve up struct intel_dpll_hw_state
Ville Syrjälä
2024-04-17
drm/i915: Add local DPLL 'hw_state' variables
Ville Syrjälä
2024-04-17
drm/i915: s/pipe_config/crtc_state/ in legacy PLL code
Ville Syrjälä
2024-04-17
drm/i915: Drop pointless 'crtc' argument from *_crtc_clock_get()
Ville Syrjälä
2024-04-17
drm/i915: Modernize i9xx_pll_refclk()
Ville Syrjälä
2024-04-17
drm/i915: Inline {i9xx,ilk}_update_pll_dividers()
Ville Syrjälä
2024-04-17
drm/i915: Extract {i9xx,i8xx,ilk,vlv,chv}_dpll()
Ville Syrjälä
2024-04-17
drm/i915: Extract i965_dpll_md()
Ville Syrjälä
2024-04-17
drm/i915: Extract i9xx_dpll_get_hw_state()
Ville Syrjälä
2024-04-17
drm/i915: Extract ilk_dpll_compute_fp()
Ville Syrjälä
2024-04-17
drm/i915: Extract ilk_fb_cb_factor()
Ville Syrjälä
2023-11-17
drm/i915: convert vlv_dpio_read()/write() from pipe to phy
Jani Nikula
2023-11-17
drm/i915: move *_crtc_clock_get() to intel_dpll.c
Jani Nikula
2023-10-29
drm/i915/display: Abstract C10/C20 pll calculation
Lucas De Marchi
2023-10-12
drm/i915/display: Use correct method to free crtc_state
Suraj Kandpal
2023-08-24
drm/i915: Fully populate crtc_state->dpll
Ville Syrjälä
2023-08-24
drm/i915: Don't warn about zero N/P in *_calc_dpll_params()
Ville Syrjälä
2023-06-07
drm/i915/dpll: drop unused but set variables bestn and bestm1
Jani Nikula
2023-05-15
drm/i915/display: add i915 parameter to I915_STATE_WARN()
Jani Nikula
2023-04-28
drm/i915/mtl: C20 port clock calculation
Mika Kahola
2023-04-14
drm/i915/mtl: Add Support for C10 PHY message bus and pll programming
Radhakrishna Sripada
2023-01-18
drm/i915: move chv_dpll_md and bxt_phy_grc to display sub-struct under state
Jani Nikula
2022-11-11
drm/i915: stop including i915_irq.h from i915_trace.h
Jani Nikula
2022-11-03
drm/i915/dpio: un-inline the vlv phy/channel mapping functions
Jani Nikula
2022-09-13
drm/i915: Fix TV encoder clock computation
Ville Syrjälä
2022-09-08
drm/i915: Feed the DPLL output freq back into crtc_state
Ville Syrjälä
2022-09-08
drm/i915: Reassign DPLLs only for crtcs going throug .compute_config()
Ville Syrjälä
2022-09-08
drm/i915: Do .crtc_compute_clock() earlier
Ville Syrjälä
2022-08-31
drm/i915: move vbt to display.vbt
Jani Nikula
2022-08-29
drm/i915: move dpll_funcs to display.funcs
Jani Nikula
2022-05-31
drm/i915: Clean up DPLL related debugs
Ville Syrjälä
2022-05-31
drm/i915: Split shared dpll .get_dplls() into compute and get phases
Ville Syrjälä
2022-04-25
drm/i915: Add crtc .crtc_get_shared_dpll()
Ville Syrjälä
2022-04-25
drm/i915: Split out dg2_crtc_compute_clock()
Ville Syrjälä
2022-04-25
drm/i915: Clear the dpll_hw_state when disabling a pipe
Ville Syrjälä
2022-04-25
drm/i915: Move the dpll_hw_state clearing to intel_dpll_crtc_compute_clock()
Ville Syrjälä
2022-04-25
drm/i915: Move stuff into intel_dpll_crtc_compute_clock()
Ville Syrjälä
2022-04-25
drm/i915: Adjust .crtc_compute_clock() calling convention
Ville Syrjälä
2022-04-25
drm/i915: Make .get_dplls() return int
Ville Syrjälä
2022-03-10
drm/i915: Populate bxt/glk DPLL clock limits a bit more
Ville Syrjälä
2022-03-10
drm/i915: Remove redundant/wrong comments
Ville Syrjälä
2022-03-10
drm/i915: Store the /5 target clock in struct dpll on vlv/chv
Ville Syrjälä
2022-03-02
drm/i915: Use str_on_off()
Lucas De Marchi
2022-02-09
drm/i915/dpll: hide struct intel_dpll_funcs
Jani Nikula
2022-02-09
drm/i915/dpll: add intel_dpll_crtc_compute_clock()
Jani Nikula
2021-12-02
drm/i915/crtc: rename intel_get_crtc_for_pipe() to intel_crtc_for_pipe()
Jani Nikula
2021-10-14
drm/i915: split out vlv sideband to a separate file
Jani Nikula
2021-10-01
drm/i915/dpll: move dpll modeset asserts to intel_dpll.c
Jani Nikula
2021-10-01
drm/i915/pps: move pps (panel) modeset asserts to intel_pps.c
Jani Nikula
[next]