summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon
AgeCommit message (Expand)AuthorFilesLines
2020-02-26drm/radeon: Inline drm_get_pci_devDaniel Vetter2-2/+47
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-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
2019-11-19drm/radeon: remove set but not used variable 'tv_pll_cntl1'zhengbin1-7/+1
2019-11-19drm/radeon: remove set but not used variable 'blocks'zhengbin1-2/+1
2019-11-19drm/radeon: remove set but not used variable 'radeon_connector'zhengbin1-2/+0
2019-11-19drm/radeon: remove set but not used variable 'dig_connector'zhengbin1-3/+0
2019-11-19drm/radeon: remove set but not used variable 'backbias_response_time'zhengbin1-2/+1
2019-11-19drm/radeon: remove set but not used variable 'size', 'relocs_chunk'zhengbin1-6/+2
2019-11-11drm/radeon: Clean up code in radeon_pci_shutdown()KyleMahlkuch1-6/+3
2019-11-08drm/radeon: finally fix the racy VMA setupChristian König1-15/+14
2019-11-07drm/radeon: Provide ddc symlink in connector sysfs directoryAndrzej Pietrasiewicz1-36/+107
2019-11-06drm/radeon: fix si_enable_smc_cac() failed issueAlex Deucher1-0/+1
2019-11-04Merge tag 'drm-next-5.5-2019-11-01' of git://people.freedesktop.org/~agd5f/li...Dave Airlie2-6/+16
2019-11-04Merge tag 'drm-misc-next-2019-10-31' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-2/+2