HomeSort by: relevance | last modified time | path
    Searched refs:mc_vm_apt_high (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hubp.c 757 PHYSICAL_ADDRESS_LOC mc_vm_apt_high; local in function:hubp1_set_vm_system_aperture_settings
761 mc_vm_apt_high.quad_part = apt->sys_high.quad_part >> 12;
775 MC_VM_SYSTEM_APERTURE_HIGH_ADDR_MSB, mc_vm_apt_high.high_part);
777 MC_VM_SYSTEM_APERTURE_HIGH_ADDR_LSB, mc_vm_apt_high.low_part);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
amdgpu_dcn21_hubp.c 335 PHYSICAL_ADDRESS_LOC mc_vm_apt_high; local in function:hubp21_set_vm_system_aperture_settings
342 mc_vm_apt_high.quad_part = apt->sys_high.quad_part >> 18;
348 MC_VM_SYSTEM_APERTURE_HIGH_ADDR, mc_vm_apt_high.quad_part);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hubp.c 57 PHYSICAL_ADDRESS_LOC mc_vm_apt_high; local in function:hubp2_set_vm_system_aperture_settings
64 mc_vm_apt_high.quad_part = apt->sys_high.quad_part >> 18;
77 MC_VM_SYSTEM_APERTURE_HIGH_ADDR, mc_vm_apt_high.quad_part);

Completed in 14 milliseconds