diff options
| author | Dave Airlie <airlied@redhat.com> | 2023-06-09 11:10:09 +1000 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2023-06-09 11:10:10 +1000 |
| commit | bcd84301a33b7434a506fdb1a9076b7a234817a7 (patch) | |
| tree | 365feb26c1724a0476a12999d4c88f4abe0dd1b8 /drivers/gpu/drm/lima/lima_sched.c | |
| parent | 02b8f0b75518b9a20a9142eec31588509c8da030 (diff) | |
| parent | a3efabee5878b8d7b1863debb78cb7129d07a346 (diff) | |
Merge tag 'drm-misc-fixes-2023-06-08' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
drm-misc-fixes for v6.4-rc6:
- resume and modeset fixes for ast.
- Fill in fb-helper vars more correctly.
- Assorted ivpu fixes.
- lima context destroy fix.
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/ea6b88ec-b653-3781-0b68-cd0275c27923@linux.intel.com
Diffstat (limited to 'drivers/gpu/drm/lima/lima_sched.c')
| -rw-r--r-- | drivers/gpu/drm/lima/lima_sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/lima/lima_sched.c b/drivers/gpu/drm/lima/lima_sched.c index ff003403fbbc..ffd91a5ee299 100644 --- a/drivers/gpu/drm/lima/lima_sched.c +++ b/drivers/gpu/drm/lima/lima_sched.c @@ -165,7 +165,7 @@ int lima_sched_context_init(struct lima_sched_pipe *pipe, void lima_sched_context_fini(struct lima_sched_pipe *pipe, struct lima_sched_context *context) { - drm_sched_entity_fini(&context->base); + drm_sched_entity_destroy(&context->base); } struct dma_fence *lima_sched_context_queue_task(struct lima_sched_task *task) |
