summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/pm: fix possible power mode mismatch between driver and PMFWEvan Quan2023-06-093-19/+20
* drm/amdgpu: skip disabling fence driver src_irqs when device is unpluggedGuchun Chen2023-06-091-1/+2
* drm/amdgpu: improve wait logic at fence pollingAlex Sierra2023-06-091-7/+4
* drm/amdgpu/gmc11: implement get_vbios_fb_size()Alex Deucher2023-06-091-1/+20
* drm/amd/display: Simplify the calculation of variablesJiapeng Chong2023-06-091-3/+3
* drm/amdgpu: Differentiate between Raven2 and Raven/Picasso according to revis...Jesse Zhang2023-06-091-19/+14
* drm/amdkfd: Fix potential deallocation of previously deallocated memory.Daniil Dulov2023-06-091-6/+7
* drm/amdgpu: change gfx 11.0.4 external_id rangeYifan Zhang2023-06-091-1/+1
* drm/amd/amdgpu: Fix warnings in amdgpu _object, _ring.cSrinivasan Shanmugam2023-06-092-10/+9
* drm/amdgpu/gfx11: Adjust gfxoff before powergating on gfx11 as wellGuilherme G. Piccoli2023-06-091-1/+7
* drm/amdgpu/gfx10: Disable gfxoff before disabling powergating.Bas Nieuwenhuizen2023-06-091-1/+7
* drm/amdgpu: release correct lock in amdgpu_gfx_enable_kgq()Dan Carpenter2023-06-091-1/+1
* drm/amdgpu/display: Enable DC_FP for LoongArchHuacai Chen2023-06-093-3/+10
* drm/amdgpu/jpeg: Remove harvest checking for JPEG3Saleemkhan Jamadar2023-06-091-0/+1
* drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when enabling legacy gfx rasGuchun Chen2023-06-091-1/+2
* drm/amd/pm: avoid potential UBSAN issue on legacy asicsGuchun Chen2023-06-091-2/+7
* drm/amdgpu: disable sdma ecc irq only when sdma RAS is enabled in suspendGuchun Chen2023-06-091-3/+5
* drm/amd/display: Promote DAL to 3.2.235Aric Cyr2023-06-091-1/+1
* drm/amdgpu: Fix vram recover doesn't work after whole GPU reset (v2)Lin.Cao2023-06-091-1/+5
* drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcsHoratio Zhang2023-06-092-49/+5
* drm/amd/display: Block SubVP on displays that have pixclk > 1800MhzAlvin Lee2023-06-092-0/+2
* drm/amd/display: Block SubVP high refresh when VRR active fixedAlvin Lee2023-06-091-1/+1
* drm/amd/display: Enforce 60us prefetch for 200Mhz DCFCLK modesAlvin Lee2023-06-092-2/+4
* drm/amd/display: Check Vactive for VRR active for FPO + VactiveAlvin Lee2023-06-093-2/+12
* drm/amd/display: Add symclk workaround during disable link outputLeo Chen2023-06-093-1/+68
* drm/amdgpu: set default num_kcq to 2 under sriovYuBiao Wang2023-06-091-0/+3
* drm/amd/pm: parse pp_handle under appropriate conditionsGuchun Chen2023-06-091-7/+13
* drm/amdgpu: install stub fence into potential unused fence pointersLang Yu2023-06-091-2/+4
* drm/amd/display: Show the DCN/DCE version in the logRodrigo Siqueira2023-06-093-1/+60
* drm/amdgpu: Remove the unused variable golden_settings_gc_9_4_3Jiapeng Chong2023-06-091-4/+0
* drm/amdkfd: Don't trigger evictions unmapping dmabuf attachmentsFelix Kuehling2023-06-091-5/+10
* drm/amd/display: Add additional pstate registers to HW state querySung Lee2023-06-094-0/+16
* drm/amdgpu: remove unneeded semicolonJiapeng Chong2023-06-091-1/+1
* drm/amdgpu: do gfxhub init for all XCDsLe Ma2023-06-091-264/+317
* drm/amdgpu: fix an amdgpu_irq_put() issue in gmc_v9_0_hw_fini()Hamza Mahfooz2023-06-091-1/+0
* drm/amdgpu: unlock on error in gfx_v9_4_3_kiq_resume()Dan Carpenter2023-06-091-1/+3
* drm/amdgpu: unlock the correct lock in amdgpu_gfx_enable_kcq()Dan Carpenter2023-06-091-1/+1
* drm/amdgpu: drop unused functionAlex Deucher2023-06-092-50/+0
* drm/amdgpu: drop invalid IP revisionAlex Deucher2023-06-091-1/+0
* drm/amdgpu: put MQDs in VRAMAlex Deucher2023-06-093-2/+9
* drm/amdgpu: drop redundant sched job cleanup when cs is abortedGuchun Chen2023-06-091-10/+3
* drm/amd/amdgpu: Fix errors & warnings in amdgpu _bios, _cs, _dma_buf, _fence.cSrinivasan Shanmugam2023-06-094-24/+24
* drm/amdgpu: set gfx9 onwards APU atomics support to be trueYifan Zhang2023-06-091-0/+6
* drm/amdgpu/gfx11: always restore kcq/kgq MQDsAlex Deucher2023-06-091-9/+4
* drm/amdgpu/nv: update VCN 3 max HEVC encoding resolutionThong Thai2023-06-091-6/+16
* drm/amd/display: mark amdgpu_dm_connector_funcs_force staticArnd Bergmann2023-06-091-1/+1
* drm/amdgpu/gfx10: always restore kcq/kgq MQDsAlex Deucher2023-06-091-9/+4
* drm/amdgpu/gfx9: always restore kcq MQDsAlex Deucher2023-06-092-10/+4
* drm/amdgpu/gfx8: always restore kcq MQDsAlex Deucher2023-06-091-4/+2
* drm/amdgpu/gfx11: drop unused variableAlex Deucher2023-06-091-3/+1