Lines Matching refs:is

33 //    handler infrastructure.  Details on when/why to call each method is
46 ;* Description: Check if the graphics driver is ready to process
49 ;* Usage: This method is to be called prior to performing any
67 // Sleep for ASLP milliseconds if the driver is not ready.
72 // If DRDY is clear, the driver is not ready. If the return value is
86 ;* Usage: This method is called before every "notify" command. A
105 // Sleep for ASLP milliseconds if the status is not "success,
123 ;* Usage: This method is to be called when a graphics device
124 ;* notification is required (display switch hotkey, etc).
143 // If any of these cases is not met, skip this event and return failure.
186 ;* purpose of that hotkey is to do a display switch.
279 ;* Description: Check if the driver is ready to handle ASLE interrupts
299 // Sleep for ASLP milliseconds if the driver is not ready.
304 // If ARDY is clear, the driver is not ready. If the return value is
316 ;* This process includes ensuring the graphics driver is ready
342 // Return failure if the requested feature is not supported by the
350 // Return failure if the driver is not ready to handle an ASLE
362 If(CPFM) // If current mode field is non-zero use it.
367 If(LEqual(Local0, 1)) // If current mode is centered,
369 If(And(Local1, 6)) // and if stretched is enabled,
375 If(And(Local1, 8)) // if aspect ratio is enabled,
379 Else // Only centered mode is enabled
385 If(LEqual(Local0, 6)) // If current mode is stretched,
387 If(And(Local1, 8)) // and if aspect ratio is enabled,
393 If(And(Local1, 1)) // if centered is enabled,
397 Else // Only stretched mode is enabled
403 If(LEqual(Local0, 8)) // If current mode is aspect ratio,
405 If(And(Local1, 1)) // and if centered is enabled,
411 If(And(Local1, 6)) // if stretched is enabled,
415 Else // Only aspect ratio mode is enabled
423 …// The following code for panel fitting (within the Else condition) is retained for backward compa…
425 Else // If CFPM field is zero use PFIT and toggle the
470 ;* Usage: This method is called before other OpRegion methods. The
471 ;* former "GSMI True/False is not always valid. This method
472 ;* checks if the OpRegion Version is non-zero and if non-zero,