Loading drivers/gpu/msm/adreno_cp_parser.c +10 −1 Original line number Diff line number Diff line /* Copyright (c) 2013, The Linux Foundation. All rights reserved. /* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -794,6 +794,15 @@ static int adreno_ib_find_objs(struct kgsl_device *device, } done: /* * For set draw objects there may not be a draw_indx packet at its end * to signal that we need to save the found objects in it, so just save * it here. */ if (!ret && SNAPSHOT_GPU_OBJECT_DRAW == obj_type) ret = ib_add_type0_entries(device, ptbase, ib_obj_list, &ib_parse_vars); kgsl_memdesc_unmap(&entry->memdesc); kgsl_mem_entry_put(entry); return ret; Loading Loading
drivers/gpu/msm/adreno_cp_parser.c +10 −1 Original line number Diff line number Diff line /* Copyright (c) 2013, The Linux Foundation. All rights reserved. /* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -794,6 +794,15 @@ static int adreno_ib_find_objs(struct kgsl_device *device, } done: /* * For set draw objects there may not be a draw_indx packet at its end * to signal that we need to save the found objects in it, so just save * it here. */ if (!ret && SNAPSHOT_GPU_OBJECT_DRAW == obj_type) ret = ib_add_type0_entries(device, ptbase, ib_obj_list, &ib_parse_vars); kgsl_memdesc_unmap(&entry->memdesc); kgsl_mem_entry_put(entry); return ret; Loading