index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
radeon
/
r600.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/radeon/r600: Move 'evergreen_rlc_resume()'s prototype to shared header
Lee Jones
2020-11-16
1
-1
/
+1
*
drm/radeon/r600_dma: Move 'r600_gpu_check_soft_reset()'s prototype to shared ...
Lee Jones
2020-11-16
1
-0
/
+1
*
drm/radeon/rv770: Move 'rv770_set_clk_bypass_mode' prototype to shared location
Lee Jones
2020-11-16
1
-1
/
+1
*
drm/radeon/r600: Fix a misnamed parameter description and a formatting issue
Lee Jones
2020-11-13
1
-2
/
+2
*
drm/radeon/r600: Strip out set but unused 'tmp' variables
Lee Jones
2020-11-13
1
-4
/
+2
*
drm/radeon: remove boolean checks in if statements.
Wambui Karuga
2020-01-07
1
-1
/
+1
*
drm/radeon: use true,false for bool variable in r600.c
zhengbin
2019-12-23
1
-1
/
+1
*
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
2019-12-17
1
-3
/
+3
|
\
|
*
drm/radeon: Don't include <drm/drm_pci.h>
Thomas Zimmermann
2019-12-05
1
-3
/
+3
*
|
drm/radeon: fix bad DMA from INTERRUPT_CNTL2
Sam Bobroff
2019-11-22
1
-2
/
+2
|
/
*
dma-buf: rename reservation_object to dma_resv
Christian König
2019-08-13
1
-1
/
+1
*
drm/radeon: drop use of drmP.h (2/2)
Sam Ravnborg
2019-06-10
1
-4
/
+10
*
drm/radeon: drop dependency on drm_os_linux.h
Sam Ravnborg
2019-06-10
1
-2
/
+2
*
drm/radeon: Unbreak HPD handling for r600+
Lyude
2017-05-24
1
-1
/
+1
*
gpu: drm: amd/radeon: Convert printk(KERN_<LEVEL> to pr_<level>
Joe Perches
2017-03-30
1
-14
/
+7
*
drm/radeon: squash lines for simple wrapper functions
Masahiro Yamada
2016-09-15
1
-5
/
+1
*
drm/radeon: switch UVD code to use UVD_NO_OP for padding
Alex Deucher
2016-08-24
1
-1
/
+1
*
drm/radeon: don't include RADEON_HPD_NONE in HPD IRQ enable bitsets
Nicolai Stange
2016-05-02
1
-2
/
+4
*
drm/radeon: allow to force hard GPU reset.
Jérome Glisse
2016-05-02
1
-1
/
+6
*
drm/radeon: consolidate r600 uvd initialization and startup code.
Jérome Glisse
2016-05-02
1
-29
/
+70
*
drm/radeon: fix indentation.
Jérome Glisse
2016-03-16
1
-4
/
+4
*
drm/radeon: Avoid double gpu reset by adding a timeout on IB ring tests.
Matthew Dawson
2016-02-10
1
-2
/
+8
*
drm/radeon: Retry DDC probing on DVI on failure if we got an HPD interrupt
Lyude
2015-12-04
1
-1
/
+1
*
drm/radeon: Handle irqs only based on irq ring, not irq status regs.
Mario Kleiner
2015-07-08
1
-68
/
+87
*
Merge tag 'v4.1-rc6' into drm-next
Dave Airlie
2015-06-04
1
-1
/
+1
|
\
|
*
drm/radeon: partially revert "fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling"
Christian König
2015-05-28
1
-1
/
+1
*
|
radeon: Deinline indirect register accessor functions
Denys Vlasenko
2015-05-28
1
-0
/
+47
|
/
*
drm/radeon: fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling
Christian König
2015-05-12
1
-1
/
+1
*
drm/radeon: add get_allowed_info_register for r6xx/r7xx
Alex Deucher
2015-03-19
1
-0
/
+26
*
drm/radeon: do a posting read in r600_set_irq
Alex Deucher
2015-03-03
1
-0
/
+3
*
radeon/audio: consolidate audio_fini() functions
Slava Grigorev
2015-01-22
1
-2
/
+2
*
radeon/audio: consolidate audio_init() functions
Slava Grigorev
2015-01-22
1
-1
/
+2
*
drm/radeon: split semaphore and sync object handling v2
Christian König
2014-11-20
1
-11
/
+7
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2014-10-14
1
-13
/
+146
|
\
|
*
drm/radeon: export reservation_object from dmabuf to ttm
Maarten Lankhorst
2014-10-03
1
-2
/
+2
|
*
drm/radeon: cope with foreign fences inside the reservation object
Maarten Lankhorst
2014-10-03
1
-1
/
+1
|
*
drm: backmerge tag 'v3.17-rc5' into drm-next
Dave Airlie
2014-09-16
1
-20
/
+10
|
|
\
|
*
|
drm/radeon: add the infrastructure for concurrent buffer access
Christian König
2014-09-11
1
-11
/
+12
|
*
|
drm/radeon: 760G/780V/880V don't have UVD
Alex Deucher
2014-08-27
1
-24
/
+33
|
*
|
drm/radeon: add UVD support for older asics v4
Christian König
2014-08-27
1
-0
/
+31
|
*
|
drm/radeon: add set_uvd_clocks callback for r6xx v4
Alex Deucher
2014-08-27
1
-0
/
+88
|
*
|
drm/radeon: properly init UVD MC bits on R600
Christian König
2014-08-27
1
-0
/
+4
*
|
|
drm/radeon: Update IH_RB_RPTR register after each processed interrupt
Michel Dänzer
2014-09-22
1
-1
/
+1
*
|
|
drm/radeon: Make IH ring overflow debugging output more useful
Michel Dänzer
2014-09-22
1
-2
/
+2
*
|
|
drm/radeon: Clear RB_OVERFLOW bit earlier
Michel Dänzer
2014-09-22
1
-1
/
+1
|
|
/
|
/
|
*
|
drm/radeon: only use me/pfp sync on evergreen+
Alex Deucher
2014-09-08
1
-2
/
+2
*
|
drm/radeon: handle broken disabled rb mask gracefully (6xx/7xx) (v2)
Alex Deucher
2014-08-26
1
-18
/
+8
|
/
*
drm/radeon: Sync ME and PFP after CP semaphore waits v4
Christian König
2014-08-19
1
-0
/
+18
*
drm/radeon: Only flush HDP cache for indirect buffers from userspace
Michel Dänzer
2014-08-18
1
-4
/
+4
*
drm/radeon: Use pflip irqs for pageflip completion if possible. (v2)
Mario Kleiner
2014-08-05
1
-2
/
+4
[next]