aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/r600.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-18drm/radeon: fix UVD suspend errorQiang Ma1-1/+1
2021-06-22drm/radeon: delete useless function return values & remove meaningless if(r) check codeBernard Zhao1-3/+1
2021-04-09drm/radeon/r600: Fix variables that are not used after assignmentTian Tao1-0/+2
2021-02-18drm/radeon: do not use drm middle layer for debugfs (v2)Nirmoy Das1-16/+11
2020-11-16drm/radeon/r600: Move 'evergreen_rlc_resume()'s prototype to shared headerLee Jones1-1/+1
2020-11-16drm/radeon/r600_dma: Move 'r600_gpu_check_soft_reset()'s prototype to shared locationLee Jones1-0/+1
2020-11-16drm/radeon/rv770: Move 'rv770_set_clk_bypass_mode' prototype to shared locationLee Jones1-1/+1
2020-11-13drm/radeon/r600: Fix a misnamed parameter description and a formatting issueLee Jones1-2/+2
2020-11-13drm/radeon/r600: Strip out set but unused 'tmp' variablesLee Jones1-4/+2
2020-01-07drm/radeon: remove boolean checks in if statements.Wambui Karuga1-1/+1
2019-12-23drm/radeon: use true,false for bool variable in r600.czhengbin1-1/+1
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-3/+3
2019-12-05drm/radeon: Don't include <drm/drm_pci.h>Thomas Zimmermann1-3/+3
2019-11-22drm/radeon: fix bad DMA from INTERRUPT_CNTL2Sam Bobroff1-2/+2
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-1/+1
2019-06-10drm/radeon: drop use of drmP.h (2/2)Sam Ravnborg1-4/+10
2019-06-10drm/radeon: drop dependency on drm_os_linux.hSam Ravnborg1-2/+2
2017-05-24drm/radeon: Unbreak HPD handling for r600+Lyude1-1/+1
2017-03-29gpu: drm: amd/radeon: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-14/+7
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-05-02drm/radeon: don't include RADEON_HPD_NONE in HPD IRQ enable bitsetsNicolai Stange1-2/+4
2016-05-02drm/radeon: allow to force hard GPU reset.Jérome Glisse1-1/+6
2016-05-02drm/radeon: consolidate r600 uvd initialization and startup code.Jérome Glisse1-29/+70
2016-03-16drm/radeon: fix indentation.Jérome Glisse1-4/+4
2016-02-10drm/radeon: Avoid double gpu reset by adding a timeout on IB ring tests.Matthew Dawson1-2/+8
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-68/+87
2015-06-04Merge tag 'v4.1-rc6' into drm-nextDave Airlie1-1/+1
2015-05-28radeon: Deinline indirect register accessor functionsDenys Vlasenko1-0/+47
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-1/+1
2015-03-19drm/radeon: add get_allowed_info_register for r6xx/r7xxAlex Deucher1-0/+26
2015-03-03drm/radeon: do a posting read in r600_set_irqAlex Deucher1-0/+3
2015-01-22radeon/audio: consolidate audio_fini() functionsSlava Grigorev1-2/+2
2015-01-22radeon/audio: consolidate audio_init() functionsSlava Grigorev1-1/+2
2014-11-20drm/radeon: split semaphore and sync object handling v2Christian König1-11/+7
2014-10-14Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-13/+146
2014-10-03drm/radeon: export reservation_object from dmabuf to ttmMaarten Lankhorst1-2/+2
2014-10-03drm/radeon: cope with foreign fences inside the reservation objectMaarten Lankhorst1-1/+1
2014-09-22drm/radeon: Update IH_RB_RPTR register after each processed interruptMichel Dänzer1-1/+1
2014-09-22drm/radeon: Make IH ring overflow debugging output more usefulMichel Dänzer1-2/+2
2014-09-22drm/radeon: Clear RB_OVERFLOW bit earlierMichel Dänzer1-1/+1
2014-09-16drm: backmerge tag 'v3.17-rc5' into drm-nextDave Airlie1-20/+10
2014-09-11drm/radeon: add the infrastructure for concurrent buffer accessChristian König1-11/+12
2014-09-08drm/radeon: only use me/pfp sync on evergreen+Alex Deucher1-2/+2
2014-08-27drm/radeon: 760G/780V/880V don't have UVDAlex Deucher1-24/+33
2014-08-27drm/radeon: add UVD support for older asics v4Christian König1-0/+31
2014-08-27drm/radeon: add set_uvd_clocks callback for r6xx v4Alex Deucher1-0/+88
2014-08-27drm/radeon: properly init UVD MC bits on R600Christian König1-0/+4