Searched refs:enable_stream_gating (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
H A D | dcn10_init.c | 106 .enable_stream_gating = NULL,
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/ |
H A D | dcn201_init.c | 111 .enable_stream_gating = NULL,
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn21/ |
H A D | dcn21_init.c | 122 .enable_stream_gating = dcn20_enable_stream_gating,
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
H A D | dcn20_init.c | 119 .enable_stream_gating = dcn20_enable_stream_gating,
|
H A D | dcn20_hwseq.c | 2906 if (hws->funcs.enable_stream_gating) in dcn20_reset_hw_ctx_wrap() 2907 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn20_reset_hw_ctx_wrap()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn301/ |
H A D | dcn301_init.c | 125 .enable_stream_gating = dcn20_enable_stream_gating,
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn31/ |
H A D | dcn31_init.c | 129 .enable_stream_gating = dcn20_enable_stream_gating,
|
H A D | dcn31_hwseq.c | 611 if (hws->funcs.enable_stream_gating) in dcn31_reset_hw_ctx_wrap() 612 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn31_reset_hw_ctx_wrap()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn314/ |
H A D | dcn314_init.c | 132 .enable_stream_gating = dcn20_enable_stream_gating,
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/ |
H A D | dcn30_init.c | 127 .enable_stream_gating = dcn20_enable_stream_gating,
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/ |
H A D | dcn32_init.c | 138 .enable_stream_gating = dcn20_enable_stream_gating,
|
H A D | dcn32_hwseq.c | 1552 if (hws->funcs.enable_stream_gating) in dcn32_disable_phantom_streams() 1553 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn32_disable_phantom_streams()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/ |
H A D | hw_sequencer_private.h | 76 void (*enable_stream_gating)(struct dc *dc, struct pipe_ctx *pipe_ctx); member
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
H A D | dcn401_hwseq.c | 1925 if (hws->funcs.enable_stream_gating) in dcn401_reset_hw_ctx_wrap() 1926 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn401_reset_hw_ctx_wrap()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/ |
H A D | dce110_hwseq.c | 3380 .enable_stream_gating = NULL,
|