Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_alpm.c46 mutex_init(&intel_dp->alpm.lock); in intel_alpm_init()
254 if (intel_dp->alpm.lobf_disable_debug) { in intel_alpm_lobf_compute_config()
259 if (intel_dp->alpm.sink_alpm_error) in intel_alpm_lobf_compute_config()
309 mutex_lock(&intel_dp->alpm.lock); in lnl_alpm_configure()
345 mutex_unlock(&intel_dp->alpm.lock); in lnl_alpm_configure()
352 intel_dp->alpm.transcoder = crtc_state->cpu_transcoder; in intel_alpm_configure()
415 mutex_lock(&intel_dp->alpm.lock); in intel_alpm_pre_plane_update()
418 mutex_unlock(&intel_dp->alpm.lock); in intel_alpm_pre_plane_update()
512 *val = intel_dp->alpm.lobf_disable_debug; in i915_edp_lobf_debug_get()
523 intel_dp->alpm.lobf_disable_debug = val; in i915_edp_lobf_debug_set()
[all …]
H A Dintel_display_types.h1944 } alpm; member
H A Dintel_dp.c5752 intel_dp->alpm.sink_alpm_error = true; in intel_dp_short_pulse()