OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_pipes
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_cdclk.c
2134
if (!state->
active_pipes
) {
2165
if (!state->
active_pipes
) {
2235
if (!state->
active_pipes
) {
2271
if (!state->
active_pipes
) {
2374
if (is_power_of_2(state->
active_pipes
) &&
2381
pipe = ilog2(state->
active_pipes
);
intel_atomic.c
510
state->
active_pipes
= 0;
intel_display_types.h
496
u8
active_pipes
;
member in struct:intel_atomic_state
513
*
active_pipes
intel_display.c
7556
dev_priv->
active_pipes
&= ~BIT(pipe);
14306
state->
active_pipes
= dev_priv->
active_pipes
;
14313
state->
active_pipes
|= BIT(crtc->pipe);
14315
state->
active_pipes
&= ~BIT(crtc->pipe);
15625
dev_priv->
active_pipes
= state->
active_pipes
;
18089
dev_priv->
active_pipes
= 0;
18106
dev_priv->
active_pipes
|= BIT(crtc->pipe);
/src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c
3826
if (hweight8(state->
active_pipes
) == 0)
3833
if (hweight8(state->
active_pipes
) > 1)
3837
pipe = ffs(state->
active_pipes
) - 1;
3932
*num_active = hweight8(dev_priv->
active_pipes
);
3937
*num_active = hweight8(intel_state->
active_pipes
);
3939
*num_active = hweight8(dev_priv->
active_pipes
);
5428
* We usually only initialize state->
active_pipes
if we
5434
state->
active_pipes
= dev_priv->
active_pipes
;
5745
if (dev_priv->
active_pipes
) {
[
all
...]
i915_drv.h
1111
* For reading
active_pipes
, min_cdclk, min_voltage_level holding
1114
u8
active_pipes
;
member in struct:drm_i915_private
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dce_calcs.c
2989
const struct pipe_ctx *
active_pipes
[MAX_PIPES];
local in function:all_displays_in_sync
2996
active_pipes
[num_active_pipes++] = &pipe[i];
3004
active_pipes
[0]->stream,
active_pipes
[i]->stream)) {
Completed in 36 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025