aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/cik.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-10drm/radeon: drop use of drmP.h (2/2)Sam Ravnborg1-5/+9
2019-06-10drm/radeon: drop dependency on drm_os_linux.hSam Ravnborg1-2/+2
2018-08-27gpu: drm: radeon: cik: Replace mdelay() with msleep() in cik_pcie_gen3_enable()Jia-Ju Bai1-1/+1
2018-07-05drm/radeon: use pcie functions for link widthAlex Deucher1-10/+12
2018-03-07drm/radeon: fix KV harvestingAlex Deucher1-29/+2
2017-12-20Revert "drm/radeon: reduce number of free VMIDs and pipes in KV"Michel Dänzer1-6/+11
2017-12-20Revert "drm/radeon/cik: Don't touch int of pipes 1-7"Michel Dänzer1-1/+70
2017-12-20Revert "drm/radeon: adding synchronization for GRBM GFX"Michel Dänzer1-26/+0
2017-11-29drm/radeon: remove init of CIK VMIDs 8-16 for amdkfdOded Gabbay1-24/+0
2017-10-30drm/radeon: deprecate and remove KFD interfaceChristian König1-12/+2
2017-06-27Backmerge tag 'v4.12-rc7' into drm-nextDave Airlie1-2/+5
2017-06-16Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-13/+14
2017-06-14drm/radeon: Fix overflow of watermark calcs at > 4k resolutions.Mario Kleiner1-2/+5
2017-05-31drm/radeon: take ownership of pipe initializationAndres Rodriguez1-13/+14
2017-05-30Backmerge tag 'v4.12-rc3' into drm-nextDave Airlie1-2/+2
2017-05-24drm/radeon: Unbreak HPD handling for r600+Lyude1-2/+2
2017-05-24drm/radeon: Unbreak HPD handling for r600+Lyude1-2/+2
2017-05-18Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul1-21/+8
2017-05-17drm/radeon: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-1/+1
2017-04-28drm/radeon: Make display watermark calculations more accurateMario Kleiner1-5/+5
2017-04-28drm/radeon: Avoid overflows/divide-by-zero in latency_watermark calculations.Mario Kleiner1-16/+3
2017-03-29gpu: drm: amd/radeon: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-37/+19
2017-03-29drm/radeon: allow unaligned shader loads on CIKMarek Olšák1-2/+5
2016-09-15drm/radeon: squash lines for simple wrapper functionsMasahiro Yamada1-5/+1
2016-08-24drm/radeon: switch UVD code to use UVD_NO_OP for paddingAlex Deucher1-1/+1
2016-08-23drm/radeon/cik: remove dead code (v2)Heinrich Schuchardt1-9/+1
2016-07-07drm/radeon/cik: fix CP jump table sizeAlex Deucher1-1/+1
2016-07-07drm/radeon/gfx7: expand cp jt size to handle GDS as wellAlex Deucher1-1/+2
2016-07-07drm/radeon: load different smc firmware on some CI variantsAlex Deucher1-1/+13
2016-05-02drm/radeon: allow to force hard GPU reset.Jérome Glisse1-1/+7
2016-05-02drm/radeon: consolidate cik vce initialization and startup code.Jérome Glisse1-45/+91
2016-05-02drm/radeon: consolidate cik uvd initialization and startup code.Jérome Glisse1-29/+79
2016-03-16drm/radeon: fix indentation.Jérome Glisse1-3/+3
2016-03-14drm/radeon: refactor CIK tiling table initializationJosh Poimboeuf1-1025/+666
2016-02-10drm/radeon: Avoid double gpu reset by adding a timeout on IB ring tests.Matthew Dawson1-2/+9
2015-12-24Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie1-5/+1
2015-12-23Merge branch 'drm-next-4.5' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-2/+2
2015-12-18drm/radeon: fix typo in cik_ring_ib_execute documentation (v2)Nicolai Hähnle1-2/+2
2015-12-18drm/radeon: Fixup hw vblank counter/ts for new drm_update_vblank_count() (v2)Mario Kleiner1-0/+3
2015-12-09radeon/cik: Fix GFX IB test on Big-EndianOded Gabbay1-5/+1
2015-12-04drm/radeon: Fixup hw vblank counter/ts for new drm_update_vblank_count() (v2)Mario Kleiner1-0/+3
2015-12-04drm/radeon: Retry DDC probing on DVI on failure if we got an HPD interruptLyude1-1/+1
2015-07-08drm/radeon: Handle irqs only based on irq ring, not irq status regs.Mario Kleiner1-144/+192
2015-06-29drm/radeon: compute ring fix hibernation (CI GPU family) v2.Jérôme Glisse1-0/+34
2015-06-04Merge tag 'v4.1-rc6' into drm-nextDave Airlie1-1/+1
2015-05-28radeon: Deinline indirect register accessor functionsDenys Vlasenko1-0/+25
2015-05-28drm/radeon: partially revert "fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling"Christian König1-1/+1
2015-05-12drm/radeon: fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handlingChristian König1-2/+2
2015-03-19radeon/cik: add support for short HPD irqsAlex Deucher1-12/+87
2015-03-19drm/radeon: add get_allowed_info_register for CIKAlex Deucher1-0/+33