Searched refs:PSR2_SU_STATUS_SHIFT (Results 1 – 2 of 2) sorted by relevance
417 su_blocks = su_blocks >> PSR2_SU_STATUS_SHIFT(frame); in i915_edp_psr_status()
4618 #define PSR2_SU_STATUS_SHIFT(frame) (((frame) % 3) * 10) macro4619 #define PSR2_SU_STATUS_MASK(frame) (0x3ff << PSR2_SU_STATUS_SHIFT(frame))