OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipe_ctx_old
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c
1276
struct pipe_ctx *
pipe_ctx_old
= &dc->current_state->res_ctx.
local
1280
if (!
pipe_ctx_old
->stream) {
1314
if (!
pipe_ctx_old
->stream) {
1879
struct pipe_ctx *
pipe_ctx_old
=
local
1889
if (!
pipe_ctx_old
->stream ||
pipe_ctx_old
->top_pipe)
1893
pipe_need_reprogram(
pipe_ctx_old
, pipe_ctx)) {
1894
struct clock_source *old_clk =
pipe_ctx_old
->clock_source;
1900
core_link_disable_stream(
pipe_ctx_old
);
1903
if (
pipe_ctx_old
->stream_res.audio)
2043
struct pipe_ctx *
pipe_ctx_old
=
local
2068
struct pipe_ctx *
pipe_ctx_old
=
local
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
resource.h
168
struct pipe_ctx *
pipe_ctx_old
,
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_resource.c
2634
struct pipe_ctx *
pipe_ctx_old
,
2637
if (!
pipe_ctx_old
->stream)
2640
if (
pipe_ctx_old
->stream->sink != pipe_ctx->stream->sink)
2643
if (
pipe_ctx_old
->stream->signal != pipe_ctx->stream->signal)
2646
if (
pipe_ctx_old
->stream_res.audio != pipe_ctx->stream_res.audio)
2649
if (
pipe_ctx_old
->clock_source != pipe_ctx->clock_source
2650
&&
pipe_ctx_old
->stream != pipe_ctx->stream)
2653
if (
pipe_ctx_old
->stream_res.stream_enc != pipe_ctx->stream_res.stream_enc)
2656
if (is_timing_changed(
pipe_ctx_old
->stream, pipe_ctx->stream))
2659
if (is_hdr_static_meta_changed(
pipe_ctx_old
->stream, pipe_ctx->stream)
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hwseq.c
2093
struct pipe_ctx *
pipe_ctx_old
=
local
2097
if (!
pipe_ctx_old
->stream)
2100
if (
pipe_ctx_old
->top_pipe ||
pipe_ctx_old
->prev_odm_pipe)
2104
pipe_need_reprogram(
pipe_ctx_old
, pipe_ctx)) {
2105
struct clock_source *old_clk =
pipe_ctx_old
->clock_source;
2107
dcn20_reset_back_end_for_pipe(dc,
pipe_ctx_old
, dc->current_state);
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hw_sequencer.c
1380
struct pipe_ctx *
pipe_ctx_old
=
local
1384
if (!
pipe_ctx_old
->stream)
1387
if (
pipe_ctx_old
->top_pipe)
1391
pipe_need_reprogram(
pipe_ctx_old
, pipe_ctx)) {
1392
struct clock_source *old_clk =
pipe_ctx_old
->clock_source;
1394
dcn10_reset_back_end_for_pipe(dc,
pipe_ctx_old
, dc->current_state);
Completed in 31 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026