Home
last modified time | relevance | path

Searched refs:layer_index (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c337 if (pipe_ctx->plane_state->layer_index > 0) { in get_surface_visual_confirm_color()
347 if (pipe_ctx->plane_state->layer_index > 0) { in get_surface_visual_confirm_color()
366 if (pipe_ctx->plane_state->layer_index > 0) { in get_surface_visual_confirm_color()
H A Damdgpu_dc.c2792 surface->layer_index = in copy_surface_update_to_plane()
2793 srf_update->plane_info->layer_index; in copy_surface_update_to_plane()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/
H A Ddc_dmub_srv.c848 int cur_layer = pipe_ctx->plane_state->layer_index; in dc_can_pipe_disable_cursor()
858 if (!test_pipe->plane_state->visible || test_pipe->plane_state->layer_index == cur_layer) in dc_can_pipe_disable_cursor()
872 if (split_pipe->plane_state->layer_index == test_pipe->plane_state->layer_index) { in dc_can_pipe_disable_cursor()
H A Ddc.h1238 int layer_index; member
1276 int layer_index; member
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c2512 if (pipe_ctx->plane_state && pipe_ctx->plane_state->layer_index > 0 && is_rgb_cspace(colorspace)) { in dcn10_is_rear_mpo_fix_required()
2518 if (top->plane_state && top->plane_state->layer_index == 0) in dcn10_is_rear_mpo_fix_required()
3361 int cur_layer = pipe_ctx->plane_state->layer_index; in dcn10_can_pipe_disable_cursor()
3373 test_pipe->plane_state->layer_index == cur_layer) in dcn10_can_pipe_disable_cursor()
3387 if (split_pipe->plane_state->layer_index == test_pipe->plane_state->layer_index) { in dcn10_can_pipe_disable_cursor()
/openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5037 plane_info->layer_index = plane_state->normalized_zpos; in fill_dc_plane_attributes()
5105 dc_plane_state->layer_index = plane_info.layer_index; in fill_dc_dirty_rect()
10222 * DC consults the zpos (layer_index in DC terminology) to determine the in amdgpu_dm_atomic_check()