Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/resource/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()
1142 unsigned int underlay_idx = pool->underlay_pipe_index; in dce110_acquire_underlay() local
1143 struct pipe_ctx *pipe_ctx = &res_ctx->pipe_ctx[underlay_idx]; in dce110_acquire_underlay()
1145 if (res_ctx->pipe_ctx[underlay_idx].stream) in dce110_acquire_underlay()
1148 pipe_ctx->stream_res.tg = pool->timing_generators[underlay_idx]; in dce110_acquire_underlay()
1149 pipe_ctx->plane_res.mi = pool->mis[underlay_idx]; in dce110_acquire_underlay()
1151 pipe_ctx->plane_res.xfm = pool->transforms[underlay_idx]; in dce110_acquire_underlay()
1152 pipe_ctx->stream_res.opp = pool->opps[underlay_idx]; in dce110_acquire_underlay()
1153 pipe_ctx->pipe_idx = underlay_idx; in dce110_acquire_underlay()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c218 unsigned int underlay_idx = dc->res_pool->underlay_pipe_index; in dce110_enable_display_power_gating() local
227 if (controller_id == underlay_idx) in dce110_enable_display_power_gating()
2143 unsigned int underlay_idx = dc->res_pool->underlay_pipe_index; in dce110_set_displaymarks() local
2161 if (i == underlay_idx) { in dce110_set_displaymarks()
2179 int underlay_idx = pool->underlay_pipe_index; in dce110_set_safe_displaymarks() local
2198 if (i == underlay_idx) in dce110_set_safe_displaymarks()
2297 unsigned int underlay_idx = dc->res_pool->underlay_pipe_index; in should_enable_fbc() local
2316 if (pipe_ctx->pipe_idx != underlay_idx) { in should_enable_fbc()