linux/drivers/gpu/drm/amd/amdgpu
Nicolai Hähnle ce199ad690 drm/amdgpu: initialize the context reset_counter in amdgpu_ctx_init
Ensure that we really only report a GPU reset if one has happened since the
creation of the context.

Signed-off-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2016-10-12 15:44:14 -04:00
..
amdgpu.h drm/amdgpu: also track late init state 2016-10-06 12:39:02 -04:00
amdgpu_acp.c
amdgpu_acp.h
amdgpu_acpi.c drm/amdgpu/atif: Send a hotplug event when we get dgpu display request 2016-09-22 10:30:36 -04:00
amdgpu_afmt.c
amdgpu_amdkfd.c drm/amdgpu: remove unused functions 2016-09-22 10:24:16 -04:00
amdgpu_amdkfd.h
amdgpu_amdkfd_gfx_v7.c drm/amdkfd: Fix possible infinite loop 2016-09-19 20:58:35 +03:00
amdgpu_amdkfd_gfx_v8.c drm/amdkfd: Fix possible infinite loop 2016-09-19 20:58:35 +03:00
amdgpu_atombios.c Linux 4.8-rc8 2016-09-28 12:08:49 +10:00
amdgpu_atombios.h drm/amdgpu: add si dpm support in amdgpu_atombios 2016-08-31 15:21:07 -04:00
amdgpu_atpx_handler.c Linux 4.8-rc8 2016-09-28 12:08:49 +10:00
amdgpu_benchmark.c
amdgpu_bios.c
amdgpu_bo_list.c
amdgpu_cgs.c drm/amdgpu:add fw version entry to info 2016-09-22 10:24:15 -04:00
amdgpu_connectors.c drm/amdgpu: use .early_unregister hook to remove DP AUX i2c 2016-10-12 15:44:12 -04:00
amdgpu_connectors.h
amdgpu_cs.c drm/amdgpu: add a custom GTT memory manager v2 2016-09-28 16:16:19 -04:00
amdgpu_ctx.c drm/amdgpu: initialize the context reset_counter in amdgpu_ctx_init 2016-10-12 15:44:14 -04:00
amdgpu_device.c drm/amdgpu: also track late init state 2016-10-06 12:39:02 -04:00
amdgpu_display.c drm/amdgpu: rename all rbo variable to abo v2 2016-09-28 16:16:20 -04:00
amdgpu_dpm.c
amdgpu_dpm.h
amdgpu_drv.c drm/amdgpu: remove DRM_AMD_POWERPLAY 2016-10-04 11:15:59 -04:00
amdgpu_drv.h
amdgpu_encoders.c
amdgpu_fb.c Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next 2016-09-30 13:21:02 +10:00
amdgpu_fence.c drm/amdgpu: don't leave dangling pointers around 2016-09-27 13:00:51 -04:00
amdgpu_gart.c Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next 2016-09-30 13:21:02 +10:00
amdgpu_gds.h
amdgpu_gem.c drm/amdgpu: rename all rbo variable to abo v2 2016-09-28 16:16:20 -04:00
amdgpu_gfx.c
amdgpu_gfx.h
amdgpu_gtt_mgr.c drm/amdgpu: fix gtt_mgr bo's offset 2016-09-28 16:16:23 -04:00
amdgpu_i2c.c drm/amdgpu: warn if dp aux is still attached on free 2016-10-06 12:39:03 -04:00
amdgpu_i2c.h drm/amdgpu/i2c: add const where appropriate 2016-09-27 13:00:52 -04:00
amdgpu_ib.c Linux 4.8-rc8 2016-09-28 12:08:49 +10:00
amdgpu_ih.c drm/amdgpu: free the BO in kernel by helper amdgpu_bo_free_kernel() 2016-09-14 15:10:27 -04:00
amdgpu_ih.h
amdgpu_ioc32.c
amdgpu_irq.c
amdgpu_irq.h
amdgpu_job.c drm/amdgpu: mark symbols static where possible 2016-09-14 15:10:37 -04:00
amdgpu_kms.c drm/amdgpu: handle runtime pm in drm pre/post close 2016-09-02 10:34:48 -04:00
amdgpu_mn.c
amdgpu_mode.h
amdgpu_object.c drm/amdgpu: rename all rbo variable to abo v2 2016-09-28 16:16:20 -04:00
amdgpu_object.h drm/amdgpu: add AMDGPU_BO_INVALID_OFFSET 2016-09-14 15:10:44 -04:00
amdgpu_pll.c drm/amdgpu: add missing header dependencies 2016-09-14 15:10:37 -04:00
amdgpu_pll.h
amdgpu_pm.c drm/amd/powerplay: Replace per-asic print_performance with generic 2016-09-22 10:24:16 -04:00
amdgpu_pm.h
amdgpu_powerplay.c drm/amdgpu: remove DRM_AMD_POWERPLAY 2016-10-04 11:15:59 -04:00
amdgpu_powerplay.h
amdgpu_prime.c
amdgpu_ring.c drm/amdgpu: clear ring pointer in amdgpu_device on teardown 2016-09-27 13:00:51 -04:00
amdgpu_sa.c
amdgpu_sync.c
amdgpu_test.c
amdgpu_trace.h drm/amdgpu: improve VM PTE trace points 2016-09-28 16:16:26 -04:00
amdgpu_trace_points.c
amdgpu_ttm.c Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next 2016-09-30 13:21:02 +10:00
amdgpu_ttm.h drm/amdgpu: add a custom GTT memory manager v2 2016-09-28 16:16:19 -04:00
amdgpu_ucode.c drm/amdgpu: clean up to set fw_offset as 0 twice 2016-10-04 11:16:00 -04:00
amdgpu_ucode.h
amdgpu_uvd.c Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next 2016-09-30 13:21:02 +10:00
amdgpu_uvd.h
amdgpu_vce.c drm/amdgpu/vce: add support for hw config packet (v2) 2016-10-04 11:16:00 -04:00
amdgpu_vce.h drm/amdgpu/vce: add common ring callbacks for ib and dma frame size 2016-09-16 15:53:01 -04:00
amdgpu_virt.h drm/amdgpu:cleanup virt related define 2016-09-22 10:24:20 -04:00
amdgpu_vm.c drm/amdgpu: revert "use more than 64KB fragment size if possible" 2016-10-06 12:39:04 -04:00
atom.c
atom.h
atombios_crtc.c drm/amdgpu: atombios change for dce6 to work v3 2016-08-31 12:10:20 -04:00
atombios_crtc.h
atombios_dp.c
atombios_dp.h
atombios_encoders.c
atombios_encoders.h
atombios_i2c.c drm/amdgpu: add missing header dependencies 2016-09-14 15:10:37 -04:00
atombios_i2c.h
ci_dpm.c drm/amdgpu: refine uvd gate logic for CI. 2016-08-25 12:24:15 -04:00
ci_dpm.h
ci_smc.c
cik.c drm/amdgpu:changes of virtualization cases probe (v3) 2016-09-19 14:45:52 -04:00
cik.h
cik_dpm.h
cik_ih.c
cik_ih.h
cik_sdma.c Linux 4.8-rc8 2016-09-28 12:08:49 +10:00
cik_sdma.h
cikd.h drm/amdgpu: implement raster configuration for gfx v7 2016-09-19 14:38:25 -04:00
clearstate_ci.h
clearstate_defs.h
clearstate_vi.h
cz_dpm.c drm/amd/amdgpu: Tidy up cz_dpm.c 2016-08-25 14:02:55 -04:00
cz_dpm.h
cz_ih.c
cz_ih.h
cz_smc.c drm/amdgpu: remove unused functions 2016-09-22 10:24:16 -04:00
cz_smumgr.h
dce_v6_0.c drm/amd/amdgpu: Various cleanups for DCEv6 2016-09-28 16:16:25 -04:00
dce_v6_0.h drm/amdgpu: add display controller implementation for si v10 2016-08-31 12:10:19 -04:00
dce_v8_0.c Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next 2016-09-30 13:21:02 +10:00
dce_v8_0.h
dce_v10_0.c Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next 2016-09-30 13:21:02 +10:00
dce_v10_0.h
dce_v11_0.c drm/amdgpu/dce11: add missing drm_mode_config_cleanup call 2016-10-06 12:39:03 -04:00
dce_v11_0.h
dce_virtual.c drm/amdgpu/virtual_dce: adjust config ifdef 2016-10-04 11:16:01 -04:00
dce_virtual.h
gfx_v6_0.c drm/amdgpu: implement raster configuration for gfx v6 2016-09-19 14:38:24 -04:00
gfx_v6_0.h drm/amdgpu: add graphic pipeline implementation for si v8 2016-08-31 12:10:50 -04:00
gfx_v7_0.c Linux 4.8-rc8 2016-09-28 12:08:49 +10:00
gfx_v7_0.h
gfx_v8_0.c drm/amdgpu/gfx8: fix CGCG_CGLS handling 2016-10-12 15:44:14 -04:00
gfx_v8_0.h
gmc_v6_0.c drm/amd/amdgpu: Convert messages in gmc v6 to dev_*() 2016-09-14 09:43:40 -04:00
gmc_v6_0.h drm/amdgpu: add graphic memory controller implementation for si v7 2016-08-31 12:10:18 -04:00
gmc_v7_0.c
gmc_v7_0.h
gmc_v8_0.c Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next 2016-09-28 11:27:05 +10:00
gmc_v8_0.h
iceland_ih.c
iceland_ih.h
iceland_sdma_pkt_open.h
Kconfig drm/amdgpu: remove DRM_AMD_POWERPLAY 2016-10-04 11:15:59 -04:00
kv_dpm.c
kv_dpm.h
kv_smc.c
Makefile drm/amdgpu: remove DRM_AMD_POWERPLAY 2016-10-04 11:15:59 -04:00
ObjectID.h
ppsmc.h
r600_dpm.h drm/amdgpu: add SI DPM support (v4) 2016-08-31 15:21:09 -04:00
sdma_v2_4.c Linux 4.8-rc8 2016-09-28 12:08:49 +10:00
sdma_v2_4.h
sdma_v3_0.c Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next 2016-09-20 06:17:38 +10:00
sdma_v3_0.h
si.c drm/amdgpu:changes of virtualization cases probe (v3) 2016-09-19 14:45:52 -04:00
si.h drm/amdgpu: add si implementation v10 2016-08-31 12:11:19 -04:00
si_dma.c drm/amdgpu/si_dma: add ring callbacks for ib and dma frame size 2016-09-16 15:52:57 -04:00
si_dma.h drm/amdgpu: add DMA implementation for si v8 2016-08-31 12:10:51 -04:00
si_dpm.c drm/amdgpu/si/dpm: fix phase shedding setup 2016-09-28 16:13:17 -04:00
si_dpm.h drm/amdgpu: add SI DPM support (v4) 2016-08-31 15:21:09 -04:00
si_ih.c drm/amd/amdgpu: Tidy up SI IH code 2016-09-12 18:12:22 -04:00
si_ih.h drm/amdgpu: add interupt handler implementation for si v3 2016-08-31 12:10:19 -04:00
si_smc.c drm/amdgpu/si/dpm: fix symbol conflicts with radeon 2016-09-14 15:10:40 -04:00
sislands_smc.h drm/amdgpu/si/dpm: fix phase shedding setup 2016-09-28 16:13:17 -04:00
smu_ucode_xfer_vi.h
tonga_ih.c
tonga_ih.h
tonga_sdma_pkt_open.h
uvd_v4_2.c drm/amdgpu/uvd4.2: add ring callbacks for ib and dma frame size 2016-09-16 15:53:00 -04:00
uvd_v4_2.h
uvd_v5_0.c drm/amdgpu/uvd5: add ring callbacks for ib and dma frame size 2016-09-16 15:53:00 -04:00
uvd_v5_0.h
uvd_v6_0.c drm/amdgpu/uvd6: add ring callbacks for ib and dma frame size 2016-09-16 15:53:01 -04:00
uvd_v6_0.h
vce_v2_0.c drm/amdgpu/vce2: add ring callbacks for ib and dma frame size 2016-09-16 15:53:02 -04:00
vce_v2_0.h
vce_v3_0.c drm/amdgpu: bypass vce clock if vce is idle on Fiji. 2016-09-27 13:00:48 -04:00
vce_v3_0.h
vi.c drm/amdgpu: use powerplay module for dgpu in Vi. 2016-09-22 10:24:20 -04:00
vi.h
vi_dpm.h
vid.h drm/amdgpu: implement raster configuration for gfx v8 2016-09-19 14:38:25 -04:00