index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
display
/
intel_hotplug.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-07
drm/i915/display: use drm->debugfs_root for creating debugfs files
Jani Nikula
1
-4
/
+4
2025-08-04
drm/{i915,xe}/display: Block hpd during suspend
Dibin Moolakadan Subrahmanian
1
-2
/
+0
2025-08-04
drm/xe/compat: stop including i915_utils.h from compat i915_drv.h
Jani Nikula
1
-0
/
+1
2025-06-26
drm/i915/display: move unordered works to new private workqueue
Luca Coelho
1
-9
/
+3
2025-06-12
drm/i915/dp: Disable the AUX DPCD probe quirk if it's not required
Imre Deak
1
-0
/
+6
2025-05-27
drm/i915: stop including display/intel_display_{core, limits}.h from i915_drv.h
Jani Nikula
1
-0
/
+1
2025-05-07
drm/i915/irq: move i915->irq_lock to display->irq.lock
Jani Nikula
1
-80
/
+49
2025-03-31
drm/i915/display: Fix htmldocs build
Rodrigo Vivi
1
-0
/
+1
2025-03-21
drm/i915/display: convert to display runtime PM interfaces
Jani Nikula
1
-3
/
+4
2025-03-21
drm/i915/hotplug: convert intel_hotplug_irq.[ch] to struct intel_display
Jani Nikula
1
-3
/
+3
2025-03-21
drm/i915/hotplug: convert hotplug debugfs to struct intel_display
Jani Nikula
1
-11
/
+9
2025-03-21
drm/i915/hotplug: convert intel_hotplug.[ch] to struct intel_display
Jani Nikula
1
-156
/
+176
2025-03-11
drm/i915/crt: Use intel_hpd_block/unblock() instead of intel_hpd_disable/enab...
Imre Deak
1
-28
/
+32
2025-03-11
drm/i915/hpd: Add support for blocking the IRQ handling on an HPD pin
Imre Deak
1
-25
/
+185
2025-03-11
drm/i915/hpd: Let an HPD pin be in the disabled state when handling missed IRQs
Imre Deak
1
-0
/
+1
2025-03-10
drm/i915/hpd: Track HPD pins instead of ports for HPD pulse events
Imre Deak
1
-15
/
+15
2025-02-15
drm/i915: Move intel_hpd_poll_fini() into intel_hotplug.c
Ville Syrjälä
1
-0
/
+16
2025-02-13
drm/i915/hpd: drop dev_priv parameter from intel_hpd_pin_default()
Jani Nikula
1
-3
/
+1
2025-02-10
drm/i915: Convert intel_display_power_{get,put}*() to intel_display
Ville Syrjälä
1
-2
/
+3
2025-01-23
drm/i915/display: fix typos in i915/display files
Nitin Gote
1
-3
/
+3
2024-11-12
drm/i915/display: convert display device identification to struct intel_display
Jani Nikula
1
-1
/
+3
2024-09-05
drm/i915/display: include media/cec-notifier.h and linux/debugfs.h where needed
Jani Nikula
1
-0
/
+1
2024-09-05
drm/i915/display: include drm/drm_probe_helper.h where needed
Jani Nikula
1
-0
/
+2
2024-01-08
drm/i915: Disable hotplug detection works during driver init/shutdown
Imre Deak
1
-19
/
+139
2024-01-08
drm/i915: Keep the connector polled state disabled after storm
Imre Deak
1
-0
/
+7
2023-10-04
drm/i915: convert INTEL_DISPLAY_ENABLED() into a function
Jani Nikula
1
-1
/
+1
2023-08-23
drm/i915: Fix HPD polling, reenabling the output poll work as needed
Imre Deak
1
-2
/
+2
2023-08-11
drm/i915: Don't change the status of forced connectors during HPD poll detect
Imre Deak
1
-4
/
+53
2023-08-11
drm/i915: Don't change the status of forced connectors during hotplug detect
Imre Deak
1
-2
/
+4
2023-08-11
drm/i915: Avoid endless HPD poll detect loop via runtime suspend/resume
Imre Deak
1
-1
/
+21
2023-07-11
i915/display/hotplug: use drm_kms_helper_connector_hotplug_event()
Simon Ser
1
-1
/
+13
2023-06-10
drm/i915: add a dedicated workqueue inside drm_i915_private
Luca Coelho
1
-6
/
+12
2023-05-16
drm/i915/irq: split out hotplug irq handling
Jani Nikula
1
-0
/
+1
2023-03-16
drm/i915/display: ignore long HPDs based on a flag
Vinod Govindapillai
1
-0
/
+9
2022-10-11
drm/i915/display: remove drm_device aliases
Andrzej Hajda
1
-16
/
+12
2022-09-19
drm/i915/hotplug: refactor hotplug init slightly
Jani Nikula
1
-5
/
+17
2022-09-19
drm/i915/hotplug: move hotplug storm debugfs to intel_hotplug.c
Jani Nikula
1
-0
/
+166
2022-08-29
drm/i915: move hotplug to display.hotplug
Jani Nikula
1
-58
/
+58
2022-06-16
drm/i915: Do not start connector polling if display is disabled
Jouni Högander
1
-1
/
+2
2022-02-09
drm/i915/hpd: hide struct intel_hotplug_funcs
Jani Nikula
1
-6
/
+1
2022-01-24
drm/i915/hotplug: convert to drm device based logging
Jani Nikula
1
-7
/
+7
2021-10-14
drm/i915: Fix oops on platforms w/o hpd support
Ville Syrjälä
1
-1
/
+1
2021-09-29
drm/i915: constify hotplug function vtable.
Dave Airlie
1
-2
/
+2
2021-09-29
drm/i915: split irq hotplug function from display vtable
Dave Airlie
1
-2
/
+2
2021-04-09
drm/i915: skip display initialization when there is no display
José Roberto de Souza
1
-0
/
+12
2020-10-20
drm/i915: Refactor .hpd_irq_setup() calls a bit
Ville Syrjälä
1
-10
/
+12
2020-10-20
drm/i915: Reorder hpd init vs. display resume
Ville Syrjälä
1
-10
/
+32
2020-09-15
drm/i915: Nuke pointless variable
Ville Syrjälä
1
-2
/
+1
2020-09-15
drm/i915: Introduce HPD_PORT_TC<n>
Ville Syrjälä
1
-23
/
+2
2020-07-20
Merge tag 'drm-misc-next-2020-07-16' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-10
/
+16
[next]