Home
last modified time | relevance | path

Searched refs:does_plane_fit_in_mall (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_init.c98 .does_plane_fit_in_mall = dcn30_does_plane_fit_in_mall,
H A Ddcn30_hwseq.c763 dc->hwss.does_plane_fit_in_mall && in dcn30_apply_idle_power_optimizations()
764 dc->hwss.does_plane_fit_in_mall(dc, plane, in dcn30_apply_idle_power_optimizations()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_init.c99 .does_plane_fit_in_mall = NULL,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dhw_sequencer.h373 bool (*does_plane_fit_in_mall)(struct dc *dc, struct dc_plane_state *plane, member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c4844 if (dc->hwss.does_plane_fit_in_mall && dc->hwss.does_plane_fit_in_mall(dc, plane, cursor_attr)) in dc_is_plane_eligible_for_idle_optimizations()