index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
display
/
intel_dpll_mgr.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-22
drm/i915/display: drop lots of unnecessary #include i915_drv.h
Jani Nikula
1
-1
/
+4
2025-04-22
drm/i915/display: pass struct intel_display to PCH macros
Jani Nikula
1
-4
/
+2
2025-04-10
drm/i915: Simplify combo PLL frac w/a
Ville Syrjälä
1
-5
/
+2
2025-04-10
drm/i915: Apply the combo PLL frac w/a on DG1
Ville Syrjälä
1
-0
/
+1
2025-03-25
drm/i915: Enable/disable shared dplls just the once for joined pipes
Ville Syrjälä
1
-2
/
+2
2025-03-25
drm/i915/pch: convert intel_pch_refclk.c to struct intel_display
Jani Nikula
1
-4
/
+2
2025-02-19
drm/i915/display: Allow display PHYs to reset power state
Mika Kahola
1
-0
/
+3
2025-02-12
drm/i915/dpll: Replace all other leftover drm_i915_private
Suraj Kandpal
1
-51
/
+49
2025-02-12
drm/i915/dpll: Accept intel_display as argument for shared_dpll_init
Suraj Kandpal
1
-24
/
+25
2025-02-12
drm/i915/dpll: Use intel_display for update_refclk hook
Suraj Kandpal
1
-16
/
+16
2025-02-12
drm/i915/dpll: Use intel_display for asserting pll
Suraj Kandpal
1
-6
/
+3
2025-02-12
drm/i915/dpll: Use intel_display possible in shared_dpll_mgr hooks
Suraj Kandpal
1
-403
/
+389
2025-02-12
drm/i915/dpll: Use intel_display for dpll dump and compare hw state
Suraj Kandpal
1
-8
/
+8
2025-02-12
drm/i915/dpll: Change param to intel_display in for_each_shared_dpll
Suraj Kandpal
1
-9
/
+15
2025-02-10
drm/i915: Convert intel_display_power_{get,put}*() to intel_display
Ville Syrjälä
1
-21
/
+34
2025-01-23
drm/i915/display: fix typos in i915/display files
Nitin Gote
1
-1
/
+1
2024-12-16
drm/i915/uncore: add to_intel_uncore() and use it
Jani Nikula
1
-0
/
+1
2024-10-30
drm/i915/dpio: convert to struct intel_display
Jani Nikula
1
-2
/
+4
2024-10-29
drm/i915/display: convert I915_STATE_WARN() to struct intel_display
Jani Nikula
1
-43
/
+47
2024-08-16
drm/i915/hti: convert to struct intel_display
Jani Nikula
1
-1
/
+2
2024-07-30
drm/i915: Fix possible int overflow in skl_ddi_calculate_wrpll()
Nikita Zhandarovich
1
-3
/
+3
2024-04-19
drm/i915/dpio: Extract bxt_dpio_phy_regs.h
Ville Syrjälä
1
-0
/
+1
2024-04-19
drm/i915/dpio: Add per-lane PHY TX register definitons for bxt/glk
Ville Syrjälä
1
-1
/
+1
2024-04-17
drm/i915: Carve up struct intel_dpll_hw_state
Ville Syrjälä
1
-63
/
+120
2024-04-17
drm/i915: Pass the PLL hw_state to pll->enable()
Ville Syrjälä
1
-32
/
+37
2024-04-17
drm/i915: Introduce some local PLL state variables
Ville Syrjälä
1
-40
/
+50
2024-04-17
drm/i915: Rename PLL hw_state variables/arguments
Ville Syrjälä
1
-111
/
+112
2024-03-21
drm/i915/display: use intel_encoder_is/to_* functions
Jani Nikula
1
-15
/
+7
2024-03-18
drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed()
Jonathon Hall
1
-1
/
+1
2024-03-15
drm/i915: Convert intel_dpll_dump_hw_state() to drm_printer
Ville Syrjälä
1
-58
/
+47
2024-02-15
drm/i915: Add PLL .compare_hw_state() vfunc
Ville Syrjälä
1
-0
/
+95
2024-02-15
drm/i915: Reuse ibx_dump_hw_state() for gmch platforms
Ville Syrjälä
1
-7
/
+1
2024-01-26
drm/i915: Convert PLL flags to booleans
Ville Syrjälä
1
-10
/
+9
2024-01-26
drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs
Ville Syrjälä
1
-4
/
+19
2024-01-26
drm/i915: Include the PLL name in the debug messages
Ville Syrjälä
1
-19
/
+20
2024-01-23
drm/i915: Try to preserve the current shared_dpll for fastset on type-c ports
Ville Syrjälä
1
-1
/
+7
2024-01-19
drm/i915: Replace a memset() with zero initialization
Ville Syrjälä
1
-3
/
+1
2023-11-24
drm/i915: Stop printing pipe name as hex
Ville Syrjälä
1
-1
/
+1
2023-10-31
drm/i915: Extract _intel_{enable,disable}_shared_dpll()
Ville Syrjälä
1
-14
/
+23
2023-10-31
drm/i915: Move the DPLL extra power domain handling up one level
Ville Syrjälä
1
-6
/
+10
2023-10-31
drm/i915: Abstract the extra JSL/EHL DPLL4 power domain better
Ville Syrjälä
1
-22
/
+8
2023-10-31
drm/i915: Use named initializers for DPLL info
Ville Syrjälä
1
-63
/
+67
2023-10-06
drm/i915: Simplify DPLL state checker calling convention
Ville Syrjälä
1
-5
/
+9
2023-10-06
drm/i915: Constify the crtc states in the DPLL checker
Ville Syrjälä
1
-3
/
+3
2023-10-04
drm/i915: s/dev_priv/i915/ in the shared_dpll code
Ville Syrjälä
1
-440
/
+440
2023-10-04
drm/i915: Introduce for_each_shared_dpll()
Ville Syrjälä
1
-21
/
+17
2023-10-04
drm/i915: Decouple I915_NUM_PLLS from PLL IDs
Ville Syrjälä
1
-2
/
+24
2023-10-04
drm/i915: Stop requiring PLL index == PLL ID
Ville Syrjälä
1
-27
/
+36
2023-08-30
Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-12
/
+17
2023-08-18
drm/i915: Move abs_diff() to math.h
Andy Shevchenko
1
-0
/
+1
[next]