summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/vi.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-29drm/amdgpu: Fix MPEG2, MPEG4 and VC1 video caps max sizeDavid Rosca1-18/+18
2025-03-29drm/amdgpu: Remove JPEG from vega and carrizo video capsDavid Rosca1-7/+0
2024-11-08drm/amdgpu: Fix video caps for H264 and HEVC encode maximum sizeDavid Rosca1-4/+4
2024-10-23drm/amdgpu: Clean the functions pointer set as NULLSunil Khatri1-2/+0
2024-10-23drm/amdgpu: clean the dummy soft_reset functionsSunil Khatri1-6/+0
2024-10-23drm/amdgpu: clean the dummy wait_for_idle functionsSunil Khatri1-6/+0
2024-10-23drm/amdgpu: clean the dummy sw_fini functionsSunil Khatri1-6/+0
2024-10-07drm/amdgpu: update the handle ptr in hw_finiSunil Khatri1-5/+3
2024-10-07drm/amdgpu: update the handle ptr in hw_initSunil Khatri1-5/+3
2024-10-07drm/amdgpu: update the handle ptr in resumeSunil Khatri1-2/+2
2024-10-07drm/amdgpu: update the handle ptr in suspendSunil Khatri1-2/+2
2024-10-07drm/amdgpu: update the handle ptr in wait_for_idleSunil Khatri1-1/+1
2024-10-02drm/amdgpu: update the handle ptr in soft_resetSunil Khatri1-1/+1
2024-10-02drm/amdgpu: update the handle ptr in sw_finiSunil Khatri1-1/+1
2024-10-02drm/amdgpu: update the handle ptr in sw_initSunil Khatri1-2/+2
2024-10-02drm/amdgpu: update the handle ptr in late_initSunil Khatri1-2/+2
2024-10-02drm/amdgpu: update the handle ptr in early_initSunil Khatri1-2/+2
2024-04-27drm/amdgpu: add protype for print ip stateSunil Khatri1-0/+1
2024-04-27drm/amdgpu: add prototype for ip dumpSunil Khatri1-0/+1
2024-04-10drm/amdgpu/pm: Add support for MACO flag checkingMa Jun1-4/+4
2023-10-27drm/amd: Explicitly disable ASPM when dynamic switching disabledMario Limonciello1-1/+1
2023-10-27drm/amd: Move AMD_IS_APU check for ASPM into top level functionMario Limonciello1-2/+1
2023-10-27drm/amd: Disable ASPM for VI w/ all Intel systemsMario Limonciello1-1/+1
2023-06-09drm/amdgpu: fix xclk freq on CHIP_STONEYChia-I Wu1-2/+9
2023-06-09drm/amdgpu: retire set_vga_state for some ASICLikun Gao1-6/+0
2023-04-18drm/amdgpu: add xcc index argument to select_sh_se function v2Le Ma1-2/+2
2023-03-29Merge v6.3-rc4 into drm-nextDaniel Vetter1-16/+1
2023-03-23drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD NaviKai-Heng Feng1-16/+1
2023-03-16drm/amdgpu: Retire pcie_gen3_enable functionHawking Zhang1-20/+0
2022-11-15drm/amdgpu: rework SR-IOV virtual display handlingAlex Deucher1-2/+4
2022-05-06drm/amdgpu: vi: disable ASPM on Intel Alder Lake based systemsRichard Gong1-1/+16
2022-04-09drm/amdgpu: expand cg_flags from u32 to u64Evan Quan1-1/+1
2022-02-17drm/amd: Refactor `amdgpu_aspm` to be evaluated per deviceMario Limonciello1-1/+1
2022-01-15drm/amdgpu: don't do resets on APUs which don't support itAlex Deucher1-0/+4
2021-08-30drm/amdgpu: reenable BACO support for 699F:C7 polaris12 SKUEvan Quan1-8/+1
2021-08-19drm/amdgpu: disable BACO support for 699F:C7 polaris12 SKU temporarilyEvan Quan1-1/+8
2021-08-06drm/amdgpu: replace dce_virtual with amdgpu_vkms (v3)Ryan Taylor1-7/+7
2021-05-20drm/amd/pm: enable ASPM by defaultKenneth Feng1-1/+1
2021-04-15drm/amd/amdgpu: add ASPM support on polarisKenneth Feng1-2/+191
2021-02-27drm/amdgpu/codec: drop the internal codec indexAlex Deucher1-13/+15
2021-02-27drm/amdgpu: add video decode/encode cap tables and asic callbacks (v3)Alex Deucher1-0/+188
2021-02-09drm/amdgpu/vi: minor clean up of reset codeAlex Deucher1-22/+14
2020-11-24drm/amdgpu: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-08-26drm/amdgpu: add pre_asic_init callback for VIAlex Deucher1-0/+5
2020-08-15drm/amdgpu: note what type of reset we are usingAlex Deucher1-0/+2
2020-08-14drm/amd/powerplay: optimize amdgpu_dpm_set_clockgating_by_smu() implementationEvan Quan1-14/+7
2020-07-15drm/amdgpu: add module parameter choose reset modeWenhui Sheng1-0/+8
2020-07-02drm/amdgpu: request init data in virt detectionWenhui Sheng1-3/+5
2020-04-13drm/amdgpu: fix wrong vram lost counter increment V2Evan Quan1-2/+0
2020-04-01drm/amdgpu: cleanup all virtualization detection routineMonk Liu1-24/+0