Skip to content
Snippets Groups Projects

Draft: Handle hotplug HDMI events

Open Walter Lozano requested to merge wip/wlozano/hotplug-fix into apertis/v2024dev1
2 unresolved threads

On hotplug events outputs are destroyed and created, which is not currently supported. Add minimal support to it.

infrastructure/apertis-issues#218 (closed)

Signed-off-by: Walter Lozano walter.lozano@collabora.com

Edited by Walter Lozano

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Andre Moreira Magalhaes resolved all threads

    resolved all threads

  • Andre Moreira Magalhaes approved this merge request

    approved this merge request

  • Andre Moreira Magalhaes unapproved this merge request

    unapproved this merge request

  • Actually on a second look the changes basically add logging, are you planning to do further changes? Not sure what is the purpose here.

  • 678 680 struct wl_registry *registry,
    679 681 uint32_t name)
    680 682 {
    683 struct desktop *d = data;
    684
    685 if (d->output_id == name && d->output) {
    686 g_warning ("registry_handle_global_remove: unbinding output %d", name);
    • @mvlad it would be nice if you could review this one since you have much more experience than us in libweston and agl-compositor.

      I know from previous discussion that you were not very happy with this approach, so your feedback will be very welcome. Of course, MR are more than welcome!

  • assigned to @wlozano

  • Please register or sign in to reply
    Loading