OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_pipe
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hwseq.c
1175
static void dcn20_detect_pipe_changes(struct pipe_ctx *
old_pipe
, struct pipe_ctx *new_pipe)
1180
if (!
old_pipe
->plane_state && !new_pipe->plane_state)
1183
if (!
old_pipe
->plane_state && new_pipe->plane_state) {
1198
if (
old_pipe
->plane_state && !new_pipe->plane_state) {
1206
if ((
old_pipe
->next_odm_pipe && new_pipe->next_odm_pipe
1207
&&
old_pipe
->next_odm_pipe->pipe_idx != new_pipe->next_odm_pipe->pipe_idx)
1208
|| (!
old_pipe
->next_odm_pipe && new_pipe->next_odm_pipe)
1209
|| (
old_pipe
->next_odm_pipe && !new_pipe->next_odm_pipe)
1210
||
old_pipe
->stream_res.opp != new_pipe->stream_res.opp)
1214
if (
old_pipe
->pipe_dlg_param.vready_offset != new_pipe->pipe_dlg_param.vready_offse
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc.c
2380
struct pipe_ctx *
old_pipe
= &dc->current_state->res_ctx.pipe_ctx[i];
local in function:dc_commit_updates_for_stream
2382
if (new_pipe->plane_state && new_pipe->plane_state !=
old_pipe
->plane_state)
Completed in 15 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025