index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
drm
/
radeon_state.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-06-19
drm/radeon: fix texture uploads with large 3d textures (bug 13980)
Roland Scheidegger
1
-3
/
+11
2008-06-19
drm/radeon: init pipe setup in kernel code.
Alex Deucher
1
-0
/
+3
2008-02-07
drm: add initial r500 drm support
Dave Airlie
1
-0
/
+3
2008-02-07
drm: cleanup DRM_DEBUG() parameters
Márton Németh
1
-8
/
+7
2007-10-20
Convert files to UTF-8 and some cleanups
Jan Engelhardt
1
-1
/
+1
2007-10-15
radeon: Commit the ring after each partial texture upload blit.
chaohong guo
1
-1
/
+3
2007-10-15
drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.
Eric Anholt
1
-197
/
+147
2007-10-15
drm: Replace filp in ioctl arguments with drm_file *file_priv.
Eric Anholt
1
-103
/
+92
2007-10-15
drm: Remove DRM_ERR OS macro.
Eric Anholt
1
-77
/
+77
2007-07-12
drm: remove sarea typedefs
Dave Airlie
1
-1
/
+1
2007-07-11
drm: detypef waitlist/freelist/buf_entry/device_dma/drm_queue structs
Dave Airlie
1
-5
/
+5
2007-07-11
drm: drop drm_buf_t typedef
Dave Airlie
1
-10
/
+10
2007-07-11
drm: remove drm_file_t, drm_device_t and drm_head_t typedefs
Dave Airlie
1
-31
/
+31
2007-07-11
drm: remove a bunch of typedefs on the userspace interface
Dave Airlie
1
-5
/
+5
2007-07-11
radeon: add support for vblank on crtc2
Dave Airlie
1
-0
/
+6
2007-05-08
radeon: Don't mess up page flipping when a file descriptor is closed.
Michel Dänzer
1
-27
/
+19
2007-05-08
drm/radeon: upgrade to 1.27 - make PCI GART more flexible
Dave Airlie
1
-0
/
+6
2006-12-15
drm: Unify radeon offset checking.
=?utf-8?q?Michel_D=C3=A4nzer?=
1
-9
/
+4
2006-10-24
drm: radeon: only allow specific type-3 packetss through verifier
Roland Scheidegger
1
-3
/
+106
2006-09-21
drm: Use register writes instead of BITBLT_MULTI packets for buffer swap blits
Michel Daenzer
1
-2
/
+4
2006-09-21
drm: use radeon specific names for radeon flags
Dave Airlie
1
-5
/
+5
2006-09-21
drm: fd.o Bug #7595: Avoid u32 overflows in radeon_check_and_fixup_offset().
Michel Daenzer
1
-13
/
+12
2006-09-21
drm: radeon: implement RADEON_PARAM_SCRATCH_OFFSET getparam
Michel Dänzer
1
-1
/
+5
2006-09-21
drm: radeon: add some debug output when getparam is called with unknown
Michel Dänzer
1
-0
/
+1
2006-08-31
[PATCH] drm: radeon flush TCL VAP for vertex program enable/disable
Roland Scheidegger
1
-1
/
+8
2006-06-24
drm: update radeon to 1.25 add r200 vertex program support
Dave Airlie
1
-0
/
+36
2006-06-24
drm: radeon add a tcl state flush before accessing tcl vector space
Dave Airlie
1
-1
/
+2
2006-03-19
drm: remove pointless checks in radeon_state
Dave Airlie
1
-45
/
+0
2006-03-19
drm: fixup improper cast.
Dave Airlie
1
-1
/
+1
2006-03-19
drm: rework radeon memory map (radeon 1.23)
Dave Airlie
1
-12
/
+46
2006-01-10
drm: fix radeon warnings on 64-bit
Dave Airlie
1
-3
/
+3
2006-01-02
drm: major update from CVS for radeon and core
Dave Airlie
1
-112
/
+72
2006-01-02
drm: move ioctl flags to a bit field of flags
Dave Airlie
1
-27
/
+27
2005-11-10
drm: rename driver hooks more understandably
Dave Airlie
1
-4
/
+4
2005-09-30
drm: fix all sparse warning on 32-bit x86
Dave Airlie
1
-12
/
+11
2005-09-25
drm: fix some lindent damage
Dave Airlie
1
-52
/
+26
2005-09-25
drm: lindent the drm directory.
Dave Airlie
1
-1223
/
+1270
2005-09-11
drm: add radeon PCI express support
Dave Airlie
1
-0
/
+3
2005-09-11
drm: update radeon driver to 1.18
Dave Airlie
1
-0
/
+18
2005-08-20
drm: add new texture upload code from r300 project
Dave Airlie
1
-35
/
+29
2005-08-16
drm: add initial r300 3D support.
Dave Airlie
1
-0
/
+11
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+3102