ADL (AMD Display Library) Public APIs  Version 17.1
Functions
Page Migration APIs

This group describes the Page Migration APIs. More...

Functions

int ADL2_PageMigration_Settings_Get (ADL_CONTEXT_HANDLE context, int iAdapterIndex, ADLVirtualSegmentSettingsOutput *lpVirtualSegSettings)
 
int ADL2_PageMigration_Settings_Set (ADL_CONTEXT_HANDLE context, int iAdapterIndex, int iEnabled, int iNewSize)
 

Detailed Description

This group describes the Page Migration APIs.

Function Documentation

◆ ADL2_PageMigration_Settings_Get()

int ADL2_PageMigration_Settings_Get ( ADL_CONTEXT_HANDLE  context,
int  iAdapterIndex,
ADLVirtualSegmentSettingsOutput lpVirtualSegSettings 
)
Function to retrieve PageMigration Global Settings.

This function retrieves PageMigration Global Settings.

Supported Platforms:
Windows 7, 10 and above; 32bit and 64bit
Parameters
[in]context: Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create.
[in]iAdapterIndex: The ADL index handle of the desired adapter.
[out]lpVirtualSegSettings: Pointer to ADLFPSSettingsOutput struct which will load the Global FPS Settings

◆ ADL2_PageMigration_Settings_Set()

int ADL2_PageMigration_Settings_Set ( ADL_CONTEXT_HANDLE  context,
int  iAdapterIndex,
int  iEnabled,
int  iNewSize 
)
Function to update PageMigration Global Settings.

This function update PageMigration Global Settings.

Supported Platforms:
Windows 7, 10 and above; 32bit and 64bit
Parameters
[in]context: Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create.
[in]iAdapterIndex: The ADL index handle of the desired adapter.
[in]iEnabled: Set to true if page migration is to be enabled. Set to false if page migration is to be disabled and iNewSize will be ignored.
[in]iNewSize: New size in MB

Copyright © 2009-2020 Advanced Micro Devices, Inc. All rights reserved.