summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon
AgeCommit message (Expand)AuthorFilesLines
2020-05-14Merge tag 'amd-drm-next-5.8-2020-05-12' of git://people.freedesktop.org/~agd5...Dave Airlie2-4/+3
2020-05-05drm/radeon: fix unsigned comparison with 0ChenTao1-2/+2
2020-04-30drm/radeon: cleanup coding style a bitBernard Zhao1-2/+1
2020-04-30Merge tag 'amd-drm-next-5.8-2020-04-24' of git://people.freedesktop.org/~agd5...Dave Airlie3-64/+3
2020-04-22Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie3-5/+5
2020-04-13drm/radeon: remove defined but not used variables in ci_dpm.cJason Yan1-14/+0
2020-04-13drm/radeon: remove defined but not used 'dte_data_tahiti_le'Jason Yan1-18/+0
2020-04-03Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-11/+19
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2020-04-03drm: delete drm_pci.hDaniel Vetter1-1/+1
2020-04-01drm/radeon: align short build logMasahiro Yamada1-1/+1
2020-04-01drm/radeon: use pattern rule to avoid code duplication in MakefileMasahiro Yamada1-28/+1
2020-04-01drm/radeon: fix build rules of *_reg_safe.hMasahiro Yamada1-11/+11
2020-04-01drm/radeon: remove unneeded header include pathMasahiro Yamada1-2/+0
2020-03-31Merge v5.6 into drm-nextDave Airlie1-1/+1
2020-03-30PCI: Use ioremap(), not phys_to_virt() for platform ROMMikel Rychliski1-11/+19
2020-03-28drm/radeon: convert to use i2c_new_client_device()Wolfram Sang2-4/+4
2020-03-27Merge tag 'drm-misc-fixes-2020-03-26' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+1
2020-03-25drm/[radeon|amdgpu]: Remove HAINAN board from max_sclk override checkYassine Oudjana1-1/+0
2020-03-25drm/radeon: fix scatter-gather mapping with user pagesShane Francis1-1/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-11drm: Remove drm dp mst destroy_connector callbacksPankaj Bharadiya1-11/+0
2020-03-11drm: Remove dp mst register connector callbacksPankaj Bharadiya1-6/+0
2020-03-06drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya1-4/+0
2020-03-06drm/radeon: remove radeon_fb_{add,remove}_connector functionsPankaj Bharadiya3-25/+0
2020-03-06drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya1-2/+1
2020-02-28Merge tag 'amd-drm-next-5.7-2020-02-26' of git://people.freedesktop.org/~agd5...Dave Airlie2-2/+47
2020-02-26drm/radeon: Inline drm_get_pci_devDaniel Vetter2-2/+47
2020-02-26drm/radeon: Inline drm_get_pci_devDaniel Vetter2-2/+47
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard24-78/+53
2020-02-13drm/radeon: Convert to CRTC VBLANK callbacksThomas Zimmermann3-22/+26
2020-02-13drm/radeon: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann5-12/+22
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-1/+1
2020-02-07Merge tag 'drm-next-2020-02-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-8/+2
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-1/+1
2020-01-30radeon: completely remove lut leftoversDaniel Vetter2-8/+0
2020-01-30radeon: insert 10ms sleep in dce5_crtc_load_lutDaniel Vetter1-0/+2
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds51-198/+232
2020-01-24drm: Avoid drm_global_mutex for simple inc/dec of dev->open_countChris Wilson1-1/+1
2020-01-16drm/ttm: nuke invalidate_caches callbackChristian König1-6/+0
2020-01-09drm/dp_mst: Add PBN calculation for DSC modesDavid Francis1-1/+1
2020-01-07drm/radeon: remove unnecessary braces around conditionals.Wambui Karuga6-21/+18
2020-01-07drm/radeon: remove boolean checks in if statements.Wambui Karuga8-16/+16
2020-01-07drm/radeon: remove three set but not used variableyu kuai1-13/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-23drm/radeon: use true,false for bool variable in ni.czhengbin1-2/+2
2019-12-23drm/radeon: use true,false for bool variable in cik.czhengbin1-2/+2
2019-12-23drm/radeon: use true,false for bool variable in rv770.czhengbin1-1/+1
2019-12-23drm/radeon: use true, false for bool variable in evergreen.czhengbin1-1/+1
2019-12-23drm/radeon: use true,false for bool variable in r600.czhengbin1-1/+1