Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Dr600_cp.c1167 hdp_host_path_cntl = RADEON_READ(R600_HDP_HOST_PATH_CNTL); in r600_gfx_init()
1168 RADEON_WRITE(R600_HDP_HOST_PATH_CNTL, hdp_host_path_cntl); in r600_gfx_init()
1771 hdp_host_path_cntl = RADEON_READ(R600_HDP_HOST_PATH_CNTL); in r700_gfx_init()
1772 RADEON_WRITE(R600_HDP_HOST_PATH_CNTL, hdp_host_path_cntl); in r700_gfx_init()
Dradeon_drv.h1495 #define R600_HDP_HOST_PATH_CNTL 0x2c00 macro