summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2024-12-27drm/amdgpu: Handle NULL bo->tbo.resource (again) in amdgpu_vm_bo_updateMichel Dänzer1-4/+3
2024-12-27drm/amdgpu: don't access invalid schedPierre-Eric Pelloux-Prayer1-2/+1
2024-12-19amdgpu/uvd: get ring reference from rq schedulerDavid (Ming Qiang) Wu1-1/+1
2024-12-14drm/amdgpu: rework resume handling for display (v2)Alex Deucher1-2/+43
2024-12-14Revert "drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()"Zhang Zekun1-1/+1
2024-12-14drm/amdgpu: set the right AMDGPU sg segment limitationPrike Liang1-0/+1
2024-12-14drm/amdgpu: skip amdgpu_device_cache_pci_state under sriovVictor Zhao1-0/+3
2024-12-14drm/amdgpu: refine error handling in amdgpu_ttm_tt_pin_userptrLang Yu1-1/+3
2024-12-14drm/amdgpu: Dereference the ATCS ACPI bufferPrike Liang1-0/+1
2024-12-14drm/amdgpu: clear RB_OVERFLOW bit when enabling interrupts for vega20_ihVictor Lu1-0/+27
2024-12-14drm/amdgpu/hdp5.2: do a posting read when flushing HDPAlex Deucher1-2/+4
2024-11-22drm/amd: Fix initialization mistake for NBIO 7.7.0Vijendar Mukunda1-0/+6
2024-11-17drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointerPhilip Yang2-8/+8
2024-11-14drm/amdgpu: prevent NULL pointer dereference if ATIF is not supportedAntonio Quartulli1-2/+2
2024-11-14drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()Alex Deucher1-1/+1
2024-11-14drm/amdgpu: Adjust debugfs eviction and IB access permissionsAlex Deucher1-3/+3
2024-11-01drm/amd: Guard against bad data for ATIF ACPI methodMario Limonciello1-3/+12
2024-11-01drm/amd/amdgpu: Fix double unlock in amdgpu_mes_add_ringSrinivasan Shanmugam1-2/+3
2024-10-22drm/amdgpu: prevent BO_HANDLES error from being overwrittenMohammed Anees1-1/+1
2024-10-17drm/amdgpu: fix unchecked return value warning for amdgpu_gfxTim Huang1-4/+14
2024-10-17drm/amdgpu: enable gfxoff quirk on HP 705G4Peng Liu1-0/+2
2024-10-17drm/amdgpu: add raven1 gfxoff quirkPeng Liu1-0/+2
2024-10-17drm/amdgpu: disallow multiple BO_HANDLES chunks in one submitPierre-Eric Pelloux-Prayer1-0/+4
2024-10-17drm/amd/amdgpu: Properly tune the size of structWangYuli1-2/+2
2024-10-17drm/amdgpu: properly handle vbios fake edid sizingAlex Deucher1-13/+16
2024-10-17drm/amdgpu: Replace one-element array with flexible-array memberPaulo Miguel Almeida1-2/+5
2024-09-12drm/amdgpu: handle gfx12 in amdgpu_display_verify_sizesMarek Olšák1-1/+26
2024-09-12drm/amdgpu: Set no_hw_access when VF request full GPU failsYifan Zha1-1/+3
2024-09-12drm/amdgpu: check for LINEAR_ALIGNED correctly in check_tiling_flags_gfx6Marek Olšák1-2/+1
2024-09-12drm/amdgpu: clear RB_OVERFLOW bit when enabling interruptsDanijel Slivka1-0/+28
2024-09-12drm/amdgpu: Fix smatch static checker warningHawking Zhang1-4/+4
2024-09-08drm/amdgpu: update type of buf size to u32 for eeprom functionsTao Zhou2-5/+5
2024-09-08drm/amdgpu: the warning dereferencing obj for nbio_v7_4Jesse Zhang1-1/+1
2024-09-08drm/amdgpu: fix the waring dereferencing hiveJesse Zhang1-0/+3
2024-09-08drm/amdgpu: fix dereference after null checkJesse Zhang1-1/+1
2024-09-08drm/amdgpu: fix mc_data out-of-bounds read warningTim Huang1-0/+2
2024-09-08drm/amdgpu: fix ucode out-of-bounds read warningTim Huang1-0/+3
2024-09-08drm/amdgpu: Fix out-of-bounds read of df_v1_7_channel_numberMa Jun1-0/+2
2024-09-08drm/amdgpu: Fix out-of-bounds write warningMa Jun1-1/+1
2024-09-08drm/amd/amdgpu: Check tbo resource pointerAsad Kamal1-1/+2
2024-09-08drm/amdgpu: avoid reading vf2pf info size from FBZhigang Luo1-1/+1
2024-09-08drm/amdgpu: fix overflowed array index read warningTim Huang1-1/+2
2024-09-08drm/amdgpu: Fix uninitialized variable warning in amdgpu_afmt_acrMa Jun1-0/+1
2024-09-04drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_relocJesse Zhang1-1/+2
2024-08-29drm/amdgpu/vcn: not pause dpg for unified queueBoyuan Zhang1-3/+11
2024-08-29drm/amdgpu/vcn: identify unified queue in sw initBoyuan Zhang2-24/+16
2024-08-29drm/amdgpu: Validate TA binary sizeCandice Li1-0/+3
2024-08-29drm/amdkfd: reserve the BO before validating itLang Yu2-4/+18
2024-08-29drm/amdgpu: fix dereference null return value for the function amdgpu_vm_pt_p...Jesse Zhang1-1/+5
2024-08-29drm/amdkfd: Move dma unmapping after TLB flushPhilip Yang2-4/+23