Home
last modified time | relevance | path

Searched refs:grph (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_debug.c84 plane_state->address.grph.addr.quad_part, in pre_surface_trace()
85 plane_state->address.grph.meta_addr.quad_part, in pre_surface_trace()
123 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()
127 plane_state->plane_size.grph.surface_pitch); in pre_surface_trace()
196 update->flip_addr->address.grph.addr.quad_part, in update_surface_trace()
197 update->flip_addr->address.grph.meta_addr.quad_part, in update_surface_trace()
214 update->plane_info->plane_size.grph.surface_pitch, in update_surface_trace()
[all …]
Ddc.c1112 || u->plane_info->dcc.grph.independent_64b_blks != u->surface->dcc.grph.independent_64b_blks in get_plane_info_update_type()
1113 || u->plane_info->dcc.grph.meta_pitch != u->surface->dcc.grph.meta_pitch) in get_plane_info_update_type()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hubbub.c761 output->grph.rgb.max_uncompressed_blk_size = 256; in hubbub1_get_dcc_compression_cap()
762 output->grph.rgb.max_compressed_blk_size = 256; in hubbub1_get_dcc_compression_cap()
763 output->grph.rgb.independent_64b_blks = false; in hubbub1_get_dcc_compression_cap()
766 output->grph.rgb.max_uncompressed_blk_size = 128; in hubbub1_get_dcc_compression_cap()
767 output->grph.rgb.max_compressed_blk_size = 128; in hubbub1_get_dcc_compression_cap()
768 output->grph.rgb.independent_64b_blks = false; in hubbub1_get_dcc_compression_cap()
771 output->grph.rgb.max_uncompressed_blk_size = 256; in hubbub1_get_dcc_compression_cap()
772 output->grph.rgb.max_compressed_blk_size = 64; in hubbub1_get_dcc_compression_cap()
773 output->grph.rgb.independent_64b_blks = true; in hubbub1_get_dcc_compression_cap()
Ddcn10_hubp.c176 pitch = plane_size->grph.surface_pitch - 1; in hubp1_program_size()
177 meta_pitch = dcc->grph.meta_pitch - 1; in hubp1_program_size()
334 if (address->grph.addr.quad_part == 0) in hubp1_program_surface_flip_and_addr()
341 if (address->grph.meta_addr.quad_part != 0) { in hubp1_program_surface_flip_and_addr()
344 address->grph.meta_addr.high_part); in hubp1_program_surface_flip_and_addr()
348 address->grph.meta_addr.low_part); in hubp1_program_surface_flip_and_addr()
353 address->grph.addr.high_part); in hubp1_program_surface_flip_and_addr()
357 address->grph.addr.low_part); in hubp1_program_surface_flip_and_addr()
490 hubp1_dcc_control(hubp, dcc->enable, dcc->grph.independent_64b_blks); in hubp1_program_surface_config()
688 SURFACE_EARLIEST_INUSE_ADDRESS, &earliest_inuse_address.grph.addr.low_part); in hubp1_is_flip_pending()
[all …]
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.h75 } grph; member
128 } grph; member
154 } grph; member
Ddc.h102 } grph; member
/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()
426 GRPH_PITCH, plane_size->grph.surface_pitch); in program_size_and_rotation()
705 if (address->grph.addr.quad_part == 0) in dce_mi_program_surface_flip_and_addr()
707 program_pri_addr(dce_mi, address->grph.addr); in dce_mi_program_surface_flip_and_addr()
/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()
2032 plane_state->plane_size.grph.surface_pitch = in fill_plane_attributes_from_fb()
3236 plane_state->address.grph.addr.low_part = lower_32_bits(afb->address); in dm_plane_helper_prepare_fb()
3237 plane_state->address.grph.addr.high_part = upper_32_bits(afb->address); in dm_plane_helper_prepare_fb()
4103 addr.address.grph.addr.low_part = lower_32_bits(afb->address); in amdgpu_dm_do_flip()
4104 addr.address.grph.addr.high_part = upper_32_bits(afb->address); in amdgpu_dm_do_flip()
4126 addr.address.grph.addr.high_part, in amdgpu_dm_do_flip()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_mem_input_v.c137 addr->grph.addr); in program_addr()
Ddce110_hw_sequencer.c2678 pipe_ctx->plane_state->address.grph.addr.high_part, in dce110_program_front_end_for_pipe()
2679 pipe_ctx->plane_state->address.grph.addr.low_part, in dce110_program_front_end_for_pipe()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c272 input->src.meta_pitch = pipe->plane_state->dcc.grph.meta_pitch; in pipe_ctx_to_e2e_pipe_params()
Ddce_calcs.c2853 pipe[i].bottom_pipe->plane_state->plane_size.grph.surface_pitch); in populate_initial_data()