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

@@ -24,23 +24,6 @@
#define REG_COUNT(_ptr) ((_ptr[1] - _ptr[0]) + 1)
struct snapshot_ib_meta {
struct kgsl_snapshot *snapshot;
struct kgsl_snapshot_object *obj;
u64 ib1base;
u64 ib1size;
u64 ib2base;
u64 ib2size;
u64 ib3base;
u64 ib3size;
u64 ib1base_lpac;
u64 ib1size_lpac;
u64 ib2base_lpac;
u64 ib2size_lpac;
};
extern struct snapshot_ib_meta metadata;
void adreno_snapshot_registers(struct kgsl_device *device,
struct kgsl_snapshot *snapshot,
const unsigned int *regs, unsigned int count);