Skip to content

Commit

Permalink
Drop the default quirk disabling evdi (#2997)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGriffiths authored and RAOF committed Sep 25, 2023
1 parent 620dd8e commit 1676ee5
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 1676ee5

Please sign in to comment.