index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
display
/
intel_dpll.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915/crtc: rename intel_get_crtc_for_pipe() to intel_crtc_for_pipe()
Jani Nikula
2021-12-02
1
-1
/
+1
*
drm/i915: split out vlv sideband to a separate file
Jani Nikula
2021-10-14
1
-1
/
+1
*
drm/i915/dpll: move dpll modeset asserts to intel_dpll.c
Jani Nikula
2021-10-01
1
-0
/
+22
*
drm/i915/pps: move pps (panel) modeset asserts to intel_pps.c
Jani Nikula
2021-10-01
1
-5
/
+8
*
drm/i915: constify the dpll clock vtable
Dave Airlie
2021-09-29
1
-8
/
+40
*
drm/i915: split the dpll clock compute out from display vtable.
Dave Airlie
2021-09-29
1
-8
/
+8
*
drm/i915: s/pipe/transcoder/ when dealing with PIPECONF/TRANSCONF
Ville Syrjälä
2021-09-15
1
-6
/
+6
*
drm/i915: Flatten hsw_crtc_compute_clock()
Ville Syrjälä
2021-09-15
1
-9
/
+11
*
drm/i915: Fold i9xx_set_pll_dividers() into i9xx_enable_pll()
Ville Syrjälä
2021-08-25
1
-0
/
+3
*
drm/i915: Reuse ilk_needs_fb_cb_tune() for the reduced clock as well
Ville Syrjälä
2021-08-25
1
-2
/
+2
*
drm/i915: Call {vlv,chv}_prepare_pll() from {vlv,chv}_enable_pll()
Ville Syrjälä
2021-08-25
1
-126
/
+119
*
drm/i915: Program DPLL P1 dividers consistently
Ville Syrjälä
2021-08-25
1
-39
/
+41
*
drm/i915: Remove the 'reg' local variable
Ville Syrjälä
2021-08-25
1
-9
/
+9
*
drm/i915: Clean up variable names in old dpll functions
Ville Syrjälä
2021-08-25
1
-75
/
+76
*
drm/i915: Clean dpll calling convention
Ville Syrjälä
2021-08-25
1
-74
/
+68
*
drm/i915: Constify struct dpll all over
Ville Syrjälä
2021-08-25
1
-23
/
+35
*
drm/i915: Extract ilk_update_pll_dividers()
Ville Syrjälä
2021-08-25
1
-8
/
+17
*
drm/i915: Set output_types to EDP for vlv/chv DPLL forcing
Ville Syrjälä
2021-08-25
1
-0
/
+1
*
drm/i915/dg2: Add MPLLB programming for SNPS PHY
Matt Roper
2021-07-29
1
-5
/
+7
*
drm/i915: Don't include intel_de.h from intel_display_types.h
Ville Syrjälä
2021-05-05
1
-0
/
+1
*
drm/i915/display: rename display version macros
Lucas De Marchi
2021-04-14
1
-1
/
+1
*
drm/i915/display: Eliminate IS_GEN9_{BC,LP}
Matt Roper
2021-04-14
1
-4
/
+2
*
drm/i915/display: Eliminate most usage of INTEL_GEN()
Matt Roper
2021-03-24
1
-6
/
+6
*
drm/i915: migrate pll enable/disable code to intel_dpll.[ch]
Dave Airlie
2021-02-08
1
-0
/
+509
*
drm/i915: refactor pll code out into intel_dpll.c
Dave Airlie
2021-01-15
1
-0
/
+1363