summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon
AgeCommit message (Expand)AuthorFilesLines
4 daysdrm/radeon/radeon_display: Decrease the size of allocated memoryErick Archer2-8/+1
12 daysdrm/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
2023-07-25drm/radeon/si_dpm: open brace '{' following struct go on the same lineRan Sun1-34/+17
2023-07-25drm/radeon: ERROR: "foo * bar" should be "foo *bar"Ran Sun1-2/+2
2023-07-25drm/radeon: Prefer dev_* variant over printkSrinivasan Shanmugam1-4/+8
2023-07-25drm/radeon: Fix style issues in radeon _encoders.c & _gart.cSrinivasan Shanmugam2-29/+30
2023-07-25drm/radeon: Avoid externs & do not initialize globals to 0 in radeon_drv.cSrinivasan Shanmugam2-37/+27
2023-07-24drm: Remove flag FBINFO_DEFAULT from fbdev emulationThomas Zimmermann1-1/+1
2023-07-21drm/radeon: Prefer pr_err/_info over printkSrinivasan Shanmugam1-6/+6
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-3/+0
2023-07-12drm/radeon: ERROR: "(foo*)" should be "(foo *)"Ran Sun1-5/+5
2023-07-12drm/radeon: ERROR: that open brace { should be on the previous lineRan Sun1-22/+11
2023-07-12drm/radeon: ERROR: "(foo*)" should be "(foo *)"Ran Sun1-4/+4
2023-07-12drm/radeon: ERROR: "(foo*)" should be "(foo *)"Ran Sun1-4/+4
2023-07-12drm/radeon: ERROR: "foo * bar" should be "foo *bar"Ran Sun1-7/+7