index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
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
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
2021-09-29
drm/i915: constify the dpll clock vtable
Dave Airlie
2021-09-29
drm/i915: split the dpll clock compute out from display vtable.
Dave Airlie
2021-09-15
drm/i915: s/pipe/transcoder/ when dealing with PIPECONF/TRANSCONF
Ville Syrjälä
2021-09-15
drm/i915: Flatten hsw_crtc_compute_clock()
Ville Syrjälä
2021-08-25
drm/i915: Fold i9xx_set_pll_dividers() into i9xx_enable_pll()
Ville Syrjälä
2021-08-25
drm/i915: Reuse ilk_needs_fb_cb_tune() for the reduced clock as well
Ville Syrjälä
2021-08-25
drm/i915: Call {vlv,chv}_prepare_pll() from {vlv,chv}_enable_pll()
Ville Syrjälä
2021-08-25
drm/i915: Program DPLL P1 dividers consistently
Ville Syrjälä
2021-08-25
drm/i915: Remove the 'reg' local variable
Ville Syrjälä
2021-08-25
drm/i915: Clean up variable names in old dpll functions
Ville Syrjälä
2021-08-25
drm/i915: Clean dpll calling convention
Ville Syrjälä
2021-08-25
drm/i915: Constify struct dpll all over
Ville Syrjälä
2021-08-25
drm/i915: Extract ilk_update_pll_dividers()
Ville Syrjälä
2021-08-25
drm/i915: Set output_types to EDP for vlv/chv DPLL forcing
Ville Syrjälä
2021-07-29
drm/i915/dg2: Add MPLLB programming for SNPS PHY
Matt Roper
2021-05-05
drm/i915: Don't include intel_de.h from intel_display_types.h
Ville Syrjälä
2021-04-14
drm/i915/display: rename display version macros
Lucas De Marchi
2021-04-14
drm/i915/display: Eliminate IS_GEN9_{BC,LP}
Matt Roper
2021-03-23
drm/i915/display: Eliminate most usage of INTEL_GEN()
Matt Roper
2021-02-08
drm/i915: migrate pll enable/disable code to intel_dpll.[ch]
Dave Airlie
2021-01-16
drm/i915: refactor pll code out into intel_dpll.c
Dave Airlie