linux/drivers/gpu/drm/amd/amdgpu
Jinzhou Su fce8a4ac46 drm/amdgpu: Add gfx doorbell setting for Vangogh
Using KIQ to map GFX queues instead of MMIO for gfx async ring,
add missing doorbell range setting.

v2: fix typo

Signed-off-by: Jinzhou.Su <Jinzhou.Su@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2020-11-24 12:03:31 -05:00
..
amdgpu.h drm/amdgpu: add s0i3 capacity check for s0i3 routine (v2) 2020-11-13 17:29:45 -05:00
amdgpu_acp.c drm/amdgpu/amdgpu: improve code indentation and alignment 2020-11-02 15:34:29 -05:00
amdgpu_acp.h
amdgpu_acpi.c drm/amdgpu: add s0i3 capacity check for s0i3 routine (v2) 2020-11-13 17:29:45 -05:00
amdgpu_afmt.c
amdgpu_amdkfd.c drm/amdgpu: Change the way to determine framebuffer type 2020-11-04 17:09:03 -05:00
amdgpu_amdkfd.h
amdgpu_amdkfd_arcturus.c drm/amd/amdgpu: Enable arcturus devices to access the method kgd_gfx_v9_get_cu_occupancy that is already defined 2020-11-04 17:10:17 -05:00
amdgpu_amdkfd_fence.c
amdgpu_amdkfd_gfx_v7.c
amdgpu_amdkfd_gfx_v8.c
amdgpu_amdkfd_gfx_v9.c drm/amd/amdgpu: Import amdgpu_amdkfd_gfx_v9 header file into implementation 2020-11-10 14:15:29 -05:00
amdgpu_amdkfd_gfx_v9.h Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd5f/linux into drm-next 2020-11-10 17:48:47 +10:00
amdgpu_amdkfd_gfx_v10.c
amdgpu_amdkfd_gfx_v10_3.c
amdgpu_amdkfd_gpuvm.c Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd5f/linux into drm-next 2020-11-10 17:48:47 +10:00
amdgpu_atombios.c drm/amdgpu/amdgpu: use "*" adjacent to data name 2020-11-02 15:35:50 -05:00
amdgpu_atombios.h
amdgpu_atomfirmware.c drm/amdgpu/amdgpu: use "*" adjacent to data name 2020-11-02 15:35:50 -05:00
amdgpu_atomfirmware.h
amdgpu_atpx_handler.c
amdgpu_benchmark.c
amdgpu_bios.c
amdgpu_bo_list.c
amdgpu_bo_list.h
amdgpu_cgs.c
amdgpu_connectors.c
amdgpu_connectors.h
amdgpu_cs.c drm/amd/amdgpu/amdgpu_cs: Add a couple of missing function param descriptions 2020-11-13 00:15:08 -05:00
amdgpu_csa.c drm/amd/amdgpu/amdgpu_csa: Remove set but unused variable 'r' 2020-11-13 17:29:46 -05:00
amdgpu_csa.h
amdgpu_ctx.c drm/amdgpu/amdgpu: use "*" adjacent to data name 2020-11-02 15:35:50 -05:00
amdgpu_ctx.h
amdgpu_debugfs.c drm/amd/amdgpu/amdgpu_debugfs: Demote obvious abuse of kernel-doc formatting 2020-11-13 17:29:47 -05:00
amdgpu_debugfs.h
amdgpu_device.c drm/amd/amdgpu: fix null pointer in runtime pm 2020-11-24 12:03:15 -05:00
amdgpu_df.h
amdgpu_discovery.c drm/amdgpu: add UMC to ip discovery map 2020-11-13 00:13:43 -05:00
amdgpu_discovery.h
amdgpu_display.c drm/amd/display: Extract 3rd plane from metadata 2020-11-13 17:29:47 -05:00
amdgpu_display.h drm/amd/display: Set new format info for converted metadata. 2020-11-13 17:29:47 -05:00
amdgpu_dma_buf.c
amdgpu_dma_buf.h
amdgpu_doorbell.h
amdgpu_drv.c drm/amdgpu: add DID for dimgrey_cavefish 2020-11-18 14:36:37 -05:00
amdgpu_drv.h
amdgpu_encoders.c
amdgpu_fb.c drm/amd: Init modifier field of helper fb. 2020-10-30 14:27:22 -04:00
amdgpu_fence.c drm/amd/amdgpu/amdgpu_fence: Fix some issues pertaining to function documentation 2020-11-13 00:14:56 -05:00
amdgpu_fru_eeprom.c
amdgpu_fru_eeprom.h
amdgpu_fw_attestation.c drm/amd/amdgpu/amdgpu_fw_attestation: Consume our own header containing prototypes 2020-11-13 17:29:47 -05:00
amdgpu_fw_attestation.h
amdgpu_gart.c
amdgpu_gart.h
amdgpu_gds.h
amdgpu_gem.c Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd5f/linux into drm-next 2020-11-10 17:48:47 +10:00
amdgpu_gem.h
amdgpu_gfx.c drm/amd/pm: add gfx_state_change_set() for rn gfx power switch (v2) 2020-11-13 17:29:45 -05:00
amdgpu_gfx.h drm/amdgpu: add amdgpu_gfx_state_change_set() set gfx power change entry (v2) 2020-11-13 17:29:45 -05:00
amdgpu_gfxhub.h
amdgpu_gmc.c drm/amd/amdgpu/amdgpu_gmc: Demote one and fix another function header 2020-11-13 17:29:47 -05:00
amdgpu_gmc.h
amdgpu_gtt_mgr.c Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd5f/linux into drm-next 2020-11-10 17:48:47 +10:00
amdgpu_i2c.c
amdgpu_i2c.h
amdgpu_ib.c drm/amd/amdgpu/amdgpu_ib: Fix some incorrect/incomplete function documentation 2020-11-13 17:29:46 -05:00
amdgpu_ids.c drm/amd/amdgpu/amdgpu_ids: Supply missing docs for 'id' and 'vmhub' 2020-11-13 17:29:47 -05:00
amdgpu_ids.h
amdgpu_ih.c
amdgpu_ih.h
amdgpu_ioc32.c
amdgpu_irq.c
amdgpu_irq.h
amdgpu_job.c
amdgpu_job.h
amdgpu_jpeg.c
amdgpu_jpeg.h
amdgpu_kms.c drm/amd/amdgpu/amdgpu_kms: Fix misnaming of parameter 'dev' 2020-11-13 00:14:52 -05:00
amdgpu_mes.h
amdgpu_mmhub.c
amdgpu_mmhub.h
amdgpu_mn.c
amdgpu_mn.h
amdgpu_mode.h drm/amd/display: Store tiling_flags in the framebuffer. 2020-10-30 14:27:23 -04:00
amdgpu_nbio.c
amdgpu_nbio.h
amdgpu_object.c Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd5f/linux into drm-next 2020-11-10 17:48:47 +10:00
amdgpu_object.h Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd5f/linux into drm-next 2020-11-10 17:48:47 +10:00
amdgpu_pll.c drm/amd/amdgpu/amdgpu_pll: Fix kernel-doc formatting, missing and extra params 2020-11-13 17:29:46 -05:00
amdgpu_pll.h
amdgpu_pmu.c
amdgpu_pmu.h
amdgpu_psp.c drm/amd/amdgpu: skip unload message in reset 2020-11-24 12:03:24 -05:00
amdgpu_psp.h
amdgpu_rap.c
amdgpu_rap.h
amdgpu_ras.c drm/amd/amdgpu/amdgpu_ras: Make local function 'amdgpu_ras_error_status_query' static 2020-11-13 17:29:47 -05:00
amdgpu_ras.h drm/amdgpu: fix the issue of reserving bad pages failed 2020-10-30 00:57:29 -04:00
amdgpu_ras_eeprom.c drm/amdgpu/amdgpu: improve code indentation and alignment 2020-11-02 15:34:29 -05:00
amdgpu_ras_eeprom.h
amdgpu_ring.c drm/amd/amdgpu/amdgpu_ring: Fix misnaming of param 'max_dw' 2020-11-13 17:29:46 -05:00
amdgpu_ring.h
amdgpu_rlc.c
amdgpu_rlc.h
amdgpu_sa.c drm/amdgpu/amdgpu: improve code indentation and alignment 2020-11-02 15:34:29 -05:00
amdgpu_sched.c drm/amd/amdgpu/amdgpu_sched: Consume our own header containing prototypes 2020-11-13 17:29:46 -05:00
amdgpu_sched.h
amdgpu_sdma.c drm/amdgpu/amdgpu: improve code indentation and alignment 2020-11-02 15:34:29 -05:00
amdgpu_sdma.h
amdgpu_smuio.h drm/amdgpu: add amdgpu_smuio structure 2020-11-13 00:13:08 -05:00
amdgpu_socbb.h
amdgpu_sync.c drm/amd/amdgpu/amdgpu_sync: Fix misnamed, missing and extra param descriptions 2020-11-13 17:29:46 -05:00
amdgpu_sync.h
amdgpu_test.c drm/amdgpu: fix usable gart size calculation 2020-11-16 12:17:06 -05:00
amdgpu_trace.h
amdgpu_trace_points.c
amdgpu_ttm.c drm/amd/amdgpu/amdgpu_ttm: Demote non-conformant kernel-doc headers, fix slightly lacking ones 2020-11-13 00:14:58 -05:00
amdgpu_ttm.h Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd5f/linux into drm-next 2020-11-10 17:48:47 +10:00
amdgpu_ucode.c drm/amdgpu/amdgpu: use "*" adjacent to data name 2020-11-02 15:35:50 -05:00
amdgpu_ucode.h
amdgpu_umc.c drm/amdgpu: change to save bad pages in UMC error interrupt callback 2020-10-30 00:57:17 -04:00
amdgpu_umc.h
amdgpu_uvd.c
amdgpu_uvd.h drm/amdgpu: fix SI UVD firmware validate resume fail 2020-11-24 12:02:38 -05:00
amdgpu_vce.c
amdgpu_vce.h
amdgpu_vcn.c drm/amd/amdgpu: switch on/off vcn power profile mode 2020-11-04 17:09:50 -05:00
amdgpu_vcn.h
amdgpu_vf_error.c drm/amdgpu/amdgpu: improve code indentation and alignment 2020-11-02 15:34:29 -05:00
amdgpu_vf_error.h
amdgpu_virt.c drm/amd/amdgpu/amdgpu_virt: Make local function 'amdgpu_virt_update_vf2pf_work_item()' static 2020-11-13 17:29:46 -05:00
amdgpu_virt.h
amdgpu_vm.c Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd5f/linux into drm-next 2020-11-10 17:48:47 +10:00
amdgpu_vm.h Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd5f/linux into drm-next 2020-11-10 17:48:47 +10:00
amdgpu_vm_cpu.c drm/amd/amdgpu/amdgpu_vm_cpu: Fix 'amdgpu_vm_cpu_prepare()'s doc-rot 2020-11-13 17:29:47 -05:00
amdgpu_vm_sdma.c drm/amd/amdgpu/amdgpu_vm_sdma: Fix 'amdgpu_vm_sdma_prepare()'s doc-rot 2020-11-13 17:29:47 -05:00
amdgpu_vram_mgr.c drm/amd/amdgpu/amdgpu_vram_mgr: Add missing descriptions for 'dev' and 'dir' 2020-11-13 17:29:46 -05:00
amdgpu_xgmi.c drm/amdgpu: check hive pointer before access 2020-11-13 00:14:43 -05:00
amdgpu_xgmi.h
amdgv_sriovmsg.h
arct_reg_init.c
athub_v1_0.c
athub_v1_0.h
athub_v2_0.c
athub_v2_0.h
athub_v2_1.c
athub_v2_1.h
atom.c drm/amdgpu: do not initialise global variables to 0 or NULL 2020-11-04 17:09:36 -05:00
atom.h
atombios_crtc.c
atombios_crtc.h
atombios_dp.c
atombios_dp.h
atombios_encoders.c drm/amd/amdgpu/atombios_encoders: Remove set but unused variable 'backlight_level' 2020-11-16 15:56:35 -05:00
atombios_encoders.h
atombios_i2c.c drm/amdgpu: use "*" adjacent to data name 2020-11-02 15:35:53 -05:00
atombios_i2c.h
cik.c drm/amd/pm: enable baco reset for Hawaii 2020-10-30 01:00:36 -04:00
cik.h
cik_ih.c
cik_ih.h
cik_sdma.c drm/amdgpu: improve code indentation and alignment 2020-11-02 15:34:31 -05:00
cik_sdma.h
cikd.h
clearstate_ci.h
clearstate_defs.h
clearstate_gfx9.h
clearstate_gfx10.h
clearstate_si.h
clearstate_vi.h
cz_ih.c
cz_ih.h
dce_v6_0.c drm/amdgpu/dce: improve code indentation and alignment 2020-11-02 15:34:17 -05:00
dce_v6_0.h
dce_v8_0.c drm/amdgpu/dce: improve code indentation and alignment 2020-11-02 15:34:17 -05:00
dce_v8_0.h
dce_v10_0.c drm/amdgpu/dce: improve code indentation and alignment 2020-11-02 15:34:17 -05:00
dce_v10_0.h
dce_v11_0.c drm/amdgpu/dce: improve code indentation and alignment 2020-11-02 15:34:17 -05:00
dce_v11_0.h
dce_virtual.c
dce_virtual.h
df_v1_7.c drm/amdgpu: improve code indentation and alignment 2020-11-02 15:34:31 -05:00
df_v1_7.h
df_v3_6.c
df_v3_6.h
dimgrey_cavefish_reg_init.c
emu_soc.c
gfx_v6_0.c
gfx_v6_0.h
gfx_v7_0.c drm/amd/amdgpu/gfx_v7_0: Remove unused struct definition 2020-11-13 17:29:47 -05:00
gfx_v7_0.h drm/amd/amdgpu/gfx_v7_0: Remove unused struct definition 2020-11-13 17:29:47 -05:00
gfx_v8_0.c drm/amdgpu: fix compute queue priority if num_kcq is less than 4 2020-11-13 00:13:59 -05:00
gfx_v8_0.h
gfx_v9_0.c drm/amdgpu: fix compute queue priority if num_kcq is less than 4 2020-11-13 00:13:59 -05:00
gfx_v9_0.h
gfx_v9_4.c
gfx_v9_4.h
gfx_v10_0.c drm/amdgpu: Add gfx doorbell setting for Vangogh 2020-11-24 12:03:31 -05:00
gfx_v10_0.h
gfxhub_v1_0.c drm/amdgpu: make gfxhub_v1_0 callback functions to be static 2020-11-17 14:07:18 -05:00
gfxhub_v1_0.h drm/amdgpu: make gfxhub_v1_0 callback functions to be static 2020-11-17 14:07:18 -05:00
gfxhub_v1_1.c
gfxhub_v1_1.h
gfxhub_v2_0.c
gfxhub_v2_0.h
gfxhub_v2_1.c
gfxhub_v2_1.h
gmc_v6_0.c
gmc_v6_0.h
gmc_v7_0.c
gmc_v7_0.h
gmc_v8_0.c
gmc_v8_0.h
gmc_v9_0.c drm/amdgpu: cleanup gmc_v9_0_process_interrupt 2020-10-30 00:59:56 -04:00
gmc_v9_0.h
gmc_v10_0.c drm/amdgpu: improve code indentation and alignment 2020-11-02 15:34:31 -05:00
gmc_v10_0.h
iceland_ih.c
iceland_ih.h
iceland_sdma_pkt_open.h
jpeg_v1_0.c
jpeg_v1_0.h
jpeg_v2_0.c drm/amdgpu/jpeg: use "*" adjacent to data name 2020-11-02 15:35:46 -05:00
jpeg_v2_0.h
jpeg_v2_5.c drm/amdgpu/jpeg: use "*" adjacent to data name 2020-11-02 15:35:46 -05:00
jpeg_v2_5.h
jpeg_v3_0.c drm/amdgpu/jpeg: use "*" adjacent to data name 2020-11-02 15:35:46 -05:00
jpeg_v3_0.h
Kconfig
Makefile drm/amdgpu: implement smuio v11_0 callbacks 2020-11-13 00:13:22 -05:00
mes_api_def.h
mes_v10_1.c drm/amdgpu: use "*" adjacent to data name 2020-11-02 15:35:53 -05:00
mes_v10_1.h
mmhub_v1_0.c drm/amdgpu: improve code indentation and alignment 2020-11-02 15:34:31 -05:00
mmhub_v1_0.h
mmhub_v2_0.c
mmhub_v2_0.h
mmhub_v2_3.c
mmhub_v2_3.h
mmhub_v9_4.c
mmhub_v9_4.h
mmsch_v1_0.h
mmsch_v2_0.h
mmsch_v3_0.h
mxgpu_ai.c
mxgpu_ai.h
mxgpu_nv.c
mxgpu_nv.h
mxgpu_vi.c
mxgpu_vi.h
navi10_ih.c
navi10_ih.h
navi10_reg_init.c
navi10_sdma_pkt_open.h
navi12_reg_init.c
navi14_reg_init.c
nbio_v2_3.c drm/amd/amdgpu: Add rev_id workaround logic for SRIOV setup 2020-11-10 14:26:31 -05:00
nbio_v2_3.h
nbio_v6_1.c drm/amdgpu/nbio: improve code indentation and alignment 2020-11-02 15:34:27 -05:00
nbio_v6_1.h
nbio_v7_0.c drm/amdgpu/nbio: improve code indentation and alignment 2020-11-02 15:34:27 -05:00
nbio_v7_0.h
nbio_v7_2.c
nbio_v7_2.h
nbio_v7_4.c
nbio_v7_4.h
nv.c drm/amdgpu/sriov: reopen sienna_child smu ip block under sriov 2020-11-16 12:18:25 -05:00
nv.h
nvd.h
ObjectID.h
psp_gfx_if.h
psp_v3_1.c
psp_v3_1.h
psp_v10_0.c
psp_v10_0.h
psp_v11_0.c drm/amdgpu: Enable TA firmware loading for dimgrey_cavefish 2020-11-13 17:29:46 -05:00
psp_v11_0.h
psp_v12_0.c drm/amdgpu: add ta firmware load for green-sardine 2020-11-10 14:14:51 -05:00
psp_v12_0.h
sdma_common.h
sdma_v2_4.c
sdma_v2_4.h
sdma_v3_0.c
sdma_v3_0.h
sdma_v4_0.c drm/amdgpu/sdma: use "*" adjacent to data name 2020-11-02 15:35:48 -05:00
sdma_v4_0.h
sdma_v5_0.c
sdma_v5_0.h
sdma_v5_2.c drm/amdgpu/sdma: use "*" adjacent to data name 2020-11-02 15:35:48 -05:00
sdma_v5_2.h
si.c drm/amdgpu: improve code indentation and alignment 2020-11-02 15:34:31 -05:00
si.h
si_dma.c
si_dma.h
si_enums.h
si_ih.c drm/amdgpu: improve code indentation and alignment 2020-11-02 15:34:31 -05:00
si_ih.h
sid.h
sienna_cichlid_reg_init.c
smu_v11_0_i2c.c drm/amd/amdgpu/smu_v11_0_i2c: Provide descriptions for 'control' and 'data' params 2020-11-13 17:29:47 -05:00
smu_v11_0_i2c.h
smuio_v9_0.c drm/amdgpu: declare smuio callback function as static 2020-11-13 17:29:45 -05:00
smuio_v9_0.h drm/amdgpu: implement smuio v9_0 callbacks 2020-11-13 00:13:16 -05:00
smuio_v11_0.c drm/amdgpu: declare smuio callback function as static 2020-11-13 17:29:45 -05:00
smuio_v11_0.h drm/amdgpu: implement smuio v11_0 callbacks 2020-11-13 00:13:22 -05:00
soc15.c drm/amdgpu: disable rom clock gating support for APUs 2020-11-13 00:13:35 -05:00
soc15.h
soc15_common.h
soc15d.h
ta_rap_if.h
ta_ras_if.h
ta_xgmi_if.h
tonga_ih.c
tonga_ih.h
tonga_sdma_pkt_open.h
umc_v6_0.c
umc_v6_0.h
umc_v6_1.c drm/amdgpu/umc: use "*" adjacent to data name 2020-11-02 15:35:44 -05:00
umc_v6_1.h
umc_v8_7.c drm/amdgpu/umc: use "*" adjacent to data name 2020-11-02 15:35:44 -05:00
umc_v8_7.h
uvd_v3_1.c drm/amdgpu: fix SI UVD firmware validate resume fail 2020-11-24 12:02:38 -05:00
uvd_v3_1.h
uvd_v4_2.c
uvd_v4_2.h
uvd_v5_0.c
uvd_v5_0.h
uvd_v6_0.c
uvd_v6_0.h
uvd_v7_0.c
uvd_v7_0.h
vangogh_reg_init.c
vce_v2_0.c
vce_v2_0.h
vce_v3_0.c
vce_v3_0.h
vce_v4_0.c
vce_v4_0.h
vcn_v1_0.c
vcn_v1_0.h
vcn_v2_0.c drm/amdgpu/vcn: use "*" adjacent to data name 2020-11-02 15:35:41 -05:00
vcn_v2_0.h
vcn_v2_5.c drm/amdgpu/vcn: use "*" adjacent to data name 2020-11-02 15:35:41 -05:00
vcn_v2_5.h
vcn_v3_0.c drm/amd/amdgpu: Update VCN initizalization behvaior 2020-11-13 00:13:51 -05:00
vcn_v3_0.h
vega10_ih.c
vega10_ih.h
vega10_reg_init.c
vega10_sdma_pkt_open.h
vega20_reg_init.c
vi.c
vi.h
vid.h