summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_display.c
AgeCommit message (Expand)Author
2026-04-03drm/radeon: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-12-16drm/radeon: Convert logging in radeon_display.c to drm_* helpersMukesh Ogare
2025-10-28drm/radeon: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus
2025-09-02Merge tag 'amd-drm-next-6.18-2025-08-29' of https://gitlab.freedesktop.org/ag...Dave Airlie
2025-08-15drm/radeon: replace min/max nesting with clamp()Xichao Zhao
2025-08-06drm/radeon: Pass along the format info from .fb_create() to drm_helper_mode_f...Imre Deak
2025-07-16drm: Allow the caller to pass in the format info to drm_helper_mode_fill_fb_s...Ville Syrjälä
2025-07-16drm: Pass the format info to .fb_create()Ville Syrjälä
2024-07-27drm/radeon: convert bios_hardcoded_edid to drm_edidThomas Weißschuh
2024-07-23drm/radeon: change rdev->ddev to rdev_to_drm(rdev)Wu Hoi Pok
2024-05-23drm/radeon: convert to using is_hdmi and has_audio from display infoJani Nikula
2024-04-09drm/radeon/radeon_display: Decrease the size of allocated memoryErick Archer
2023-12-06drm/radeon: check the alloc_workqueue return value in radeon_crtc_init()Yang Yingliang
2023-03-31drm/radeon: Implement client-based fbdev emulationThomas Zimmermann
2023-01-18drm/radeon: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann
2022-10-19drm: Remove drm_mode_config::fb_baseZack Rusin
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König
2022-04-03drm/radeon: stop using dma_resv_excl_fenceChristian König
2022-01-31drm: introduce fb_modifiers_not_supported flag in mode_configTomohito Esaki
2021-07-01drm/radeon: Add the missed drm_gem_object_put() in radeon_user_framebuffer_cr...Jing Xiangfeng
2021-06-06dma-buf: rename and cleanup dma_resv_get_excl v3Christian König
2021-01-06drm/radeon: Remove references to struct drm_device.pdevThomas Zimmermann
2020-11-16drm/radeon/radeon_kms: Move 'radeon_*_kms' prototypes to shared headerLee Jones
2020-11-13drm/radeon/radeon_display: Fix function doc formatting and missing param issuesLee Jones
2020-11-13drm/radeon/radeon_display: Remove unused variable 'mod'Lee Jones
2020-11-13drm/radeon: Move prototypes to shared headerLee Jones
2020-11-04Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-09-24drm/radeon: switch over to the new pin interfaceChristian König
2020-09-15drm/radeon: revert "Prefer lower feedback dividers"Christian König
2020-09-03drm/radeon: Prefer lower feedback dividersKai-Heng Feng
2020-07-02Merge tag 'amd-drm-next-5.9-2020-07-01' of git://people.freedesktop.org/~agd5...Dave Airlie
2020-07-01drm/radeon: Fix reference count leaks caused by pm_runtime_get_syncAditya Pakki
2020-05-19drm/radeon: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard
2020-02-13drm/radeon: Convert to CRTC VBLANK callbacksThomas Zimmermann
2020-02-13drm/radeon: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann
2020-01-30radeon: completely remove lut leftoversDaniel Vetter
2020-01-30radeon: insert 10ms sleep in dce5_crtc_load_lutDaniel Vetter
2020-01-07drm/radeon: remove boolean checks in if statements.Wambui Karuga
2019-12-17Merge tag 'drm-next-5.6-2019-12-11' of git://people.freedesktop.org/~agd5f/li...Daniel Vetter
2019-12-05drm/radeon: Don't include <drm/drm_pci.h>Thomas Zimmermann
2019-11-19drm/radeon: remove set but not used variable 'radeon_connector'zhengbin
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König
2019-08-06drm/radeon: switch driver from bo->resv to bo->base.resvGerd Hoffmann
2019-08-06drm/radeon: use embedded gem objectGerd Hoffmann