summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon
AgeCommit message (Expand)AuthorFilesLines
2025-03-28drm/radeon: fix uninitialized size issue in radeon_vce_cs_parse()Nikita Zhandarovich1-1/+1
2025-03-13drm/radeon: Fix rs400_gpu_init for ATI mobility radeon Xpress 200MRichard Thier3-3/+19
2025-02-17drm/radeon: use eld_mutex to protect access to connector->eldDmitry Baryshkov1-0/+2
2024-12-14drm/radeon/r600_cs: Fix possible int overflow in r600_packet3_check()Igor Artemiev1-1/+1
2024-12-09drm/radeon: Fix spurious unplug event on radeon HDMISteven 'Steve' Kendall1-4/+8
2024-12-09drm/radeon: change rdev->ddev to rdev_to_drm(rdev)Wu Hoi Pok36-159/+159
2024-12-09drm/radeon: add helper rdev_to_drm(rdev)Wu Hoi Pok1-0/+5
2024-10-22drm/radeon: Fix encoder->possible_clonesVille Syrjälä1-1/+1
2024-10-10drm/radeon/r100: Handle unknown family in r100_cp_init_microcode()Geert Uytterhoeven1-25/+45
2024-10-04drm/radeon/evergreen_cs: fix int overflow errors in cs track offsetsNikita Zhandarovich1-31/+31
2024-10-04drm/radeon: properly handle vbios fake edid sizingAlex Deucher1-13/+16
2024-08-14drm/radeon: Remove __counted_by from StateArray.states[]Bill Wendling1-1/+1
2024-07-25drm/radeon: check bo_va->bo is non-NULL before using itPierre-Eric Pelloux-Prayer1-1/+1
2024-07-05drm/radeon/radeon_display: Decrease the size of allocated memoryErick Archer2-8/+1
2024-06-27drm/radeon: fix UBSAN warning in kv_dpm.cAlex Deucher1-0/+2
2024-05-17drm/radeon: silence UBSAN warning (v3)Alex Deucher1-5/+5
2024-04-27drm/radeon: make -fstrict-flex-arrays=3 happyAlex Deucher1-2/+6
2024-03-27drm/radeon/ni: Fix wrong firmware size logging in ni_init_microcode()Nikita Zhandarovich1-1/+1
2024-01-26gpu/drm/radeon: fix two memleaks in radeon_vm_initZhipeng Lu1-2/+6
2024-01-26drm/radeon/trinity_dpm: fix a memleak in trinity_parse_power_tableZhipeng Lu1-1/+3
2024-01-26drm/radeon/dpm: fix a memleak in sumo_parse_power_tableZhipeng Lu1-1/+3
2024-01-26drm/radeon: check the alloc_workqueue return value in radeon_crtc_init()Yang Yingliang1-1/+6
2024-01-26drm/radeon: check return value of radeon_ring_lock()Nikita Zhandarovich1-0/+4
2024-01-26drm/radeon/r100: Fix integer overflow issues in r100_cs_track_check()Nikita Zhandarovich1-2/+2
2024-01-26drm/radeon/r600_cs: Fix possible int overflows in r600_cs_check_reg()Nikita Zhandarovich1-2/+2
2023-11-28drm/radeon: fix a possible null pointer dereferenceMa Ke1-0/+2
2023-11-20drm/radeon: Remove the references of radeon_gem_ pread & pwrite ioctlsSrinivasan Shanmugam3-22/+0
2023-11-20drm/radeon: possible buffer overflowKonstantin Meskhidze1-3/+4
2023-09-12Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann27-267/+176
2023-09-07drm/radeon: make fence wait in suballocator uninterrruptableAlex Deucher1-1/+1
2023-08-31Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-53/+20
2023-08-21drm/radeon: Use RMW accessors for changing LNKCTLIlpo Järvinen2-53/+20
2023-08-16drm/radeon: Use pci_dev_id() to simplify the codeZheng Zengkai1-1/+1
2023-08-16drm/radeon: Remove unnecessary NULL valuesRuan Jinjie3-6/+6
2023-08-16drm/radeon: Fix multiple line dereference in 'atom_iio_execute'Srinivasan Shanmugam1-7/+3
2023-08-08Revert "drm/radeon: Prefer dev_* variant over printk"Srinivasan Shanmugam1-8/+4
2023-08-07Merge tag 'drm-misc-next-2023-08-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie4-4/+4
2023-08-04Merge tag 'amd-drm-next-6.6-2023-07-28' of https://gitlab.freedesktop.org/agd...Daniel Vetter18-193/+146
2023-07-31fbdev: Use _IOMEM_ infix for I/O-memory helpersThomas Zimmermann2-2/+2
2023-07-29drm: Spelling s/sempahore/semaphore/Geert Uytterhoeven2-2/+2
2023-07-27drm/radeon: Prefer strscpy over strlcpy calls in radeon_atombios.cSrinivasan Shanmugam1-2/+2
2023-07-27drm/radeon: Fix ENOSYS with better fitting error codes in radeon_gem.cSrinivasan Shanmugam1-2/+2
2023-07-27drm/radeon: Remove unnecessary NULL test before kfree in 'radeon_connector_fr...Srinivasan Shanmugam1-4/+2
2023-07-27drm/radeon: Prefer strscpy over strlcpy in 'radeon_combios_get_power_modes'Srinivasan Shanmugam1-2/+2
2023-07-27drm/radeon: Fix format errorYonggang Wu1-3/+3
2023-07-27drm/radeon: Move assignment outside if conditionRan Sun1-2/+4
2023-07-27drm/radeon: that open brace { should be on the previous lineRan Sun1-24/+12
2023-07-27drm/radeon: that open brace { should be on the previous lineRan Sun1-2/+1
2023-07-27drm/radeon: add missing spaces after ',' and else should follow close brace '}'Ran Sun1-3/+2
2023-07-25drm/radeon: add missing spaces before ';'Ran Sun1-2/+2