summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/intel_hotplug.c
AgeCommit message (Expand)Author
2024-01-08drm/i915: Disable hotplug detection works during driver init/shutdownImre Deak
2024-01-08drm/i915: Keep the connector polled state disabled after stormImre Deak
2023-10-04drm/i915: convert INTEL_DISPLAY_ENABLED() into a functionJani Nikula
2023-08-23drm/i915: Fix HPD polling, reenabling the output poll work as neededImre Deak
2023-08-11drm/i915: Don't change the status of forced connectors during HPD poll detectImre Deak
2023-08-11drm/i915: Don't change the status of forced connectors during hotplug detectImre Deak
2023-08-11drm/i915: Avoid endless HPD poll detect loop via runtime suspend/resumeImre Deak
2023-07-11i915/display/hotplug: use drm_kms_helper_connector_hotplug_event()Simon Ser
2023-06-10drm/i915: add a dedicated workqueue inside drm_i915_privateLuca Coelho
2023-05-16drm/i915/irq: split out hotplug irq handlingJani Nikula
2023-03-16drm/i915/display: ignore long HPDs based on a flagVinod Govindapillai
2022-10-11drm/i915/display: remove drm_device aliasesAndrzej Hajda
2022-09-19drm/i915/hotplug: refactor hotplug init slightlyJani Nikula
2022-09-19drm/i915/hotplug: move hotplug storm debugfs to intel_hotplug.cJani Nikula
2022-08-29drm/i915: move hotplug to display.hotplugJani Nikula
2022-06-16drm/i915: Do not start connector polling if display is disabledJouni Högander
2022-02-09drm/i915/hpd: hide struct intel_hotplug_funcsJani Nikula
2022-01-24drm/i915/hotplug: convert to drm device based loggingJani Nikula
2021-10-14drm/i915: Fix oops on platforms w/o hpd supportVille Syrjälä
2021-09-29drm/i915: constify hotplug function vtable.Dave Airlie
2021-09-29drm/i915: split irq hotplug function from display vtableDave Airlie
2021-04-09drm/i915: skip display initialization when there is no displayJosé Roberto de Souza
2020-10-20drm/i915: Refactor .hpd_irq_setup() calls a bitVille Syrjälä
2020-10-20drm/i915: Reorder hpd init vs. display resumeVille Syrjälä
2020-09-15drm/i915: Nuke pointless variableVille Syrjälä
2020-09-15drm/i915: Introduce HPD_PORT_TC<n>Ville Syrjälä
2020-07-20Merge tag 'drm-misc-next-2020-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-07-02drm/i915: Fix the old vs. new epoch counter check during hotplug detectImre Deak
2020-06-30drm/i915: Send hotplug event if edid had changedStanislav Lisovskiy
2020-06-25Merge drm/drm-next into drm-intel-next-queuedJani Nikula
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-06-11drm/i915/dp_mst: Work around out-of-spec adapters filtering short pulsesImre Deak
2020-06-09drm/i915/rkl: Update TGP's pin mapping when paired with RKLMatt Roper
2020-04-06drm/i915: Add a retry counter for hotplug detect retriesImre Deak
2020-03-11drm/i915/hotplug: convert to drm_device based logging.Wambui Karuga
2020-03-06drm/i915/hotplug: Use phy to get the hpd_pin instead of the port (v5)Vivek Kasireddy
2020-02-27drm/i915: significantly reduce the use of <drm/i915_drm.h>Jani Nikula
2020-02-20drm/i915: Mark all HPD capabled connectors as suchVille Syrjälä
2020-02-20drm/i915/hpd: Replace the loop-within-loop with two independent loopsVille Syrjälä
2020-02-04drm/i915: Introduce intel_connector_hpd_pin()Ville Syrjälä
2020-02-04drm/i915/display: Make WARN* drm specific where drm_device ptr is availablePankaj Bharadiya
2020-01-27drm/i915: Prefer intel_connector over drm_connector in hotplug codeVille Syrjälä
2020-01-21drm/i915: Use intel_attached_encoder()Ville Syrjälä
2020-01-13drm/i915: Pass intel_encoder to enc_to_*()Ville Syrjälä
2019-09-02drm/i915: Prefer encoder->name over port_name()Ville Syrjälä
2019-08-07drm/i915: rename intel_drv.h to display/intel_display_types.hJani Nikula
2019-07-30drm/i915/tgl: Add hpd interrupt handlingLucas De Marchi
2019-07-15drm/i915: Add support for retrying hotplugImre Deak
2019-06-17drm/i915: move modesetting core code under display/Jani Nikula