index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
radeon
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-24
drm/radeon: fix driver initialization order so radeon kms can be builtin
Jerome Glisse
1
-1
/
+1
2009-06-24
drm/radeon: Clear surface registers at initialization time.
Michel Dänzer
1
-0
/
+20
2009-06-24
drm/radeon: Don't initialize acceleration related fields of struct fb_info.
Michel Dänzer
1
-3
/
+3
2009-06-24
drm/radeon: fix radeon kms framebuffer device
Jerome Glisse
3
-42
/
+19
2009-06-19
drm/radeon: fix unused variables warning
Dave Airlie
1
-2
/
+0
2009-06-19
drm/radeon: command stream checker for r3xx-r5xx hardware
Jerome Glisse
7
-65
/
+611
2009-06-19
drm/radeon: Fully initialize LVDS info also when we can't get it from the ROM.
Michel Dänzer
1
-0
/
+9
2009-06-19
radeon: Fix CP byte order on big endian architectures with KMS.
Michel Dänzer
2
-0
/
+4
2009-06-19
radeon: Enable modesetting on non-x86.
Michel Dänzer
1
-1
/
+1
2009-06-19
drm/radeon: Respect AGP cant_use_aperture flag.
Michel Dänzer
1
-4
/
+4
2009-06-19
drm: EDID endianness fixes.
Michel Dänzer
1
-1
/
+1
2009-06-19
drm/radeon: this VRAM vs aperture test is wrong, just remove it.
Dave Airlie
1
-6
/
+0
2009-06-19
drm: Remove memory debugging infrastructure.
Eric Anholt
5
-31
/
+28
2009-06-17
drm/radeon/kms: remove the _DRM_DRIVER from the KMS paths.
Dave Airlie
1
-1
/
+1
2009-06-17
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
55
-30
/
+35241
2009-06-17
drm/radeon: switch to using late_initcall
Dave Airlie
1
-1
/
+1
2009-06-15
radeon legacy chips: tv dac bg/dac adj updates
Alex Deucher
4
-3
/
+88
2009-06-15
drm/radeon: introduce kernel modesetting for radeon hardware
Jerome Glisse
55
-29
/
+35155
2009-06-13
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
3
-6
/
+39
2009-06-12
drm/radeon: add support for RV790.
Alex Deucher
1
-2
/
+2
2009-06-12
drm/radeon: add rv740 drm support.
Alex Deucher
2
-3
/
+36
2009-06-11
radeon: remove _DRM_DRIVER from the preadded sarea map
Dave Airlie
1
-1
/
+1
2009-06-04
drm/radeon: fix ring free alignment calculations
Dave Airlie
2
-3
/
+6
2009-04-24
drm/radeon: bump minor version for occlusion queries support
Maciej Cencora
1
-1
/
+2
2009-04-03
drm/radeon: load the right microcode on rs780
Alex Deucher
1
-4
/
+4
2009-03-29
drm/radeon: add regs required for occlusion queries support
Maciej Cencora
4
-2
/
+11
2009-03-18
drm/radeon: fix logic in r600_page_table_init() to match ati_gart
Alex Deucher
1
-2
/
+2
2009-03-13
drm/radeon: r600 ptes are 64-bit, cleanup cleanup function.
Dave Airlie
1
-1
/
+1
2009-03-13
drm/radeon: don't call irq changes on r600 suspend/resume
Dave Airlie
1
-0
/
+6
2009-03-13
drm/radeon: fix r600 writeback across suspend/resume
Dave Airlie
1
-3
/
+0
2009-03-13
drm/radeon: fix r600 writeback setup.
Dave Airlie
1
-13
/
+22
2009-03-13
drm/radeon: NULL noise: drivers/gpu/drm/radeon/radeon_*.c
Hannes Eder
3
-3
/
+3
2009-03-13
drm/radeon: fix r600 pci mapping calls.
Dave Airlie
1
-6
/
+6
2009-03-13
drm/radeon: r6xx/r7xx: fix possible oops in r600_page_table_cleanup()
Alex Deucher
1
-0
/
+3
2009-03-13
radeon: call the correct idle function, logic got inverted.
Dave Airlie
1
-1
/
+1
2009-03-13
drm/radeon: RS600: fix interrupt handling
Alex Deucher
2
-9
/
+9
2009-03-13
drm/r600: fix rptr address along lines of previous fixes to radeon.
Dave Airlie
1
-10
/
+4
2009-03-13
drm/r600: fixup r600 gart table accessor like ati_pcigart.c
Dave Airlie
1
-10
/
+13
2009-03-13
radeon: add support for rs600 GPUs
Alex Deucher
3
-5
/
+185
2009-03-13
radeon: fix r600 AGP support
Alex Deucher
1
-3
/
+3
2009-03-13
drm/radeon: add initial support for R6xx/R7xx GPUs
Alex Deucher
5
-65
/
+2439
2009-03-13
drm/radeon: add r6xx/r7xx microcode
Alex Deucher
1
-0
/
+23297
2009-03-13
drm/radeon: prep for r6xx/r7xx support
Alex Deucher
2
-1
/
+517
2009-03-13
drm/radeon: split busmaster enable out to a separate function
Dave Airlie
1
-15
/
+20
2009-03-13
drm/radeon: align ring writes to 16 dwords boundaries.
Dave Airlie
2
-11
/
+41
2009-03-13
drm: radeon: Fix unaligned access in r300_scratch().
David Miller
1
-1
/
+5
2009-03-13
drm: radeon: Use surface for PCI GART table.
David Miller
3
-1
/
+59
2009-03-13
drm: radeon: Fix calculation of RB_RPTR_ADDR in non-AGP case.
David Miller
1
-11
/
+4
2009-03-13
drm: radeon: Fix RADEON_*_EMITED defines.
David Miller
1
-2
/
+2
2009-03-13
drm: radeon: Fix ring_rptr accesses.
David Miller
3
-23
/
+70
[next]