summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/radeon
AgeCommit message (Expand)Author
2024-10-23drm/radeon: Fix encoder->possible_clonesJonathan Gray
2024-10-11drm/radeon/r100: Handle unknown family in r100_cp_init_microcode()Jonathan Gray
2024-10-07drm/radeon/evergreen_cs: fix int overflow errors in cs track offsetsJonathan Gray
2024-10-07drm/radeon: properly handle vbios fake edid sizingJonathan Gray
2024-08-29call pci_set_drvdata() on attachJonathan Gray
2024-08-27frambuffer -> framebufferJonathan Gray
2024-08-15drm/radeon: Remove __counted_by from StateArray.states[]Jonathan Gray
2024-07-26drm/radeon: check bo_va->bo is non-NULL before using itJonathan Gray
2024-07-08drm/radeon/radeon_display: Decrease the size of allocated memoryJonathan Gray
2024-06-28drm/radeon: fix UBSAN warning in kv_dpm.cJonathan Gray
2024-05-20drm/radeon: silence UBSAN warning (v3)Jonathan Gray
2024-04-29drm/radeon: make -fstrict-flex-arrays=3 happyJonathan Gray
2024-03-27drm/radeon/ni: Fix wrong firmware size logging in ni_init_microcode()Jonathan Gray
2024-01-29gpu/drm/radeon: fix two memleaks in radeon_vm_initJonathan Gray
2024-01-29drm/radeon/trinity_dpm: fix a memleak in trinity_parse_power_tableJonathan Gray
2024-01-29drm/radeon/dpm: fix a memleak in sumo_parse_power_tableJonathan Gray
2024-01-29drm/radeon: check the alloc_workqueue return value in radeon_crtc_init()Jonathan Gray
2024-01-29drm/radeon: check return value of radeon_ring_lock()Jonathan Gray
2024-01-29drm/radeon/r100: Fix integer overflow issues in r100_cs_track_check()Jonathan Gray
2024-01-29drm/radeon/r600_cs: Fix possible int overflows in r600_cs_check_reg()Jonathan Gray
2024-01-18reduce diff to linuxJonathan Gray
2024-01-16update drm to linux 6.6.12Jonathan Gray
2023-11-30drm/radeon: fix a possible null pointer dereferenceJonathan Gray
2023-11-21drm/radeon: possible buffer overflowJonathan Gray
2023-10-24revert rev 1.19 'drm/radeon: Fix eDP for single-display iMac11,2'Jonathan Gray
2023-09-14revert previous, it doesn't helpJonathan Gray
2023-09-13drm/radeon: Use RMW accessors for changing LNKCTLJonathan Gray
2023-09-13use the eMac PowerMac4,4 connector table on eMac PowerMac6,4Jonathan Gray
2023-09-10don't error on WSDISPLAYIO_SVIDEO/WSDISPLAYIO_GVIDEO in drm driversJonathan Gray
2023-07-28drm/radeon: Fix integer overflow in radeon_cs_parser_initJonathan Gray
2023-07-20drm/radeon: fix possible division-by-zero errorsJonathan Gray
2023-07-20radeon: avoid double free in ci_dpm_init()Jonathan Gray
2023-07-18With the update of the sleep API the linux emulation of their wait API,Claudio Jeker
2023-07-05drm/radeon: fix race condition UAF in radeon_gem_set_domain_ioctlJonathan Gray
2023-06-16drm/radeon: reintroduce radeon_dp_work_func contentJonathan Gray
2023-03-27drm/radeon: Fix eDP for single-display iMac11,2Jonathan Gray
2023-03-27drm/radeon: free iio for atombios when driver shutdownJonathan Gray
2023-01-01update drm to linux 6.1.2Jonathan Gray
2022-11-11return early from drm activate functions after fatal errorJonathan Gray
2022-09-16drm/radeon: add a force flush to delay work when radeonJonathan Gray
2022-08-18drm/radeon: fix potential buffer overflow in ni_set_mc_special_registers()Jonathan Gray
2022-07-15Implement support for framebuffers that don't start on a page boundary.Mark Kettenis
2022-06-15drm/radeon: fix a possible null pointer dereferenceJonathan Gray
2022-05-10spellingJonathan Gray
2022-04-11drm/edid: Split deep color modes between RGB and YUV444Jonathan Gray
2022-03-11Constify struct cfattach.Martin Pieuchot
2022-03-01change some defines to static inline functionsJonathan Gray
2022-02-24drm/radeon: Fix backlight control on iMac 12,1Jonathan Gray
2022-02-15consistently use __linux__Jonathan Gray
2022-02-14reprint device name in attach error paths if neededJonathan Gray