summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon
Commit message (Expand)AuthorAgeFilesLines
* drm/radeon: Fix integer overflow in radeon_cs_parser_inithackyzh0022023-04-211-1/+2
* radeon: avoid double free in ci_dpm_init()Nikita Zhandarovich2023-04-181-8/+20
* drm/radeon: Only build fbdev if DRM_FBDEV_EMULATION is setThomas Zimmermann2023-03-313-1/+13
* drm/radeon: Implement client-based fbdev emulationThomas Zimmermann2023-03-316-66/+89
* drm/radeon: Correctly clean up failed display probingThomas Zimmermann2023-03-311-38/+34
* drm/radeon: Move fbdev cleanup code into fb_destroy callbackThomas Zimmermann2023-03-311-22/+21
* drm/radeon: Fix coding style in fbdev emulationThomas Zimmermann2023-03-311-35/+46
* drm/radeon: Move fbdev object helpers before struct fb_ops et alThomas Zimmermann2023-03-311-38/+38
* drm/radeon: Remove test for !screen_base in fbdev probingThomas Zimmermann2023-03-311-5/+0
* drm/radeon: Remove struct radeon_fbdevThomas Zimmermann2023-03-312-58/+46
* drm/radeon: Improve fbdev object-test helperThomas Zimmermann2023-03-311-4/+12
* drm/radeon: Move radeon_align_pitch() next to dumb-buffer helpersThomas Zimmermann2023-03-314-27/+26
* Merge tag 'drm-misc-next-2023-03-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-03-147-361/+59
|\
| * drm/radeon: Use the drm suballocation manager implementation.Maarten Lankhorst2023-03-016-356/+57
| * drm/radeon: handle NULL bo->resource in move callbackMatthew Auld2023-02-231-1/+2
| * drm/ttm: prevent moving of pinned BOsChristian König2023-02-061-4/+0
* | drm/radeon: Fix eDP for single-display iMac11,2Mark Hawrylak2023-03-011-2/+3
* | drm/fb-helper: Remove drm_fb_helper_unprepare() from drm_fb_helper_fini()Thomas Zimmermann2023-02-211-0/+2
|/
* drm/fb-helper: Initialize fb-helper's preferred BPP in prepare functionThomas Zimmermann2023-01-261-2/+2
* drm/ttm: revert "prevent moving of pinned BOs"Christian König2023-01-251-0/+4
* drm/ttm: prevent moving of pinned BOsChristian König2023-01-251-4/+0
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-01-193-5/+7
|\
| * Merge tag 'drm-misc-next-2023-01-12' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-01-161-0/+2
| |\
| * \ Merge tag 'amd-drm-next-6.3-2023-01-13' of https://gitlab.freedesktop.org/agd...Dave Airlie2023-01-161-0/+1
| |\ \
| | * | drm/radeon: free iio for atombios when driver shutdownLiwei Song2023-01-091-0/+1
| * | | Merge tag 'amd-drm-next-6.3-2023-01-06' of https://gitlab.freedesktop.org/agd...Dave Airlie2023-01-161-5/+5
| |\| |
| | * | drm/radeon: Replace 1-element arrays with flexible-array membersPaulo Miguel Almeida2022-12-151-5/+5
| * | | Merge tag 'drm-misc-next-2023-01-03' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-01-045-12/+6
| |\ \ \ | | |/ / | |/| |
| * | | drm/radeon: Fix PCI device refcount leak in radeon_atrm_get_bios()Xiongfeng Wang2022-11-291-0/+1
* | | | drm/radeon: Do not use deprecated drm log APINirmoy Das2023-01-181-3/+2
* | | | drm/radeon: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann2023-01-1813-10/+7
* | | | drm/radeon: Do not include <drm/drm_fb_helper.h>Thomas Zimmermann2023-01-134-4/+0
* | | | drm/radeon: Remove trailing whitespacesThomas Zimmermann2023-01-131-1/+1
* | | | drm: Include <linux/backlight.h> where neededThomas Zimmermann2023-01-131-1/+1
* | | | drm/radeon: Do not set struct fb_info.aperturesThomas Zimmermann2023-01-131-4/+0
| |_|/ |/| |
* | | drm: Only select I2C_ALGOBIT for drivers that actually need itUwe Kleine-König2023-01-101-0/+2
| |/ |/|
* | drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König2022-12-063-4/+5
* | drm/ttm: remove ttm_bo_(un)lock_delayed_workqueueChristian König2022-12-062-8/+1
|/
* Merge tag 'amd-drm-next-6.2-2022-11-18' of https://gitlab.freedesktop.org/agd...Dave Airlie2022-11-225-7/+170
|\
| * drm: Move radeon and amdgpu Kconfig options into their directoriesAndrew Davis2022-11-101-0/+30
| * drm/radeon: Add HD-audio component notifier support (v6)Takashi Iwai2022-11-103-0/+129
| * drm/radeon: Add the missed acpi_put_table() to fix memory leakHanjun Guo2022-11-091-7/+11
* | Merge tag 'drm-misc-next-2022-11-10-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2022-11-161-2/+4
|\ \ | |/ |/|
| * drm/fb-helper: Perform all fbdev I/O with the same implementationThomas Zimmermann2022-11-051-0/+2
| * drm/fb-helper: Rename drm_fb_helper_unregister_fbi() to use _info postfixThomas Zimmermann2022-11-051-1/+1
| * drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfixThomas Zimmermann2022-11-051-1/+1
* | Merge tag 'amd-drm-next-6.2-2022-11-04' of https://gitlab.freedesktop.org/agd...Dave Airlie2022-11-084-6/+9
|\ \ | |/ |/|
| * drm/radeon: Replace one-element array with flexible-array memberPaulo Miguel Almeida2022-11-042-3/+6
| * drm/radeon: fix repeated words in commentswangjianli2022-10-241-1/+1
| * drm/radeon: Replace kmap() with kmap_local_page()Fabio M. De Francesco2022-10-171-2/+2