Age | Commit message (Expand) | Author |
2024-10-30 | drm/i915/dpio: convert to struct intel_display | Jani Nikula |
2024-10-29 | drm/i915/display: convert I915_STATE_WARN() to struct intel_display | Jani Nikula |
2024-08-16 | drm/i915/hti: convert to struct intel_display | Jani Nikula |
2024-07-30 | drm/i915: Fix possible int overflow in skl_ddi_calculate_wrpll() | Nikita Zhandarovich |
2024-04-19 | drm/i915/dpio: Extract bxt_dpio_phy_regs.h | Ville Syrjälä |
2024-04-19 | drm/i915/dpio: Add per-lane PHY TX register definitons for bxt/glk | Ville Syrjälä |
2024-04-17 | drm/i915: Carve up struct intel_dpll_hw_state | Ville Syrjälä |
2024-04-17 | drm/i915: Pass the PLL hw_state to pll->enable() | Ville Syrjälä |
2024-04-17 | drm/i915: Introduce some local PLL state variables | Ville Syrjälä |
2024-04-17 | drm/i915: Rename PLL hw_state variables/arguments | Ville Syrjälä |
2024-03-21 | drm/i915/display: use intel_encoder_is/to_* functions | Jani Nikula |
2024-03-18 | drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed() | Jonathon Hall |
2024-03-15 | drm/i915: Convert intel_dpll_dump_hw_state() to drm_printer | Ville Syrjälä |
2024-02-15 | drm/i915: Add PLL .compare_hw_state() vfunc | Ville Syrjälä |
2024-02-15 | drm/i915: Reuse ibx_dump_hw_state() for gmch platforms | Ville Syrjälä |
2024-01-26 | drm/i915: Convert PLL flags to booleans | Ville Syrjälä |
2024-01-26 | drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs | Ville Syrjälä |
2024-01-26 | drm/i915: Include the PLL name in the debug messages | Ville Syrjälä |
2024-01-23 | drm/i915: Try to preserve the current shared_dpll for fastset on type-c ports | Ville Syrjälä |
2024-01-19 | drm/i915: Replace a memset() with zero initialization | Ville Syrjälä |
2023-11-24 | drm/i915: Stop printing pipe name as hex | Ville Syrjälä |
2023-10-31 | drm/i915: Extract _intel_{enable,disable}_shared_dpll() | Ville Syrjälä |
2023-10-31 | drm/i915: Move the DPLL extra power domain handling up one level | Ville Syrjälä |
2023-10-31 | drm/i915: Abstract the extra JSL/EHL DPLL4 power domain better | Ville Syrjälä |
2023-10-31 | drm/i915: Use named initializers for DPLL info | Ville Syrjälä |
2023-10-06 | drm/i915: Simplify DPLL state checker calling convention | Ville Syrjälä |
2023-10-06 | drm/i915: Constify the crtc states in the DPLL checker | Ville Syrjälä |
2023-10-04 | drm/i915: s/dev_priv/i915/ in the shared_dpll code | Ville Syrjälä |
2023-10-04 | drm/i915: Introduce for_each_shared_dpll() | Ville Syrjälä |
2023-10-04 | drm/i915: Decouple I915_NUM_PLLS from PLL IDs | Ville Syrjälä |
2023-10-04 | drm/i915: Stop requiring PLL index == PLL ID | Ville Syrjälä |
2023-08-30 | Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2023-08-18 | drm/i915: Move abs_diff() to math.h | Andy Shevchenko |
2023-08-07 | drm/i915/adlp: s/ADLP/ALDERLAKE_P for display and graphics step | Dnyaneshwar Bhadane |
2023-08-07 | drm/i915/jsl: s/JSL/JASPERLAKE for platform/subplatform defines | Dnyaneshwar Bhadane |
2023-08-07 | drm/i915/hsw: s/HSW/HASWELL for platform/subplatform defines | Dnyaneshwar Bhadane |
2023-05-16 | drm/i915: Make the CRTC state consistent during sanitize-disabling | Imre Deak |
2023-05-16 | drm/i915: Add helpers to reference/unreference a DPLL for a CRTC | Imre Deak |
2023-05-15 | drm/i915/display: add i915 parameter to I915_STATE_WARN() | Jani Nikula |
2023-05-15 | drm/i915/dpll: drop a useless I915_STATE_WARN_ON() | Jani Nikula |
2023-04-14 | drm/i915/mtl: Add Support for C10 PHY message bus and pll programming | Radhakrishna Sripada |
2023-02-16 | drm/i915/display/dpll: use intel_de_rmw if possible | Andrzej Hajda |
2023-01-18 | drm/i915: move pch_ssc_use to display sub-struct under dpll | Jani Nikula |
2022-11-17 | drm/i915/hti: abstract hti handling | Jani Nikula |
2022-11-11 | drm/i915: stop including i915_irq.h from i915_trace.h | Jani Nikula |
2022-10-26 | drm/i915/tgl+: Sanitize DKL PHY register definitions | Imre Deak |
2022-10-26 | drm/i915/tgl+: Move DKL PHY register definitions to intel_dkl_phy_regs.h | Imre Deak |
2022-10-26 | drm/i915: Rename intel_tc_phy_regs.h to intel_mg_phy_regs.h | Imre Deak |
2022-10-26 | drm/i915/tgl+: Add locking around DKL PHY register accesses | Imre Deak |
2022-09-26 | drm/i915: Nuke intel_get_shared_dpll_id() | Ville Syrjälä |