Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_hfi.c295 msg->cnoc_cmds_data[0][0] = BCM_TCS_CMD(true, false, 0, 0); in a6xx_generate_bw_table()
296 msg->cnoc_cmds_data[1][0] = BCM_TCS_CMD(true, true, 0, BIT(0)); in a6xx_generate_bw_table()
301 if (msg->cnoc_cmds_data[0][j] & BCM_TCS_CMD_COMMIT_MASK) in a6xx_generate_bw_table()
329 msg->cnoc_cmds_data[0][0] = 0x40000000; in a618_build_bw_table()
330 msg->cnoc_cmds_data[1][0] = 0x60000001; in a618_build_bw_table()
389 msg->cnoc_cmds_data[0][0] = 0x40000000; in a619_build_bw_table()
422 msg->cnoc_cmds_data[0][0] = 0x40000000; in a640_build_bw_table()
423 msg->cnoc_cmds_data[0][1] = 0x00000000; in a640_build_bw_table()
424 msg->cnoc_cmds_data[0][2] = 0x40000000; in a640_build_bw_table()
426 msg->cnoc_cmds_data[1][0] = 0x60000001; in a640_build_bw_table()
[all …]
H A Da6xx_hfi.h143 u32 cnoc_cmds_data[2][6]; member