summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/nv.c
AgeCommit message (Expand)AuthorLines
2024-12-10drm/amdgpu: pass ip_block in set_clockgating_stateBoyuan Zhang-2/+2
2024-12-10drm/amdgpu: pass ip_block in set_powergating_stateBoyuan Zhang-1/+1
2024-11-08drm/amdgpu: Fix video caps for H264 and HEVC encode maximum sizeDavid Rosca-6/+6
2024-10-22drm/amdgpu: Clean the functions pointer set as NULLSunil Khatri-2/+0
2024-10-22drm/amdgpu: clean the dummy soft_reset functionsSunil Khatri-6/+0
2024-10-22drm/amdgpu: clean the dummy wait_for_idle functionsSunil Khatri-6/+0
2024-10-22drm/amdgpu: clean the dummy sw_fini functionsSunil Khatri-6/+0
2024-10-07drm/amdgpu: update the handle ptr in hw_finiSunil Khatri-5/+3
2024-10-07drm/amdgpu: update the handle ptr in hw_initSunil Khatri-5/+3
2024-10-07drm/amdgpu: update the handle ptr in resumeSunil Khatri-2/+2
2024-10-07drm/amdgpu: update the handle ptr in suspendSunil Khatri-2/+2
2024-10-07drm/amdgpu: update the handle ptr in wait_for_idleSunil Khatri-1/+1
2024-10-01drm/amdgpu: update the handle ptr in soft_resetSunil Khatri-1/+1
2024-10-01drm/amdgpu: update the handle ptr in sw_finiSunil Khatri-1/+1
2024-10-01drm/amdgpu: update the handle ptr in sw_initSunil Khatri-2/+2
2024-10-01drm/amdgpu: update the handle ptr in late_initSunil Khatri-2/+2
2024-10-01drm/amdgpu: update the handle ptr in early_initSunil Khatri-2/+2
2024-05-29drm/amdgpu: drop MES 10.1 support v3Alex Deucher-1/+0
2024-05-08drm/amdgpu/nv: use common nbio callback to set remap offsetAlex Deucher-5/+1
2024-04-26drm/amdgpu: update jpeg max decode resolutionSathishkumar S-3/+3
2024-04-26drm/amdgpu: add protype for print ip stateSunil Khatri-0/+1
2024-04-26drm/amdgpu: add prototype for ip dumpSunil Khatri-0/+1
2023-10-26drm/amd: Explicitly disable ASPM when dynamic switching disabledMario Limonciello-4/+3
2023-10-26drm/amd: Move AMD_IS_APU check for ASPM into top level functionMario Limonciello-2/+1
2023-10-05drm/amdgpu: Drop unnecessary return statementsSrinivasan Shanmugam-2/+0
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar-4/+4
2023-08-09drm/amdgpu: Clean up errors in nv.cRan Sun-32/+16
2023-08-07drm/amdgpu: Use nbio callback for nv and soc21Lijo Lazar-11/+1
2023-08-07drm/amdgpu: enable SDMA MGCG for SDMA 5.2.xPrike Liang-2/+4
2023-06-09drm/amdgpu: retire set_vga_state for some ASICLikun Gao-6/+0
2023-06-09drm/amdgpu/nv: update VCN 3 max HEVC encoding resolutionThong Thai-6/+16
2023-06-09drm/amdgpu: Enable doorbell selfring after resize FB BARShane Xiao-10/+13
2023-04-18drm/amdgpu: add xcc index argument to rlc safe_mode func (v4)Le Ma-2/+2
2023-04-18drm/amdgpu: add xcc index argument to select_sh_se function v2Le Ma-2/+2
2023-03-29Merge v6.3-rc4 into drm-nextDaniel Vetter-1/+1
2023-03-23drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD NaviKai-Heng Feng-1/+1
2023-03-15drm/amdgpu: Retire pcie_gen3_enable functionHawking Zhang-17/+0
2023-03-15drm/amdgpu: Move to common helper to query soc rev_idHawking Zhang-6/+1
2023-03-15drm/amdgpu: Move to common indirect reg access helperHawking Zhang-45/+4
2023-03-14drm/amdgpu/nv: fix codec array for SR_IOVAlex Deucher-2/+2
2023-03-13drm/amdgpu/nv: fix codec array for SR_IOVAlex Deucher-2/+2
2023-03-09drm/amdgpu: fix error checking in amdgpu_read_mm_registers for nvAlex Deucher-3/+4
2023-03-07drm/amdgpu: fix error checking in amdgpu_read_mm_registers for nvAlex Deucher-3/+4
2023-01-19drm/amdgpu/nv: don't expose AV1 if VCN0 is harvestedAlex Deucher-20/+81
2022-11-29amdgpu/nv.c: Corrected typo in the video capabilities resolutionVeerabadhran Gopalakrishnan-14/+14
2022-06-01drm/amdgpu: update VCN codec support for Yellow CarpAlex Deucher-0/+1
2022-05-06drm/amdgpu: simplify nv and soc21 read_register functionsAlex Deucher-3/+3
2022-05-04drm/amdgpu: correct cp doorbell rangeJack Xiao-0/+4
2022-05-04drm/amdgpu: allocate doorbell index for mes kiqJack Xiao-1/+2
2022-04-08drm/amdgpu: expand cg_flags from u32 to u64Evan Quan-1/+1