Home
last modified time | relevance | path

Searched refs:DRM_MODE_CONNECTED (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/
H A Dgraphics_drm.c264 (connector->connection == DRM_MODE_CONNECTED) && in find_used_connector_by_type()
283 (connector->connection == DRM_MODE_CONNECTED)) in find_first_connected_connector()
/OK3568_Linux_fs/external/recovery/minui/
H A Dgraphics_drm.c273 (connector->connection == DRM_MODE_CONNECTED) && in find_used_connector_by_type()
293 (connector->connection == DRM_MODE_CONNECTED)) in find_first_connected_connector()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0037-kmssink-Improve-monitor-and-plane-selection.patch104 + if (conn->connection == DRM_MODE_CONNECTED)
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0038-kmssink-Improve-monitor-and-plane-selection.patch104 + if (conn->connection == DRM_MODE_CONNECTED)
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0038-kmssink-Improve-monitor-and-plane-selection.patch104 + if (conn->connection == DRM_MODE_CONNECTED)
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/drmDsp/
H A Dmodeset.c22 if (c->connection != DRM_MODE_CONNECTED) in initialize_screens()
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/
H A Dxf86drmMode.h193 DRM_MODE_CONNECTED = 1, enumerator
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A Dxf86drmMode.h277 DRM_MODE_CONNECTED = 1, enumerator
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/
H A Dxf86drmMode.h277 DRM_MODE_CONNECTED = 1, enumerator
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/
H A Dxf86drmMode.h277 DRM_MODE_CONNECTED = 1, enumerator
/OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/
H A D0006-drm-Reconstructs-the-drm-display-driver.patch591 + (conn->connection == DRM_MODE_CONNECTED) ? "" : "dis",
593 + if (conn->connection == DRM_MODE_CONNECTED && conn->count_modes)
752 - if (conn->connection == DRM_MODE_CONNECTED) {
762 - if (conn->connection == DRM_MODE_CONNECTED && conn->count_modes > 0)
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0028-backend-drm-Add-dummy-output-when-no-screens-connect.patch135 if (conn->connection != DRM_MODE_CONNECTED ||
H A D0013-backend-drm-Support-selecting-monitors.patch545 + if (conn->connection != DRM_MODE_CONNECTED ||
/OK3568_Linux_fs/buildroot/package/weston/
H A D0031-backend-drm-Add-dummy-output-when-no-screens-connect.patch155 if (conn->connection != DRM_MODE_CONNECTED ||
H A D0015-backend-drm-Support-selecting-monitors.patch540 + if (conn->connection != DRM_MODE_CONNECTED ||
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0031-backend-drm-Add-dummy-output-when-no-screens-connect.patch155 if (conn->connection != DRM_MODE_CONNECTED ||
H A D0015-backend-drm-Support-selecting-monitors.patch540 + if (conn->connection != DRM_MODE_CONNECTED ||
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c2772 case DRM_MODE_CONNECTED: in drmmode_output_detect()