summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon
AgeCommit message (Expand)AuthorFilesLines
2025-08-06drm/radeon: Pass along the format info from .fb_create() to drm_helper_mode_f...Imre Deak3-7/+11
2025-07-21Merge tag 'amd-drm-next-6.17-2025-07-17' of https://gitlab.freedesktop.org/ag...Dave Airlie1-17/+6
2025-07-16drm: Allow the caller to pass in the format info to drm_helper_mode_fill_fb_s...Ville Syrjälä1-1/+1
2025-07-16drm: Pass the format info to .fb_create()Ville Syrjälä1-0/+1
2025-07-16drm: Pass pixel_format+modifier directly to drm_get_format_info()Ville Syrjälä1-1/+2
2025-07-15drm/radeon: Do not hold console lock during resumeThomas Zimmermann1-12/+3
2025-07-15drm/radeon: Do not hold console lock while suspending clientsThomas Zimmermann1-5/+3
2025-07-04Merge tag 'amd-drm-next-6.17-2025-07-01' of https://gitlab.freedesktop.org/ag...Dave Airlie2-3/+98
2025-06-30drm/radeon: bump version to 2.51.0Patrick Lerda1-1/+2
2025-06-24drm/radeon/evergreen_cs: lower evergreen_surface_check_linear_aligned restric...Patrick Lerda1-1/+1
2025-06-24drm/radeon/evergreen_cs: implement cond_exec and cond_writePatrick Lerda1-1/+95
2025-06-06Merge tag 'drm-next-2025-06-06' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-2/+2
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-05-22drm/radeon: fixing typo in macro nameJihed Chaibi2-2/+2
2025-05-16drm/radeon/cik: Clean up doorbellsDr. David Alan Gilbert1-12/+30
2025-05-12Merge tag 'amd-drm-next-6.16-2025-05-09' of https://gitlab.freedesktop.org/ag...Dave Airlie7-72/+2
2025-04-23PCI: Add CONFIG_MMU dependencyArnd Bergmann1-1/+1
2025-04-22drm/radeon: Remove unused radeon_fence_wait_anyDr. David Alan Gilbert2-45/+0
2025-04-22drm/radeon/radeon_audio: Remove unused r600_hdmi_audio_workaroundDr. David Alan Gilbert2-23/+0
2025-04-21drm/radeon: fix the warning for radeon_cs_parser_finiSunil Khatri1-1/+0
2025-04-21drm/radeon: fix typo in atombios.hAlexandre Demers1-2/+1
2025-04-07drm/radeon: fix MAX_POWER_SHIFT valueAlexandre Demers1-1/+1
2025-04-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann9-34/+36
2025-03-25drm/display: dp: change drm_dp_dpcd_read_link_status() return valueDmitry Baryshkov1-4/+4
2025-03-19drm/radeon/uvd: Replace nested max() with single max3()FengWei1-1/+1
2025-03-14drm/radeon: fix uninitialized size issue in radeon_vce_cs_parse()Nikita Zhandarovich1-1/+1
2025-03-10Merge tag 'amd-drm-next-6.15-2025-03-07' of https://gitlab.freedesktop.org/ag...Dave Airlie6-8/+24
2025-03-05drm/radeon: Fix rs400_gpu_init for ATI mobility radeon Xpress 200MRichard Thier3-3/+19
2025-03-05drm/radeon: fix spelling typosAlexandre Demers3-5/+5
2025-02-26Merge tag 'amd-drm-next-6.15-2025-02-21' of https://gitlab.freedesktop.org/ag...Dave Airlie1-24/+10
2025-02-13drm/radeon/ci_dpm: Remove needless NULL checks of dpm tablesNikita Zhandarovich1-24/+10
2025-01-07drm/connector: make mode_valid take a const struct drm_display_modeDmitry Baryshkov3-7/+7
2024-12-16drm/radeon: use eld_mutex to protect access to connector->eldDmitry Baryshkov1-0/+2
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula2-2/+0
2024-12-02Merge drm/drm-next into drm-misc-nextMaxime Ripard4-18/+10
2024-11-21Revert "drm/radeon: Delay Connector detecting when HPD singals is unstable"Alex Deucher1-10/+0
2024-11-20drm/radeon: Fix spurious unplug event on radeon HDMISteven 'Steve' Kendall1-4/+8
2024-11-20drm/radeon: Constify struct pci_device_idChristophe JAILLET1-2/+1
2024-11-20drm/radeon: Use ttm_bo_move_null() in radeon_bo_move()Huacai Chen1-2/+1
2024-11-20drm/radeon: switch over to drm_exec v2Christian König7-63/+66
2024-11-15drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann1-1/+1
2024-11-01Merge tag 'drm-misc-next-2024-10-31' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie3-18/+10
2024-10-29Merge tag 'amd-drm-next-6.13-2024-10-25' of https://gitlab.freedesktop.org/ag...Dave Airlie6-12/+22
2024-10-18drm/radeon: Suspend and resume clients with client helpersThomas Zimmermann3-18/+10
2024-10-15drm/radeon: Fix encoder->possible_clonesVille Syrjälä1-1/+1
2024-10-14drm/radeon: Use video aperture helpersThomas Zimmermann1-3/+2
2024-10-09Merge tag 'drm-misc-next-2024-09-26' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie4-113/+28
2024-10-08drm/radeon: always set GEM function pointerChristian König2-3/+1
2024-10-07drm/radeon: add late_register for connectorWu Hoi Pok2-7/+19
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1