Home
last modified time | relevance | path

Searched refs:card_path (Results 1 – 3 of 3) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/drm/host/
H A Ddrm_display_host_manager.cc71 std::string card_path = base::StringPrintf(kDefaultGraphicsCardPattern, i); in GetPrimaryDisplayCardPath() local
73 if (access(card_path.c_str(), F_OK) != 0) in GetPrimaryDisplayCardPath()
76 int fd = open(card_path.c_str(), O_RDWR | O_CLOEXEC); in GetPrimaryDisplayCardPath()
78 VPLOG(1) << "Failed to open '" << card_path << "'"; in GetPrimaryDisplayCardPath()
86 return base::FilePath(card_path); in GetPrimaryDisplayCardPath()
89 VPLOG_IF(1, ret) << "Failed to get DRM resources for '" << card_path << "'"; in GetPrimaryDisplayCardPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/drm/host/
H A Ddrm_display_host_manager.cc73 std::string card_path = base::StringPrintf(kDefaultGraphicsCardPattern, i); in GetPrimaryDisplayCardPath() local
75 if (access(card_path.c_str(), F_OK) != 0) in GetPrimaryDisplayCardPath()
78 int fd = open(card_path.c_str(), O_RDWR | O_CLOEXEC); in GetPrimaryDisplayCardPath()
80 VPLOG(1) << "Failed to open '" << card_path << "'"; in GetPrimaryDisplayCardPath()
88 return base::FilePath(card_path); in GetPrimaryDisplayCardPath()
91 VPLOG_IF(1, ret) << "Failed to get DRM resources for '" << card_path << "'"; in GetPrimaryDisplayCardPath()
/dports/multimedia/mpv/mpv-0.34.1/video/out/
H A Ddrm_common.c71 const char *card_path);
737 const char *card_path, in kms_show_foreach_connector() argument
741 int fd = open_card_path(card_path); in kms_show_foreach_connector()
743 mp_err(log, "Failed to open card %d (%s)\n", card_no, card_path); in kms_show_foreach_connector()
780 const char *card_path) in kms_show_available_connectors() argument
783 card_path); in kms_show_available_connectors()
785 log, card_no, card_path, kms_show_connector_name_and_state_callback); in kms_show_available_connectors()
805 const char *card_path) in kms_show_available_connectors_and_modes() argument
807 kms_show_foreach_connector(log, card_no, card_path, in kms_show_available_connectors_and_modes()