summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon
AgeCommit message (Expand)AuthorFilesLines
2020-03-28drm/radeon: convert to use i2c_new_client_device()Wolfram Sang2-4/+4
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-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
2019-12-23drm/radeon: use true,false for bool variable in si.czhengbin1-2/+2
2019-12-23drm/radeon: use true,false for bool variable in r100.czhengbin1-4/+4
2019-12-18gpu: drm: dead code eliminationPan Zhang1-5/+0
2019-12-17Merge tag 'drm-next-5.6-2019-12-11' of git://people.freedesktop.org/~agd5f/li...Daniel Vetter7-24/+7
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter41-106/+176
2019-12-06Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-4/+4
2019-12-05drm: constify fb ops across all driversJani Nikula1-1/+1
2019-12-05drm/radeon: Don't include <drm/drm_pci.h>Thomas Zimmermann40-54/+54
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-71/+120
2019-12-03drm/radeon: fix r1xx/r2xx register checker for POT texturesAlex Deucher2-4/+4
2019-12-03drm/radeon: fix r1xx/r2xx register checker for POT texturesAlex Deucher2-4/+4
2019-11-30Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2-176/+51
2019-11-28Merge branch 'pci/misc'Bjorn Helgaas2-71/+120
2019-11-26drm: radeon: replace 0 with NULLJules Irenge1-1/+1
2019-11-26drm/radeon: remove redundant assignment to variable retColin Ian King1-1/+1
2019-11-23drm/radeon: use mmu_interval_notifier_insertJason Gunthorpe2-176/+51
2019-11-22drm/radeon: fix bad DMA from INTERRUPT_CNTL2Sam Bobroff3-6/+6
2019-11-21drm/radeon: Prefer pcie_capability_read_word()Frederick Lawler2-53/+90
2019-11-21drm/radeon: Replace numbers with PCI_EXP_LNKCTL2 definitionsBjorn Helgaas2-16/+28
2019-11-21drm/radeon: Correct Transmit Margin masksBjorn Helgaas2-8/+8
2019-11-19drm/radeon: fix bad DMA from INTERRUPT_CNTL2Sam Bobroff3-6/+6