summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/radeon/dpm: Clean up errors in trinity_dpm.hGuoHua Chen2024-01-181-2/+1
| * drm/radeon/rv770: Clean up errors in rv770_dpm.cGuoHua Chen2024-01-181-2/+2
| * drm/radeon: Clean up errors in smu7_discrete.hGuoHua Chen2024-01-181-34/+17
| * drm/radeon: Clean up errors in ni_dpm.cGuoHua Chen2024-01-181-1/+1
| * drm/radeon/ni_dpm: Clean up errors in ni_dpm.cGuoHua Chen2024-01-181-8/+4
| * drm/radeon/dpm: Clean up errors in sumo_dpm.cGuoHua Chen2024-01-181-10/+8
| * drm/radeon: Clean up errors in ni.cGuoHua Chen2024-01-181-13/+8
| * drm/radeon: Clean up errors in r600_dpm.hGuoHua Chen2024-01-181-2/+1
| * drm/radeon/r100: Clean up errors in r100.cGuoHua Chen2024-01-181-1/+1
| * drm/radeon: Clean up errors in radeon_atpx_handler.cGuoHua Chen2024-01-181-4/+8
| * drm/radeon: Clean up errors in trinity_dpm.cGuoHua Chen2024-01-181-5/+4
| * drm/radeon/trinity_dpm: Clean up errors in trinity_dpm.cGuoHua Chen2024-01-181-13/+9
| * drm/radeon: Clean up errors in si_dpm.cGuoHua Chen2024-01-181-88/+44
| * drm/radeon: check PS, WS indexAlexander Richards2024-01-157-74/+93
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2024-01-2921-17/+44
|\ \
| * \ Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-181-1/+0
| |\ \ | | |/ | |/|
| | * drm: remove I2C_CLASS_DDC supportHeiner Kallweit2024-01-181-1/+0
| * | gpu/drm/radeon: fix two memleaks in radeon_vm_initZhipeng Lu2023-12-141-2/+6
| * | drm/radeon: Prevent multiple debug error lines on suspendWoody Suwalski2023-12-131-1/+1
| * | drm/radeon: include drm/drm_edid.h only where neededJani Nikula2023-12-1311-2/+13
| * | Merge tag 'amd-drm-next-6.8-2023-12-08' of https://gitlab.freedesktop.org/agd...Dave Airlie2023-12-133-3/+12
| |\ \
| | * | drm/radeon/trinity_dpm: fix a memleak in trinity_parse_power_tableZhipeng Lu2023-12-061-1/+3
| | * | drm/radeon/dpm: fix a memleak in sumo_parse_power_tableZhipeng Lu2023-12-061-1/+3
| | * | drm/radeon: check the alloc_workqueue return value in radeon_crtc_init()Yang Yingliang2023-12-061-1/+6
| * | | Merge tag 'drm-misc-next-2023-12-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-12-081-1/+0
| |\ \ \ | | |/ / | |/| |
| * | | Merge tag 'amd-drm-next-6.8-2023-12-01' of https://gitlab.freedesktop.org/agd...Dave Airlie2023-12-054-8/+12
| |\ \ \
| | * | | drm/radeon: check return value of radeon_ring_lock()Nikita Zhandarovich2023-11-301-0/+4
| | * | | drm/radeon/r100: Fix integer overflow issues in r100_cs_track_check()Nikita Zhandarovich2023-11-301-2/+2
| | * | | drm/radeon/r600_cs: Fix possible int overflows in r600_cs_check_reg()Nikita Zhandarovich2023-11-301-2/+2
| | * | | drm/radeon: Fix warning using plain integer as NULLAbhinav Singh2023-11-171-4/+4
| | | |/ | | |/|
* | | | drm/ttm: replace busy placement with flags v6Somalapuram Amaranath2024-01-253-10/+1
| |_|/ |/| |
* | | drm/radeon: Do not include <drm/drm_legacy.h>Thomas Zimmermann2023-12-061-1/+0
|/ /
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-11-1510-123/+85
|\|
| * Merge tag 'drm-next-2023-11-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-11-071-21/+21
| |\
| | * drm/radeon: replace 1-element arrays with flexible-array membersJosé Pekkarinen2023-11-031-21/+21
| * | Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-021-15/+5
| |\ \ | | |/ | |/|
| | * drm/radeon: Use pci_get_base_class() to reduce duplicated codeSui Jingfeng2023-09-281-15/+5
| * | Merge tag 'amd-drm-next-6.7-2023-10-13' of https://gitlab.freedesktop.org/agd...Dave Airlie2023-10-188-87/+59
| |\ \
| | * | drm/radeon: fix a possible null pointer dereferenceMa Ke2023-10-131-0/+2
| | * | drm/radeon: Fix UBSAN array-index-out-of-bounds for Radeon HD 5430Mario Limonciello2023-10-091-1/+1
| | * | drm/radeon: Remove the references of radeon_gem_ pread & pwrite ioctlsSrinivasan Shanmugam2023-08-303-22/+0
| | * | drm/radeon/radeon_ttm: Remove unused variable 'rbo' from radeon_bo_move()Lee Jones2023-08-301-2/+0
| | * | drm/radeon: possible buffer overflowKonstantin Meskhidze2023-08-301-3/+4
| | * | drm/radeon: Cleanup radeon/radeon_fence.cSrinivasan Shanmugam2023-08-301-59/+52
* | | | drm/edid: include drm_eld.h only where requiredJani Nikula2023-11-091-0/+1
|/ / /
* | | Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann2023-09-1227-267/+176
|\ \ \ | | |/ | |/|
| * | Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-08-302-53/+20
| |\ \ | | |/ | |/|
| | * drm/radeon: Use RMW accessors for changing LNKCTLIlpo Järvinen2023-08-212-53/+20
| * | drm/radeon: Use pci_dev_id() to simplify the codeZheng Zengkai2023-08-151-1/+1
| * | drm/radeon: Remove unnecessary NULL valuesRuan Jinjie2023-08-153-6/+6