summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon
AgeCommit message (Expand)Author
2020-04-03Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-03-31Merge v5.6 into drm-nextDave Airlie
2020-03-30PCI: Use ioremap(), not phys_to_virt() for platform ROMMikel Rychliski
2020-03-27Merge tag 'drm-misc-fixes-2020-03-26' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2020-03-25drm/[radeon|amdgpu]: Remove HAINAN board from max_sclk override checkYassine Oudjana
2020-03-25drm/radeon: fix scatter-gather mapping with user pagesShane Francis
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-11drm: Remove drm dp mst destroy_connector callbacksPankaj Bharadiya
2020-03-11drm: Remove dp mst register connector callbacksPankaj Bharadiya
2020-03-06drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya
2020-03-06drm/radeon: remove radeon_fb_{add,remove}_connector functionsPankaj Bharadiya
2020-03-06drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya
2020-02-28Merge tag 'amd-drm-next-5.7-2020-02-26' of git://people.freedesktop.org/~agd5...Dave Airlie
2020-02-26drm/radeon: Inline drm_get_pci_devDaniel Vetter
2020-02-26drm/radeon: Inline drm_get_pci_devDaniel Vetter
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-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-02-07Merge tag 'drm-next-2020-02-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2020-01-30radeon: completely remove lut leftoversDaniel Vetter
2020-01-30radeon: insert 10ms sleep in dce5_crtc_load_lutDaniel Vetter
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-01-24drm: Avoid drm_global_mutex for simple inc/dec of dev->open_countChris Wilson
2020-01-16drm/ttm: nuke invalidate_caches callbackChristian König
2020-01-09drm/dp_mst: Add PBN calculation for DSC modesDavid Francis
2020-01-07drm/radeon: remove unnecessary braces around conditionals.Wambui Karuga
2020-01-07drm/radeon: remove boolean checks in if statements.Wambui Karuga
2020-01-07drm/radeon: remove three set but not used variableyu kuai
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-23drm/radeon: use true,false for bool variable in ni.czhengbin
2019-12-23drm/radeon: use true,false for bool variable in cik.czhengbin
2019-12-23drm/radeon: use true,false for bool variable in rv770.czhengbin
2019-12-23drm/radeon: use true, false for bool variable in evergreen.czhengbin
2019-12-23drm/radeon: use true,false for bool variable in r600.czhengbin
2019-12-23drm/radeon: use true,false for bool variable in si.czhengbin
2019-12-23drm/radeon: use true,false for bool variable in r100.czhengbin
2019-12-18gpu: drm: dead code eliminationPan Zhang
2019-12-17Merge tag 'drm-next-5.6-2019-12-11' of git://people.freedesktop.org/~agd5f/li...Daniel Vetter
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2019-12-06Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-12-05drm: constify fb ops across all driversJani Nikula
2019-12-05drm/radeon: Don't include <drm/drm_pci.h>Thomas Zimmermann
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-12-03drm/radeon: fix r1xx/r2xx register checker for POT texturesAlex Deucher
2019-12-03drm/radeon: fix r1xx/r2xx register checker for POT texturesAlex Deucher
2019-11-30Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-11-28Merge branch 'pci/misc'Bjorn Helgaas