Home
last modified time | relevance | path

Searched refs:high_part (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_dcn30.c103 REG_WRITE(DMCUB_REGION3_CW0_OFFSET_HIGH, offset.u.high_part); in dmub_dcn30_backdoor_load()
112 REG_WRITE(DMCUB_REGION3_CW1_OFFSET_HIGH, offset.u.high_part); in dmub_dcn30_backdoor_load()
138 REG_WRITE(DMCUB_REGION3_CW2_OFFSET_HIGH, offset.u.high_part); in dmub_dcn30_setup_windows()
153 REG_WRITE(DMCUB_REGION3_CW3_OFFSET_HIGH, offset.u.high_part); in dmub_dcn30_setup_windows()
164 REG_WRITE(DMCUB_REGION3_CW4_OFFSET_HIGH, offset.u.high_part); in dmub_dcn30_setup_windows()
171 REG_WRITE(DMCUB_REGION4_OFFSET_HIGH, offset.u.high_part); in dmub_dcn30_setup_windows()
181 REG_WRITE(DMCUB_REGION3_CW5_OFFSET_HIGH, offset.u.high_part); in dmub_dcn30_setup_windows()
188 REG_WRITE(DMCUB_REGION5_OFFSET_HIGH, offset.u.high_part); in dmub_dcn30_setup_windows()
197 REG_WRITE(DMCUB_REGION3_CW6_OFFSET_HIGH, offset.u.high_part); in dmub_dcn30_setup_windows()
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcompressor.h43 int32_t high_part; member
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h48 int32_t high_part; member
53 int32_t high_part; member
/linux/drivers/gpu/drm/amd/display/dc/mmhubbub/dcn32/
H A Ddcn32_mmhubbub.c83 …(MMHUBBUB_WARMUP_BASE_ADDR_HIGH, 0, MMHUBBUB_WARMUP_BASE_ADDR_HIGH, start_address_shift.high_part); in mmhubbub32_warmup_mcif()
/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_mmhubbub.c83 …(MMHUBBUB_WARMUP_BASE_ADDR_HIGH, 0, MMHUBBUB_WARMUP_BASE_ADDR_HIGH, start_address_shift.high_part); in mmhubbub3_warmup_mcif()
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_ipp.c128 CURSOR_SURFACE_ADDRESS_HIGH, attributes->address.high_part); in dce_ipp_cursor_set_attributes()
H A Ddce_mem_input.c821 address.high_part); in program_sec_addr()
835 address.high_part); in program_pri_addr()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c352 address->grph.meta_addr.high_part = upper_32_bits(dcc_address); in amdgpu_dm_plane_fill_gfx9_plane_attributes_from_modifiers()
872 address->grph.addr.high_part = upper_32_bits(addr); in amdgpu_dm_plane_fill_plane_buffer_attributes()
896 address->video_progressive.luma_addr.high_part = in amdgpu_dm_plane_fill_plane_buffer_attributes()
900 address->video_progressive.chroma_addr.high_part = in amdgpu_dm_plane_fill_plane_buffer_attributes()
1374 attributes.address.high_part = upper_32_bits(address); in amdgpu_dm_plane_handle_cursor_update()
H A Damdgpu_dm.c1513 page_table_start.high_part = upper_32_bits(adev->gmc.gart_start >> in mmhub_read_system_context()
1517 page_table_end.high_part = upper_32_bits(adev->gmc.gart_end >> in mmhub_read_system_context()
1521 page_table_base.high_part = upper_32_bits(pt_base); in mmhub_read_system_context()
9775 attributes.address.high_part = upper_32_bits(address); in amdgpu_dm_update_cursor()
10068 bundle->flip_addrs[planes_count].address.grph.addr.high_part, in amdgpu_dm_commit_planes()
/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_mem_input_v.c67 temp = address.high_part & in program_pri_addr_c()
102 temp = address.high_part & in program_pri_addr_l()
/linux/drivers/gpu/drm/amd/display/dc/dce112/
H A Ddce112_compressor.c511 compressor->compr_surface_address.addr.high_part); in dce112_compressor_program_compressed_surface_address_and_pitch()
/linux/include/hyperv/
H A Dhvgdk_mini.h13 u64 high_part; member
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h298 uint32_t high_part; /**< Upper 32 bits */ member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c6606 state->hubp[i].primary_surface_address_high = pipe_ctx->plane_state->address.grph.addr.high_part; in dc_capture_register_software_state()
6608 …ubp[i].primary_meta_surface_address_high = pipe_ctx->plane_state->address.grph.meta_addr.high_part; in dc_capture_register_software_state()