Home
last modified time | relevance | path

Searched refs:low_part (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcompressor.h42 uint32_t low_part; member
/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_mmhubbub.c84 …SET(MMHUBBUB_WARMUP_BASE_ADDR_LOW, 0, MMHUBBUB_WARMUP_BASE_ADDR_LOW, start_address_shift.low_part); in mmhubbub3_warmup_mcif()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c391 address->grph.meta_addr.low_part = lower_32_bits(dcc_address); in amdgpu_dm_plane_fill_gfx9_attrs_from_modifiers()
1161 address->grph.addr.low_part = lower_32_bits(addr); in amdgpu_dm_plane_fill_plane_buffer_attributes()
1184 address->video_progressive.luma_addr.low_part = in amdgpu_dm_plane_fill_plane_buffer_attributes()
1188 address->video_progressive.chroma_addr.low_part = in amdgpu_dm_plane_fill_plane_buffer_attributes()
1696 attributes.address.low_part = lower_32_bits(address); in amdgpu_dm_plane_handle_cursor_update()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
H A Ddcn31_clk_mgr.c502 clk_mgr_dcn31->smu_wm_set.mc_address.low_part); in dcn31_notify_wm_ranges()
522 smu_dpm_clks->mc_address.low_part); in dcn31_get_dpm_table_from_smu()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
H A Ddcn314_clk_mgr.c573 clk_mgr_dcn314->smu_wm_set.mc_address.low_part); in dcn314_notify_wm_ranges()
593 smu_dpm_clks->mc_address.low_part); in dcn314_get_dpm_table_from_smu()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_clk_mgr.c959 clk_mgr_dcn35->smu_wm_set.mc_address.low_part); in dcn35_notify_wm_ranges()
979 smu_dpm_clks->mc_address.low_part); in dcn35_get_dpm_table_from_smu()
996 smu_dpm_clks->mc_address.low_part); in dcn351_get_dpm_table_from_smu()
/linux/include/hyperv/
H A Dhvgdk_mini.h12 u64 low_part; member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c7634 state->hubp[i].primary_surface_address_low = pipe_ctx->plane_state->address.grph.addr.low_part; in dc_capture_register_software_state()
7636 …>hubp[i].primary_meta_surface_address_low = pipe_ctx->plane_state->address.grph.meta_addr.low_part; in dc_capture_register_software_state()