OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_odm_pipe
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_resource.c
1452
for (odm_pipe = pipe_ctx->
next_odm_pipe
; odm_pipe; odm_pipe = odm_pipe->
next_odm_pipe
)
1730
struct pipe_ctx *
next_odm_pipe
)
1732
int pipe_idx =
next_odm_pipe
->pipe_idx;
1734
*
next_odm_pipe
= *prev_odm_pipe;
1736
next_odm_pipe
->pipe_idx = pipe_idx;
1737
next_odm_pipe
->plane_res.mi = pool->mis[
next_odm_pipe
->pipe_idx];
1738
next_odm_pipe
->plane_res.hubp = pool->hubps[
next_odm_pipe
->pipe_idx]
2412
struct pipe_ctx *
next_odm_pipe
= odm_pipe->
next_odm_pipe
;
local in function:dcn20_merge_pipes_for_validate
[
all
...]
amdgpu_dcn20_hwseq.c
629
for (odm_pipe = pipe_ctx->
next_odm_pipe
; odm_pipe; odm_pipe = odm_pipe->
next_odm_pipe
) {
663
for (odm_pipe = pipe_ctx->
next_odm_pipe
; odm_pipe; odm_pipe = odm_pipe->
next_odm_pipe
)
920
for (odm_pipe = pipe_ctx->
next_odm_pipe
; odm_pipe; odm_pipe = odm_pipe->
next_odm_pipe
) {
958
for (odm_pipe = pipe_ctx->
next_odm_pipe
; odm_pipe; odm_pipe = odm_pipe->
next_odm_pipe
)
984
for (odm_pipe = pipe_ctx->
next_odm_pipe
; odm_pipe; odm_pipe = odm_pipe->
next_odm_pipe
) {
[
all
...]
dcn20_resource.h
142
struct pipe_ctx *
next_odm_pipe
);
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link_hwss.c
424
for (odm_pipe = pipe_ctx->
next_odm_pipe
; odm_pipe; odm_pipe = odm_pipe->
next_odm_pipe
)
443
for (odm_pipe = pipe_ctx->
next_odm_pipe
; odm_pipe; odm_pipe = odm_pipe->
next_odm_pipe
) {
491
for (odm_pipe = pipe_ctx->
next_odm_pipe
; odm_pipe; odm_pipe = odm_pipe->
next_odm_pipe
)
amdgpu_dc_resource.c
1328
head_pipe = head_pipe->
next_odm_pipe
;
1757
odm_pipe = del_pipe->
next_odm_pipe
;
1782
struct pipe_ctx *
next_odm_pipe
= odm_pipe->
next_odm_pipe
;
local in function:dc_remove_stream_from_ctx
1785
odm_pipe =
next_odm_pipe
;
2518
if (cur_pipe->
next_odm_pipe
)
2519
cur_pipe->
next_odm_pipe
= &dst_ctx->res_ctx.pipe_ctx[cur_pipe->
next_odm_pipe
->pipe_idx];
amdgpu_dc_link_dp.c
3708
for (odm_pipe = pipe_ctx->
next_odm_pipe
; odm_pipe; odm_pipe = odm_pipe->
next_odm_pipe
)
3713
for (odm_pipe = pipe_ctx->
next_odm_pipe
; odm_pipe; odm_pipe = odm_pipe->
next_odm_pipe
) {
3755
for (odm_pipe = pipe_ctx->
next_odm_pipe
; odm_pipe; odm_pipe = odm_pipe->
next_odm_pipe
)
3759
for (odm_pipe = pipe_ctx->
next_odm_pipe
; odm_pipe; odm_pipe = odm_pipe->
next_odm_pipe
) {
amdgpu_dc.c
1396
if (cur_pipe->
next_odm_pipe
)
1397
cur_pipe->
next_odm_pipe
= &new_ctx->res_ctx.pipe_ctx[cur_pipe->
next_odm_pipe
->pipe_idx];
2087
struct pipe_ctx *odm_pipe = pipe_ctx->
next_odm_pipe
;
2097
odm_pipe = odm_pipe->
next_odm_pipe
;
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
core_types.h
293
struct pipe_ctx *
next_odm_pipe
;
member in struct:pipe_ctx
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c
1333
struct pipe_ctx *odm_pipe = pipe_ctx->
next_odm_pipe
;
1415
odm_pipe = odm_pipe->
next_odm_pipe
;
Completed in 21 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025