replace common qcom sources with samsung ones
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user