summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)Author
2024-12-14Revert "drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()"Zhang Zekun
2024-12-14drm/amdgpu: set the right AMDGPU sg segment limitationPrike Liang
2024-11-17drm/amdgpu: prevent NULL pointer dereference if ATIF is not supportedAntonio Quartulli
2024-11-17drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()Alex Deucher
2024-11-08drm/amd: Guard against bad data for ATIF ACPI methodMario Limonciello
2024-11-08drm/amd/display: Initialize get_bytes_per_element's default to 1Alex Hung
2024-11-08drm/amd/display: Fix index out of bounds in degamma hardware format translationSrinivasan Shanmugam
2024-11-08drm/amd/display: Check stream before comparing themAlex Hung
2024-11-08drm/amd/display: Round calculated vtotalRobin Chen
2024-11-08drm/amdgpu: properly handle vbios fake edid sizingAlex Deucher
2024-11-08drm/amdgpu: Replace one-element array with flexible-array memberPaulo Miguel Almeida
2024-09-12drm/amd/display: Skip wbscl_set_scaler_filter if filter is nullAlex Hung
2024-09-12drm/amdkfd: Reconcile the definition and use of oem_id in struct kfd_topology...Michael Chen
2024-09-12drm/amdgpu: fix mc_data out-of-bounds read warningTim Huang
2024-09-12drm/amdgpu: fix ucode out-of-bounds read warningTim Huang
2024-09-12drm/amd/display: Fix Coverity INTEGER_OVERFLOW within dal_gpio_service_createHersen Wu
2024-09-12drm/amd/display: Check num_valid_sets before accessing reader_wm_sets[]Alex Hung
2024-09-12drm/amd/display: Stop amdgpu_dm initialize when stream nums greater than 6Hersen Wu
2024-09-12drm/amd/display: Check gpio_id before used as array indexAlex Hung
2024-09-12drm/amdgpu: fix overflowed array index read warningTim Huang
2024-09-12drm/amdgpu: Fix uninitialized variable warning in amdgpu_afmt_acrMa Jun
2024-09-04drm/amdkfd: don't allow mapping the MMIO HDP page with large pagesAlex Deucher
2024-09-04drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_relocJesse Zhang
2024-09-04drm/amdgpu: Actually check flags for all context ops.Bas Nieuwenhuizen
2024-08-19drm/amdgpu: Fix the null pointer dereference to ras_managerMa Jun
2024-08-19drm/amd/display: Check for NULL pointerSung Joon Kim
2024-07-27drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq()Dan Carpenter
2024-07-18drm/amdgpu/atomfirmware: silence UBSAN warningAlex Deucher
2024-07-18drm/amd/display: Skip finding free audio for unknown engine_idAlex Hung
2024-07-18drm/amdgpu: Initialize timestamp for some legacy SOCsMa Jun
2024-07-05drm/amdgpu: fix UBSAN warning in kv_dpm.cAlex Deucher
2024-07-05drm/amd/display: Handle Y carry-over in VCP X.Y calculationGeorge Shen
2024-06-16drm/amdgpu: add error handle to avoid out-of-boundsBob Zhou
2024-06-16drm/amd/display: Fix potential index out of bounds in color transformation fu...Srinivasan Shanmugam
2024-06-16drm/amdkfd: Flush the process wq before creating a kfd_processLancelot SIX
2024-06-16drm/amd/display: Set color_mgmt_changed to true on unsuspendJoshua Ashton
2024-05-25drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_he...Srinivasan Shanmugam
2024-05-02drm/amdgpu: Fix leak when GPU memory allocation failsMukul Joshi
2024-05-02drm/amdgpu: validate the parameters of bo mapping operations more clearlyxinhui pan
2024-05-02amdgpu: validate offset_in_bo of drm_amdgpu_gem_vaChia-I Wu
2024-05-02drm/amdgpu: restrict bo mapping within gpu address limitsRajneesh Bhardwaj
2024-04-13drm/amd/display: Fix nanosec stat overflowAric Cyr
2024-04-13amdkfd: use calloc instead of kzalloc to avoid integer overflowDave Airlie
2024-03-26drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()Srinivasan Shanmugam
2024-03-26drm/amd/display: Fix potential NULL pointer dereferences in 'dcn10_set_output...Srinivasan Shanmugam
2024-03-01drm/amdgpu: Fix type of second parameter in trans_msg() callbackNathan Chancellor
2024-03-01drm/amdgpu: Check for valid number of registers to readTrek
2024-02-23drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'Srinivasan Shanmugam
2024-02-23drm/amdgpu: Drop 'fence' check in 'to_amdgpu_amdkfd_fence()'Srinivasan Shanmugam
2024-02-23drm/amdgpu: Let KFD sync with VM fencesFelix Kuehling