index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
display
/
intel_hotplug.c
Age
Commit message (
Expand
)
Author
2024-01-08
drm/i915: Disable hotplug detection works during driver init/shutdown
Imre Deak
2024-01-08
drm/i915: Keep the connector polled state disabled after storm
Imre Deak
2023-10-04
drm/i915: convert INTEL_DISPLAY_ENABLED() into a function
Jani Nikula
2023-08-23
drm/i915: Fix HPD polling, reenabling the output poll work as needed
Imre Deak
2023-08-11
drm/i915: Don't change the status of forced connectors during HPD poll detect
Imre Deak
2023-08-11
drm/i915: Don't change the status of forced connectors during hotplug detect
Imre Deak
2023-08-11
drm/i915: Avoid endless HPD poll detect loop via runtime suspend/resume
Imre Deak
2023-07-11
i915/display/hotplug: use drm_kms_helper_connector_hotplug_event()
Simon Ser
2023-06-10
drm/i915: add a dedicated workqueue inside drm_i915_private
Luca Coelho
2023-05-16
drm/i915/irq: split out hotplug irq handling
Jani Nikula
2023-03-16
drm/i915/display: ignore long HPDs based on a flag
Vinod Govindapillai
2022-10-11
drm/i915/display: remove drm_device aliases
Andrzej Hajda
2022-09-19
drm/i915/hotplug: refactor hotplug init slightly
Jani Nikula
2022-09-19
drm/i915/hotplug: move hotplug storm debugfs to intel_hotplug.c
Jani Nikula
2022-08-29
drm/i915: move hotplug to display.hotplug
Jani Nikula
2022-06-16
drm/i915: Do not start connector polling if display is disabled
Jouni Högander
2022-02-09
drm/i915/hpd: hide struct intel_hotplug_funcs
Jani Nikula
2022-01-24
drm/i915/hotplug: convert to drm device based logging
Jani Nikula
2021-10-14
drm/i915: Fix oops on platforms w/o hpd support
Ville Syrjälä
2021-09-29
drm/i915: constify hotplug function vtable.
Dave Airlie
2021-09-29
drm/i915: split irq hotplug function from display vtable
Dave Airlie
2021-04-09
drm/i915: skip display initialization when there is no display
José Roberto de Souza
2020-10-20
drm/i915: Refactor .hpd_irq_setup() calls a bit
Ville Syrjälä
2020-10-20
drm/i915: Reorder hpd init vs. display resume
Ville Syrjälä
2020-09-15
drm/i915: Nuke pointless variable
Ville Syrjälä
2020-09-15
drm/i915: Introduce HPD_PORT_TC<n>
Ville Syrjälä
2020-07-20
Merge tag 'drm-misc-next-2020-07-16' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2020-07-02
drm/i915: Fix the old vs. new epoch counter check during hotplug detect
Imre Deak
2020-06-30
drm/i915: Send hotplug event if edid had changed
Stanislav Lisovskiy
2020-06-25
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
2020-06-24
Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2020-06-11
drm/i915/dp_mst: Work around out-of-spec adapters filtering short pulses
Imre Deak
2020-06-09
drm/i915/rkl: Update TGP's pin mapping when paired with RKL
Matt Roper
2020-04-06
drm/i915: Add a retry counter for hotplug detect retries
Imre Deak
2020-03-11
drm/i915/hotplug: convert to drm_device based logging.
Wambui Karuga
2020-03-06
drm/i915/hotplug: Use phy to get the hpd_pin instead of the port (v5)
Vivek Kasireddy
2020-02-27
drm/i915: significantly reduce the use of <drm/i915_drm.h>
Jani Nikula
2020-02-20
drm/i915: Mark all HPD capabled connectors as such
Ville Syrjälä
2020-02-20
drm/i915/hpd: Replace the loop-within-loop with two independent loops
Ville Syrjälä
2020-02-04
drm/i915: Introduce intel_connector_hpd_pin()
Ville Syrjälä
2020-02-04
drm/i915/display: Make WARN* drm specific where drm_device ptr is available
Pankaj Bharadiya
2020-01-27
drm/i915: Prefer intel_connector over drm_connector in hotplug code
Ville Syrjälä
2020-01-21
drm/i915: Use intel_attached_encoder()
Ville Syrjälä
2020-01-13
drm/i915: Pass intel_encoder to enc_to_*()
Ville Syrjälä
2019-09-02
drm/i915: Prefer encoder->name over port_name()
Ville Syrjälä
2019-08-07
drm/i915: rename intel_drv.h to display/intel_display_types.h
Jani Nikula
2019-07-30
drm/i915/tgl: Add hpd interrupt handling
Lucas De Marchi
2019-07-15
drm/i915: Add support for retrying hotplug
Imre Deak
2019-06-17
drm/i915: move modesetting core code under display/
Jani Nikula