OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIPECONF_ENABLE
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/
display.c
67
if (!(vgpu_vreg_t(vgpu, PIPECONF(_PIPE_EDP)) &
PIPECONF_ENABLE
))
82
if (vgpu_vreg_t(vgpu, PIPECONF(pipe)) &
PIPECONF_ENABLE
)
310
vgpu_vreg_t(vgpu, PIPECONF(PIPE_A)) |=
PIPECONF_ENABLE
;
handlers.c
457
if (data &
PIPECONF_ENABLE
)
/src/sys/external/bsd/drm2/dist/drm/i915/display/
icl_dsi.c
939
tmp |=
PIPECONF_ENABLE
;
1122
tmp &= ~
PIPECONF_ENABLE
;
1471
ret = tmp &
PIPECONF_ENABLE
;
intel_display_power.c
1120
if ((I915_READ(PIPECONF(PIPE_A)) &
PIPECONF_ENABLE
) == 0)
1122
if ((I915_READ(PIPECONF(PIPE_B)) &
PIPECONF_ENABLE
) == 0)
1136
return I915_READ(PIPECONF(PIPE_A)) &
PIPECONF_ENABLE
&&
1137
I915_READ(PIPECONF(PIPE_B)) &
PIPECONF_ENABLE
;
intel_display.c
1281
cur_state = !!(val &
PIPECONF_ENABLE
);
1875
if (val &
PIPECONF_ENABLE
) {
1881
I915_WRITE(reg, val |
PIPECONF_ENABLE
);
1916
if ((val &
PIPECONF_ENABLE
) == 0)
1928
val &= ~
PIPECONF_ENABLE
;
1931
if ((val &
PIPECONF_ENABLE
) == 0)
8782
pipeconf |= I915_READ(PIPECONF(crtc->pipe)) &
PIPECONF_ENABLE
;
9260
if (!(tmp &
PIPECONF_ENABLE
))
10456
if (!(tmp &
PIPECONF_ENABLE
))
10796
return tmp &
PIPECONF_ENABLE
;
[
all
...]
vlv_dsi.c
996
enabled = I915_READ(PIPECONF(PIPE_B)) &
PIPECONF_ENABLE
;
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_reg.h
5747
#define
PIPECONF_ENABLE
(1 << 31)
Completed in 65 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025