Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hubp.c875 uint32_t aperture_high_msb, aperture_high_lsb; in hubp1_read_state_common() local
896 MC_VM_SYSTEM_APERTURE_HIGH_ADDR_LSB, &aperture_high_lsb); in hubp1_read_state_common()
900 rq_regs->aperture_high_addr = (aperture_high_msb << 26) | (aperture_high_lsb >> 6); in hubp1_read_state_common()