Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_psr.c61 return intel_dp->psr_dpcd[0] & DP_PSR_IS_SUPPORTED; in is_edp_psr()
358 if ((intel_dp->psr_dpcd[1] & DP_PSR_NO_TRAIN_ON_EXIT) || in intel_psr_enable()
Dintel_dp.c3785 memset(intel_dp->psr_dpcd, 0, sizeof(intel_dp->psr_dpcd)); in intel_dp_get_dpcd()
3788 intel_dp->psr_dpcd, in intel_dp_get_dpcd()
3789 sizeof(intel_dp->psr_dpcd)); in intel_dp_get_dpcd()
3790 if (intel_dp->psr_dpcd[0] & DP_PSR_IS_SUPPORTED) { in intel_dp_get_dpcd()
Dintel_drv.h626 uint8_t psr_dpcd[EDP_PSR_RECEIVER_CAP_SIZE]; member