Home
last modified time | relevance | path

Searched refs:main_pipe_height (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
Ddcn20_hwseq.c2066 int main_pipe_width = 0, main_pipe_height = 0; in dcn20_program_front_end_for_ctx() local
2071 main_pipe_height = phantom_stream->dst.height; in dcn20_program_front_end_for_ctx()
2074 dc->hwss.blank_phantom(dc, tg, main_pipe_width, main_pipe_height); in dcn20_program_front_end_for_ctx()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc.c1236 int main_pipe_width = 0, main_pipe_height = 0; in disable_dangling_plane() local
1241 main_pipe_height = old_paired_stream->dst.height; in disable_dangling_plane()
1245 dc->hwss.blank_phantom(dc, tg, main_pipe_width, main_pipe_height); in disable_dangling_plane()