Skip to content

Commit

Permalink
Drop the default quirk disabling evdi
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGriffiths committed Aug 2, 2023
1 parent 469bba1 commit c6d26d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/platforms/gbm-kms/server/kms/quirks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ class mgg::Quirks::Impl

private:
// Mir's gbm-kms support isn't (yet) working with nvidia
// Mir's gbm-kms support isn't (yet) working with evdi
std::unordered_set<std::string> drivers_to_skip = { "nvidia", "evdi", "ast" };
std::unordered_set<std::string> drivers_to_skip = { "nvidia", "ast" };
std::unordered_set<std::string> devnodes_to_skip;
// We know this is currently useful for virtio_gpu, vc4-drm and v3d
std::unordered_set<std::string> skip_modesetting_support = { "virtio_gpu", "vc4-drm", "v3d" };
Expand Down

0 comments on commit c6d26d4

Please sign in to comment.