Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h406 void (*disable_phantom_streams)(struct dc *dc, struct dc_state *context); member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c4436 if (dc->hwss.disable_phantom_streams) in commit_planes_for_stream()
4437 dc->hwss.disable_phantom_streams(dc, context); in commit_planes_for_stream()