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.c381 msg->cnoc_cmds_data[0][0] = BCM_TCS_CMD(true, false, 0, 0); in a6xx_generate_bw_table()
382 msg->cnoc_cmds_data[1][0] = BCM_TCS_CMD(true, true, 0, BIT(0)); in a6xx_generate_bw_table()
387 if (msg->cnoc_cmds_data[0][j] & BCM_TCS_CMD_COMMIT_MASK) in a6xx_generate_bw_table()
415 msg->cnoc_cmds_data[0][0] = 0x40000000; in a618_build_bw_table()
416 msg->cnoc_cmds_data[1][0] = 0x60000001; in a618_build_bw_table()
475 msg->cnoc_cmds_data[0][0] = 0x40000000; in a619_build_bw_table()
508 msg->cnoc_cmds_data[0][0] = 0x40000000; in a640_build_bw_table()
509 msg->cnoc_cmds_data[0][1] = 0x00000000; in a640_build_bw_table()
510 msg->cnoc_cmds_data[0][2] = 0x40000000; in a640_build_bw_table()
512 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