aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König3-1/+13
2022-04-06drm/radeon: change si_default_state table from global to staticTom Rix3-256/+222
2022-04-06drm/radeon: simplify if-if to if-elseGuo Zhengkui1-1/+1
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard12-33/+20
2022-04-03drm/radeon: stop using dma_resv_excl_fenceChristian König1-1/+6
2022-03-15drm/radeon: Use drm_mode_copy()Ville Syrjälä1-2/+2
2022-02-28Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie1-4/+4
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie7-53/+16
2022-02-24Merge tag 'drm-misc-fixes-2022-02-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie1-4/+4
2022-02-23drm/radeon: fix variable typeChristian König1-4/+4
2022-02-15drm/radeon: remove resource accounting v2Christian König5-52/+12
2022-02-14drm/radeon: Fix backlight control on iMac 12,1Nicholas Bishop1-1/+2
2022-02-14drm/radeon: Fix backlight control on iMac 12,1Nicholas Bishop1-1/+2
2022-02-14Merge tag 'amd-drm-next-5.18-2022-02-11-1' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie9-26/+11
2022-02-11Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-0/+1
2022-02-09drm/radeon/uvd: Fix forgotten unmap buffer objectszhanglianjie1-3/+2
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi1-0/+1
2022-02-07drm: Convert open-coded yes/no strings to yesno()Lucas De Marchi1-1/+2
2022-02-07Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2-19/+25
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie5-8/+8
2022-01-31drm: introduce fb_modifiers_not_supported flag in mode_configTomohito Esaki1-0/+2
2022-01-25drm/radeon: remove redundant assignment to regColin Ian King1-1/+0
2022-01-25drm/edid: Split deep color modes between RGB and YUV444Maxime Ripard1-1/+1
2022-01-24drm/radeon: use ttm_resource_manager_debugChristian König1-2/+2
2022-01-18drm/radeon: fix error handling in radeon_driver_open_kmsChristian König1-10/+12
2022-01-18drm/radeon: fix UVD suspend errorQiang Ma6-6/+6
2022-01-18drm/radeon: fix error handling in radeon_driver_open_kmsChristian König1-10/+12
2022-01-17drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann4-5/+5
2022-01-14drm/radeon: use kernel is_power_of_2 rather than local versionJonathan Gray1-16/+3
2021-12-23Merge tag 'amd-drm-next-5.17-2021-12-16' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie2-17/+21
2021-12-14drm/radeon: Fix syntax errors in commentsXiang wangx1-1/+1
2021-12-10Merge tag 'amd-drm-next-5.17-2021-12-02' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-1/+1
2021-12-02drm/radeon/radeon_kms: Fix a NULL pointer dereference in radeon_driver_open_kms()Zhou Qingyang1-16/+20
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas1-2/+1
2021-11-27drm: Don't print messages if drivers are disabled due nomodesetJavier Martinez Canillas1-6/+2
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann2-3/+3
2021-11-17drm/radeon: correct indentationXu Wang1-1/+1
2021-11-11Merge tag 'drm-misc-next-fixes-2021-11-10' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2021-11-05drm/ttm: remove ttm_bo_vm_insert_huge()Jason Gunthorpe1-1/+1
2021-11-04drm/radeon: use dma_resv_wait_timeout() instead of manually waitingChristian König1-8/+5
2021-10-25drm: Update MST First Link Slot Information Based on Encoding FormatBhawanpreet Lakha1-2/+2
2021-10-25Merge drm/drm-next into drm-misc-nextMaxime Ripard4-8/+9
2021-10-20drm/radeon: use new iterator in radeon_sync_resvChristian König1-19/+3
2021-10-11Merge tag 'drm-misc-next-2021-10-06' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-4/+4
2021-10-04Revert "drm/radeon: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()"Sean Paul2-21/+10
2021-10-01drm/radeon: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()Fernando Ramos2-10/+21
2021-09-29gpu: amd: replace open-coded offsetof() with builtinArnd Bergmann1-1/+1
2021-09-29drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld1-4/+4
2021-09-28Merge tag 'amd-drm-next-5.16-2021-09-27' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie2-6/+7
2021-09-23drm/radeon: make array encoded_lanes staticColin Ian King1-1/+3