Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c1862 int main_pipe_width, main_pipe_height; in dcn20_program_front_end_for_ctx() local
1864main_pipe_width = dc->current_state->res_ctx.pipe_ctx[i].stream->mall_stream_config.paired_stream-… in dcn20_program_front_end_for_ctx()
1866 dc->hwss.blank_phantom(dc, tg, main_pipe_width, main_pipe_height); in dcn20_program_front_end_for_ctx()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1159 int main_pipe_width, main_pipe_height; in disable_dangling_plane() local
1161 main_pipe_width = old_stream->mall_stream_config.paired_stream->dst.width; in disable_dangling_plane()
1164 dc->hwss.blank_phantom(dc, tg, main_pipe_width, main_pipe_height); in disable_dangling_plane()