Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dnid.h451 #define ROW_SIZE(x) ((x) << 28) macro
H A Dsid.h1171 #define ROW_SIZE(x) ((x) << 28) macro
H A Dcikd.h1213 #define ROW_SIZE(x) ((x) << 28) macro
H A Devergreend.h431 #define ROW_SIZE(x) ((x) << 28) macro
H A Dsi.c3227 gb_addr_config |= ROW_SIZE(0); in si_gpu_init()
3230 gb_addr_config |= ROW_SIZE(1); in si_gpu_init()
3233 gb_addr_config |= ROW_SIZE(2); in si_gpu_init()
H A Dcik.c3293 gb_addr_config |= ROW_SIZE(0); in cik_gpu_init()
3296 gb_addr_config |= ROW_SIZE(1); in cik_gpu_init()
3299 gb_addr_config |= ROW_SIZE(2); in cik_gpu_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Dsid.h1168 #define ROW_SIZE(x) ((x) << 28) macro
H A Dgfx_v8_0.c1878 gb_addr_config = REG_SET_FIELD(gb_addr_config, GB_ADDR_CONFIG, ROW_SIZE, 0); in gfx_v8_0_gpu_early_init()
1881 gb_addr_config = REG_SET_FIELD(gb_addr_config, GB_ADDR_CONFIG, ROW_SIZE, 1); in gfx_v8_0_gpu_early_init()
1884 gb_addr_config = REG_SET_FIELD(gb_addr_config, GB_ADDR_CONFIG, ROW_SIZE, 2); in gfx_v8_0_gpu_early_init()