aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2022-06-06drm/amdgpu/discovery: add comments about VCN instance handlingAlex Deucher1-0/+8
2022-06-06drm/amd/amdgpu: add pipe1 hardware supportArunpravin Paneer Selvam1-1/+1
2022-06-06drm/amd/amdgpu: Enable high priority gfx queueArunpravin Paneer Selvam5-27/+81
2022-06-06drm/amdgpu: adding device coredump supportSomalapuram Amaranath2-0/+69
2022-06-06drm/amdgpu: save the reset dump register value for devcoredumpSomalapuram Amaranath3-3/+11
2022-06-03drm/amdgpu: fix up comment in amdgpu_device_asic_has_dc_support()Alex Deucher1-1/+1
2022-06-03drm/amdgpu: delete duplicate condition in gfx_v11_0_soft_reset()Dan Carpenter1-13/+11
2022-06-03drm/amdgpu/gmc11: enable AGP apertureAlex Deucher4-9/+11
2022-06-03drm/amdgpu: convert nbio_v2_3_clear_doorbell_interrupt() to IP versionAlex Deucher1-1/+1
2022-06-03drm/amdgpu: simplify the logic in amdgpu_device_parse_gpu_info_fw()Alex Deucher1-29/+0
2022-06-03drm/amdgpu: fix sdma doorbell issue on SDMA v6.0 and NBIO v7.7Xiaojian Du1-1/+7
2022-06-03drm/amdgpu: add apu sequence in the imu v11Huang Rui2-4/+9
2022-06-03drm/amdgpu: add mmhub v3_0_1 ip blockHuang Rui4-1/+589
2022-06-03drm/amdgpu: use the callback function for reset status polling on IMUHuang Rui2-14/+24
2022-06-03drm/amdgpu: print umc correctable error addressStanley.Yang2-2/+53
2022-06-03drm/amdgpu: introduce two work mode for imuHuang Rui3-13/+24
2022-06-03drm/amd: Add GFX11 modifiers support to AMDGPU (v3)Aurabindo Pillai1-10/+42
2022-06-03drm/amd/amdgpu: align the cg and pg settingsKenneth Feng1-1/+4
2022-06-03drm/amd/display: add DCN32 to IP discovery tableAurabindo Pillai1-0/+2
2022-06-03drm/amdgpu: suppress the compile warning about 64 bit typeEvan Quan1-1/+1
2022-06-03drm/amdgpu/pm: support mca_ceumc_addr in ecctableStanley.Yang1-0/+1
2022-06-03drm/amd: Fix spelling typo in commentspengfuyuan1-1/+1
2022-06-03amdgpu: amdgpu_device.c: Removed trailing whitespaceMitchell Augustin1-1/+1
2022-06-03drm/amdgpu: simplify amdgpu_device_asic_has_dc_support()Alex Deucher1-26/+0
2022-06-03drm/amdkfd: add pinned BOs to kfd_bo_listLang Yu1-7/+6
2022-06-03drm/amdgpu: Update PDEs flush TLB if PTB/PDB movedPhilip Yang1-2/+6
2022-06-03drm/amdgpu: enable tmz by default for GC 10.3.7Sunil Khatri1-2/+2
2022-06-03Merge tag 'drm-next-2022-06-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds26-264/+294
2022-06-01drm/amdgpu: Resolve RAS GFX error count issue after cold boot on ArcturusCandice Li2-8/+28
2022-06-01drm/amdgpu: fix ras supported checkStanley.Yang1-2/+3
2022-06-01drm/amdgpu: make gfx_v11_0_rlc_stop staticsunliming1-1/+1
2022-06-01drm/amdgpu: fix a missing break in gfx_v11_0_handle_priv_faultsunliming1-0/+1
2022-06-01drm/amdgpu: fix aper_base for APURoman Li1-0/+6
2022-06-01drm/amdgpu: update VCN codec support for Yellow CarpAlex Deucher1-0/+1
2022-06-01drm/amdgpu: make program_imu_rlc_ram staticJiapeng Chong1-1/+1
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2022-05-26drm/amdgpu: add drm-client-id to fdinfo v2Christian König1-8/+7
2022-05-26drm/amdgpu: Convert to common fdinfo format v5Christian König3-121/+125
2022-05-26drm/amdgpu: bump minor version numberChristian König1-2/+3
2022-05-26drm/amdgpu: add AMDGPU_VM_NOALLOC v2Christian König3-1/+10
2022-05-26drm/amdgpu: add AMDGPU_GEM_CREATE_DISCARDABLEChristian König4-4/+4
2022-05-26drm/amdgpu: add beige goby PCI IDAlex Deucher1-0/+1
2022-05-26drm/amdkfd: fix typo in commentJulia Lawall1-1/+1
2022-05-26drm/amdgpu/gfx: fix typos in commentsJulia Lawall3-4/+4
2022-05-26drm/amdgpu/cs: make commands with 0 chunks illegal behaviour.Dave Airlie1-1/+1
2022-05-26drm/amdgpu: differentiate between LP and non-LP DDR memoryAlex Deucher2-3/+9
2022-05-26drm/amdgpu: Resolve pcie_bif RAS recovery bugCandice Li1-1/+1
2022-05-26drm/amdgpu: clean up asd on the ta_firmware_header_v2_0Prike Liang1-6/+0
2022-05-26drm/amdgpu/discovery: validate VCN and SDMA instancesAlex Deucher1-3/+14
2022-05-26drm/amdgpu: suppress some compile warningsEvan Quan2-1/+2