Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_init.c98 .does_plane_fit_in_mall = dcn30_does_plane_fit_in_mall,
Ddcn30_hwseq.c770 dc->hwss.does_plane_fit_in_mall && in dcn30_apply_idle_power_optimizations()
771 dc->hwss.does_plane_fit_in_mall(dc, plane, in dcn30_apply_idle_power_optimizations()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_init.c97 .does_plane_fit_in_mall = dcn30_does_plane_fit_in_mall,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer.h241 bool (*does_plane_fit_in_mall)(struct dc *dc, struct dc_plane_state *plane, member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc.c4389 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()