Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
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()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/
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()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hubbub.c722 hubbub1_det_request_size(input->surface_size.height, input->surface_size.width, in hubbub1_get_dcc_compression_cap()
Ddcn10_hw_sequencer.c2041 size.grph.surface_size = pipe_ctx->plane_res.scl_data.viewport; in update_dchubp_dpp()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h122 struct rect surface_size; member
Ddc.h86 struct dc_size surface_size; member
/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c2028 plane_state->plane_size.grph.surface_size.x = 0; in fill_plane_attributes_from_fb()
2029 plane_state->plane_size.grph.surface_size.y = 0; in fill_plane_attributes_from_fb()
2030 plane_state->plane_size.grph.surface_size.width = fb->width; in fill_plane_attributes_from_fb()
2031 plane_state->plane_size.grph.surface_size.height = fb->height; in fill_plane_attributes_from_fb()