Searched refs:connectors (Results 1 - 11 of 11) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/drm/ |
H A D | drm_crtc.h | 194 * changed but others had or when the CRTC and connectors are being 217 * connectors attached to this CRTC. 252 * For external connectors where the sink isn't fixed (like with a 410 * in the DRM. Each CRTC controls one or more connectors (note that the name 412 * connectors, not just CRTs). 923 * Each CRTC may have one or more connectors associated with it. This structure 1171 * @connectors: array of connectors to drive with this CRTC if possible 1172 * @num_connectors: size of @connectors array 1185 struct drm_connector **connectors; member [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_atomic_uapi.c | 346 state->connectors[index].out_fence_ptr = fence_ptr; in set_out_fence_for_connector() 356 fence_ptr = state->connectors[index].out_fence_ptr; in get_out_fence_for_connector() 357 state->connectors[index].out_fence_ptr = NULL; in get_out_fence_for_connector()
|
H A D | drm_atomic_helper.c | 108 * First loop, find all newly assigned encoders from the connectors in handle_conflicting_encoders() 110 * connectors bail out. in handle_conflicting_encoders() 146 * Second loop, iterate over all connectors not part of the state. in handle_conflicting_encoders() 152 * If the flag is set conflicting connectors are removed from the CRTC in handle_conflicting_encoders() 313 * we allow DPMS On->Off modesets on unregistered connectors. Modesets in update_connector_routing() 315 * avoid turning on new displays on dead connectors. in update_connector_routing() 540 * update and adds any additional connectors needed for full modesets. It calls 545 * 3. If it's determined a modeset is needed then all connectors on the affected 603 * connectors and a NULL mode. in drm_atomic_helper_check_modeset() 606 * iff connectors ar in drm_atomic_helper_check_modeset() [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_logo.c | 557 * For connectors that support multiple encoders, either the 948 if (state->connectors[i].new_state->connector->status != in rockchip_drm_show_logo() 950 state->connectors[i].new_state->best_encoder = NULL; in rockchip_drm_show_logo()
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/ |
H A D | drm_device.cpp | 192 drmModeConnectorPtr connector = drmModeGetConnector(GetDrmFd(), res->connectors[i]);
in FindAllConnector()
|
/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | drm_device.cpp | 221 drmModeConnectorPtr connector = drmModeGetConnector(GetDrmFd(), res->connectors[i]); in FindAllConnector()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | drm_device.cpp | 216 drmModeConnectorPtr connector = drmModeGetConnector(GetDrmFd(), res->connectors[i]); in FindAllConnector()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | drm_device.cpp | 216 drmModeConnectorPtr connector = drmModeGetConnector(GetDrmFd(), res->connectors[i]); in FindAllConnector()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | drm_device.cpp | 216 drmModeConnectorPtr connector = drmModeGetConnector(GetDrmFd(), res->connectors[i]); in FindAllConnector()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | drm_device.cpp | 216 drmModeConnectorPtr connector = drmModeGetConnector(GetDrmFd(), res->connectors[i]);
in FindAllConnector()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_logo.c | 589 * For connectors that support multiple encoders, either the 989 if (state->connectors[i].new_state->connector->status != connector_status_connected) { in rockchip_drm_show_logo() 990 state->connectors[i].new_state->best_encoder = NULL; in rockchip_drm_show_logo()
|
Completed in 17 milliseconds