Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_opregion.c527 u32 aslc_req; in asle_work() local
532 aslc_req = ioread32(&asle->aslc); in asle_work()
534 if (!(aslc_req & ASLC_REQ_MSK)) { in asle_work()
536 aslc_req); in asle_work()
540 if (aslc_req & ASLC_SET_ALS_ILLUM) in asle_work()
543 if (aslc_req & ASLC_SET_BACKLIGHT) in asle_work()
546 if (aslc_req & ASLC_SET_PFIT) in asle_work()
549 if (aslc_req & ASLC_SET_PWM_FREQ) in asle_work()
552 if (aslc_req & ASLC_SUPPORTED_ROTATION_ANGLES) in asle_work()
556 if (aslc_req & ASLC_BUTTON_ARRAY) in asle_work()
[all …]