alistair23-linux/drivers/gpu/drm/v3d
Dave Airlie 9235dd441a Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux into drm-next
New features for 4.21:
amdgpu:
- Support for SDMA paging queue on vega
- Put compute EOP buffers into vram for better performance
- Share more code with amdkfd
- Support for scanout with DCC on gfx9
- Initial kerneldoc for DC
- Updated SMU firmware support for gfx8 chips
- Rework CSA handling for eventual support for preemption
- XGMI PSP support
- Clean up RLC handling
- Enable GPU reset by default on VI, SOC15 dGPUs
- Ring and IB test cleanups

amdkfd:
- Share more code with amdgpu

ttm:
- Move global init out of the drivers

scheduler:
- Track if schedulers are ready for work
- Timeout/fault handling changes to facilitate GPU recovery

Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Alex Deucher <alexdeucher@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181114165113.3751-1-alexander.deucher@amd.com
2018-11-19 11:07:52 +10:00
..
Kconfig drm/v3d: add CONFIG_MMU dependency 2018-05-30 12:15:18 -07:00
Makefile
v3d_bo.c drm/v3d: use new return type vm_fault_t in v3d_gem_fault 2018-07-05 11:42:40 -07:00
v3d_debugfs.c drm/v3d: Skip debugfs dumping GCA on platforms without GCA. 2018-10-15 13:10:54 -07:00
v3d_drv.c drm/scheduler: modify API to avoid redundancy 2018-07-25 15:06:19 -05:00
v3d_drv.h drm/v3d: Fix a use-after-free race accessing the scheduler's fences. 2018-10-15 13:10:29 -07:00
v3d_fence.c drm/v3d: Remove unnecessary dma_fence_ops. 2018-07-05 11:42:50 -07:00
v3d_gem.c dma-buf: allow reserving more than one shared fence slot 2018-10-25 13:45:07 +02:00
v3d_irq.c drm/v3d: Remove the bad signaled() implementation. 2018-06-21 14:46:05 -07:00
v3d_mmu.c
v3d_regs.h drm/v3d: Add a little debugfs entry for measuring the core clock. 2018-10-15 13:10:47 -07:00
v3d_sched.c drm/scheduler: Add drm_sched_job_cleanup 2018-11-05 14:21:27 -05:00
v3d_trace.h
v3d_trace_points.c