aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_hotplug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-07drm/i915/display: use drm->debugfs_root for creating debugfs filesJani Nikula1-4/+4
2025-08-04drm/{i915,xe}/display: Block hpd during suspendDibin Moolakadan Subrahmanian1-2/+0
2025-08-04drm/xe/compat: stop including i915_utils.h from compat i915_drv.hJani Nikula1-0/+1
2025-06-26drm/i915/display: move unordered works to new private workqueueLuca Coelho1-9/+3
2025-06-12drm/i915/dp: Disable the AUX DPCD probe quirk if it's not requiredImre Deak1-0/+6
2025-05-27drm/i915: stop including display/intel_display_{core, limits}.h from i915_drv.hJani Nikula1-0/+1
2025-05-07drm/i915/irq: move i915->irq_lock to display->irq.lockJani Nikula1-80/+49
2025-03-31drm/i915/display: Fix htmldocs buildRodrigo Vivi1-0/+1
2025-03-21drm/i915/display: convert to display runtime PM interfacesJani Nikula1-3/+4
2025-03-21drm/i915/hotplug: convert intel_hotplug_irq.[ch] to struct intel_displayJani Nikula1-3/+3
2025-03-21drm/i915/hotplug: convert hotplug debugfs to struct intel_displayJani Nikula1-11/+9
2025-03-21drm/i915/hotplug: convert intel_hotplug.[ch] to struct intel_displayJani Nikula1-156/+176
2025-03-11drm/i915/crt: Use intel_hpd_block/unblock() instead of intel_hpd_disable/enab...Imre Deak1-28/+32
2025-03-11drm/i915/hpd: Add support for blocking the IRQ handling on an HPD pinImre Deak1-25/+185
2025-03-11drm/i915/hpd: Let an HPD pin be in the disabled state when handling missed IRQsImre Deak1-0/+1
2025-03-10drm/i915/hpd: Track HPD pins instead of ports for HPD pulse eventsImre Deak1-15/+15
2025-02-15drm/i915: Move intel_hpd_poll_fini() into intel_hotplug.cVille Syrjälä1-0/+16
2025-02-13drm/i915/hpd: drop dev_priv parameter from intel_hpd_pin_default()Jani Nikula1-3/+1
2025-02-10drm/i915: Convert intel_display_power_{get,put}*() to intel_displayVille Syrjälä1-2/+3
2025-01-23drm/i915/display: fix typos in i915/display filesNitin Gote1-3/+3
2024-11-12drm/i915/display: convert display device identification to struct intel_displayJani Nikula1-1/+3
2024-09-05drm/i915/display: include media/cec-notifier.h and linux/debugfs.h where neededJani Nikula1-0/+1
2024-09-05drm/i915/display: include drm/drm_probe_helper.h where neededJani Nikula1-0/+2
2024-01-08drm/i915: Disable hotplug detection works during driver init/shutdownImre Deak1-19/+139
2024-01-08drm/i915: Keep the connector polled state disabled after stormImre Deak1-0/+7
2023-10-04drm/i915: convert INTEL_DISPLAY_ENABLED() into a functionJani Nikula1-1/+1
2023-08-23drm/i915: Fix HPD polling, reenabling the output poll work as neededImre Deak1-2/+2
2023-08-11drm/i915: Don't change the status of forced connectors during HPD poll detectImre Deak1-4/+53
2023-08-11drm/i915: Don't change the status of forced connectors during hotplug detectImre Deak1-2/+4
2023-08-11drm/i915: Avoid endless HPD poll detect loop via runtime suspend/resumeImre Deak1-1/+21
2023-07-11i915/display/hotplug: use drm_kms_helper_connector_hotplug_event()Simon Ser1-1/+13
2023-06-10drm/i915: add a dedicated workqueue inside drm_i915_privateLuca Coelho1-6/+12
2023-05-16drm/i915/irq: split out hotplug irq handlingJani Nikula1-0/+1
2023-03-16drm/i915/display: ignore long HPDs based on a flagVinod Govindapillai1-0/+9
2022-10-11drm/i915/display: remove drm_device aliasesAndrzej Hajda1-16/+12
2022-09-19drm/i915/hotplug: refactor hotplug init slightlyJani Nikula1-5/+17
2022-09-19drm/i915/hotplug: move hotplug storm debugfs to intel_hotplug.cJani Nikula1-0/+166
2022-08-29drm/i915: move hotplug to display.hotplugJani Nikula1-58/+58
2022-06-16drm/i915: Do not start connector polling if display is disabledJouni Högander1-1/+2
2022-02-09drm/i915/hpd: hide struct intel_hotplug_funcsJani Nikula1-6/+1
2022-01-24drm/i915/hotplug: convert to drm device based loggingJani Nikula1-7/+7
2021-10-14drm/i915: Fix oops on platforms w/o hpd supportVille Syrjälä1-1/+1
2021-09-29drm/i915: constify hotplug function vtable.Dave Airlie1-2/+2
2021-09-29drm/i915: split irq hotplug function from display vtableDave Airlie1-2/+2
2021-04-09drm/i915: skip display initialization when there is no displayJosé Roberto de Souza1-0/+12
2020-10-20drm/i915: Refactor .hpd_irq_setup() calls a bitVille Syrjälä1-10/+12
2020-10-20drm/i915: Reorder hpd init vs. display resumeVille Syrjälä1-10/+32
2020-09-15drm/i915: Nuke pointless variableVille Syrjälä1-2/+1
2020-09-15drm/i915: Introduce HPD_PORT_TC<n>Ville Syrjälä1-23/+2
2020-07-20Merge tag 'drm-misc-next-2020-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-10/+16