diff options
author | Chris Michael <cp.michael@samsung.com> | 2015-04-08 11:01:52 -0400 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2015-04-10 11:09:50 +0200 |
commit | a5d180b2826d27a492bc3cce980e437a708ba94f (patch) | |
tree | d1cec36c119b60ad62987303261cf81e5cd62ce4 /src/lib/ecore_drm/Ecore_Drm.h | |
parent | 4a1cbeb25859d4b75ccb0a0746986e685db2df09 (diff) |
ecore-drm: Add an API function to return the connector id of an output
Summary: This adds an API function to return the connector id of a
given output.
@feature
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Diffstat (limited to 'src/lib/ecore_drm/Ecore_Drm.h')
-rw-r--r-- | src/lib/ecore_drm/Ecore_Drm.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/lib/ecore_drm/Ecore_Drm.h b/src/lib/ecore_drm/Ecore_Drm.h index 1ebc2da6fd..b28e7f15ff 100644 --- a/src/lib/ecore_drm/Ecore_Drm.h +++ b/src/lib/ecore_drm/Ecore_Drm.h | |||
@@ -533,6 +533,20 @@ EAPI unsigned int ecore_drm_output_crtc_id_get(Ecore_Drm_Output *output); | |||
533 | */ | 533 | */ |
534 | EAPI unsigned int ecore_drm_output_crtc_buffer_get(Ecore_Drm_Output *output); | 534 | EAPI unsigned int ecore_drm_output_crtc_buffer_get(Ecore_Drm_Output *output); |
535 | 535 | ||
536 | /** | ||
537 | * Get the connector id of an output | ||
538 | * | ||
539 | * This function will return the default connector id for an output | ||
540 | * | ||
541 | * @param output The Ecore_Drm_Output to get the default connector of | ||
542 | * | ||
543 | * @return The id of the default connector id for this output | ||
544 | * | ||
545 | * @ingroup Ecore_Drm_Output_Group | ||
546 | * @since 1.15 | ||
547 | */ | ||
548 | EAPI unsigned int ecore_drm_output_connector_id_get(Ecore_Drm_Output *output); | ||
549 | |||
536 | /* TODO: Doxy */ | 550 | /* TODO: Doxy */ |
537 | EAPI Eina_Bool ecore_drm_inputs_create(Ecore_Drm_Device *dev); | 551 | EAPI Eina_Bool ecore_drm_inputs_create(Ecore_Drm_Device *dev); |
538 | EAPI void ecore_drm_inputs_destroy(Ecore_Drm_Device *dev); | 552 | EAPI void ecore_drm_inputs_destroy(Ecore_Drm_Device *dev); |