Home
last modified time | relevance | path

Searched refs:underlay_idx (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_resource.c936 static bool is_surface_pixel_format_supported(struct pipe_ctx *pipe_ctx, unsigned int underlay_idx) in is_surface_pixel_format_supported() argument
938 if (pipe_ctx->pipe_idx != underlay_idx) in is_surface_pixel_format_supported()
1136 unsigned int underlay_idx = pool->underlay_pipe_index; in dce110_acquire_underlay() local
1137 struct pipe_ctx *pipe_ctx = &res_ctx->pipe_ctx[underlay_idx]; in dce110_acquire_underlay()
1139 if (res_ctx->pipe_ctx[underlay_idx].stream) in dce110_acquire_underlay()
1142 pipe_ctx->stream_res.tg = pool->timing_generators[underlay_idx]; in dce110_acquire_underlay()
1143 pipe_ctx->plane_res.mi = pool->mis[underlay_idx]; in dce110_acquire_underlay()
1144 /*pipe_ctx->plane_res.ipp = res_ctx->pool->ipps[underlay_idx];*/ in dce110_acquire_underlay()
1145 pipe_ctx->plane_res.xfm = pool->transforms[underlay_idx]; in dce110_acquire_underlay()
1146 pipe_ctx->stream_res.opp = pool->opps[underlay_idx]; in dce110_acquire_underlay()
[all...]
H A Ddce110_hw_sequencer.c206 unsigned int underlay_idx = dc->res_pool->underlay_pipe_index; in dce110_enable_display_power_gating() local
218 if (controller_id == underlay_idx) in dce110_enable_display_power_gating()
1718 unsigned int underlay_idx = dc->res_pool->underlay_pipe_index; in dce110_set_displaymarks() local
1736 if (i == underlay_idx) { in dce110_set_displaymarks()
1754 int underlay_idx = pool->underlay_pipe_index; in dce110_set_safe_displaymarks() local
1773 if (i == underlay_idx) in dce110_set_safe_displaymarks()
1867 unsigned int underlay_idx = dc->res_pool->underlay_pipe_index; in should_enable_fbc() local
1889 if (pipe_ctx->pipe_idx != underlay_idx) { in should_enable_fbc()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_resource.c929 static bool is_surface_pixel_format_supported(struct pipe_ctx *pipe_ctx, unsigned int underlay_idx) in is_surface_pixel_format_supported() argument
931 if (pipe_ctx->pipe_idx != underlay_idx) in is_surface_pixel_format_supported()
1131 unsigned int underlay_idx = pool->underlay_pipe_index; in dce110_acquire_underlay() local
1132 struct pipe_ctx *pipe_ctx = &res_ctx->pipe_ctx[underlay_idx]; in dce110_acquire_underlay()
1134 if (res_ctx->pipe_ctx[underlay_idx].stream) in dce110_acquire_underlay()
1137 pipe_ctx->stream_res.tg = pool->timing_generators[underlay_idx]; in dce110_acquire_underlay()
1138 pipe_ctx->plane_res.mi = pool->mis[underlay_idx]; in dce110_acquire_underlay()
1139 /*pipe_ctx->plane_res.ipp = res_ctx->pool->ipps[underlay_idx];*/ in dce110_acquire_underlay()
1140 pipe_ctx->plane_res.xfm = pool->transforms[underlay_idx]; in dce110_acquire_underlay()
1141 pipe_ctx->stream_res.opp = pool->opps[underlay_idx]; in dce110_acquire_underlay()
[all...]
H A Ddce110_hw_sequencer.c210 unsigned int underlay_idx = dc->res_pool->underlay_pipe_index; in dce110_enable_display_power_gating() local
219 if (controller_id == underlay_idx) in dce110_enable_display_power_gating()
1839 unsigned int underlay_idx = dc->res_pool->underlay_pipe_index; in dce110_set_displaymarks() local
1857 if (i == underlay_idx) { in dce110_set_displaymarks()
1875 int underlay_idx = pool->underlay_pipe_index; in dce110_set_safe_displaymarks() local
1894 if (i == underlay_idx) in dce110_set_safe_displaymarks()
1987 unsigned int underlay_idx = dc->res_pool->underlay_pipe_index; in should_enable_fbc() local
2009 if (pipe_ctx->pipe_idx != underlay_idx) { in should_enable_fbc()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_debug.c314 unsigned int underlay_idx = dc->res_pool->underlay_pipe_index; in context_timing_trace() local
323 if (pipe_ctx->stream == NULL || pipe_ctx->pipe_idx == underlay_idx) in context_timing_trace()
333 if (pipe_ctx->stream == NULL || pipe_ctx->pipe_idx == underlay_idx) in context_timing_trace()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_debug.c314 unsigned int underlay_idx = dc->res_pool->underlay_pipe_index; in context_timing_trace() local
323 if (pipe_ctx->stream == NULL || pipe_ctx->pipe_idx == underlay_idx) in context_timing_trace()
333 if (pipe_ctx->stream == NULL || pipe_ctx->pipe_idx == underlay_idx) in context_timing_trace()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_hw_sequencer.c57 unsigned int underlay_idx = dc->res_pool->underlay_pipe_index; in dce60_should_enable_fbc() local
79 if (pipe_ctx->pipe_idx != underlay_idx) { in dce60_should_enable_fbc()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_hw_sequencer.c57 unsigned int underlay_idx = dc->res_pool->underlay_pipe_index; in dce60_should_enable_fbc() local
79 if (pipe_ctx->pipe_idx != underlay_idx) { in dce60_should_enable_fbc()

Completed in 13 milliseconds