Merge "msm: kgsl: Use CP_INDIRECT_BUFFER_PFE for profiling command batches"

This commit is contained in:
Linux Build Service Account 2015-06-04 08:59:27 -07:00 committed by Gerrit - the friendly Code Review server
commit c85774e5d1
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ static inline int _create_ib_ref(struct adreno_device *adreno_dev,
{
unsigned int *start = cmd;
*cmd++ = cp_mem_packet(adreno_dev, CP_INDIRECT_BUFFER_PFD, 2, 1);
*cmd++ = cp_mem_packet(adreno_dev, CP_INDIRECT_BUFFER_PFE, 2, 1);
cmd += cp_gpuaddr(adreno_dev, cmd, (memdesc->gpuaddr + off));
*cmd++ = cnt;