summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_hotplug.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Disable hotplug detection works during driver init/shutdownImre Deak2024-01-081-19/+139
* drm/i915: Keep the connector polled state disabled after stormImre Deak2024-01-081-0/+7
* drm/i915: convert INTEL_DISPLAY_ENABLED() into a functionJani Nikula2023-10-041-1/+1
* drm/i915: Fix HPD polling, reenabling the output poll work as neededImre Deak2023-08-231-2/+2
* drm/i915: Don't change the status of forced connectors during HPD poll detectImre Deak2023-08-111-4/+53
* drm/i915: Don't change the status of forced connectors during hotplug detectImre Deak2023-08-111-2/+4
* drm/i915: Avoid endless HPD poll detect loop via runtime suspend/resumeImre Deak2023-08-111-1/+21
* i915/display/hotplug: use drm_kms_helper_connector_hotplug_event()Simon Ser2023-07-111-1/+13
* drm/i915: add a dedicated workqueue inside drm_i915_privateLuca Coelho2023-06-101-6/+12
* drm/i915/irq: split out hotplug irq handlingJani Nikula2023-05-161-0/+1
* drm/i915/display: ignore long HPDs based on a flagVinod Govindapillai2023-03-161-0/+9
* drm/i915/display: remove drm_device aliasesAndrzej Hajda2022-10-111-16/+12
* drm/i915/hotplug: refactor hotplug init slightlyJani Nikula2022-09-191-5/+17
* drm/i915/hotplug: move hotplug storm debugfs to intel_hotplug.cJani Nikula2022-09-191-0/+166
* drm/i915: move hotplug to display.hotplugJani Nikula2022-08-291-58/+58
* drm/i915: Do not start connector polling if display is disabledJouni Högander2022-06-161-1/+2
* drm/i915/hpd: hide struct intel_hotplug_funcsJani Nikula2022-02-091-6/+1
* drm/i915/hotplug: convert to drm device based loggingJani Nikula2022-01-241-7/+7
* drm/i915: Fix oops on platforms w/o hpd supportVille Syrjälä2021-10-141-1/+1
* drm/i915: constify hotplug function vtable.Dave Airlie2021-09-291-2/+2
* drm/i915: split irq hotplug function from display vtableDave Airlie2021-09-291-2/+2
* drm/i915: skip display initialization when there is no displayJosé Roberto de Souza2021-04-091-0/+12
* drm/i915: Refactor .hpd_irq_setup() calls a bitVille Syrjälä2020-10-201-10/+12
* drm/i915: Reorder hpd init vs. display resumeVille Syrjälä2020-10-201-10/+32
* drm/i915: Nuke pointless variableVille Syrjälä2020-09-151-2/+1
* drm/i915: Introduce HPD_PORT_TC<n>Ville Syrjälä2020-09-151-23/+2
* Merge tag 'drm-misc-next-2020-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-07-201-10/+16
|\
| * drm/i915: Fix the old vs. new epoch counter check during hotplug detectImre Deak2020-07-021-1/+3
| * drm/i915: Send hotplug event if edid had changedStanislav Lisovskiy2020-06-301-10/+14
* | Merge drm/drm-next into drm-intel-next-queuedJani Nikula2020-06-251-0/+18
|\|
| * Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-06-241-0/+18
| |\
| | * drm/i915/dp_mst: Work around out-of-spec adapters filtering short pulsesImre Deak2020-06-111-0/+18
* | | drm/i915/rkl: Update TGP's pin mapping when paired with RKLMatt Roper2020-06-091-0/+9
|/ /
* / drm/i915: Add a retry counter for hotplug detect retriesImre Deak2020-04-061-6/+10
|/
* drm/i915/hotplug: convert to drm_device based logging.Wambui Karuga2020-03-111-16/+24
* drm/i915/hotplug: Use phy to get the hpd_pin instead of the port (v5)Vivek Kasireddy2020-03-061-22/+9
* drm/i915: significantly reduce the use of <drm/i915_drm.h>Jani Nikula2020-02-271-2/+0
* drm/i915: Mark all HPD capabled connectors as suchVille Syrjälä2020-02-201-9/+8
* drm/i915/hpd: Replace the loop-within-loop with two independent loopsVille Syrjälä2020-02-201-18/+21
* drm/i915: Introduce intel_connector_hpd_pin()Ville Syrjälä2020-02-041-22/+28
* drm/i915/display: Make WARN* drm specific where drm_device ptr is availablePankaj Bharadiya2020-02-041-3/+4
* drm/i915: Prefer intel_connector over drm_connector in hotplug codeVille Syrjälä2020-01-271-45/+38
* drm/i915: Use intel_attached_encoder()Ville Syrjälä2020-01-211-5/+5
* drm/i915: Pass intel_encoder to enc_to_*()Ville Syrjälä2020-01-131-2/+2
* drm/i915: Prefer encoder->name over port_name()Ville Syrjälä2019-09-021-1/+2
* drm/i915: rename intel_drv.h to display/intel_display_types.hJani Nikula2019-08-071-1/+1
* drm/i915/tgl: Add hpd interrupt handlingLucas De Marchi2019-07-301-0/+6
* drm/i915: Add support for retrying hotplugImre Deak2019-07-151-13/+46
* drm/i915: move modesetting core code under display/Jani Nikula2019-06-171-0/+687