Home
last modified time | relevance | path

Searched refs:blank_phantom (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_init.c118 .blank_phantom = dcn32_blank_phantom,
/openbsd/sys/dev/pci/drm/amd/display/dc/inc/
H A Dhw_sequencer.h391 void (*blank_phantom)(struct dc *dc, member
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c1861 if (dc->hwss.blank_phantom) { 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()
/openbsd/sys/dev/pci/drm/amd/display/dc/core/
H A Damdgpu_dc.c1163 if (dc->hwss.blank_phantom) in disable_dangling_plane()
1164 dc->hwss.blank_phantom(dc, tg, main_pipe_width, main_pipe_height); in disable_dangling_plane()