replace common qcom sources with samsung ones

This commit is contained in:
SaschaNes
2025-08-12 22:13:00 +02:00
parent ba24dcded9
commit 6f7753de11
5682 changed files with 2450203 additions and 103634 deletions

View File

@@ -633,7 +633,14 @@ void kgsl_device_snapshot(struct kgsl_device *device,
{
struct kgsl_snapshot *snapshot;
struct timespec64 boot;
struct adreno_device *adreno_dev = ADRENO_DEVICE(device);
if (adreno_dev->opcode_err) {
adreno_dev->opcode_err = false;
pr_err("kgsl: skipped snapshot for opcode error\n");
return;
}
if (device->ftbl->set_isdb_breakpoint_registers)
device->ftbl->set_isdb_breakpoint_registers(device);