Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c3861 uint64_t dcc_address; in fill_plane_dcc_attributes() local
3902 dcc_address = get_dcc_address(afb->address, info); in fill_plane_dcc_attributes()
3903 address->grph.meta_addr.low_part = lower_32_bits(dcc_address); in fill_plane_dcc_attributes()
3904 address->grph.meta_addr.high_part = upper_32_bits(dcc_address); in fill_plane_dcc_attributes()