OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DP_DETECTED
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c
16580
if ((I915_READ(DP_A) &
DP_DETECTED
) == 0)
16756
if (!found && (I915_READ(PCH_DP_B) &
DP_DETECTED
))
16766
if (I915_READ(PCH_DP_C) &
DP_DETECTED
)
16769
if (I915_READ(PCH_DP_D) &
DP_DETECTED
)
16778
* The
DP_DETECTED
bit is the latched state of the DDC
16782
* Thus we can't rely on the
DP_DETECTED
bit alone to detect
16783
* eDP ports. Consult the VBT as well as
DP_DETECTED
to
16794
if (I915_READ(VLV_DP_B) &
DP_DETECTED
|| has_port)
16801
if (I915_READ(VLV_DP_C) &
DP_DETECTED
|| has_port)
16812
if (I915_READ(CHV_DP_D) &
DP_DETECTED
|| has_port
[
all
...]
intel_dp.c
781
DP = I915_READ(intel_dp->output_reg) &
DP_DETECTED
;
2545
intel_dp->DP = I915_READ(intel_dp->output_reg) &
DP_DETECTED
;
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_reg.h
5643
#define
DP_DETECTED
(1 << 2)
Completed in 48 milliseconds
Indexes created Mon Oct 20 08:09:54 GMT 2025