Skip to content
  1. Apr 24, 2024
    • Dom Cobley's avatar
      vc4/hdmi: Ignore hotplug interrupt with force_hotplug · 8d40b038
      Dom Cobley authored
      The intention of the vc4.force_hotplug setting is to
      ignore hotplug completely.
      
      It can be used when a display toggles hotplug when
      switching AV inputs, going into standby or changing a
      KVM switch, and some side effect of that is unwanted.
      
      It turns out while vc4.force_hotplug currently makes
      hotplug always read as asserted, that isn't enough to
      stop drm doing lots of stuff, including re-reading
      the edid.
      
      An example of what drm does with a hotplug deasert/assert
      and vc4.force_hotplug=1 currently is:
      
      https://paste.debian.net/hidden/dc07434b/
      
      
      
      That is unwanted. Lets ignore the hotplug interrupt
      completely so drm is blissfully unaware of the hotplug change.
      
      Signed-off-by: default avatarDom Cobley <popcornmix@gmail.com>
      8d40b038
  2. Apr 23, 2024
  3. Apr 22, 2024
  4. Apr 19, 2024
  5. Apr 18, 2024
  6. Apr 17, 2024