mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
msm: kgsl: initialize kgsl_sync_timeline_ops properly
Signed-off-by: Iliyan Malchev <malchev@google.com>
This commit is contained in:
parent
145292ae72
commit
cf4f0da410
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ fail_pt:
|
|||
}
|
||||
|
||||
static const struct sync_timeline_ops kgsl_sync_timeline_ops = {
|
||||
.driver_name = "kgsl-timeline",
|
||||
.dup = kgsl_sync_pt_dup,
|
||||
.has_signaled = kgsl_sync_pt_has_signaled,
|
||||
.compare = kgsl_sync_pt_compare,
|
||||
|
|
Loading…
Reference in a new issue