Home
last modified time | relevance | path

Searched refs:surface_size (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc_debug.c123 plane_state->plane_size.grph.surface_size.x, in pre_surface_trace()
124 plane_state->plane_size.grph.surface_size.y, in pre_surface_trace()
125 plane_state->plane_size.grph.surface_size.width, in pre_surface_trace()
126 plane_state->plane_size.grph.surface_size.height, in pre_surface_trace()
215 update->plane_info->plane_size.grph.surface_size.height, in update_surface_trace()
216 update->plane_info->plane_size.grph.surface_size.width, in update_surface_trace()
217 update->plane_info->plane_size.grph.surface_size.x, in update_surface_trace()
218 update->plane_info->plane_size.grph.surface_size.y, in update_surface_trace()
/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_mem_input.c396 const struct rect *in_rect = &plane_size->grph.surface_size; in program_size_and_rotation()
397 struct rect hw_rect = plane_size->grph.surface_size; in program_size_and_rotation()
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_hubbub.c722 hubbub1_det_request_size(input->surface_size.height, input->surface_size.width, in hubbub1_get_dcc_compression_cap()
H A Ddcn10_hw_sequencer.c2047 size.grph.surface_size = pipe_ctx->plane_res.scl_data.viewport; in update_dchubp_dpp()
/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc_hw_types.h122 struct rect surface_size; member
H A Ddc.h86 struct dc_size surface_size; member
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c2050 plane_state->plane_size.grph.surface_size.x = 0; in fill_plane_attributes_from_fb()
2051 plane_state->plane_size.grph.surface_size.y = 0; in fill_plane_attributes_from_fb()
2052 plane_state->plane_size.grph.surface_size.width = fb->width; in fill_plane_attributes_from_fb()
2053 plane_state->plane_size.grph.surface_size.height = fb->height; in fill_plane_attributes_from_fb()