linux-uconsole/drivers/gpu/drm/msm
Arnd Bergmann 062ec830fd drm/msm: include linux/sched/task.h
commit 70082a52f9 upstream.

Without this header file, compile-testing may run into a missing
declaration:

drivers/gpu/drm/msm/msm_gpu.c:444:4: error: implicit declaration of function 'put_task_struct' [-Werror,-Wimplicit-function-declaration]

Fixes: 482f96324a ("drm/msm: Fix task dump in gpu recovery")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Jordan Crouse <jcrouse@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-01-09 10:19:03 +01:00
..
adreno msm/gpu/a6xx: Force of_dma_configure to setup DMA for GMU 2019-11-24 08:20:06 +01:00
disp drm/msm/dpu: handle failures while initializing displays 2019-11-06 13:05:20 +01:00
dsi drm/msm/dsi: Fix return value check for clk_get_parent 2019-10-11 18:21:02 +02:00
edp drm/msm: update generated headers 2018-08-10 18:49:18 -04:00
hdmi drm/msm/hdmi: Enable HPD after HDMI IRQ is set up 2018-12-21 14:15:18 +01:00
Kconfig drm/msm/gpu: Capture the GPU state on a GPU hang 2018-07-30 08:49:56 -04:00
Makefile drm/msm: Add A6XX device support 2018-08-10 18:49:18 -04:00
msm_atomic.c drm/msm: Grab a vblank reference when waiting for commit_done 2018-12-21 14:15:15 +01:00
msm_debugfs.c drm/msm: fix memleak on release 2019-12-13 08:52:44 +01:00
msm_debugfs.h
msm_drv.c drm: msm: Fix add_gpu_components 2019-08-25 10:47:57 +02:00
msm_drv.h drm/msm: dpu: Allow planes to extend past active display 2018-11-21 09:19:09 +01:00
msm_fb.c drm/msm: Add modifier to mdp_get_format arguments 2018-06-03 16:48:59 -04:00
msm_fbdev.c drm/msm: don't deref error pointer in the msm_fbdev_create error path 2018-06-03 16:49:00 -04:00
msm_fence.c
msm_fence.h
msm_gem.c gpu: drm: msm: Change return type to vm_fault_t 2018-08-03 09:53:36 -04:00
msm_gem.h
msm_gem_prime.c
msm_gem_shrinker.c
msm_gem_submit.c drm/msm: Move fence put to where failure occurs 2018-12-13 09:16:21 +01:00
msm_gem_vma.c
msm_gpu.c drm/msm: include linux/sched/task.h 2020-01-09 10:19:03 +01:00
msm_gpu.h drm/msm/gpu: fix building without debugfs 2019-02-06 17:30:06 +01:00
msm_iommu.c drm/msm: Fix error return checking 2018-12-21 14:15:19 +01:00
msm_kms.h drm/msm: Add SDM845 DPU support 2018-07-26 10:45:04 -04:00
msm_mmu.h
msm_perf.c
msm_rd.c drm/msm: Unblock writer if reader closes file 2019-03-05 17:58:45 +01:00
msm_ringbuffer.c
msm_ringbuffer.h
msm_submitqueue.c
NOTES