summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
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-11-17drm/amdgpu: prevent NULL pointer dereference if ATIF is not supportedAntonio Quartulli1-2/+2
2024-11-17drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()Alex Deucher1-1/+1
2024-11-08drm/amd: Guard against bad data for ATIF ACPI methodMario Limonciello1-3/+12
2024-11-08drm/amd/display: Initialize get_bytes_per_element's default to 1Alex Hung2-2/+2
2024-11-08drm/amd/display: Fix index out of bounds in degamma hardware format translationSrinivasan Shanmugam1-0/+2
2024-11-08drm/amd/display: Check stream before comparing themAlex Hung1-0/+2
2024-11-08drm/amd/display: Round calculated vtotalRobin Chen1-1/+1
2024-11-08drm/amdgpu: properly handle vbios fake edid sizingAlex Deucher1-13/+16
2024-11-08drm/amdgpu: Replace one-element array with flexible-array memberPaulo Miguel Almeida2-3/+6
2024-09-12drm/amd/display: Skip wbscl_set_scaler_filter if filter is nullAlex Hung1-0/+3
2024-09-12drm/amdkfd: Reconcile the definition and use of oem_id in struct kfd_topology...Michael Chen3-5/+5
2024-09-12drm/amdgpu: fix mc_data out-of-bounds read warningTim Huang1-0/+2
2024-09-12drm/amdgpu: fix ucode out-of-bounds read warningTim Huang1-0/+3
2024-09-12drm/amd/display: Fix Coverity INTEGER_OVERFLOW within dal_gpio_service_createHersen Wu1-2/+2
2024-09-12drm/amd/display: Check num_valid_sets before accessing reader_wm_sets[]Alex Hung1-1/+2
2024-09-12drm/amd/display: Stop amdgpu_dm initialize when stream nums greater than 6Hersen Wu1-1/+4
2024-09-12drm/amd/display: Check gpio_id before used as array indexAlex Hung1-2/+11
2024-09-12drm/amdgpu: fix overflowed array index read warningTim Huang1-1/+2
2024-09-12drm/amdgpu: Fix uninitialized variable warning in amdgpu_afmt_acrMa Jun1-0/+1
2024-09-04drm/amdkfd: don't allow mapping the MMIO HDP page with large pagesAlex Deucher1-1/+4
2024-09-04drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_relocJesse Zhang1-1/+2
2024-09-04drm/amdgpu: Actually check flags for all context ops.Bas Nieuwenhuizen1-0/+8
2024-08-19drm/amdgpu: Fix the null pointer dereference to ras_managerMa Jun1-2/+5
2024-08-19drm/amd/display: Check for NULL pointerSung Joon Kim1-1/+2
2024-07-27drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq()Dan Carpenter1-1/+1
2024-07-18drm/amdgpu/atomfirmware: silence UBSAN warningAlex Deucher1-1/+1
2024-07-18drm/amd/display: Skip finding free audio for unknown engine_idAlex Hung1-0/+3
2024-07-18drm/amdgpu: Initialize timestamp for some legacy SOCsMa Jun1-0/+8
2024-07-05drm/amdgpu: fix UBSAN warning in kv_dpm.cAlex Deucher1-0/+2
2024-07-05drm/amd/display: Handle Y carry-over in VCP X.Y calculationGeorge Shen1-0/+6
2024-06-16drm/amdgpu: add error handle to avoid out-of-boundsBob Zhou1-0/+3
2024-06-16drm/amd/display: Fix potential index out of bounds in color transformation fu...Srinivasan Shanmugam1-0/+5
2024-06-16drm/amdkfd: Flush the process wq before creating a kfd_processLancelot SIX1-0/+8
2024-06-16drm/amd/display: Set color_mgmt_changed to true on unsuspendJoshua Ashton1-0/+1
2024-05-25drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_he...Srinivasan Shanmugam1-0/+3
2024-05-02drm/amdgpu: Fix leak when GPU memory allocation failsMukul Joshi1-0/+1
2024-05-02drm/amdgpu: validate the parameters of bo mapping operations more clearlyxinhui pan1-26/+46
2024-05-02amdgpu: validate offset_in_bo of drm_amdgpu_gem_vaChia-I Wu1-8/+8
2024-05-02drm/amdgpu: restrict bo mapping within gpu address limitsRajneesh Bhardwaj1-2/+4
2024-04-13drm/amd/display: Fix nanosec stat overflowAric Cyr1-2/+2
2024-04-13amdkfd: use calloc instead of kzalloc to avoid integer overflowDave Airlie1-2/+2
2024-03-27drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()Srinivasan Shanmugam1-1/+1
2024-03-27drm/amd/display: Fix potential NULL pointer dereferences in 'dcn10_set_output...Srinivasan Shanmugam1-2/+5
2024-03-01drm/amdgpu: Fix type of second parameter in trans_msg() callbackNathan Chancellor1-1/+4
2024-03-01drm/amdgpu: Check for valid number of registers to readTrek1-0/+3
2024-02-23drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'Srinivasan Shanmugam1-0/+1
2024-02-23drm/amdgpu: Drop 'fence' check in 'to_amdgpu_amdkfd_fence()'Srinivasan Shanmugam1-1/+1
2024-02-23drm/amdgpu: Let KFD sync with VM fencesFelix Kuehling1-1/+2