aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-04drm/ttm: flip over the range manager to self allocated nodesChristian König1-0/+1
2021-06-04drm/ttm: allocate resource object instead of embedding it v2Christian König1-1/+1
2021-06-04Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie6-8/+5
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König7-28/+28
2021-05-27drm/dp_mst: Use kHz as link rate units when settig source max link caps at initNikola Cornij1-1/+1
2021-05-26drm/radeon: Implement mmap as GEM object functionThomas Zimmermann4-67/+51
2021-05-25drm/radeon: remove the repeated declarationShaokun Zhang1-2/+0
2021-05-25drm/radeon/evergreen: Remove the repeated declarationShaokun Zhang1-1/+0
2021-05-21drm/radeon/r100: Realign doc header with function 'r100_cs_packet_parse_vline()'Lee Jones1-1/+1
2021-05-21drm/radeon/radeon_vm: Fix function naming disparitiesLee Jones1-2/+2
2021-05-21drm/radeon/cik: Fix incorrectly named function 'cik_irq_suspend()'Lee Jones1-1/+1
2021-05-21drm/radeon/radeon_cs: Fix incorrectly documented function 'radeon_cs_parser_fini'Lee Jones1-1/+1
2021-05-21Merge tag 'amd-drm-next-5.14-2021-05-21' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-1/+2
2021-05-21Merge tag 'amd-drm-next-5.14-2021-05-19' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-1/+2
2021-05-19drm/radeon: use the dummy page for GART if neededChristian König1-1/+2
2021-05-19drm/radeon/dpm: Disable sclk switching on Oland when two 4K 60Hz monitors are connectedKai-Heng Feng3-0/+12
2021-05-19drm/radeon: use the dummy page for GART if neededChristian König1-1/+2
2021-05-19Merge tag 'drm-misc-next-2021-05-12' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie8-41/+173
2021-05-13drm/radeon/dpm: Disable sclk switching on Oland when two 4K 60Hz monitors are connectedKai-Heng Feng3-0/+12
2021-05-13drm/radeon/si_dpm: Fix SMU power state loadGustavo A. R. Silva2-99/+109
2021-05-13drm/radeon/ni_dpm: Fix booting bugGustavo A. R. Silva2-84/+94
2021-05-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann4-15/+21
2021-05-10drm/radeon/si_dpm: Fix SMU power state loadGustavo A. R. Silva2-99/+109
2021-05-10drm/radeon/ni_dpm: Fix booting bugGustavo A. R. Silva2-84/+94
2021-05-10drm/radeon: Avoid power table parsing memory leaksKees Cook1-5/+15
2021-05-10drm/radeon: Fix off-by-one power_state index heap overwriteKees Cook1-3/+3
2021-05-10drm/radeon: Move AGP data structures into radeonThomas Zimmermann5-59/+86
2021-05-10drm/radeon: Move AGP helpers into radeon driverThomas Zimmermann3-8/+104
2021-05-09Merge tag 'drm-next-2021-05-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-8/+18
2021-05-07Merge tag 'amd-drm-fixes-5.13-2021-05-05' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-8/+18
2021-05-04drm/radeon: Avoid power table parsing memory leaksKees Cook1-5/+15
2021-05-04drm/radeon: Fix off-by-one power_state index heap overwriteKees Cook1-3/+3
2021-04-30Merge tag 'drm-next-2021-04-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-5/+1
2021-04-29drm/dp_mst: Use Extended Base Receiver Capability DPCD spaceNikola Cornij1-0/+7
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds26-501/+310
2021-04-27drm/dp: Pass drm_dp_aux to drm_dp*_link_train_channel_eq_delay()Lyude Paul1-1/+1
2021-04-27drm/dp: Pass drm_dp_aux to drm_dp_link_train_clock_recovery_delay()Lyude Paul1-1/+1
2021-04-27drm/dp: Add backpointer to drm_device in drm_dp_auxLyude Paul1-0/+1
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2021-04-26Merge drm/drm-next into drm-misc-nextMaxime Ripard25-466/+283
2021-04-23drm/ttm: move the page_alignment into the BO v2Christian König1-1/+1
2021-04-20drm/radeon/radeon_device: Provide function name in kernel-doc headerLee Jones1-1/+2
2021-04-15drm/radeon/si: Fix inconsistent indentingYang Li1-1/+1
2021-04-15drm/radeon/cik: remove set but not used variablesTian Tao1-4/+0
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann1-1/+2
2021-04-09drm/radeon: Fix a missing check bug in radeon_dp_mst_detect()Yingjie Wang1-0/+3
2021-04-09drm/radeon/r600: Fix variables that are not used after assignmentTian Tao1-0/+2
2021-04-09drm/radeon: Fix size overflowxinhui pan1-2/+2
2021-04-09drm/radeon: avoid potential null pointer accessGuchun Chen1-1/+1
2021-04-09drm/radeon/r600_cs: Few typo fixesBhaskar Chowdhury1-3/+3