@@ -1425,7 +1425,7 @@ struct NvKmsKapiFunctionsTable {
14251425 );
14261426
14271427 /*!
1428- * Immediately reset the specified display semaphore to the pending state.
1428+ * Immediately initialize the specified display semaphore to the pending state.
14291429 *
14301430 * Must be called prior to applying a mode set that utilizes the specified
14311431 * display semaphore for synchronization.
@@ -1438,7 +1438,7 @@ struct NvKmsKapiFunctionsTable {
14381438 * for the specified device.
14391439 */
14401440 NvBool
1441- (* resetDisplaySemaphore )
1441+ (* tryInitDisplaySemaphore )
14421442 (
14431443 struct NvKmsKapiDevice * device ,
14441444 NvU32 semaphoreIndex
@@ -1447,7 +1447,7 @@ struct NvKmsKapiFunctionsTable {
14471447 /*!
14481448 * Immediately set the specified display semaphore to the displayable state.
14491449 *
1450- * Must be called after \ref resetDisplaySemaphore to indicate a mode
1450+ * Must be called after \ref tryInitDisplaySemaphore to indicate a mode
14511451 * configuration change that utilizes the specified display semaphore for
14521452 * synchronization may proceed.
14531453 *
@@ -1471,7 +1471,7 @@ struct NvKmsKapiFunctionsTable {
14711471 *
14721472 * This can be used by clients to restore a semaphore to a consistent state
14731473 * when they have prepared it for use by previously calling
1474- * \ref resetDisplaySemaphore () on it, but are then prevented from
1474+ * \ref tryInitDisplaySemaphore () on it, but are then prevented from
14751475 * submitting the associated hardware operations to consume it due to the
14761476 * subsequent failure of some software or hardware operation.
14771477 *
0 commit comments