summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/g4x_dp.c
AgeCommit message (Expand)Author
2024-03-28drm/i915: Stop doing double audio enable/disable on SDVO and g4x+ DPVille Syrjälä
2023-11-23drm/i915: Hoist the encoder->audio_{enable,disable}() calls higher upVille Syrjälä
2023-11-23drm/i915: Convert audio enable/disable into encoder vfuncsVille Syrjälä
2023-11-23drm/i915: Split g4x+ DP audio presence detect from port enableVille Syrjälä
2023-11-23drm/i915: Wrap g4x+ DP/HDMI audio enable/disableVille Syrjälä
2023-11-23drm/i915: Push audio enable/disable further outVille Syrjälä
2023-09-13drm/i915: Introduce crtc_state->enhanced_framingVille Syrjälä
2023-07-06drm/i915: Remove AUX CH sanitationVille Syrjälä
2023-07-06drm/i915: Initialize dig_port->aux_ch to NONE to be sureVille Syrjälä
2023-06-20drm/i915: Assert that the port being initialized is validVille Syrjälä
2023-05-15drm/i915/display: add i915 parameter to I915_STATE_WARN()Jani Nikula
2023-03-07drm/i915: Get rid of the gm45 HPD live state nonsenseVille Syrjälä
2023-02-17drm/i915: Restructure intel_bios_port_aux_ch()Ville Syrjälä
2023-02-16drm/i915/display/misc: use intel_de_rmw if possibleAndrzej Hajda
2023-02-14drm/i915: Pass devdata to intel_bios_port_aux_ch()Ville Syrjälä
2023-02-14drm/i915: Populate encoder->devdata for g4x+ DP/HDMI portsVille Syrjälä
2023-01-25drm/i915/audio: Hardware ELD readoutVille Syrjälä
2022-12-08drm/i915: Fix VLV/CHV HDMI/DP audio enableVille Syrjälä
2022-11-11drm/i915: stop including i915_irq.h from i915_trace.hJani Nikula
2022-08-29drm/i915: move hotplug to display.hotplugJani Nikula
2022-05-27drm/i915: Extract intel_edp_fixup_vbt_bpp()Ville Syrjälä
2022-04-20drm/i915: Sanitize the port -> DDI/AUX power domain mapping for each platformImre Deak
2022-03-30drm/i915/audio: move has_audio checks to within codec enable/disableJani Nikula
2022-03-30drm/i915/audio: unify audio codec enable/disable debug loggingJani Nikula
2022-03-10drm/i915: Remove struct dp_link_dpllVille Syrjälä
2022-03-02drm/i915: Use str_on_off()Lucas De Marchi
2022-02-01drm/i915: Program pch transcoder m2/n2Ville Syrjälä
2022-02-01drm/i915: Move PCH transcoder M/N setup into the PCH codeVille Syrjälä
2022-02-01drm/i915: Split intel_cpu_transcoder_get_m_n() into M1/N1 vs. M2/N2 variantsVille Syrjälä
2022-02-01drm/i915: Nuke intel_dp_get_m_n()Ville Syrjälä
2021-12-09drm/i915/trace: split out display trace to a separate fileJani Nikula
2021-10-14drm/i915: split out vlv sideband to a separate fileJani Nikula
2021-10-06drm/i915: Show LTTPR in the TPS debug printVille Syrjälä
2021-10-04drm/i915: Generalize .set_signal_levels()Ville Syrjälä
2021-09-30drm/i915: Nuke local copies/pointers of intel_dp->DPVille Syrjälä
2021-09-15drm/i915: s/pipe/transcoder/ when dealing with PIPECONF/TRANSCONFVille Syrjälä
2021-08-26drm/i915/backlight: mass rename functions to have intel_backlight_ prefixJani Nikula
2021-08-26drm/i915/backlight: extract backlight code to a separate fileJani Nikula
2021-05-05drm/i915: Don't include intel_de.h from intel_display_types.hVille Syrjälä
2021-03-23drm/i915/display: Convert gen5/gen6 tests to IS_IRONLAKE/IS_SANDYBRIDGEMatt Roper
2021-03-19drm/i915: Give g4x_{dp,hdmi}.c g4x_ namespaceVille Syrjälä
2021-03-19drm/i915: Introduce g4x_dp.cVille Syrjälä