Home
last modified time | relevance | path

Searched refs:swsci (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_opregion.c239 static int swsci(struct drm_device *dev, u32 function, u32 parm, u32 *parm_out) in swsci() function
242 struct opregion_swsci *swsci = dev_priv->opregion.swsci; in swsci() local
247 if (!swsci) in swsci()
267 dslp = swsci->dslp; in swsci()
280 scic = swsci->scic; in swsci()
288 swsci->parm = parm; in swsci()
289 swsci->scic = scic; in swsci()
304 #define C (((scic = swsci->scic) & SWSCI_SCIC_INDICATOR) == 0) in swsci()
320 *parm_out = swsci->parm; in swsci()
381 return swsci(dev, SWSCI_SBCB_DISPLAY_POWER_STATE, parm, NULL); in intel_opregion_notify_encoder()
[all …]
Di915_drv.h459 struct opregion_swsci *swsci; member
/linux-4.4.14/drivers/gpu/drm/gma500/
Dopregion.c303 opregion->swsci = NULL; in psb_intel_opregion_fini()
Dpsb_drv.h253 struct opregion_swsci *swsci; member