HomeSort by: relevance | last modified time | path
    Searched refs:edp_dpcd (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp_aux_backlight.c 38 if (!(intel_dp->edp_dpcd[1] & DP_EDP_BACKLIGHT_AUX_ENABLE_CAP))
76 if (intel_dp->edp_dpcd[2] & DP_EDP_BACKLIGHT_BRIGHTNESS_BYTE_COUNT)
96 if (intel_dp->edp_dpcd[2] & DP_EDP_BACKLIGHT_BRIGHTNESS_BYTE_COUNT) {
213 if (intel_dp->edp_dpcd[2] & DP_EDP_BACKLIGHT_FREQ_AUX_SET_CAP)
240 if (intel_dp->edp_dpcd[2] & DP_EDP_BACKLIGHT_BRIGHTNESS_BYTE_COUNT)
261 if (intel_dp->edp_dpcd[1] & DP_EDP_TCON_BACKLIGHT_ADJUSTMENT_CAP &&
262 (intel_dp->edp_dpcd[2] & DP_EDP_BACKLIGHT_BRIGHTNESS_AUX_SET_CAP) &&
263 !(intel_dp->edp_dpcd[2] & DP_EDP_BACKLIGHT_BRIGHTNESS_PWM_PIN_CAP)) {
intel_display_types.h 1237 u8 edp_dpcd[EDP_DISPLAY_CTL_CAP_SIZE]; member in struct:intel_dp
intel_dp.c 4372 intel_dp->edp_dpcd[0] >= DP_EDP_14) {
4418 intel_dp->edp_dpcd, sizeof(intel_dp->edp_dpcd)) ==
4419 sizeof(intel_dp->edp_dpcd))
4420 DRM_DEBUG_KMS("eDP DPCD: %*ph\n", (int) sizeof(intel_dp->edp_dpcd),
4421 intel_dp->edp_dpcd);
4424 * This has to be called after intel_dp->edp_dpcd is filled, PSR checks
4425 * for SET_POWER_CAPABLE bit in intel_dp->edp_dpcd[1]
4430 if (intel_dp->edp_dpcd[0] >= DP_EDP_14) {
intel_psr.c 297 if (!(intel_dp->edp_dpcd[1] & DP_EDP_SET_POWER_CAP)) {

Completed in 104 milliseconds