ChangeLog revision 921a55d8
1commit ef9bfb262db7004bef3704e5d914687e50d3fca4
2Author: Alex Deucher <alexdeucher@gmail.com>
3Date:   Tue Feb 1 19:24:44 2011 -0500
4
5    kms/pre-6xx: fix pageflipping with tiling
6    
7    Use UTS/DFS to tile/untile as appropriate for sw access on
8    pre-6xx.
9    
10    Fixes:
11    https://bugs.freedesktop.org/show_bug.cgi?id=33738
12    
13    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
14
15commit bb16dd77321e5a64a3cb2d2ca9982117799ac1a8
16Author: Alex Deucher <alexdeucher@gmail.com>
17Date:   Tue Feb 1 19:20:00 2011 -0500
18
19    kms/r6xx+: fix tiling and pageflipping harder
20    
21    Thanks for Michel for final fix.  Fixes:
22    https://bugs.freedesktop.org/show_bug.cgi?id=33738
23    for r6xx+ asics.  A similar approach for pre-r6xx
24    asics is pending.
25    
26    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
27
28commit 9c124f781049ef11a8b19894a29b7f62975b3011
29Author: Alex Deucher <alexdeucher@gmail.com>
30Date:   Tue Feb 1 18:59:40 2011 -0500
31
32    radeon: remove device 0x4243
33    
34    0x4243 is a PCI bridge, not a gpu.
35    
36    See:
37    https://bugs.freedesktop.org/show_bug.cgi?id=33815
38    
39    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
40
41commit 66eb81b62e5ae8e1d7bd44ed8a179e5ec1ca69af
42Author: Michel Dänzer <daenzer@vmware.com>
43Date:   Mon Jan 31 12:26:20 2011 +0100
44
45    UMS: Slightly improve xserver version check.
46    
47    This will ensure the xserver definitions necessary to compile the new code are
48    there. xf86CrtcSetMode will be unresolved at runtime with a few xserver
49    commits, but I'm afraid this is the best we can do.
50    
51    See https://bugs.freedesktop.org/show_bug.cgi?id=33719 .
52
53commit 3dc28c86eb57cac819e4ed650acfe1f7df6ef565
54Author: Alex Deucher <alexdeucher@gmail.com>
55Date:   Thu Jan 27 13:09:26 2011 -0500
56
57    ums: fix build against xserver >= 1.10
58    
59    xf86CrtcSetMode was removed in:
60    http://cgit.freedesktop.org/xorg/xserver/commit/?id=8b35118c03590a7ad3786d3284bafb3f40fcb8cc
61
62commit f58e1354b78bf6b70120bddfe1566da3b0723f72
63Author: Jerome Glisse <jglisse@redhat.com>
64Date:   Wed Jan 26 16:13:30 2011 -0500
65
66    dp: fix displayport support by syncing with KMS code
67    
68    Warning the dp clock value are divided by 10 in ddx (10 times
69    bigger than kernel value) this is somethings very picky.
70    
71    Signed-off-by: Jerome Glisse <jglisse@redhat.com>
72
73commit 0f90133ac61c5e1d80b6fa9256e079349940029f
74Author: Alex Deucher <alexdeucher@gmail.com>
75Date:   Mon Jan 24 12:40:22 2011 -0500
76
77    vbo: warn if we add a bo with a pointer to the wait list
78
79commit 42529603ecf86fcfd0a8f3495d9db9ce1ee9b4c3
80Author: Alex Deucher <alexdeucher@gmail.com>
81Date:   Mon Jan 24 12:30:56 2011 -0500
82
83    vbo: always flush the cbuf bo in flush_indirect()
84    
85    Always flush the cbuf in case we end up with a cbuf mapped in
86    Prepare*(), but never end up issuing a draw call since the cbuf
87    may be in use by multiple ops.
88    
89    The CS check for the cbuf bo is no longer necessay because
90    the cbuf bo is NULL at this point due to the radeon_vbo_put()
91    just prior.
92    
93    Fixes:
94    https://bugs.freedesktop.org/show_bug.cgi?id=32188
95
96commit 9b0e03e98ab739efb4031f81cc4a1a50b3d87a42
97Author: Alex Deucher <alexdeucher@gmail.com>
98Date:   Mon Jan 24 00:13:25 2011 -0500
99
100    vbo: avoid extra cs revalidation in vbo alloc
101    
102    Make sure we have a valid bo before revalidating.
103
104commit fadee0409a8e13b78bbccb83dd70f590fee23d57
105Author: Alex Deucher <alexdeucher@gmail.com>
106Date:   Fri Jan 21 17:30:28 2011 -0500
107
108    vbo: balance radeon_vbo_get() and radeon_vbo_put()
109    
110    bo_ref() and bo_map() in radeon_vbo_get()
111    bo_unmap() and bo_unref() in radeon_vbo_put()
112    
113    rather than doing the bo_map() separately in
114    radeon_vbo_space().
115
116commit af7d81625a8cf873e6efc881489b3eda9861bd03
117Author: Alex Deucher <alexdeucher@gmail.com>
118Date:   Fri Jan 21 17:01:25 2011 -0500
119
120    evergreen: use vb_offset rather than vb_start_op for cbuf offset
121
122commit 4817fac5f728b777939e2e2bee16b842c9e1367b
123Author: Alex Deucher <alexdeucher@gmail.com>
124Date:   Fri Jan 21 15:59:32 2011 -0500
125
126    vbo: remove useless radeon_vb_discard()
127    
128    We already reset vb_start_op to -1 in the
129    UMS/KMS ib discard functions.
130
131commit 0a03f03a65aad925ba2d9c76b1d3356184607bf9
132Author: Alex Deucher <alexdeucher@gmail.com>
133Date:   Thu Jan 20 17:07:32 2011 -0500
134
135    evergreen/ni: fix Xv artifacts
136    
137    Port of the 6xx/7xx fix to evergreen.  Bad texture size
138    for texture cache flush.
139
140commit f41cf83750ba9a2e0797fdb21ea9104b85ce53aa
141Author: Marton Balint <cus@fazekas.hu>
142Date:   Thu Jan 20 17:04:56 2011 -0500
143
144    r6xx/7xx: fix Xv artifacts
145    
146    bad textures size for cache flushes.
147    
148    Fixes:
149    https://bugs.freedesktop.org/show_bug.cgi?id=22007
150
151commit 57fbddfc21d8c6794f378489b764cc2a0ad4a48c
152Author: Michel Dänzer <daenzer@vmware.com>
153Date:   Tue Jan 18 16:07:52 2011 +0100
154
155    Fix crash freeing KMS video memory.
156    
157    Where's that brown paper bag? :}
158
159commit 6548bb9836253c586023ffe5ad1497ddabaa50fc
160Author: Michel Dänzer <daenzer@vmware.com>
161Date:   Tue Jan 18 10:23:41 2011 +0100
162
163    Fix KMS textured video leaks (bug #33193).
164    
165    v2: Fix radeon_legacy_free_memory() argument type error pointed out by
166    Marton Balint, refactor video memory freeing logic into helper function.
167    
168    Fixes https://bugs.freedesktop.org/show_bug.cgi?id=33193 .
169
170commit edc3496b55577ee8509ddd9188e6f2bcdf7169a1
171Author: Dave Airlie <airlied@redhat.com>
172Date:   Mon Jan 17 07:55:29 2011 +1000
173
174    radeon: add back flush in block handler.
175    
176    this is also needed for certain things like stipple rendering.
177    
178    Signed-off-by: Dave Airlie <airlied@redhat.com>
179
180commit 63d7dece3f4be8b14012b3a2bedd850831c0437b
181Author: Alex Deucher <alexdeucher@gmail.com>
182Date:   Thu Jan 13 11:24:26 2011 -0500
183
184    rs880 fix typo in HD 4250 string
185    
186    Noticed by Nigel Taylor
187    
188    Fixes:
189    https://bugs.freedesktop.org/show_bug.cgi?id=33057
190
191commit c5b3db18d888552328e9718ea022794fc5bde352
192Author: Alex Deucher <alexdeucher@gmail.com>
193Date:   Tue Jan 11 16:21:18 2011 -0500
194
195    kms: fix pitch aligment for scanout
196    
197    Display has slightly stricter pitch alignment requirements
198    than other blocks.  Factor that in when aligning pitch.
199    
200    Fixes:
201    https://bugs.freedesktop.org/show_bug.cgi?id=32997
202
203commit bbd7adce889359b5eb3239b73e904b3ede283e12
204Author: Alex Deucher <alexdeucher@gmail.com>
205Date:   Tue Jan 11 15:41:03 2011 -0500
206
207    radeon: fix yet another pitch align
208
209commit af2e6d7d2f1b3d8f8f6b0acfb2b7b0cfaff7bcdb
210Author: Alex Deucher <alexdeucher@gmail.com>
211Date:   Tue Jan 11 14:42:17 2011 -0500
212
213    radeon: fix pitch align in pageflip code
214
215commit e5d0a400d08da2358fac9c2ad12042f125525736
216Merge: 0e432df e27e9b4
217Author: Alex Deucher <alexdeucher@gmail.com>
218Date:   Mon Jan 10 18:16:49 2011 -0500
219
220    Merge branch 'kms-pflip' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-ati
221
222commit 0e432dff9e06a183acaeb20db29cbd03ff0f4b82
223Author: Alex Deucher <alexdeucher@gmail.com>
224Date:   Thu Jan 6 20:56:45 2011 -0500
225
226    NI: add pci ids
227
228commit 34d61785b9bc13287bd7ab8bdd8a1b99a3df4440
229Author: Alex Deucher <alexdeucher@gmail.com>
230Date:   Tue Nov 23 20:54:57 2010 -0500
231
232    Add EXA/Xv acceleration support for NI chips
233
234commit 97322c00faf08461b941edf97efe86d8b082a0ce
235Author: Alex Deucher <alexdeucher@gmail.com>
236Date:   Wed Nov 24 12:18:04 2010 -0500
237
238    Bail on NI cards with UMS
239    
240    NI cards require KMS.
241
242commit c678b79f99238473df6ff1bedbae840950cdf88c
243Author: Alex Deucher <alexdeucher@gmail.com>
244Date:   Tue Nov 23 20:45:25 2010 -0500
245
246    add NI family ids
247
248commit e27e9b4e50ad42885ad2e25be897cdf29aa59712
249Author: Mario Kleiner <mario.kleiner@tuebingen.mpg.de>
250Date:   Sun Dec 19 03:56:17 2010 +0100
251
252    ddx/ati: Bugfix for pageflip consistency check.
253    
254    target_msc wasn't passed from vblank event handler
255    to pageflip routine, due to a missing initalization.
256    Now fixed.
257    
258    Signed-off-by: Mario Kleiner <mario.kleiner@tuebingen.mpg.de>
259
260commit 30c5f217f91ed1ee15b5fff0002521d98682efb7
261Author: Alex Deucher <alexdeucher@gmail.com>
262Date:   Fri Dec 17 13:40:40 2010 -0500
263
264    exa/dfs/ontario: always use the CPU for DFS for now
265    
266    There are issues with rendering to gart memory that haven't
267    been sorted out completely yet.
268
269commit e97079c1b621433b4aa3ecfdd2aa0884aac5df76
270Author: Alex Deucher <alexdeucher@gmail.com>
271Date:   Thu Dec 16 18:49:55 2010 -0500
272
273    DCE4.1: fix DIGx routing
274    
275    Works more like DCE4.0.  With only two DIGx blocks
276    the routing is hardcoded based on link.
277    This fixes blank screen issues when changing crtc
278    routing due to incorrect crtc to dig mapping.
279    
280    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
281
282commit 3b1fb12dec7df4e9434b2c51568ac8d997638922
283Author: Alex Deucher <alexdeucher@gmail.com>
284Date:   Sun Dec 12 19:16:47 2010 -0500
285
286    man: minor formatting fixes
287
288commit b1af52e522158788a9613d6f1a2309a3987ad59f
289Author: Alex Deucher <alexdeucher@gmail.com>
290Date:   Tue Dec 7 19:17:09 2010 -0500
291
292    man: add rs880 info
293
294commit f9bbb26dd97254b66de11bb2abd821aa293ecba5
295Author: Matt Turner <mattst88@gmail.com>
296Date:   Thu Dec 2 17:00:11 2010 -0500
297
298    Add missing call to vbeFree (bug 4417)
299    
300    Also kill unneeded vbe.h include from radeon_bios.c.
301    
302    Signed-off-by: Matt Turner <mattst88@gmail.com>
303
304commit 9fc16ff3f8806971cb495e8838af1e5f9149d34f
305Author: Alex Deucher <alexdeucher@gmail.com>
306Date:   Fri Dec 3 02:04:28 2010 -0500
307
308    radeon: remove duplicated define
309    
310    xfixedtofloat macro was defined several times
311
312commit f074762fff4253a457cb48519bb33a2e2c90f8b9
313Author: Alex Deucher <alexdeucher@gmail.com>
314Date:   Fri Dec 3 01:25:41 2010 -0500
315
316    radeon/exa: fallback for non-affine transforms
317    
318    We need to implement a texture lookup with perspective
319    divide for non-affine transforms.  For now just fallback.
320    Should fix:
321    https://bugs.freedesktop.org/show_bug.cgi?id=31799
322    although it appears either EXA or the xserver gets this
323    wrong too.
324
325commit 774b114baa932078f8bf91ea302850a8c54c2c07
326Author: Nicolas Joly <njoly@pasteur.fr>
327Date:   Thu Dec 2 16:02:44 2010 -0500
328
329    ati: remove leftover word in ati.man
330    
331    fixes:
332    https://bugs.freedesktop.org/show_bug.cgi?id=28297
333
334commit 69639ef377a9d6701cdef902f8a1c5e0b58cf833
335Author: Alex Deucher <alexdeucher@gmail.com>
336Date:   Thu Dec 2 02:12:24 2010 -0500
337
338    radeon/kms: pageflipping man page updates
339
340commit f48af8a6cfa1ac665f07b8f9712e94b77bc4f5e9
341Author: Mario Kleiner <mario.kleiner@tuebingen.mpg.de>
342Date:   Tue Nov 23 04:41:53 2010 +0100
343
344    ddx/ati: Fix reporting of pageflip completion events on multi-head.
345    
346    When a drawable is page-flipped on multiple crtc's (fullscreen
347    drawable on mirror-mode or multi-head x-screen), only one pageflip
348    event is finally delivered, after the last participating crtc signals
349    flip completion, this to avoid visual corruption.
350    
351    Old code returned vblank count and timestamps of flip completion
352    of this last crtc, instead of the values of the "master crtc", the
353    one that was used for initially scheduling/triggering the pagflip
354    via vblank events. (master = radeon_dri2_drawable_crtc(drawable))
355    
356    This patch makes sure that the pageflip completion values of the
357    "master" crtc are returned, otherwise client applications will
358    get confused by the random (msc, ust) values returned by whichever
359    crtc was the last to complete its flip. Without this, the returned
360    values change randomly and jump forward and backward in time and
361    count.
362    
363    The patch also implements a consistency check on returned vblank
364    count values of pageflip completion. Impossible values are detected,
365    a x-warning is logged and returned (msc,ust) values are marked invalid,
366    so clients could perform error handling. Such a warning would indicate
367    bugs in the pageflip completion routine of future kms drivers or the
368    ddx to aid driver debugging.
369    
370    Signed-off-by: Mario Kleiner <mario.kleiner@tuebingen.mpg.de>
371
372commit 122536ee0aeb1eef1a9d80d5e464dcb423dc2837
373Author: Mario Kleiner <mario.kleiner@tuebingen.mpg.de>
374Date:   Mon Nov 22 04:11:07 2010 +0100
375
376    ddx/ati: Add option "SwapbuffersWait" to control vsync of DRI2 swaps.
377    
378    A new optional kms driver option "SwapbuffersWait" is defined
379    for xorg.conf, which defaults to "on". If "on", DRI2 bufferswaps
380    will be synchronized to vsync, otherwise not.
381    
382    This currently only affects copy-swaps, not pageflipped swaps.
383    It also requires a swap_interval setting of zero by the OpenGL
384    client.
385    
386    Ideally, we'd provide a way for dri2 to pass the current swap
387    interval to the ddx so we could change this dynamically.
388    
389    Signed-off-by: Mario Kleiner <mario.kleiner@tuebingen.mpg.de>
390
391commit 0de680730294bd623f6b3e189faa7b88a09d3a2a
392Author: Alex Deucher <alexdeucher@gmail.com>
393Date:   Wed Nov 17 17:39:39 2010 -0500
394
395    radeon/kms: add pageflip support
396    
397    requires radeon drm 2.8.0 or higher
398    
399    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
400    Signed-off-by: Jerome Glisse <jglisse@redhat.com>
401
402commit fccdca8db34010f566bd068c74cdef0f4a8cb7f5
403Author: Alex Deucher <alexdeucher@gmail.com>
404Date:   Wed Nov 17 17:37:25 2010 -0500
405
406    radeon/kms: allow tiled front buffer on 6xx/7xx
407    
408    Use UTS/DFS to tile/untile as appropriate for sw access.
409    Also enables pageflipping with tiling enabled.
410
411commit 035f7f3ab529ca19b853066792af8a23d08a0f53
412Author: Dave Airlie <airlied@redhat.com>
413Date:   Wed Dec 1 10:23:14 2010 +1000
414
415    radeon: add some missing math.h and assert.h includes
416
417commit 0f924e83d7be6fca7e024acdf973089efdf3b627
418Author: Dave Airlie <airlied@redhat.com>
419Date:   Wed Dec 1 10:23:33 2010 +1000
420
421    radeon: make sure EXA is off when EXA is disabled with --disable-exa
422
423commit e142e55c56d8440d7185b594c696ec9eeb699cda
424Author: Alex Deucher <alexdeucher@gmail.com>
425Date:   Tue Nov 30 15:51:21 2010 -0500
426
427    evergreen: set default group_bytes to 256
428    
429    512 seems to cause issues on certain cards.
430    
431    Fixes:
432    https://bugs.freedesktop.org/show_bug.cgi?id=31724
433
434commit 90f831361844f1b80b3f6bb718ff5ac584d73d48
435Author: Alex Deucher <alexdeucher@gmail.com>
436Date:   Mon Nov 29 18:09:05 2010 -0500
437
438    evergreen: use dot4 for transforms
439
440commit 3cae361d0448b6e231c80f53d64bdbbdd74dc4cf
441Author: Alex Deucher <alexdeucher@gmail.com>
442Date:   Mon Nov 29 17:44:47 2010 -0500
443
444    6xx/7xx: clean up gpr/const handling in shaders
445
446commit d9bcac516f2a810acb300b29169e56a2df0b47ac
447Author: Alex Deucher <alexdeucher@gmail.com>
448Date:   Mon Nov 29 17:23:30 2010 -0500
449
450    r6xx/r7xx use dot4 for transforms
451
452commit 5d3f33729be0639cef17372345b2dab6127e39d9
453Author: Alex Deucher <alexdeucher@gmail.com>
454Date:   Wed Nov 24 10:59:09 2010 -0500
455
456    radeon/kms: fix output enumeration
457    
458    If a system has a mix of DVI-I, and DVI-D connectors, or a mix
459    of HDMI-A and HDMI-B connectors, the enumeration was per
460    connector type, but the naming was the same for multiple
461    connectors (DVI-[0-n] for DVI-I, -D, -A, and HDMI-[0-n]
462    for HDMI-A, and -B), you'd end up with multiple connectors
463    with the same name.  Fix this by tracking the number of
464    connectors across similar connector types.
465
466commit dc470b5382ffa27bd4a673b21fb6b978d3716ca0
467Author: Alex Deucher <alexdeucher@gmail.com>
468Date:   Tue Nov 23 01:46:15 2010 -0500
469
470    radeon/man: divide driver options into UMS and KMS
471
472commit 4cbb7100df4b983d77c20a77431cf2f5101bde36
473Author: Alex Deucher <alexdeucher@gmail.com>
474Date:   Tue Nov 23 01:22:04 2010 -0500
475
476    update man page to include ontario
477
478commit 718dfd443897d70d97fc19afddfbcfe1e39a9c59
479Author: Alex Deucher <alexdeucher@gmail.com>
480Date:   Mon Nov 22 13:11:50 2010 -0500
481
482    Ontario: add workaround for small pixmap issues with DFS
483    
484    On past asics these kind a problems were usually due to a bad
485    backend map config. I suspect in this case, and the previous
486    cases it may be related to using linear buffers rather than
487    tiled.
488    
489    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
490
491commit 61c97b0812c820564c7bc9d64a998c109bcd46b3
492Author: Alex Deucher <alexdeucher@gmail.com>
493Date:   Mon Nov 22 13:10:16 2010 -0500
494
495    Add EXA/Xv acceleration support for Ontario Fusion APUs
496    
497    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
498
499commit 0659f35dfbeda7dd3ff58da1deb6484fabadc332
500Author: Alex Deucher <alexdeucher@gmail.com>
501Date:   Mon Nov 22 13:07:00 2010 -0500
502
503    Add Ontario fusion APU pci ids
504    
505    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
506
507commit fa0cec331e6c94cebf82270dcd6c179b15851c5e
508Author: Alex Deucher <alexdeucher@gmail.com>
509Date:   Mon Nov 22 12:56:45 2010 -0500
510
511    ontario: add UMS modesetting support
512    
513    Accel not enabled yet.
514    
515    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
516
517commit 7ad1f01573e930aa6238eaeb0e11708ae548dfce
518Author: Jerome Glisse <jglisse@redhat.com>
519Date:   Fri Nov 19 10:27:40 2010 -0500
520
521    evergreen: fix typo for fetch resource offset
522    
523    Signed-off-by: Jerome Glisse <jglisse@redhat.com>
524
525commit 3455a3b58532ea3ad901a317126968ab6cbb21b7
526Author: Alex Deucher <alexdeucher@gmail.com>
527Date:   Wed Nov 17 17:32:41 2010 -0500
528
529    radeon/kms: fix buffer base alignment for tiling
530    
531    On r6xx+, 2D tiling can require larger than 4k base alignment.
532
533commit beb7fecd0191e38fb238134ba612985062cf9770
534Author: Dave Airlie <airlied@redhat.com>
535Date:   Mon Nov 15 11:59:58 2010 +1000
536
537    dce4: improve the VT switching code.
538    
539    add in lots more blocks of regs to save/restore
540
541commit 51e51f864a691e51b5193d102398ced667e0beb1
542Author: Dave Airlie <airlied@redhat.com>
543Date:   Thu Nov 11 18:48:40 2010 +1000
544
545    evergreen: remove warnings since last commit
546
547commit abbf73ee990512ac16ca77e8bb23288495e1f9f4
548Author: Dave Airlie <airlied@redhat.com>
549Date:   Thu Nov 11 09:38:15 2010 +1000
550
551    evergreen: add UMS VT switch support.
552    
553    This isn't perfect, but it brings back text VTs here on the
554    DAC and DVI outputs.
555
556commit e1dfaf93d06bc5eafdbc2e1823d19204ce8f242c
557Author: Dave Airlie <airlied@redhat.com>
558Date:   Thu Nov 11 09:15:27 2010 +1000
559
560    avivo: use arrays to store the crtc/pll info for save/restore
561    
562    this is just prep work for evergreen VT save/restore
563
564commit 0c2834e67df6e143a7d15f373faaddca1dda6b18
565Author: Michel Dänzer <daenzer@vmware.com>
566Date:   Fri Nov 5 09:30:40 2010 +0100
567
568    Fix incorrect CS size in one textured video path. (Bug #31364)
569    
570    Fixes https://bugs.freedesktop.org/show_bug.cgi?id=31364 .
571
572commit 2a7b080727f61559cf8444c93a5088f4155a8fdf
573Author: Alex Deucher <alexdeucher@gmail.com>
574Date:   Fri Oct 29 16:56:45 2010 -0400
575
576    radeon/kms: more alignment fixes
577
578commit bf60af579382a0d48f7a65a4cec88759cc8b683c
579Author: Dave Airlie <airlied@redhat.com>
580Date:   Thu Oct 28 13:06:54 2010 +1000
581
582    dri2: reference count the client privates key/callback
583    
584    This lets multi-screen work better, but still having issues after server
585    recycle, but it doesn't crash at least.
586
587commit fb22d0c06a7dc42216230e198ff443d8035e9d21
588Author: Dave Airlie <airlied@redhat.com>
589Date:   Thu Oct 28 11:10:03 2010 +1000
590
591    radeon: only register block handler once per fd.
592    
593    should fix https://bugs.freedesktop.org/show_bug.cgi?id=29726
594    
595    the problem is of course the second head instance tries to access the
596    fd and fails, however I think this might break syncing on the second
597    head but not sure, but its better than just hanging up the X server
598
599commit 040140b5d7cbeaf5d83687bc87e4a236ff9f0cbd
600Author: Alex Deucher <alexdeucher@gmail.com>
601Date:   Wed Oct 27 20:16:17 2010 -0400
602
603    drm/radeon: unify fb bo alignment harder
604    
605    More duplicated paths discoved...
606
607commit f07f9b7b61c05f2de1d61bb0e2f71bd017c8d36a
608Author: Alex Deucher <alexdeucher@gmail.com>
609Date:   Wed Oct 27 12:37:42 2010 -0400
610
611    kms/radeon: unify fb bo alignment handling
612    
613    Previously there were 3 different paths with what should
614    have had duplicated code:
615    - EXACreatePixmap2
616    - Initial front buffer creation
617    - Randr resize
618    
619    This patch attempts to unify the alignment across all 3.
620    
621    This may fix tiling issues in some cases and should make
622    buffer pitches match for pageflipping.
623
624commit d31046ba6c8eee9b7decc3875697d37c38bc38f3
625Author: Michel Dänzer <daenzer@vmware.com>
626Date:   Wed Oct 27 12:12:04 2010 +0200
627
628    Re-use result of GetScreenPixmap call.
629    
630    Fixes compile warning due to local variable ppix being unused when building
631    against current xserver Git.
632
633commit 4dd7f835c17b00707f1d8d4e36a24380ba52761e
634Author: Michel Dänzer <daenzer@vmware.com>
635Date:   Wed Oct 27 12:09:03 2010 +0200
636
637    Fix another stray xfree() call.
638
639commit f815e9c3c61b1ed73e7dd9383587efcdd8dfc07f
640Author: Michel Dänzer <daenzer@vmware.com>
641Date:   Wed Oct 27 11:29:12 2010 +0200
642
643    Don't try to delete DRI2 event list entries that were never added. (Bug #31086)
644    
645    Fixes https://bugs.freedesktop.org/show_bug.cgi?id=31086 .
646
647commit df92245e1fd0ead2581b675cd96ac8bcc8cb65d7
648Author: Alex Deucher <alexdeucher@gmail.com>
649Date:   Sun Oct 24 14:27:27 2010 -0400
650
651    r100: add some missing bits in SE_COORD_FMT
652    
653    Texture coordinates work fine with or without these,
654    but this should be more correct I think although
655    I don't think it matters since we aren't sending w
656    anyway.
657
658commit fc7aa6e3bbb86eaa2f34b827629f7e82cde65ac7
659Author: Alex Deucher <alexdeucher@gmail.com>
660Date:   Sun Oct 24 11:56:48 2010 -0400
661
662    UMS/radeon: fix typo in restore palette
663
664commit 5efdf514ab0e5439114e8dd7a49105812155eb69
665Author: Alex Deucher <alexdeucher@gmail.com>
666Date:   Sun Oct 24 11:45:19 2010 -0400
667
668    UMS/radeon: fix screen dimming on VT switch
669    
670    Save and restore the palettes on VT switch.  The restore
671    has to be done after the vga restore to work properly as
672    determined by Jonathan Kollasch.
673    
674    Fixes:
675    https://bugs.freedesktop.org/show_bug.cgi?id=18407
676
677commit 1e3ede62c39307d0210cb2044badd619a4f44fec
678Author: Alex Deucher <alexdeucher@gmail.com>
679Date:   Sun Oct 24 11:24:07 2010 -0400
680
681    UMS/atom: default to DVI mode if we don't have monitor hdmi info
682    
683    Fixes:
684    https://bugs.freedesktop.org/show_bug.cgi?id=30330
685
686commit 51f26a7f01b68e373867c03881868ca8830664d6
687Author: Mark Schreiber <mark7@alumni.cmu.edu>
688Date:   Sat Apr 10 10:55:08 2010 -0700
689
690    Correct spelling and grammar
691
692commit 0f575984594e6977b4a7cb794dad8c6e56c850f1
693Author: Alex Deucher <alexdeucher@gmail.com>
694Date:   Tue Oct 19 19:21:39 2010 -0400
695
696    Xv: limit overlay to 2047x2047
697    
698    Fixes:
699    https://bugs.freedesktop.org/show_bug.cgi?id=15391
700
701commit 0f184630cd4760199430320215e4280438fc4ce5
702Author: Alex Deucher <alexdeucher@gmail.com>
703Date:   Tue Oct 19 17:13:06 2010 -0400
704
705    radeon: fix compilation on xserver >= 1.10
706    
707    Fixes:
708    https://bugs.freedesktop.org/show_bug.cgi?id=30451
709    
710    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
711
712commit 179b0e15924ae2757efaece6488ae835ba6436e3
713Author: Dave Airlie <airlied@redhat.com>
714Date:   Tue Oct 19 13:37:22 2010 +1000
715
716    r600: for 2d tiles we need to align to channels no banks.
717
718commit 809cacbc23ab37aa7952665f9b2e37c03a34f173
719Author: Adam Jackson <ajax@redhat.com>
720Date:   Mon Oct 18 12:32:11 2010 -0400
721
722    kms: Let the server know if we got more than 1 EDID block
723    
724    Otherwise things like xf86MonitorIsHDMI() won't work right.
725    
726    Signed-off-by: Adam Jackson <ajax@redhat.com>
727
728commit 042037e485396981cf4a420c247104ba5d016ca0
729Author: Alex Deucher <alexdeucher@gmail.com>
730Date:   Thu Oct 14 17:00:51 2010 -0400
731
732    evergreen: requires same cursor fix as avivo chips
733
734commit 0f37458c253aec46d98db6661c4def711df8fc17
735Author: Adam Jackson <ajax@redhat.com>
736Date:   Thu Oct 14 14:37:34 2010 -0400
737
738    Don't allow the config file to override BIOS location
739    
740    Signed-off-by: Adam Jackson <ajax@redhat.com>
741
742commit 2918df3a312fc600e83f84c298b9653d2eb3a8d5
743Author: Alex Deucher <alexdeucher@gmail.com>
744Date:   Wed Oct 13 17:16:04 2010 -0400
745
746    evergreen: increase XV_CRTC Xv attribute range
747    
748    Cover all 6 possible crtcs.
749
750commit 0d1f9fd03d0196dda5c1ce34b2e68b007c1874f2
751Author: Alex Deucher <alexdeucher@gmail.com>
752Date:   Sun Oct 10 12:06:22 2010 -0400
753
754    DCE3+: UMS modesetting fixes
755    
756    - add mising LVTMA case statement for DCE3.0 dig encoder
757    - some DCE4 systems have EN/DISABLE_OUTPUT actions
758
759commit acf4024aa0ef192355b2bd8281507b1c2e6b7de4
760Author: Alex Deucher <alexdeucher@gmail.com>
761Date:   Fri Oct 8 16:30:36 2010 -0400
762
763    ATOM DDC fixes for UMS
764    
765    - Header size was already subtraced from table size
766    - Only hw capable ddc pads are shared with aux
767
768commit 74fd2b91477106a26a2d9fb4b11c885910996041
769Author: Alex Deucher <alexdeucher@gmail.com>
770Date:   Thu Oct 7 17:33:00 2010 -0400
771
772    DCE3.2 UMS: fix duallink
773    
774    Should fix:
775    https://bugs.freedesktop.org/show_bug.cgi?id=30686
776
777commit 8c544272f218fd8bd93a898b96afedc2498b27bb
778Author: Alex Deucher <alexdeucher@gmail.com>
779Date:   Thu Oct 7 17:25:47 2010 -0400
780
781    fix the non-kms build
782    
783    Should fix:
784    https://bugs.freedesktop.org/show_bug.cgi?id=30685
785
786commit 81360adffb2a66b9a95a38671f9227a9718c9841
787Author: Oldřich Jedlička <oldium.pro@seznam.cz>
788Date:   Mon Sep 6 21:14:52 2010 +0200
789
790    radeon: proper DRI2 pending events handling when client gone. (v6)
791    
792    Properly handle asynchronous DRI2 events for disconnected clients.
793    Track client's pending requests and mark them as invalid when the
794    client disconnects.
795    
796    This is based on the version from Alban Browaeys in bug #29065.
797    
798    v1 (Alban Browaeys): Based upon a detailed explanation from Oldřich
799    Jedlička and comments from Christopher James Halse Rogers.
800    on http://lists.x.org/archives/xorg-driver-ati/2010-August/016780.html .
801    
802    v2: Updated version to apply on master. Removed unnecessary
803    client_index field from _DRI2FrameEvent. Added freeing/removing from
804    list to failed paths of radeon_dri2_schedule_wait_msc and
805    radeon_dri2_schedule_swap.
806    
807    v3: Adopt to older xorg-server that doesn't have dixRegisterPrivateKey.
808    
809    v4: Conditional include of list.h, unreachable return removed.
810    
811    v5: Distribute list.h as xorg_list.h, remove xorg-server version check.
812    Use the version from xorg-server when available (checked in
813    configure.ac).
814    
815    v6: Removed xorg_list.h, made DRI2 scheduling features dependent on
816    list.h presence.
817
818commit adee138f007e26307f1aab7f8fe066150c12e55d
819Author: Jesse Adkins <jesserayadkins@gmail.com>
820Date:   Tue Sep 28 13:29:50 2010 -0700
821
822    Purge cvs tags.
823    
824    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
825    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
826
827commit f1bf9cbb471d60ee4b0422bc4e896e3b86f4d75f
828Author: Alex Deucher <alexdeucher@gmail.com>
829Date:   Wed Oct 6 11:44:42 2010 -0400
830
831    radeon: man page updates
832    
833    - tv-out is not supported on carding using
834    the rage theatre chip for tv-out
835    - add evergreen cards to the list
836
837commit 0921ecc1c751df0dd56e0b1d0b78ab53d7164904
838Author: Alex Deucher <alexdeucher@gmail.com>
839Date:   Mon Oct 4 12:34:47 2010 -0400
840
841    evergreen: use EXACreatePixmap2 if available
842
843commit 5bdb6434975584eef90eb9e5955b9c2a14b7f327
844Author: Alex Deucher <alexdeucher@gmail.com>
845Date:   Mon Oct 4 12:31:51 2010 -0400
846
847    evergreen: port Karl's UTS/DFS changes to evergreen
848
849commit be8f45cbd313b68ad663f303c64edb4525b8f981
850Merge: e843faf ff5f466
851Author: Alex Deucher <alexdeucher@gmail.com>
852Date:   Mon Oct 4 12:36:56 2010 -0400
853
854    Merge branch 'evergreen_accel' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-ati
855
856commit ff5f466e6ca0ee541a255facff6c9198976dfd52
857Author: Alex Deucher <alexdeucher@gmail.com>
858Date:   Fri Oct 1 15:46:43 2010 -0400
859
860    evergreen/dri2: fix depth allocation for depth+stencil
861    
862    evergreen uses separate allocations for depth and stencil,
863    so to handle that, create a depth buffer large enough to
864    handle both.  This is required for using the stencil
865    buffer in mesa.
866
867commit e843faf355c864beab81e74f0e39f8ad53d4c2bf
868Author: Alex Deucher <alexdeucher@gmail.com>
869Date:   Thu Sep 30 19:30:35 2010 -0400
870
871    radeon: fix fbLocation for >32 bit MC addresses
872    
873    If the fbLocation was at an address >32 bits, we'd fail.
874    Change fbLocation to uint64_t and properly cast when needed.
875
876commit 886febc882053e09294225e85b102f965041b62b
877Author: Alex Deucher <alexdeucher@gmail.com>
878Date:   Thu Sep 30 19:20:17 2010 -0400
879
880    r6xx: fix bad mask when setting up HDP_NONSURFACE_BASE
881    
882    This fails for MC addresses >32 bits
883
884commit 16589b862feb796e15dc6e471d25604a4f5e7c1c
885Author: Alex Deucher <alexdeucher@gmail.com>
886Date:   Mon Sep 27 18:28:43 2010 -0400
887
888    bump version post release
889
890commit cc5005af61f45a3552f7358dc5aa711e42f5af54
891Author: Alex Deucher <alexdeucher@gmail.com>
892Date:   Mon Sep 27 18:20:53 2010 -0400
893
894    bump version for release
895
896commit 7f8820fcec8c90bf2f823170bd08a23e8b4ff7af
897Author: Michael Cree <mcree@orcon.net.nz>
898Date:   Mon Sep 27 13:39:12 2010 -0400
899
900    Fix some unaligned 32bit accesses in the AtomBios code.
901    
902    On the Alpha architecture unaligned 32bit accesses incur a software
903    trap to the kernel and pollute the kernel logs.  Fixed by use of the
904    ldl_u() interface.
905    
906    Signed-off-by: Michael Cree <mcree@orcon.net.nz>
907
908commit c4f834cdfbe96aa47ac5fb039f9dd7aa9730c8a3
909Author: Nicolas Reinecke <nr@das-labor.org>
910Date:   Mon Sep 27 13:33:55 2010 -0400
911
912    radeon: Convert remaining x(c)alloc/xfree to m/calloc/free.
913    
914    Fixes deprecation warnings missed out by
915    f7a91ece264af9f3fd2fc18e99aefcda93ce9f5c
916
917commit f8fb9312d791af1f77020e8c2d35bb30841ed9aa
918Author: Karl Tomlinson <karlt+@karlt.net>
919Date:   Sun Aug 22 22:46:33 2010 +1200
920
921    RADEONPrepareAccess_CS: fallback to DFS when pixmap is in VRAM
922    
923    This avoids costly CPU VRAM reads and lets EXA manage a system memory cache
924    of the portions of pixmaps needed for unaccelerated operations.
925    
926    https://bugs.freedesktop.org/show_bug.cgi?id=27139
927
928commit 35c4ff936601ee083f51510a5192fb97d622a483
929Author: Karl Tomlinson <karlt+@karlt.net>
930Date:   Sun Aug 22 22:28:06 2010 +1200
931
932    radeon: complete UTS and DFS even when a scratch BO is not necessary
933    
934    Turns on the big-endian paths even for little-endian systems, and adds
935    similar paths to the r6xx/r7xx functions.
936    
937    This makes UTS and DFS reliable, which will let PrepareAccess (with
938    mixed pixmaps) choose to fail based on whether the pixmap is in VRAM
939    (to avoid CPU reads).
940
941commit d46381a3a6bf10903803f5acaa7aa0ce06373b96
942Author: Karl Tomlinson <karlt+@karlt.net>
943Date:   Sun Aug 22 21:02:45 2010 +1200
944
945    radeon: complete big endian UTS and DFS even when scratch allocation fails.
946    
947    On big endian systems, PrepareAccess will fail when byte-swapping is
948    required so UploadToScreen and DownloadFromScreen cannot rely on
949    fallback to PrepareAccess.
950    
951    When scratch BO space allocation fails, this patch merely adds simple
952    fallback to direct CPU access without any GPU blit.  This sometimes
953    requires a CS flush even in UploadToScreen.
954    (No allocation retry after a flush is added here.)
955
956commit 4ced4e1eff67946e306c0c67c9ed59dd5f3c4ba9
957Author: Karl Tomlinson <karlt+@karlt.net>
958Date:   Sun Aug 22 20:04:42 2010 +1200
959
960    RADEONDownloadFromScreenCS: flush CS writes before mapping BO for read
961    
962    If unflushed CS operations write to the pixmap BO, then these need to be
963    flushed before mapping the BO for read.  This currently only affects big
964    endian systems and only when the operation writes to the GTT domain.
965
966commit a4eef8faffbb1ea2f742273ee855f4e6f992e5c8
967Author: Karl Tomlinson <karlt+@karlt.net>
968Date:   Sat Aug 21 22:29:34 2010 +1200
969
970    FinishAccess_CS: set bo_mapped to FALSE on unmap
971    
972    This is actually only necessary when PrepareAccess may behave differently on
973    different calls with the same pixmap, which currently doesn't happen.
974    
975    However resetting bo_mapped is necessary to let PrepareAccess (with mixed
976    pixmaps) choose to fail based on whether the pixmap is in VRAM (to avoid CPU
977    reads).
978
979commit bfebe039af0c0282d04eb6234b6e6d1e02097146
980Author: Karl Tomlinson <karlt+@karlt.net>
981Date:   Sat Aug 21 21:44:39 2010 +1200
982
983    DownloadFromScreenCS: download via a scratch BO if pixmap domain is unknown
984    
985    radeon_bo_is_busy() may return without setting the domain out-parameter.
986    If this happens, then download via a scratch GTT BO to avoid CPU VRAM read.
987
988commit e26a59e9db8067882327f872e3d2d760ce4c66f3
989Author: Mathieu Bérard <mathieu@mberard.eu>
990Date:   Thu Sep 9 19:32:38 2010 -0400
991
992    Fix NULL possible deref in evergreen_cp_wait_vline_sync
993
994commit b90cb61ccb0f4f80e0627141f223354a9371d47d
995Author: Alex Deucher <alexdeucher@gmail.com>
996Date:   Tue Sep 7 11:51:16 2010 -0400
997
998    radeon: set interlaced and doublescan enabled for randr outputs
999    
1000    interlaced used to work without setting these parameters.  Changes
1001    in the xserver seem to require them now.
1002    
1003    Should fix:
1004    https://bugs.freedesktop.org/show_bug.cgi?id=29591
1005
1006commit 7cc0d3311f23ad569af004e0e4a0e2efbac107e5
1007Author: Alex Deucher <alexdeucher@gmail.com>
1008Date:   Fri Sep 3 00:32:27 2010 -0400
1009
1010    evergreen: fix Xv
1011    
1012    VS const buffer offset was wrong.
1013    
1014    fixes:
1015    https://bugs.freedesktop.org/show_bug.cgi?id=29788
1016
1017commit 7c6ce4e62693f446d7d3c8a86502ccc03c0e55b0
1018Author: Alex Deucher <alexdeucher@gmail.com>
1019Date:   Thu Sep 2 20:34:56 2010 -0400
1020
1021    evergreen: add additional default state
1022    
1023    Note, you also need a drm patch to fix the GPU hangs:
1024    drm/radeon/kms/evergreen: fix gpu hangs in userspace accel code
1025    
1026    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
1027
1028commit 2b98ec1f7e931019a4ab699a56d5dfaa395946fb
1029Author: Alex Deucher <alexdeucher@gmail.com>
1030Date:   Wed Sep 1 13:24:19 2010 -0400
1031
1032    r6xx/r7xx: fix typos
1033    
1034    some stray - signs
1035
1036commit 966ac1be81da76c8aa4ea46b63f3ca5358a2c021
1037Author: Alex Deucher <alexdeucher@gmail.com>
1038Date:   Fri Aug 27 18:22:21 2010 -0400
1039
1040    evergreen: work around bad data in some i2c tables
1041    
1042    The 7th entry in a lot of evergreen i2c gpio tables is partially
1043    zeroed.  Fix the entry.
1044    
1045    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
1046
1047commit 91f707d308d4bbf16c3d62d046cf280fef5a8f4c
1048Author: Heikki Lindholm <holin@iki.fi>
1049Date:   Fri Aug 27 02:26:24 2010 -0400
1050
1051    xv: fix non-kms/non-dri Xv column ordering on big endian systems
1052    
1053    Column order is wrong on big endian systems, primarly because of a
1054    bits / bytes mix up with the bpp variable. Fix tested with r100 and
1055    r300, screen depth 16 and 32 with YV12 and YUY2 (overlay, textured video),
1056    RGBA and RGBT (overlay).
1057    
1058    Should fix: https://bugs.freedesktop.org/show_bug.cgi?id=29041
1059    
1060    Signed-off-by: Heikki Lindholm <holin@iki.fi>
1061
1062commit 6a2c8587a4e05a8be2a2e975a6660942cfe115d6
1063Author: Christopher James Halse Rogers <christopher.halse.rogers@canonical.com>
1064Date:   Fri Aug 27 13:14:33 2010 +1000
1065
1066    dri2: Reference count DRI2 buffers
1067    
1068    When a client calls ScheduleSwap we set up a kernel callback when the
1069    relevent vblank event occurs.  However, it's possible for the client
1070    to go away between calling ScheduleSwap and the vblank event,
1071    resulting in the buffers being destroyed before they're passed to
1072    radeon_dri2_frame_event_handler.
1073    
1074    Add reference-counting to the buffers and take a reference in
1075    radeon_dri2_schedule_swap to ensure the buffers won't be destroyed
1076    before the vblank event is dealt with.
1077    
1078    This parallels the approach taken by the Intel DDX in commit
1079    0d2392d44aae95d6b571d98f7ec323cf672a687f.
1080    
1081    Fixes: http://bugs.freedesktop.org/show_bug.cgi?id=29065
1082    
1083    v2: Don't write completion events to the client if it has quit.
1084    v3: Don't try to unref the NULL buffers from a DRI2_WAITMSC event.
1085        Take a ref in schedule_swap earlier, so the offscreen fallback
1086        doesn't incorrectly destroy the buffers.
1087    
1088    Signed-off-by: Christopher James Halse Rogers <christopher.halse.rogers@canonical.com>
1089    Signed-off-by: Dave Airlie <airlied@redhat.com>
1090
1091commit e9928fe036e9382fd7bc353f3f05531445f08977
1092Author: Dave Airlie <airlied@redhat.com>
1093Date:   Wed Aug 25 10:42:39 2010 +1000
1094
1095    remove explicit buffer submit from copy region
1096    
1097    port of 0be3e95c844247746742805830860ace9f546d99 from intel driver.
1098    
1099        Remove explicit batchbuffer submit in DRI2 copyregion
1100    
1101        Now that we submit from the flush callback chain, we know we'll always
1102        submit before the client receives the reply or event that blocks it from
1103        rendering the next frame.
1104    
1105    Signed-off-by: Dave Airlie <airlied@redhat.com>
1106
1107commit 9f13049ddf06f6f2138851a548cfb82f12a52f42
1108Author: Dave Airlie <airlied@redhat.com>
1109Date:   Wed Aug 25 08:56:37 2010 +1000
1110
1111    radeon: add correct flushing for direct rendered
1112    
1113    this is a port of 69d65f9184006eac790efcff78a0e425160e95aa from the Intel
1114    driver.
1115    
1116        Submit batch buffers from flush callback chain
1117    
1118        There are a few cases where the server will flush client output buffers
1119        but our block handler only catches the most common (before going into select
1120        If the server flushes client buffers before we submit our batch buffer,
1121        the client may receive a damage event for rendering that hasn't happened yet
1122    
1123        Instead, we can hook into the flush callback chain, which the server will
1124        invoke just before flushing output.  This lets us submit batch buffers
1125        before sending out events, preserving ordering.
1126    
1127        Fixes 28438: [bisected] incorrect character in gnome-terminal under compiz
1128        https://bugs.freedesktop.org/show_bug.cgi?id=28438
1129    
1130        Signed-off-by: Kristian Høgsberg <krh@bitplanet.net>
1131    
1132    Signed-off-by: Dave Airlie <airlied@redhat.com>
1133
1134commit 141cbc283fddeb67c2a6c47a0f0f5c2aa2bfb430
1135Author: Alex Deucher <alexdeucher@gmail.com>
1136Date:   Tue Aug 24 18:01:05 2010 -0400
1137
1138    evergreen Xv: remove stray line that caused a segfault
1139    
1140    fixes:
1141    https://bugs.freedesktop.org/show_bug.cgi?id=29788
1142
1143commit f170dddd3538a587f2363ef5fa10a4b484e762da
1144Author: Alex Deucher <alexdeucher@gmail.com>
1145Date:   Mon Aug 23 18:58:12 2010 -0400
1146
1147    evergreen: use vbo pool for constant buffers
1148
1149commit eede93b057bbdddcde5da3220a3f8c6f73784a7e
1150Author: Alex Deucher <alexdeucher@gmail.com>
1151Date:   Mon Aug 23 13:16:27 2010 -0400
1152
1153    radeon: move vbo data to a separate struct
1154    
1155    this way we can share the vbo code with const buffers
1156
1157commit d8abf27dbd14f5eb746c5e8b8b1436ad292d8ec6
1158Author: Alex Deucher <alexdeucher@gmail.com>
1159Date:   Mon Aug 23 01:31:27 2010 -0400
1160
1161    evergreen: fix dword counts in default state
1162
1163commit 5a7c9d94733a0db1d3565447acc9f0e751db5950
1164Author: Alex Deucher <alexdeucher@gmail.com>
1165Date:   Mon Aug 23 00:43:48 2010 -0400
1166
1167    radeon: fix legacy lvds dpms sequence
1168    
1169    Take from my kms commit.
1170    
1171    Should fix:
1172    https://bugs.freedesktop.org/show_bug.cgi?id=19459
1173    
1174    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
1175
1176commit 6930d2c981221757b1e11ef194809f085753a611
1177Author: Alex Deucher <alexdeucher@gmail.com>
1178Date:   Fri Aug 20 16:55:21 2010 -0400
1179
1180    Add initial EXA and Xv support for evergreen
1181    
1182    Based on the r6xx/r7xx code updated for evergreen.
1183    Still causes GPU hangs in some cases.  We haven't
1184    tracked down why yet.  Might be related to constant
1185    buffer persistence.
1186    
1187    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
1188
1189commit bdd41fecdb19c83c6c7b793016b61d38065dcd13
1190Author: Alex Deucher <alexdeucher@gmail.com>
1191Date:   Fri Aug 20 01:17:13 2010 -0400
1192
1193    evergreen: set encoder type to DVI for HDMI
1194    
1195    Fixes:
1196    http://bugs.freedesktop.org/show_bug.cgi?id=27452
1197    
1198    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
1199
1200commit ad8ea1f6e5fcb4f163622cf5eab953ea812b5829
1201Author: Alex Deucher <alexdeucher@gmail.com>
1202Date:   Thu Aug 19 17:04:35 2010 -0400
1203
1204    DCE3+: switch pads to ddc mode when doing i2c
1205    
1206    The pins for ddc and aux are shared so you need to switch the
1207    mode when doing ddc.  The ProcessAuxChannel table already sets
1208    the pin mode to DP.  This should fix unreliable ddc issues
1209    on DP ports using non-DP monitors.
1210    
1211    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
1212
1213commit fd686668289258ffaf6b81057545e50612aac6a8
1214Author: Dave Airlie <airlied@redhat.com>
1215Date:   Thu Aug 12 12:59:18 2010 +1000
1216
1217    radeon: fixup non-kms build
1218
1219commit 5a9865d90c23c4ce0f46d380ea9119eac87a99eb
1220Author: Dave Airlie <airlied@redhat.com>
1221Date:   Thu Aug 12 11:18:06 2010 +1000
1222
1223    evergreen: fix multi-head cursor support
1224
1225commit 8351bb9f085fde5dc47b115375efcc61adc23859
1226Author: Dave Airlie <airlied@redhat.com>
1227Date:   Tue Aug 10 15:05:45 2010 +1000
1228
1229    radeon: take 8/10 encoding into a/c on displayport link
1230
1231commit b91e0efcb24eea32e6978c146c5409eeeeac0a62
1232Author: Dave Airlie <airlied@redhat.com>
1233Date:   Tue Aug 10 15:05:25 2010 +1000
1234
1235    dce32: remove rmx workaround
1236
1237commit 94bc1b7156cd0866566dc44a823c7e051bb45175
1238Author: Dave Airlie <airlied@redhat.com>
1239Date:   Tue Aug 10 13:24:52 2010 +1000
1240
1241    atombios: fixup set crtc source like KMS
1242    
1243    This removes a bunch of strict aliasing warnings and fixes the
1244    codepaths up like the latest KMS code, including a workaround for a bug
1245    on evergreen.
1246
1247commit 9bc716eb62d4e0eed2902b92437a42634eef6ba1
1248Author: Dave Airlie <airlied@redhat.com>
1249Date:   Tue Aug 10 13:23:21 2010 +1000
1250
1251    atombios: move adjust pixel clock around to follow KMS code flow
1252    
1253    This reworks the pixel clock adjusting code to follow the KMS style,
1254    also fixes warnings in this code.
1255
1256commit 31de43bf9d9eb93cc2b2150474ea7404beabe49d
1257Author: Dave Airlie <airlied@redhat.com>
1258Date:   Tue Aug 10 13:21:39 2010 +1000
1259
1260    displayport: retry on timeout
1261    
1262    this is ported from KMS
1263
1264commit 9ef67335583d36080d227e8bce1966afe08e0486
1265Author: Dave Airlie <airlied@redhat.com>
1266Date:   Tue Aug 10 13:21:01 2010 +1000
1267
1268    evergreen: don't call YUV table on evergreen
1269
1270commit 1cce55e8ba43e7958cb67147aeaeb068826ab99f
1271Author: Dave Airlie <airlied@redhat.com>
1272Date:   Tue Aug 10 13:20:13 2010 +1000
1273
1274    evergreen: add support to parse firmware info for ext dp clk
1275
1276commit bbffd67d3296344e8735b007cdee83146d38369c
1277Author: Dave Airlie <airlied@redhat.com>
1278Date:   Tue Aug 10 13:14:54 2010 +1000
1279
1280    atombios: realign digital transmitter/encoder setup with kms
1281
1282commit 6244153467665f5007e2fc7786b4bcc4b0b96030
1283Author: Dave Airlie <airlied@redhat.com>
1284Date:   Tue Aug 10 12:57:22 2010 +1000
1285
1286    update atombios.h to latest from kernel
1287
1288commit bb7c77ca75e857f90791b0dd1c04c8e2f19d0e3c
1289Author: Alex Deucher <alexdeucher@gmail.com>
1290Date:   Mon Aug 9 22:18:53 2010 -0400
1291
1292    atom: upstream parser update
1293    
1294    fixes digital output problems on evergreen asics
1295
1296commit cc0a167ff2db9b097891883ded147af1d67e4407
1297Author: Alex Deucher <alexdeucher@gmail.com>
1298Date:   Tue May 25 18:17:15 2010 -0400
1299
1300    r6xx/r7xx: default to micro (1D) tiling for now
1301    
1302    SW de-tiling used in the r600c 3D driver has issues with
1303    certain configurations.
1304    
1305    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
1306
1307commit b5bfdbd70d9671250957ccd41dfc8818850d257e
1308Author: Alex Deucher <alexdeucher@gmail.com>
1309Date:   Thu Aug 5 17:26:28 2010 -0400
1310
1311    r6xx/r7xx: add support for tiling with kms (v3)
1312    
1313    Requires radeon drm 2.6.0 and updated mesa.
1314    
1315    v2: - fix lockup due to not emiting DB_DEPTH_INFO
1316    https://bugs.freedesktop.org/show_bug.cgi?id=28342
1317        - fix drm minor version to deal with evergreen accel
1318    v3: rebase on current ddx git
1319    
1320    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
1321
1322commit a3c59c6f6be7067421e348142da0ca13428dcd57
1323Author: Alex Deucher <alexdeucher@gmail.com>
1324Date:   Wed Aug 4 12:07:36 2010 -0400
1325
1326    radeon: add new pci ids
1327
1328commit a456587b77ae357750179a50f8db2a17c0f2738e
1329Author: Alex Deucher <alexdeucher@gmail.com>
1330Date:   Mon Aug 2 14:24:41 2010 -0400
1331
1332    r6xx/r7xx: move syrface sync emit to the functions that emit surface info
1333    
1334    reduces code duplication.
1335
1336commit 8eba977cab1878ba247da8160771d41194d8014f
1337Author: Alex Deucher <alexdeucher@gmail.com>
1338Date:   Thu Jun 10 13:34:59 2010 -0400
1339
1340    EXA: move more common helpers to exa_shared
1341
1342commit 71c1a2704af23b61439cee5ce784f7fe267a8a26
1343Author: Alex Deucher <alexdeucher@gmail.com>
1344Date:   Thu Jun 10 11:52:43 2010 -0400
1345
1346    remove unused reg headers from radeon_exa_shared.c
1347
1348commit d73aef78919005369af1b60df138439b4b6105c3
1349Author: Alex Deucher <alexdeucher@gmail.com>
1350Date:   Mon Aug 2 13:27:12 2010 -0400
1351
1352    r6xx/r7xx: set VGT_MAX_VTX_INDX to a larger value
1353
1354commit dacaf5d827b58c39f9e5a7ac0530f9ea6e257347
1355Author: Dave Airlie <airlied@redhat.com>
1356Date:   Mon Aug 2 08:33:51 2010 +1000
1357
1358    fix make distcheck
1359
1360commit c79ce215a01b45fc63b483da167ae37ec7aefad6
1361Author: Dave Airlie <airlied@redhat.com>
1362Date:   Sun Aug 1 16:51:48 2010 +1000
1363
1364    radeon/r600: restructure exa + vbo to provide more sharing
1365    
1366    This is a precursor for r300/500 vbo support.
1367    
1368    Signed-off-by: Dave Airlie <airlied@redhat.com>
1369
1370commit 82254b59268140c4102ae3cd713743ae2be15c00
1371Author: Alex Deucher <alexdeucher@gmail.com>
1372Date:   Fri Jul 30 17:15:05 2010 -0400
1373
1374    r6xx/r7xx: unify composite mask and non-mask pixel shader
1375
1376commit 1c17f3a192f644e8e38b5cfb1470f49434bfba27
1377Author: Alex Deucher <alexdeucher@gmail.com>
1378Date:   Fri Jul 30 16:34:54 2010 -0400
1379
1380    r6xx/r7xx: clean up composite vertex shader
1381    
1382    keep CF, ALU, Fetch instructions in separate groups
1383
1384commit f9d6c0de231357f96e2e0de71e6c9221bcb36bd4
1385Author: Gaetan Nadon <memsize@videotron.ca>
1386Date:   Fri Jul 23 13:28:42 2010 -0400
1387
1388    The local copy of the modes code is no longer required.
1389    
1390    The server 1.2 as shipped in the tarball on the web does not contain the
1391    modes code. It was added just after and found in git branch server-1.2-branch.
1392    
1393    The modes code was initially included in version ati 6.8.0 and fails to compile
1394    with server 1.2 as it requires randr 1.2. The modes code is included in server
1395    versions 1.3 and later, so there is no need to provide an unknown version of
1396    the modes code in the ati driver tarball. It will never be used.
1397    
1398    This patch makes the ati driver requiring server 1.3 or later.
1399    Version 6.8.0 configures and builds ok on server 1.3
1400    Master branch post 6.13.1  configures and builds ok on server 1.3
1401    
1402    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1403
1404commit 0028419acb0762eeb950de5fe702c93e70301612
1405Author: Gaetan Nadon <memsize@videotron.ca>
1406Date:   Sat Jul 24 10:51:18 2010 -0400
1407
1408    config: add AM_PROG_CC_C_O for per-target compilation flags
1409    
1410    Per-target compilation flags (theatre200_drv_la_CFLAGS) are required
1411    when multiple targets which require different compiler flags,
1412    are build in the same makefile.
1413    
1414    Automake issues a command with -c and -o flags which not all compilers
1415    support. The object fles are prefixed with theatre200_drv_la.
1416    The macro AM_PROG_CC_C_O must then be used to provide this feature
1417    on compilers that do not have it. If not, a warning is issued at make time.
1418    
1419    This macros checks for compiler support and if missing, uses a "compile"
1420    script it generates in the package root directory.
1421    
1422    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1423
1424commit aca0a8669b538d58f018f95c9b22e6b3ec1ffe50
1425Author: Gaetan Nadon <memsize@videotron.ca>
1426Date:   Wed Jul 21 16:49:04 2010 -0400
1427
1428    config: add comments for main statements
1429
1430commit 66e614f7115efeec237b3b916d9637e8b3e8985c
1431Author: Gaetan Nadon <memsize@videotron.ca>
1432Date:   Wed Jul 21 16:07:00 2010 -0400
1433
1434    config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
1435    
1436    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1437
1438commit 16e5510c90ef1ba2bbaab78d18943f080b86d809
1439Author: Gaetan Nadon <memsize@videotron.ca>
1440Date:   Wed Jul 21 14:37:41 2010 -0400
1441
1442    config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
1443    
1444    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1445
1446commit b36d8c09e91382f4cfa71635374ec88f5b676d1c
1447Author: Gaetan Nadon <memsize@videotron.ca>
1448Date:   Wed Jul 21 14:05:22 2010 -0400
1449
1450    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
1451    
1452    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1453
1454commit cd9351b04c2d6982b28c647a63d550eb3e1937eb
1455Author: Alex Deucher <alexdeucher@gmail.com>
1456Date:   Wed Jul 21 13:48:24 2010 -0400
1457
1458    r6xx/r7xx: group op variable state
1459    
1460    Group the op variable state into one emit block, re-order
1461    to reduce dwords emitted.
1462
1463commit 5f838c664e8010f4e51afecd4100d73a96fe1209
1464Author: Gaetan Nadon <memsize@videotron.ca>
1465Date:   Wed Jul 21 09:27:42 2010 -0400
1466
1467    config: complete AC_INIT m4 quoting
1468    
1469    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1470
1471commit 48ec2e65c268b426ab9a3e214d174447cf5b5936
1472Author: Gaetan Nadon <memsize@videotron.ca>
1473Date:   Wed Jul 21 08:33:38 2010 -0400
1474
1475    config: remove unrequired AC_SUBST for LIBDRM and LIBUDEV
1476    
1477    These macros are called by the PKG_CHECK_MODULES macro.
1478    
1479    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1480
1481commit 1aabb7eb7d8f06c7481151145db3b9a722ce4ef0
1482Author: Gaetan Nadon <memsize@videotron.ca>
1483Date:   Tue Jul 20 21:54:11 2010 -0400
1484
1485    config: remove unrequired AC_SUBST([DRI_CFLAGS])
1486    
1487    This macro is called by PKG_CHECK_MODULES
1488    
1489    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1490
1491commit 8f92b349821a3ee5ed8df55273d905b9605385aa
1492Author: Gaetan Nadon <memsize@videotron.ca>
1493Date:   Tue Jul 20 21:44:57 2010 -0400
1494
1495    config: remove unrequired AC_SUBST([XORG_CFLAGS])
1496    
1497    This macro is called by PKG_CHECK_MODULES
1498    
1499    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1500
1501commit 5b483b832f9c4a5b92ffb7f72a470669201f1fba
1502Author: Gaetan Nadon <memsize@videotron.ca>
1503Date:   Tue Jul 20 20:24:42 2010 -0400
1504
1505    config: remove unrequired AC_HEADER_STDC
1506    
1507    Autoconf says:
1508    "This macro is obsolescent, as current systems have conforming
1509    header files. New programs need not use this macro".
1510    
1511    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1512
1513commit 6574e3a16eb3631ee7e00ee60a8c9ba95c8b84ef
1514Author: Gaetan Nadon <memsize@videotron.ca>
1515Date:   Tue Jul 20 19:41:30 2010 -0400
1516
1517    config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
1518    
1519    XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
1520    AC_PROG_C_C99. This sets gcc with -std=gnu99.
1521    If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
1522    
1523    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1524
1525commit 593eff2924c2ad161d8b490fbf6d7e433fbe2a80
1526Author: Gaetan Nadon <memsize@videotron.ca>
1527Date:   Tue Jul 20 18:45:18 2010 -0400
1528
1529    config: update AC_PREREQ statement to 2.60
1530    
1531    Unrelated to the previous patches, the new value simply reflects
1532    the reality that the minimum level for autoconf to configure
1533    all x.org modules is 2.60 dated June 2006.
1534    
1535    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
1536    
1537    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1538
1539commit c2ab6ffc25aa6759cbbb4c1fbbd4a136b38983bf
1540Author: Gaetan Nadon <memsize@videotron.ca>
1541Date:   Tue Jul 20 16:15:29 2010 -0400
1542
1543    config: upgrade to util-macros 1.8 for additional man page support
1544    
1545    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
1546    The value of MAN_SUBST is the same for all X.Org packages.
1547
1548commit cdeb1949c820242f05a8897d3ddd0718f204dacf
1549Author: Jerome Glisse <jglisse@redhat.com>
1550Date:   Thu Jul 15 16:21:41 2010 -0400
1551
1552    kms: don't call cursor helper if using software cursor
1553    
1554    Fix :
1555    https://bugzilla.redhat.com/show_bug.cgi?id=601713
1556    https://bugzilla.redhat.com/show_bug.cgi?id=598358
1557    
1558    Signed-off-by: Jerome Glisse <jglisse@redhat.com>
1559
1560commit 06691376b1ee963c711420edaf5a03eab6f5658f
1561Author: Dave Airlie <airlied@redhat.com>
1562Date:   Wed Jul 7 13:15:03 2010 +1000
1563
1564    fix build on non-kms
1565
1566commit 052cf0169ae70d5448af6dc4db840b2fc195569b
1567Author: Dave Airlie <airlied@redhat.com>
1568Date:   Wed Jul 7 11:10:46 2010 +1000
1569
1570    configure.ac: bump version post release
1571
1572commit ad999e633ff41d27eed9d2c6535e163a7181b0bd
1573Author: Dave Airlie <airlied@redhat.com>
1574Date:   Wed Jul 7 10:49:22 2010 +1000
1575
1576    set version for release
1577
1578commit 37b348059b1c15d7b381cd3df3db52bd9ee6613e
1579Author: Alex Deucher <alexdeucher@gmail.com>
1580Date:   Wed Jun 30 12:56:48 2010 -0400
1581
1582    remove rv100 quirk
1583    
1584    Some RV100 cards with 2 VGA ports show up with DVI+VGA, however
1585    some boards with DVI+VGA have the same subsystem ids. Better
1586    to have a VGA port show up as DVI than having a non-useable
1587    DVI port.
1588    
1589    reported by DHR in irc.
1590    
1591    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
1592
1593commit c8ea942bd0e9d1c055d50b94440aa4dae425f20b
1594Author: Cooper Yuan <cooperyuan@gmail.com>
1595Date:   Tue Jun 29 20:34:57 2010 +0800
1596
1597    Remove HDP_SOFT_RESET function, there is no need to reset HDP block.
1598    
1599    This commit can fix an issue reported on DELL server, system gets hang
1600    during soft resetting while another application tries to access PCI
1601    configuration space.
1602
1603commit 139b38bf67ec10d876cc56df833541d497ae4fa4
1604Author: Alex Deucher <alexdeucher@gmail.com>
1605Date:   Thu Jun 24 14:55:09 2010 -0400
1606
1607    r6xx shader: use ADDR() for CF_DWORD0
1608    
1609    no change in functionality
1610
1611commit 801e83227a59a29eea425ea612083bbf2b536c30
1612Author: Wolfram <bugzilla1@malloc.de>
1613Date:   Mon Jun 21 18:59:19 2010 -0400
1614
1615    r6xx/r7xx: fix ums cmd buffer leak
1616    
1617    Fixes:
1618    https://bugs.freedesktop.org/show_bug.cgi?id=27957
1619
1620commit b13d719080b75fc6db4d15d2d323b8fce8b7ad06
1621Author: Alex Deucher <alexdeucher@gmail.com>
1622Date:   Mon Jun 21 18:49:44 2010 -0400
1623
1624    r6xx/r7xx: fix miscount in state emit
1625
1626commit c3c5c8e2cc91b51a24effdffb85281216eed731d
1627Author: Alex Deucher <alexdeucher@gmail.com>
1628Date:   Mon Jun 21 14:30:17 2010 -0400
1629
1630    r6xx/r7xx accel: add back some additional default state
1631    
1632    This adds back everything removed in c29157bbf5b0dd26857675282ab094082fbaed0d
1633    except CB_FOG_*, CB_CLEAR_* and the VPORT transforms.  Those shouldn't
1634    be needed as we aren't using fog or viewport transforms.  We probably don't
1635    need all the state that was added back either but I can't reproduce any
1636    problems here, so it's hard to say which parts are problematic.
1637    
1638    Should fix:
1639    https://bugs.freedesktop.org/show_bug.cgi?id=28629
1640    and several corruption reports on #radeon.
1641    
1642    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
1643
1644commit 800cb2088fec698d0626063a9ab198ff534938c0
1645Author: Michel Dänzer <daenzer@vmware.com>
1646Date:   Mon Jun 21 08:15:14 2010 +0200
1647
1648    DRI2: Fix up confusion between windows and pixmaps.
1649    
1650    Fixes crashes with xserver master, where looking up a pixmap private on a
1651    window no longer happens to work.
1652
1653commit f7a91ece264af9f3fd2fc18e99aefcda93ce9f5c
1654Author: Michel Dänzer <daenzer@vmware.com>
1655Date:   Mon Jun 14 08:52:16 2010 +0200
1656
1657    Convert x(c)alloc/xfree to m/calloc/free.
1658    
1659    Fixes deprecation warnings with xserver master and should also work with older
1660    xservers.
1661
1662commit ea37d24b1b6d4cbcf73e680846de25b72af216e3
1663Author: Dave Airlie <airlied@redhat.com>
1664Date:   Mon Jun 21 13:55:15 2010 +1000
1665
1666    radeon: fix support for 1.9 server master.
1667    
1668    This moves pixmap and mode set into CSR where its allowed. Should work fine on
1669    old servers also.
1670    
1671    Signed-off-by: Dave Airlie <airlied@redhat.com>
1672
1673commit fdd8ecafd054f65842351aee6ee6fba7af6613b2
1674Author: Alex Deucher <alexdeucher@gmail.com>
1675Date:   Wed Jun 16 19:02:10 2010 -0400
1676
1677    r6xx/r7xx: macro safety fixes
1678
1679commit 4651d77211b508cb6b76931807780e317f232220
1680Author: Alex Deucher <alexdeucher@gmail.com>
1681Date:   Wed Jun 16 12:28:36 2010 -0400
1682
1683    radeon: fix depth 16 with ums
1684    
1685    Fixes:
1686    https://bugs.freedesktop.org/show_bug.cgi?id=28494
1687    https://bugzilla.redhat.com/show_bug.cgi?id=554967
1688    
1689    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
1690
1691commit 1e1d6a515428b6884fea586d180346fc74ef75a1
1692Author: Alex Deucher <alexdeucher@gmail.com>
1693Date:   Wed Jun 16 12:20:03 2010 -0400
1694
1695    r3xx-r5xx Xv: disable bicubic filtering by default
1696    
1697    - makes Xv more consistent with r1xx/r2xx/r6xx/r7xx
1698    - Xv attributes like brightness, contrast, hue, etc. only work
1699    when bicubic is disabled.
1700    - avoids performance issues on some systems when sampling from textures
1701    in GART with kms.
1702    - It can be re-enabled with using xvattr
1703    
1704    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
1705
1706commit c29157bbf5b0dd26857675282ab094082fbaed0d
1707Author: Alex Deucher <alexdeucher@gmail.com>
1708Date:   Tue Jun 15 19:39:42 2010 -0400
1709
1710    r6xx/r7xx: remove unnecessary state emit
1711    
1712    No need to emit state that doesn't impact that we use for EXA/Xv.
1713    
1714    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
1715
1716commit 35280545fcfb911f189d7657bd1040a28450fe7b
1717Author: Alex Deucher <alexdeucher@gmail.com>
1718Date:   Tue Jun 15 19:21:32 2010 -0400
1719
1720    r6xx/r7xx: reorg default and clipping state emit
1721    
1722    Group ordered registers to save command buffer space.
1723    Reduces the default and clipping state from 256 to 160 dwords.
1724    
1725    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
1726
1727commit a2528a734c1d4e8639c49e5d222e3630a93ffbfd
1728Author: Alex Deucher <alexdeucher@gmail.com>
1729Date:   Tue Jun 15 17:00:34 2010 -0400
1730
1731    r6xx/r7xx accel: remove some duplicate emits and minor clean up
1732    
1733    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
1734
1735commit 5f093357f18eb9bea641394ab86a92a1766d8f2e
1736Author: Gaetan Nadon <memsize@videotron.ca>
1737Date:   Sat Jun 12 15:11:46 2010 -0400
1738
1739    COPYING: replace stub file with actual copyright notices
1740    
1741    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
1742
1743commit 0c2118586d3edeecc2473b5d685472df4b5e70fa
1744Author: Dave Airlie <airlied@redhat.com>
1745Date:   Fri Jun 11 15:53:18 2010 +1000
1746
1747    radeon: fixup last fix, use CURSOR_WIDTH not RADEON_CURSOR_WIDTH.
1748
1749commit 9a117f768cb8261327fd3c324da9c98875785cc1
1750Author: Dave Airlie <airlied@redhat.com>
1751Date:   Fri Jun 11 14:28:24 2010 +1000
1752
1753    radeon: set proper stride for cursor in tiling flags.
1754    
1755    definitely incorrect, but hope it doesn't break anything.
1756    
1757    Signed-off-by: Dave Airlie <airlied@redhat.com>
1758
1759commit b6346ede94f0d0b11ee04770cf52508cb0a5e6c6
1760Author: Dave Airlie <airlied@redhat.com>
1761Date:   Thu Jun 10 20:13:58 2010 -0400
1762
1763    drmmode: fix big endian issue with properties.
1764    
1765    On a power machine with an rn50, this was causing load detection to be turned off after the first X run, subsequent X runs would find nothing connected.
1766    
1767    Signed-off-by: Dave Airlie <airlied@redhat.com>
1768
1769commit 1971dc6d758dea13b9fb6d1c8f516c165628b5e5
1770Author: Alex Deucher <alexdeucher@gmail.com>
1771Date:   Tue Jun 8 11:18:28 2010 -0400
1772
1773    radeon: fix rn50 cloning with kms
1774    
1775    Since they only have one crtc sometimes the xserver doesn't assign
1776    a crtc to one of the outputs even though both outputs have common modes
1777    which results in only one monitor being enabled. Assign a crtc in
1778    preinit so that both outputs light up.
1779    
1780    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
1781
1782commit 426114b4a99d37b394efe3336968bb0ab9b6e9ae
1783Author: Dave Airlie <airlied@redhat.com>
1784Date:   Tue Jun 8 11:34:35 2010 +1000
1785
1786    xv: fix Xv on M6/RV100 under KMS.
1787    
1788    pRADEONEnt->HasCRTC2 wasn't setup under KMS.
1789    
1790    Signed-off-by: Dave Airlie <airlied@redhat.com>
1791
1792commit f64bf0de8e2de7c1bf9cc0c614603dd23c9060ad
1793Author: Alex Deucher <alexdeucher@gmail.com>
1794Date:   Thu Jun 3 14:48:21 2010 -0400
1795
1796    evergreen: explicitly disable accel on evergreen
1797    
1798    Previously we relied on the drm not having accel enabled
1799    to make sure evergreen used shadowfb, now we when we enable
1800    accel in the drm, we need to make sure the ddx doesn't try
1801    and use it until it's implemented.
1802    
1803    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
1804
1805commit 428125c095b18c2a2864c1aef24ac0f384b6be54
1806Author: Marek Olšák <maraeo@gmail.com>
1807Date:   Sun May 16 20:11:17 2010 +0000
1808
1809    r3xx-r5xx: enable color tiling by default on KMS
1810    
1811    Signed-off-by: Marek Olšák <maraeo@gmail.com>
1812
1813commit 6712ce4f4715c8ce7c2fcddb52ca9b103bdd634c
1814Author: Marek Olšák <maraeo@gmail.com>
1815Date:   Sun May 16 20:09:31 2010 +0000
1816
1817    rs740: follow macro-switch too
1818    
1819    Signed-off-by: Marek Olšák <maraeo@gmail.com>
1820
1821commit 842fa162e9d3bbad2bc44d3732bbc8e5a54402ea
1822Author: Alex Deucher <alexdeucher@gmail.com>
1823Date:   Tue May 18 11:21:01 2010 -0400
1824
1825    dri2: use radeon_pick_best_crtc()
1826    
1827    It's already exposed and used by exa and Xv and has
1828    the same functionality.  radeon_covering_crtc() can
1829    be dropped eventually.
1830
1831commit 64e6858aaf5d0e39ecc9f9804689012f3a38660a
1832Author: Alex Deucher <alexdeucher@gmail.com>
1833Date:   Mon May 17 12:50:44 2010 -0400
1834
1835    r2xx exa: fix typo in 27c3326863deae36bc35e2c3b73fffd400208ff1
1836    
1837    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
1838
1839commit 27c3326863deae36bc35e2c3b73fffd400208ff1
1840Author: Alex Deucher <alexdeucher@gmail.com>
1841Date:   Mon May 17 09:53:32 2010 -0400
1842
1843    r1xx/r2xx EXA: handle RepeatNone properly with transforms
1844    
1845    Fallback with unsupported ops like r3xx, r6xx.
1846    
1847    Should fix fdo bug 28142.
1848    
1849    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
1850
1851commit 30591320ec46e491ba20904cc64f3405b51c6505
1852Author: Jerome Glisse <jglisse@redhat.com>
1853Date:   Fri May 7 17:35:09 2010 +0200
1854
1855    kms: add support for the MSC swap & sync API
1856    
1857    This patch is mostly a port over of Intel ddx code for
1858    MSC support. It needs a radeon KMS module with version
1859    2.4 which has the query for hw crtc id.
1860    
1861    Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
1862    Signed-off-by: Jerome Glisse <jglisse@redhat.com>
1863
1864commit 766024dcc61c83490540910ce752f9bfe6dddba4
1865Author: Marek Olšák <maraeo@gmail.com>
1866Date:   Mon May 3 22:56:27 2010 +0200
1867
1868    r3xx-r5xx: fix texturing with small macrotiled pixmaps
1869    
1870    Pixmaps smaller than a macrotile cannot be used as textures because hardware
1871    automatically switches to macro-linear and therefore sampled pixels are
1872    messed up. This behavior is known as MACRO_SWITCH.
1873    
1874    The only sane workaround seems to be not using macrotiling for small pixmaps.
1875    
1876    The function RADEONMacroSwitch has been ported from r300g and implements
1877    MACRO_SWITCH the same way it's implemented in hardware. It's been well tested
1878    in r300g.
1879    
1880    This commit also fixes blit-based framebuffer reads, which are used for tiled
1881    surfaces in r300g, when ColorTiling is enabled.
1882    
1883    Signed-off-by: Marek Olšák <maraeo@gmail.com>
1884
1885commit 6aedd57f6c2f08d0151a8bd1c5893d40d3db709a
1886Author: Alex Deucher <alexdeucher@gmail.com>
1887Date:   Tue May 4 14:30:52 2010 -0400
1888
1889    radeon: fix pll_out_min default for pre-avivo
1890    
1891    Fixes fdo bug 27960
1892
1893commit b2ecd1bb507ed4e0d9ba6ebd498c51da2e8136fa
1894Author: Michel Dänzer <daenzer@vmware.com>
1895Date:   Fri Apr 23 18:28:22 2010 +0200
1896
1897    FB/MMIO_cnt should be ints, not pointers.
1898    
1899    Pointed out by compiler warnings.
1900    
1901    https://bugs.freedesktop.org/show_bug.cgi?id=27817
1902
1903commit 1ad41054989f7c3edec373ccf09dceda6d7c94b4
1904Author: Alex Deucher <alexdeucher@gmail.com>
1905Date:   Thu Apr 22 16:48:21 2010 -0400
1906
1907    r3xx: fix gb pipe setup for SE cards
1908    
1909    Noticed by Tormod Volden
1910
1911commit 59e287d7c484b4addd4a06d013670577639c7ae2
1912Author: Alex Deucher <alexdeucher@gmail.com>
1913Date:   Thu Apr 22 02:05:40 2010 -0400
1914
1915    r3xx-r5xx: fix vertex units
1916    
1917    Noticed by Tormod Volden.
1918    
1919    RV3xx is 2, RV560,RV570 is 8
1920
1921commit 2a6b409496f26da0436972b5feae6ea035dde08d
1922Author: Owain Ainsworth <zerooa@googlemail.com>
1923Date:   Mon Apr 19 14:37:33 2010 +0100
1924
1925    Reference count shared driver mappings.
1926    
1927    With MMIO it wasn't *such* a bit deal if we leaked the smallish mapping.
1928    with FB it could be a larger deal. So instead of worrying about this,
1929    reference count the mappings in the entity structure and unmap them when
1930    no one cares anymore.
1931    
1932    Prompted by a discussion with airlied
1933    
1934    Signed-off-by: Dave Airlie <airlied@redhat.com>
1935
1936commit 761f0de5556e46f166280476185977f720efe586
1937Author: Owain G. Ainsworth <zerooa@googlemail.com>
1938Date:   Mon Apr 19 04:05:36 2010 +0100
1939
1940    Make consistent use of fbOffset and share fb mappings.
1941    
1942    What we were doing previously was mapping the framebuffer for zaphod for
1943    only this driver instances chunk, however, fbOffset was (rightly) set to
1944    the offset into the whole framebuffer we were using.
1945    
1946    Since in some cases we did operations on the FB virtual address +
1947    fbOffset (for example zeroing the framebuffer on entervt) we were
1948    actually pissing all over ourselves in those cases.
1949    
1950    Fix this by implementing shared fb mappings like we do for MMIO already,
1951    and whenever we wish to refer to our area of FB space we always use
1952    fbOffset. Fixes zaphod for some users on r600 chipsets, my 4870 is still
1953    behaving strangely on screen 0, but I suspect that is another bug.
1954    
1955    Once calculation (in PreInitAccel) is now wrong because of this, however
1956    dri on zaphod does now happen so this is irrelavent, add a comment to
1957    that effect.
1958    
1959    Signed-off-by: Dave Airlie <airlied@redhat.com>
1960
1961commit 2059d628c5fb03222a62502cc1b5724bf296a7b3
1962Author: Owain G. Ainsworth <zerooa@googlemail.com>
1963Date:   Mon Apr 19 04:05:35 2010 +0100
1964
1965    Kill per-context SAREA support.
1966    
1967    It has never been used, and since the world is changing it almost
1968    certainly never will be. Good riddance.
1969    
1970    Signed-off-by: Dave Airlie <airlied@redhat.com>
1971
1972commit c4b46f56279cc18c8114235ca41cfb41ffede67f
1973Author: Owain G. Ainsworth <zerooa@googlemail.com>
1974Date:   Mon Apr 19 04:05:34 2010 +0100
1975
1976    Remove remnants of the ShowCache option.
1977    
1978    The rest of it died a long time ago.
1979    
1980    Signed-off-by: Dave Airlie <airlied@redhat.com>
1981
1982commit 03b34c5fb12c4df180d4df113d2b654f6afd7230
1983Author: Dave Airlie <airlied@redhat.com>
1984Date:   Mon Apr 19 17:58:07 2010 +1000
1985
1986    radeon: add FireMV 2400 pci id.
1987    
1988    From RH#581927 - thanks to Carsten Clasohm
1989    
1990    Signed-off-by: Dave Airlie <airlied@redhat.com>
1991
1992commit 6c07816025f70e522986614c29c300ea13e5d932
1993Author: Alex Deucher <alexdeucher@gmail.com>
1994Date:   Fri Apr 16 18:50:17 2010 -0400
1995
1996    r5xx texvid: deal with large numbers of verts
1997    
1998    should fix fdo bug 25884
1999
2000commit 5ee320a6b1b4c65fe592c8ac4d1981799242d59e
2001Author: Alex Deucher <alexdeucher@gmail.com>
2002Date:   Fri Apr 16 18:42:56 2010 -0400
2003
2004    r3xx texvid: deal with large numbers of verts
2005    
2006    should fix fdo bug 25884
2007
2008commit 47af3f4f266232517486238917d82fc5ca9c82e6
2009Author: Alex Deucher <alexdeucher@gmail.com>
2010Date:   Fri Apr 16 20:50:18 2010 -0400
2011
2012    r2xx texvid: deal with large numbers of verts
2013    
2014    should fix fdo bug 25884
2015
2016commit 57577d5cd0641b7cad02242478699bcfece59227
2017Author: Alex Deucher <alexdeucher@gmail.com>
2018Date:   Fri Apr 16 20:40:56 2010 -0400
2019
2020    r1xx texvid: deal with large numbers of verts
2021    
2022    should fix fdo bug 25884
2023
2024commit 31a888e78fa403f2bddacee098a29f36eaa969cb
2025Author: Alex Deucher <alexdeucher@gmail.com>
2026Date:   Fri Apr 16 15:52:59 2010 -0400
2027
2028    r5xx textured video: split into prepare and draw functions
2029
2030commit f7ebe4a127965bb9e46d20c60331bcc4dab76fc5
2031Author: Alex Deucher <alexdeucher@gmail.com>
2032Date:   Fri Apr 16 15:46:24 2010 -0400
2033
2034    r3xx textured video: split into prepare and draw functions
2035
2036commit 10799b4ce0c18c5a7d92d688549e8e777344f111
2037Author: Alex Deucher <alexdeucher@gmail.com>
2038Date:   Fri Apr 16 15:38:49 2010 -0400
2039
2040    r2xx textured video: split into prepare and draw functions
2041
2042commit bd1cf42201a1f918080bf34786a6de327cb31b5f
2043Author: Alex Deucher <alexdeucher@gmail.com>
2044Date:   Fri Apr 16 15:31:40 2010 -0400
2045
2046    r1xx textured video: split into prepare and draw functions
2047
2048commit c1136f94b80346065893f8a43c0fbf60c8c9b057
2049Author: Alex Deucher <alexdeucher@gmail.com>
2050Date:   Fri Apr 16 15:23:14 2010 -0400
2051
2052    Xv: track vtx_count, is_planar in port priv
2053
2054commit 2f680b631357661511456f07b7b4ba1aa2cbf30c
2055Author: Alex Deucher <alexdeucher@gmail.com>
2056Date:   Fri Apr 16 13:43:41 2010 -0400
2057
2058    radeon/kms: fix possible crtc mask for evergreen
2059
2060commit 4656f5dff1ed72fa2c7a1484305f2aef7b65ff2b
2061Author: Alex Deucher <alexdeucher@gmail.com>
2062Date:   Fri Apr 16 13:36:25 2010 -0400
2063
2064    radeon/kms: fix crash when using more than two heads
2065    
2066    fixes fdo bug 27692
2067
2068commit a69e749d0562887af6bd236c38802472e54640c4
2069Author: Dave Airlie <airlied@redhat.com>
2070Date:   Fri Apr 16 13:58:54 2010 +1000
2071
2072    kms: add uevent support.
2073    
2074    When we get a hotplug event from the kernel we should notify the client side to reconfigure displays.
2075    
2076    based on work by ajax in intel driver.
2077    
2078    Signed-off-by: Dave Airlie <airlied@redhat.com>
2079
2080commit 22a46dddd375b2b9399e12fdf168fa5292ff17a4
2081Author: Alex Deucher <alexdeucher@gmail.com>
2082Date:   Tue Apr 13 11:08:59 2010 -0400
2083
2084    radeon: add support for pll algo selection
2085    
2086    tv-out on atom systems is very particular about it's
2087    dividers.  force it to use the old algo.
2088    
2089    Should fix fdo bug 27593.
2090
2091commit c1b817c45477c21234abaaebe78feb7ea4fd92b1
2092Author: Alex Deucher <alexdeucher@gmail.com>
2093Date:   Mon Apr 12 16:32:04 2010 -0400
2094
2095    atom: disable TV encoder when VGA is in use
2096    
2097    Switching between TV and VGA caused problems on some
2098    systems since the TV encoder was left enabled.
2099    
2100    Should fix fdo bug 25520.
2101
2102commit 878814aeab7031ff6169fcaf2be869b7595c8699
2103Author: Alex Deucher <alexdeucher@gmail.com>
2104Date:   Mon Apr 12 11:16:14 2010 -0400
2105
2106    Xv overlay: set scalerwidth to 1920 on r3xx/r4xx chips
2107    
2108    reported on phoronix forums.
2109
2110commit 276fe739f1caa95778213054375a65288b80f320
2111Author: Alex Deucher <alexdeucher@gmail.com>
2112Date:   Fri Apr 9 20:03:09 2010 -0400
2113
2114    radeon: add some new pci ids
2115
2116commit eb5665688ef9b52f03f61546351d0848cab54740
2117Author: Alex Deucher <alexdeucher@gmail.com>
2118Date:   Thu Apr 8 00:31:52 2010 -0400
2119
2120    radeon: don't setup Xv on rn50
2121    
2122    It has no overlay or 3D engine.
2123    
2124    fixes fdo bug 27528
2125
2126commit 3c6c6afcbfc6f2c582e13a7c37fe2014b0875b22
2127Author: Alex Deucher <alexdeucher@gmail.com>
2128Date:   Mon Apr 5 12:12:56 2010 -0400
2129
2130    change version post release
2131
2132commit fb7911912e60b2cdbc2152b96847775b767ca3ef
2133Author: Alex Deucher <alexdeucher@gmail.com>
2134Date:   Mon Apr 5 11:59:24 2010 -0400
2135
2136    bump version for release
2137
2138commit 476a1c6e8b42807b897b8c6f8550ec42b2d5c10e
2139Author: Alex Deucher <alexdeucher@gmail.com>
2140Date:   Thu Apr 1 12:42:56 2010 -0400
2141
2142    radeon: fix possible gpio i2c table overrun
2143    
2144    GPIO_I2C_INFO does not always have ATOM_MAX_SUPPORTED_DEVICE
2145    entries.  Should fix Novell bug 589022.
2146
2147commit 6baa96c44ca93b88acf5233335cee233e59d5af4
2148Author: Dave Airlie <airlied@redhat.com>
2149Date:   Thu Apr 1 11:24:32 2010 +1000
2150
2151    r600/exa: further cleanup, use the object struct in the accel state.
2152    
2153    This cleans up the accel state objects as well.
2154    
2155    Signed-off-by: Dave Airlie <airlied@redhat.com>
2156
2157commit 87f49a24019967552c5478d6af89ba438b4261c8
2158Author: Dave Airlie <airlied@redhat.com>
2159Date:   Thu Apr 1 10:52:58 2010 +1000
2160
2161    r600: cleanup wasteful variables.
2162    
2163    Just assign directly to the structs.
2164    
2165    Signed-off-by: Dave Airlie <airlied@redhat.com>
2166
2167commit 478319e55d52fce241d040912fea952071e3b742
2168Author: Dave Airlie <airlied@redhat.com>
2169Date:   Thu Apr 1 10:45:52 2010 +1000
2170
2171    r600: reduce function call overhead.
2172    
2173    Create a small accel object that can be used to reduce the amount
2174    of parameters passed to SetAccelState. This can be cleaned up a lot more.
2175    
2176    Signed-off-by: Dave Airlie <airlied@redhat.com>
2177
2178commit bc93395b3eb5e3511c1b62af90693269f4fa6e13
2179Author: Alex Deucher <alexdeucher@gmail.com>
2180Date:   Wed Mar 31 22:30:24 2010 -0400
2181
2182    r6xx+ EXA: fix swapped domains in kms UTS
2183    
2184    Noticed by Dave.
2185    
2186    Should fix fdo bug 27284
2187
2188commit 3a33b1a92c328b690bdc1aafa0011e4326109815
2189Author: Owain G. Ainsworth <zerooa@googlemail.com>
2190Date:   Tue Mar 30 17:14:02 2010 +0100
2191
2192    Add support for MacModel autodetection on OpenBSD.
2193    
2194    This allows radeon-equipped macs to work without an xorg.conf on openbsd.
2195    Patch originally written by Mark Kettenis (kettenis@openbsd.org)
2196
2197commit c7eeda8c3f3514ba95ebf2893fbe124bf526b3df
2198Author: Alex Deucher <alexdeucher@gmail.com>
2199Date:   Fri Mar 26 01:38:36 2010 -0400
2200
2201    radeon: add support eDP connectors with and LCD device tag
2202    
2203    should fix fdo bug 27322
2204
2205commit ff323e11485fa5030ac278c836bf80a535c22249
2206Author: Alex Deucher <alexdeucher@gmail.com>
2207Date:   Fri Mar 26 01:24:16 2010 -0400
2208
2209    radeon: fix name string for eDP
2210
2211commit 53ac06161eb2b8cffb1b88e24a9a21cfd12e5883
2212Author: Alex Deucher <alexdeucher@gmail.com>
2213Date:   Tue Mar 23 13:34:38 2010 -0400
2214
2215    r6xx+ EXA/Xv: add a R600SetAccelState function
2216    
2217    This moves CS bo checking and alignment checks into
2218    a central location.  It also cleans up the code.
2219
2220commit 7a044472dfea7cf05ba4c2b87be30e94e2ae0b62
2221Author: Alex Deucher <alexdeucher@gmail.com>
2222Date:   Tue Mar 23 01:27:22 2010 -0400
2223
2224    r6xx+ EXA: always use a temp surface for overlapping copies
2225    
2226    The scanline based fallback code was complex and added a lot of
2227    overhead. It also didn't work with kms.
2228
2229commit d33bddaedae81126ab7f0023af1c6443bb0b4c4f
2230Author: Alex Deucher <alexdeucher@gmail.com>
2231Date:   Mon Mar 22 18:15:23 2010 -0400
2232
2233    r6xx+ EXA: always use the accel_state state in DoPrepareCopy
2234
2235commit dda3f5a99e7a2dc5d57860f4d07df3498e1e21df
2236Author: Alex Deucher <alexdeucher@gmail.com>
2237Date:   Mon Mar 22 18:05:36 2010 -0400
2238
2239    r6xx EXA/Xv: track src/dst domains
2240    
2241    Much of the code is shared, so track the src/dst
2242    domains so we make sure the uses consistent domains
2243    for each bo.
2244
2245commit 5c256808cb5fea955eea96ffe9196473715156aa
2246Author: Alex Deucher <alexdeucher@gmail.com>
2247Date:   Wed Mar 17 23:47:50 2010 -0400
2248
2249    XAA: disable render accel
2250    
2251    It's been reported broken for a while.  Should fix
2252    fdo bug 27151, others.
2253
2254commit a0683be5cc082bdbdd3bc4e9b52f39f423650946
2255Author: Dave Airlie <airlied@redhat.com>
2256Date:   Thu Mar 18 12:36:25 2010 +1000
2257
2258    radeon: avoid using DRI1 init path on DRI2 driver.
2259    
2260    I was playing with multi-seat and found this code, fixed
2261    it up to be sane and more DRI2 like.
2262    
2263    Signed-off-by: Dave Airlie <airlied@redhat.com>
2264
2265commit 080a5414593e9b59ed923f26aa6057747b0c868f
2266Author: Alex Deucher <alexdeucher@gmail.com>
2267Date:   Tue Mar 16 12:33:39 2010 -0400
2268
2269    kms: fix ums naming compat for DisplayPort
2270
2271commit 819b4015349b5d8c5ffa5f979097599774fce5bb
2272Author: Alex Deucher <alexdeucher@gmail.com>
2273Date:   Mon Mar 15 13:47:29 2010 -0400
2274
2275    dump version for rc release
2276
2277commit d3482a947e3731be4ed0b00b4e3079470700dc4c
2278Author: Michael Cree <mcree@orcon.net.nz>
2279Date:   Fri Mar 12 22:23:31 2010 +1300
2280
2281    Fix some word accesses in AtomBios to work on all architectures.
2282    
2283    The UINT16LE_TO_CPU(), etc., macros are used in the AtomBios code to
2284    fix up endian issues but they do not address bad alignment or assist
2285    architectures that cannot perform hardware byte or word accesses.
2286    This patch inserts use of the ldw_u(), etc., interface of the Xserver
2287    into certain AtomBios accesses to address alignment issues.
2288    
2289    This resolves Debian bug 572311, namely that the driver when compiled
2290    for generic Alpha architecture (i.e. doesn't use the byte-word extension)
2291    resulted in no display output on certain Radeon cards.
2292    
2293    Signed-off-by: Michael Cree <mcree@orcon.net.nz>
2294
2295commit 488c9fd8300505cc6c0c2f8f0f00849f27cc5d63
2296Author: Alex Deucher <alexdeucher@gmail.com>
2297Date:   Mon Mar 15 12:25:57 2010 -0400
2298
2299    r6xx/r7xx: fix domain handling in accel code
2300    
2301    Noticed by Pauli and Michel on IRC.
2302    
2303    Improves GetImage performace by a factor of ~10.
2304
2305commit 2ace2591d92fb6d3ce7a6453edb04b36a6c49a32
2306Author: Alex Deucher <alexdeucher@gmail.com>
2307Date:   Mon Mar 15 12:03:58 2010 -0400
2308
2309    radeon: remove some leftover debugging output
2310
2311commit 67e81c8f17ddde6eba633d2a5aef528e1d598d89
2312Author: Andrzej Hajda <andrzej.hajda@wp.pl>
2313Date:   Wed Mar 10 18:19:35 2010 -0500
2314
2315    radeon: add support for pal on legacy IGP chips
2316    
2317    Based on my initial non-working patch.
2318    
2319    Fixes some element of fdo bug 12007
2320
2321commit 3a44f1cb0d2bb748692b1024003de8ee88ca77a5
2322Author: Alex Deucher <alexdeucher@gmail.com>
2323Date:   Tue Mar 9 09:44:01 2010 -0500
2324
2325    atom: i2c gpio fixes
2326    
2327    Basically a port of my kms patch. This allows us
2328    to remove some quirks.
2329
2330commit d85cb40f516c67305e818302bec7ee817df4144c
2331Author: Matt Turner <mattst88@gmail.com>
2332Date:   Sun Mar 7 14:24:35 2010 -0500
2333
2334    Don't check for Xinerama.
2335    
2336    It doesn't seem to be used anywhere, so don't require it.
2337    
2338    CC: Jerome Glisse <jglisse@redhat.com>
2339    CC: Alex Deucher <alexdeucher@gmail.com>
2340    CC: Dave Airlie <airlied@redhat.com>
2341    Signed-off-by: Matt Turner <mattst88@gmail.com>
2342
2343commit e7b41f8cb082ed462d29bf3fc440072424cbd852
2344Author: Alex Deucher <alexdeucher@gmail.com>
2345Date:   Fri Mar 5 19:16:11 2010 -0500
2346
2347    radeon: disable frac fb div with new pll code
2348    
2349    fixes fdo bug 26897
2350
2351commit 14aff767490c253cbcdd411f812e50b91673119e
2352Author: Alex Deucher <alexdeucher@gmail.com>
2353Date:   Wed Mar 3 13:31:19 2010 -0500
2354
2355    radeon: add new RS880 pci id
2356
2357commit e6dc886634b38e4a36af7b5f0b23299d5acd7244
2358Author: Dave Airlie <airlied@redhat.com>
2359Date:   Tue Mar 2 10:25:15 2010 +1000
2360
2361    radeon: bump configure.ac
2362
2363commit 4975658f05c387b39b3e96a292a7683f17645c2c
2364Author: Dave Airlie <airlied@redhat.com>
2365Date:   Sat Feb 27 16:47:19 2010 +1000
2366
2367    pciids: hopefully fix HP
2368
2369commit e76b90b399c3cc0f0998c0209300c46f97505498
2370Author: Alex Deucher <alexdeucher@gmail.com>
2371Date:   Fri Feb 26 15:01:28 2010 -0500
2372
2373    rv740: disable dfs workaround for drm 1.32+
2374    
2375    rv740 pipe setup was fixed in 2.6.33
2376
2377commit 2de0af5f5b806f9dbfdb1e9b6a5cf96d9433961d
2378Author: Matt Turner <mattst88@gmail.com>
2379Date:   Wed Feb 24 22:46:28 2010 -0500
2380
2381    Use RADEON_ALIGN instead of open coding it.
2382    
2383    Also fix some RADEON_ALIGN(x, 63), which would return incorrect results
2384    for odd x. Though this shouldn't happen, it's still not right. You
2385    wouldn't ever write (x + 62) & ~62 which is clearly wrong (and what it
2386    expands to).
2387    
2388    CC: Jerome Glisse <jglisse@redhat.com>
2389    CC: Alex Deucher <alexdeucher@gmail.com>
2390    CC: Dave Airlie <airlied@redhat.com>
2391    Signed-off-by: Matt Turner <mattst88@gmail.com>
2392
2393commit c7e81d2f3a372e0d5f751dd0c5091aec2b56d936
2394Author: Matt Turner <mattst88@gmail.com>
2395Date:   Wed Feb 24 22:46:27 2010 -0500
2396
2397    Use/define RADEON_GPU_PAGE_SIZE instead of sprinkling 4096 everywhere.
2398    
2399    Also, define RADEON_BUFFER_ALIGN in terms of it, and replace some
2400    RADEON_ALIGN(x, RADEON_BUFFER_ALIGN) with RADEON_ALIGN(x,
2401    RADEON_GPU_PAGE_SIZE) since this is really what was intended.
2402    
2403    CC: Jerome Glisse <jglisse@redhat.com>
2404    CC: Alex Deucher <alexdeucher@gmail.com>
2405    CC: Dave Airlie <airlied@redhat.com>
2406    Signed-off-by: Matt Turner <mattst88@gmail.com>
2407
2408commit c0a5c9403dff254e1669df606a4193794270aeff
2409Author: Dave Airlie <airlied@redhat.com>
2410Date:   Fri Feb 26 19:17:28 2010 +1000
2411
2412    pci: add HP vendor id
2413
2414commit 3970cc5563900f08ba5236b23f765c926616c345
2415Author: Cooper Yuan <cooperyuan@gmail.com>
2416Date:   Fri Feb 26 16:14:12 2010 +0800
2417
2418    add more triple-head server ID
2419
2420commit b499eee7506f7478649e0000e9f8fcd00ac9d88d
2421Author: James Le Cuirot <chewi@aura-online.co.uk>
2422Date:   Thu Feb 25 21:13:18 2010 -0500
2423
2424    clean up kms zaphod handling
2425    
2426    Taken from James patch on bug 24523
2427    
2428    agd5f: adapt to the current code
2429
2430commit 433c8617341f5768255826435a2b09afba684f02
2431Author: Alex Deucher <alexdeucher@gmail.com>
2432Date:   Thu Feb 25 21:03:13 2010 -0500
2433
2434    update ZaphodHeads option
2435    
2436    Now that the screen section mapping is fixed,
2437    Make the option per-instance and allow multiple
2438    outputs to be specified; e.g., DVI-0 and HDMI-0
2439    associated with instance 0 and LVDS and VGA-0
2440    associated with instance 1.
2441
2442commit f3e20b01c77f02bdf3483ceee27a1f00d240c33d
2443Author: James Le Cuirot <chewi@aura-online.co.uk>
2444Date:   Thu Feb 25 19:10:19 2010 -0500
2445
2446    zaphod: Fix entity instance assignment.
2447    
2448    Each screen needs to have a pointer back to its
2449    device's entity instance, Currently Screen1 is
2450    pointing to Screen0's instance so when it comes
2451    to match up the screen sections with the detected
2452    screens, Screen0 gets chosen in both cases.
2453    
2454    See bug 24523
2455
2456commit 1b7e9a2e50f77819b3aff4e37ba39eaec69ff932
2457Author: Alex Deucher <alexdeucher@gmail.com>
2458Date:   Tue Feb 23 11:39:55 2010 -0500
2459
2460    radeon: fixes for zaphodheads option
2461    
2462    Needed for systems with more than two outputs.
2463    Both KMS and non-KMS zaphod work on systems with
2464    more than two outputs now.
2465
2466commit bd83e5f1c75b8c00b43846c7225568917fc9a8ce
2467Author: Dave Airlie <airlied@redhat.com>
2468Date:   Tue Feb 23 19:27:24 2010 +1000
2469
2470    zaphod: hopefully fix kms + zaphod
2471
2472commit 0c3468d812e3790ce03d9e76779ae81e7b7b82d5
2473Author: Alex Deucher <alexdeucher@gmail.com>
2474Date:   Mon Feb 22 17:34:51 2010 -0500
2475
2476    AVIVO: set frac fb divider pll flag
2477    
2478    matches previous behavior
2479
2480commit 212e152536c4325e6799018891d9aee132681f48
2481Author: Alex Deucher <alexdeucher@gmail.com>
2482Date:   Mon Feb 22 17:27:24 2010 -0500
2483
2484    radeon: update new pll algo
2485    
2486    - add support for pre-avivo chips
2487    - add support for fixed post/ref dividers
2488    - add support for non-fractional fb dividers
2489    
2490    By default avivo chips use the new algo and
2491    pre-avivo chips use the old algo.  Use the
2492    "NewPLL" option to toggle between them (set to
2493    TRUE for the new algo, FALSE for the old).
2494
2495commit e68d3a3890fc81c51f2006b5548da1e8756ad2fd
2496Author: Alex Deucher <alexdeucher@gmail.com>
2497Date:   Thu Feb 18 14:02:00 2010 -0500
2498
2499    RS600: add connector quirk
2500    
2501    System lists DVI port as HDMI.
2502    
2503    fixes fdo bug 26605
2504
2505commit a3b730eceb522c7ac1ef3dd6f6c7d773118d03f7
2506Author: Jerome Glisse <jglisse@redhat.com>
2507Date:   Thu Feb 18 14:13:48 2010 +0100
2508
2509    r6xx/kms: when reseting BO force default state emission
2510    
2511    In KMS world each cs need to fully initialize the 3D engine
2512    when we were erasing cs in IBDiscard for r6xx we weren't
2513    forcing reemission of default state. This patch force this
2514    emission. Fix :
2515    
2516    http://bugs.freedesktop.org/show_bug.cgi?id=26603
2517    http://bugzilla.kernel.org/show_bug.cgi?id=15284
2518
2519commit 579cdcf9b4e38c791a497b747a055fc0a07d8dd6
2520Author: Alex Deucher <alexdeucher@gmail.com>
2521Date:   Wed Feb 17 12:22:48 2010 -0500
2522
2523    radeon: add ZaphodHeads option
2524    
2525    Allows users that want to use zaphod mode to select
2526    which xrandr outputs are assigned to which head.  E.g.,
2527    
2528    Option "ZaphodHeads" "LVDS,VGA-0"
2529    will assign LVDS to the first zaphod driver instance
2530    and VGA-0 to the second instance.
2531
2532commit 47136fa347d1756523239746b4c74cd5278a1118
2533Author: Michel Dänzer <daenzer@vmware.com>
2534Date:   Mon Feb 15 16:44:39 2010 +0100
2535
2536    EXA: Fix order of coordinates passed to radeon_pick_best_crtc().
2537    
2538    The wrong order prevented tearing avoidance from working with EXA/DRI2.
2539
2540commit 6e95905f759b844373be62ec513c78153ed00222
2541Author: Michel Dänzer <daenzer@vmware.com>
2542Date:   Mon Feb 15 17:02:16 2010 +0100
2543
2544    Allocate BOs for 'video offscreen surfaces' and 'TV-in' in VRAM.
2545    
2546    I think these can only really work in VRAM, though right now there's probably
2547    nothing to prevent them from getting evicted...
2548
2549commit 78e7047c5235b09858b66dd3688d39aaa27d7589
2550Author: Pauli Nieminen <suokkos@gmail.com>
2551Date:   Mon Feb 15 13:40:37 2010 +0200
2552
2553    Allocate Xv buffers to GTT.
2554    
2555    KMS doesn't have acceleration for upload to vram. memcpy/memmove to VRAM
2556    directly is very slow (40M/s in benchmark) which causes visible problems
2557    to video.
2558    
2559    Allocating video buffer in GTT will give good performance (350-450M/s)
2560    for memmove operation. This is nice performance boost for Xv under KMS.
2561    
2562    Signed-off-by: Pauli Nieminen <suokkos@gmail.com>
2563
2564commit 3ec25e59854b6b03ad763bc374d3475a50f562d8
2565Author: Pauli Nieminen <suokkos@gmail.com>
2566Date:   Mon Feb 15 13:45:28 2010 +0200
2567
2568    Use memcpy instead of memove for RADEONSwapCopy.
2569    
2570    memcpy has about 25% better performance than memmove when
2571    destination is GTT (wc caching). Changing memmove to memcpy
2572    in SwapCopy will reduce CPU time spent moving data between
2573    host and GPU.
2574    
2575    memcpy will specially help Xv when playing high resolution
2576    videos.
2577    
2578    The swap path doesn't support overlapping memory copies either
2579    so extra safety is not worth the performance hit in commonly
2580    used code path.
2581    
2582    Signed-off-by: Pauli Nieminen <suokkos@gmail.com>
2583    
2584    [ Michel Dänzer: Fixed up whitespace ]
2585
2586commit 221ef11b31756deb7134801730e76c040e841f5c
2587Author: Alex Deucher <alexdeucher@gmail.com>
2588Date:   Fri Feb 12 14:15:10 2010 -0500
2589
2590    r6xx/r7xx: implement EXA vline support
2591
2592commit 8ad4025affe1fb2f417e3a3031d74f83be5df253
2593Author: Alex Deucher <alexdeucher@gmail.com>
2594Date:   Fri Feb 12 11:34:47 2010 -0500
2595
2596    radeon: consolidate crtc selector for vline wait
2597    
2598    Use the Xv version as it takes into account the area
2599    covered by the op rather than just picking the largest
2600    crtc area.
2601
2602commit 4f9d1714a7382594b834d446bbe502663f6a2778
2603Author: Alex Deucher <alexdeucher@gmail.com>
2604Date:   Fri Feb 5 12:27:51 2010 -0500
2605
2606    r500: fix relocs for Xv planar video
2607    
2608    fixes fdo bug 26445
2609
2610commit b7ca1ab11ac0e4e4be5a1e7789ae8633b460a2d4
2611Author: Dave Airlie <airlied@redhat.com>
2612Date:   Fri Feb 5 13:37:20 2010 +1000
2613
2614    rs400/rs480: mc idle bit is bit 2 like original radeon
2615    
2616    backport from a KMS fix, the rs400/480 mc idle is bit 2 not bit 4.
2617    
2618    Signed-off-by: Dave Airlie <airlied@redhat.com>
2619
2620commit 97c387e269672b146a95b45fbef5c8c18e473e36
2621Author: Gaetan Nadon <memsize@videotron.ca>
2622Date:   Fri Jan 29 16:08:17 2010 -0500
2623
2624    config: remove dead LINUXDOC macro usage
2625    
2626    This module does not generate LINUXDOC documentation.
2627    
2628    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2629
2630commit 05fa2dee0c63d56fd523ee1ebab479bcb9f5e89d
2631Author: Alex Deucher <alexdeucher@gmail.com>
2632Date:   Thu Feb 4 13:13:58 2010 -0500
2633
2634    evergreen: minor clean up in transmitter setup
2635    
2636    both link and encoder must be set for linkb
2637
2638commit 76eea5e02776f7beeb8f4491a374bd36792eda92
2639Author: Alex Deucher <alexdeucher@gmail.com>
2640Date:   Thu Feb 4 10:52:14 2010 -0500
2641
2642    r600: reduce number of cache flushes
2643    
2644    We don't need to flush so often. Next step
2645    would be to move the flushing to the drm and only
2646    flush after each command buffer rather than each
2647    draw.
2648
2649commit 8d63d70f7ebaf9d250f0449d3720ef47516c05df
2650Author: Alex Deucher <alexdeucher@gmail.com>
2651Date:   Wed Feb 3 15:22:22 2010 -0500
2652
2653    evergreen: use external clock source for DP PHY
2654    
2655    DP CRTC clock always comes from DCPLL.  This frees
2656    up PPll1/2 for non-DP-mode PHYs and CRTCs
2657
2658commit ecbc26431914216a8b207e81451282ea07c8b92f
2659Author: Alex Deucher <alexdeucher@gmail.com>
2660Date:   Wed Feb 3 03:52:07 2010 -0500
2661
2662    evergreen: blank/unblank DP in dpms calls
2663
2664commit 710a2fd07235349f084ec40626cc28fbae523d27
2665Author: Alex Deucher <alexdeucher@gmail.com>
2666Date:   Wed Feb 3 03:00:24 2010 -0500
2667
2668    evergreen: pll fixes
2669    
2670    SetPixelClock needs to be called for DP outputs with a
2671    valid PLL.
2672
2673commit 9ab2377ee23c5dc360ba135a77aa6b181a1862e6
2674Author: Alex Deucher <alexdeucher@gmail.com>
2675Date:   Tue Feb 2 15:15:36 2010 -0500
2676
2677    evergreen: DP requires coherent mode
2678
2679commit 634da80056525a48ec17ffb81e2fb59b168bea9e
2680Author: Alex Deucher <alexdeucher@gmail.com>
2681Date:   Tue Feb 2 15:09:57 2010 -0500
2682
2683    evergreen: fix units on frac_fb_div
2684
2685commit a887818f491f6c7315c56c4e0d0b702c4c6aa4ac
2686Author: Alex Deucher <alexdeucher@gmail.com>
2687Date:   Mon Feb 1 11:01:47 2010 -0500
2688
2689    evergreen: add pci ids
2690
2691commit cb2772b69480268c059766c4f6b209ce590ede0e
2692Author: Alex Deucher <alexdeucher@gmail.com>
2693Date:   Fri Jan 29 12:59:46 2010 -0500
2694
2695    evergreen: add atombios crtc/pll functions
2696
2697commit bd8e04cb7b39f38b6958273582a9b324a9f0759a
2698Author: Alex Deucher <alexdeucher@gmail.com>
2699Date:   Mon Feb 1 10:07:43 2010 -0500
2700
2701    evergreen: add atom support for digital outputs
2702    
2703    analog is already supported by the existing code.
2704
2705commit 8ad40d3c32ad5b91725bd37fcade6bed504df421
2706Author: Alex Deucher <alexdeucher@gmail.com>
2707Date:   Tue Jan 26 15:39:44 2010 -0500
2708
2709    evergreen: add crtc set base/format support
2710
2711commit 2c9cf0a07ff9e5a4989861bc2fdfd71d841013a8
2712Author: Alex Deucher <alexdeucher@gmail.com>
2713Date:   Thu Dec 10 15:29:14 2009 -0500
2714
2715    evergreen: add lut support
2716
2717commit 65246545c3dd9bfef73e8a0f200bd5909b89a167
2718Author: Alex Deucher <alexdeucher@gmail.com>
2719Date:   Tue Jan 26 12:10:02 2010 -0500
2720
2721    evergreen: add hw cursor support
2722
2723commit c05cad56b69d239fa2e69905d15f4f08b9db4c55
2724Author: Alex Deucher <alexdeucher@gmail.com>
2725Date:   Thu Jan 28 01:28:52 2010 -0500
2726
2727    evergreen: add base asic support
2728
2729commit ed63e1b1abe8810b5da6b4140892337eef08a9ea
2730Author: Alex Deucher <alexdeucher@gmail.com>
2731Date:   Fri Jan 29 12:42:33 2010 -0500
2732
2733    evergreen: add register and utility defines
2734
2735commit 019260ec4a9f9fbf2ac63a2ca3314aa308471f7e
2736Author: Alex Deucher <alexdeucher@gmail.com>
2737Date:   Thu Dec 10 14:57:39 2009 -0500
2738
2739    evergreen: add chip enums
2740
2741commit e86ae564d8b94d2cc8d3c7cceb452a197ab6387a
2742Author: Alex Deucher <alexdeucher@gmail.com>
2743Date:   Mon Feb 1 12:03:23 2010 -0500
2744
2745    atom: update to the latest upstream atombios.h changes
2746
2747commit 77b13a02c70842a58e0590d0243f0ae016c5a640
2748Author: Alex Deucher <alexdeucher@gmail.com>
2749Date:   Mon Feb 1 12:16:20 2010 -0500
2750
2751    r500: fix CS section size missmatch in Xv code
2752
2753commit 5c11264517d1b9808415d47e9dedc345610f0f86
2754Author: Dave Airlie <airlied@linux.ie>
2755Date:   Fri Jan 29 15:10:33 2010 +1000
2756
2757    radeon: further digital encoder cleanups.
2758    
2759    this just cleans up a few more bits of the digital encoder setup.
2760    
2761    Signed-off-by: Dave Airlie <airlied@redhat.com>
2762
2763commit 872a11fa9efb0b76cef83089ea1bb80792b94930
2764Author: Alex Deucher <alexdeucher@gmail.com>
2765Date:   Thu Jan 28 01:19:23 2010 -0500
2766
2767    radeon: clean up dig encoder handling
2768    
2769    - switch the var name to dig_encoder
2770    - quiet coherent messages
2771    - clean up dig encoder selection
2772    
2773    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2774
2775commit c1a73ff51b371ecc6f57a81a33f644344b4e3f70
2776Author: Dave Airlie <airlied@linux.ie>
2777Date:   Thu Jan 28 12:58:29 2010 +1000
2778
2779    radeon: add support for picking the digitial encoder
2780    
2781    Testing on a W500 laptop found the LVDS + DisplayPort would conflict
2782    over the choice of digital encoder, and only one would work.
2783    
2784    This patch fixes the DCE3 case where LVTMA requires the second digital
2785    encoder and lets DP/DVI use the first in most cases.
2786    
2787    Signed-off-by: Dave Airlie <airlied@redhat.com>
2788
2789commit 95b56275d80dcee48a7927df124602c34cd72235
2790Author: Alex Deucher <alexdeucher@gmail.com>
2791Date:   Wed Jan 27 15:48:25 2010 -0500
2792
2793    avivo: add some hotplug detect regs
2794
2795commit 5a4327f7784361933484895c9af751ccfa242d48
2796Author: Alex Deucher <alexdeucher@gmail.com>
2797Date:   Tue Jan 26 16:06:00 2010 -0500
2798
2799    radeon: minor pll updates
2800    
2801    add new fixed post divider option
2802
2803commit cbd642af7c76469d701471daea0c8d167567ccf8
2804Author: Alex Deucher <alexdeucher@gmail.com>
2805Date:   Tue Jan 26 12:03:45 2010 -0500
2806
2807    radeon: use mmio bar size rather than hardcoded number for register ops
2808    
2809    newer asics have larger mmio bars
2810
2811commit e5933fd74923a07aa401bdb4ecd8d1d641148440
2812Author: Alex Deucher <alexdeucher@gmail.com>
2813Date:   Mon Jan 25 13:18:47 2010 -0500
2814
2815    KMS: fix no accel option
2816    
2817    NO_ACCEL wasn't handled correctly with KMS.
2818    
2819    fixes fdo bug 26198
2820
2821commit ba99a82ced1a6101365876723d22bcfec4607537
2822Author: Dave Airlie <airlied@redhat.com>
2823Date:   Mon Jan 25 13:50:13 2010 +1000
2824
2825    radeon/kms: only enable EXA pixmaps under kms if we support render accel
2826    
2827    I've seen RN50s with 64MB of RAM that are slow as molasses, this
2828    should fix them.
2829    
2830    RH bug 556400
2831    
2832    Signed-off-by: Dave Airlie <airlied@redhat.com>
2833
2834commit de40d36264364434541377c7f65f3836dc514fc0
2835Author: Kusanagi Kouichi <slash@ac.auone-net.jp>
2836Date:   Fri Jan 22 17:18:51 2010 +0900
2837
2838    Remove unnecessary checks.
2839    
2840    Signed-off-by: Kusanagi Kouichi <slash@ac.auone-net.jp>
2841
2842commit 30a19b75cc82b8e04c45e6684b84f9a4ccc0505b
2843Author: Alan Coopersmith <alan.coopersmith@sun.com>
2844Date:   Tue Jan 19 14:54:04 2010 -0800
2845
2846    Fix configure with --disable-dri
2847    
2848    AM_CONDITIONAL calls can't be made inside if statements, since
2849    automake won't know what to do when the if isn't true.
2850    
2851    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2852
2853commit bd011784c0609f1fd03dcb784744c8f5cdef33da
2854Author: Alex Deucher <alexdeucher@gmail.com>
2855Date:   Tue Jan 19 11:59:38 2010 -0500
2856
2857    ATOM: Upstream parser updates
2858
2859commit 95d63e408cc88b6934bec84a0b1ef94dfe8bee7b
2860Author: Jerome Glisse <jglisse@redhat.com>
2861Date:   Mon Jan 18 10:46:50 2010 +0100
2862
2863    r6xx/r7xx: emit relocation for FRAG & TILE buffer
2864    
2865    FRAG & TILE buffer are unused but still they need
2866    to be associated with a valid relocation so that
2867    userspace can't try to abuse them to overwritte
2868    GART and then try to write anywhere in system
2869    memory.
2870
2871commit bbaf71fb46e3e0acdadcb91e9b1c73396bd9aa8e
2872Author: Alan Coopersmith <alan.coopersmith@sun.com>
2873Date:   Fri Jan 15 15:09:27 2010 -0800
2874
2875    Update Sun license notices to current X.Org standard form
2876    
2877    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2878
2879commit 3d158716a60d5a113a541ea2f680b81a1be41ad2
2880Author: Dave Airlie <airlied@redhat.com>
2881Date:   Thu Jan 14 11:21:33 2010 +1000
2882
2883    displayport: fix DDC on DVI->DP convertors.
2884    
2885    Seems we have to not do auxch DDC if we aren't talking to a DP
2886    sink.
2887
2888commit 6a363f68415d37c302151581f2a86855dba39b67
2889Author: Alex Deucher <alexdeucher@gmail.com>
2890Date:   Mon Jan 11 15:13:45 2010 -0500
2891
2892    rv100: fix typo in fix for bug 25992
2893    
2894    Noticed by Maarten Maathuis.
2895
2896commit 7b01e1ee29f681bf1735ecded6445d12beeb52d8
2897Author: Alex Deucher <alexdeucher@gmail.com>
2898Date:   Mon Jan 11 12:40:06 2010 -0500
2899
2900    rv100: reject modes >135 Mhz with DVI
2901    
2902    Due to heat issues. fixes bug 25992
2903    
2904    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2905
2906commit 74da9a66a420a40bb5d562f07e97ce6ac2eb010f
2907Author: Alex Deucher <alexdeucher@gmail.com>
2908Date:   Fri Jan 8 16:51:43 2010 -0500
2909
2910    radeon/kms: add new strings for eDP and TV
2911
2912commit 61977f61f516b54d1fd9df34d0f0892fbf5227d7
2913Author: Alex Deucher <alexdeucher@gmail.com>
2914Date:   Thu Jan 7 02:15:31 2010 -0500
2915
2916    radeon: fallback to i2c for edid if aux fails
2917    
2918    In case of a DP->DVI adapter for example.
2919
2920commit 958d073869404f60e56dc0cc70b3e7de85904694
2921Author: Alex Deucher <alexdeucher@gmail.com>
2922Date:   Thu Jan 7 02:12:00 2010 -0500
2923
2924    radeon: add initial support for eDP (embedded DisplayPort)
2925    
2926    Should fix fdo bug 25931
2927
2928commit 944ae73f7cd5f9a1622b38e06a58565812cb102f
2929Author: Alex Deucher <alexdeucher@gmail.com>
2930Date:   Thu Jan 7 01:52:35 2010 -0500
2931
2932    radeon: updated ObjectID.h
2933
2934commit 48aa5064aff4b9adf768e480df2312d4375e9c40
2935Author: Alex Deucher <alexdeucher@gmail.com>
2936Date:   Mon Jan 4 11:05:44 2010 -0500
2937
2938    radeon: fix LVDS power sequence on Mac cards
2939    
2940    Noticed by John R. Dunning.  Fix taken from radeonfb.
2941    
2942    I'm not sure if this sequence would be useful on any PC
2943    laptops or not so make it mac specific for now.
2944
2945commit 36bd69affc996c92c40b7360a7fbaa1a3a46abfd
2946Author: Gaetan Nadon <memsize@videotron.ca>
2947Date:   Wed Dec 16 15:52:18 2009 -0500
2948
2949    configure.ac: remove unused sdkdir=$(pkg-config...) statement
2950    
2951    The sdkdir variable isn't use, so remove the statement.
2952    
2953    Acked-by: Dan Nicholson <dbn.lists@gmail.com>
2954    
2955    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2956
2957commit 9d0f3af7278dc939fd4e6f3ea69d9f488a9fbed7
2958Author: Alex Deucher <alexdeucher@gmail.com>
2959Date:   Tue Dec 22 08:45:27 2009 -0500
2960
2961    radeon: add cvt timing if we only have panel w/h
2962    
2963    fixes mac laptops without an edid
2964    
2965    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2966
2967commit 6e1f5553c6d7e3b5d089af2e3d587efe95936855
2968Author: Alex Deucher <alexdeucher@gmail.com>
2969Date:   Mon Dec 21 17:32:40 2009 -0500
2970
2971    ATOM: add new power table defs
2972
2973commit 4b05c47ac657f9a93d76221269761ed64c81f716
2974Author: Dave Airlie <airlied@redhat.com>
2975Date:   Thu Dec 17 14:30:23 2009 +1000
2976
2977    radeon: use new libdrm api
2978
2979commit 1d620800bd79290967fa487decf798e318c45f25
2980Author: Ingmar Vanhassel <ingmar@exherbo.org>
2981Date:   Sun Dec 20 21:04:56 2009 +0100
2982
2983    Replace shave with automake silent-rules
2984    
2985    Which are enabled by default in Xorg's util-macros 1.3 if automake-1.11
2986    is used.
2987    
2988    Signed-off-by: Ingmar Vanhassel <ingmar@exherbo.org>
2989
2990commit 52f6a2ff682ad1f8e26ef1cd7d380493dcd57752
2991Author: Gaetan Nadon <memsize@videotron.ca>
2992Date:   Wed Dec 16 15:29:53 2009 -0500
2993
2994    src/Makefile.am: missing 3 header files in tarball
2995    
2996    radeon_dummy_bufmgr.h
2997    radeon_vbo.h
2998    simple_list.h
2999    Replace leading spaces with tab for radeon_atomwrapper.h
3000    
3001    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
3002
3003commit 3a30210d50b27f8772fc5045133940246764fce9
3004Author: Matthias Hopf <mhopf@suse.de>
3005Date:   Tue Dec 15 10:53:48 2009 -0500
3006
3007    fix 200M freezes on VT switch if CRTC is disabled
3008    
3009    It appears that RS4xx chips need to have the crtc
3010    enabled when the timing is programmed.
3011    
3012    agd5f: minor fixes/cleanup of the original patch
3013
3014commit 299d395bd3f294239dee58ab7d607d7d2c657f61
3015Author: Corbin Simpson <MostAwesomeDude@gmail.com>
3016Date:   Sun Dec 13 14:51:17 2009 -0800
3017
3018    dri: be more useful if disabling DRI due to KMS/UMS mismatch.
3019    
3020    It's only fair.
3021    
3022    Compile-tested only.
3023    
3024    Signed-off-by: Dave Airlie <airlied@redhat.com>
3025
3026commit 0e5c9d87b5d7e0751df71cc8958ca5ccaed25104
3027Author: Alex Deucher <alexdeucher@gmail.com>
3028Date:   Thu Dec 10 14:27:43 2009 -0500
3029
3030    ATOM: split set base/format into separate functions
3031    
3032    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
3033
3034commit 46630da5fd6f45bb8ea150b870162997480d69c7
3035Author: Alex Deucher <alexdeucher@gmail.com>
3036Date:   Wed Dec 9 12:55:25 2009 -0500
3037
3038    AVIVO: add new PLL code
3039    
3040    This should hopefully help the problems with flickering
3041    and blinking monitors reported on some systems.  If there
3042    are problems, the old PLL algorithm can be selected with:
3043    Option "NewPLL" "FALSE"
3044    in the device section of your X config.
3045    
3046    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
3047
3048commit f082b1693d6f7f763ccf5a8436a89890ca2c6129
3049Author: Matthijs Kooijman <matthijs@stdin.nl>
3050Date:   Thu Dec 3 12:10:14 2009 -0500
3051
3052    radeon: fix crtc2 dpms
3053    
3054    noticed by Matthijs Kooijman on fdo bug 22140
3055
3056commit 3a96fbf3b84522cf1ba1b176e82b662222331c14
3057Author: Alex Deucher <alexdeucher@gmail.com>
3058Date:   Wed Dec 2 18:02:33 2009 -0500
3059
3060    radeon: only read RADEON_PPLL_REF_DIV for ref div on pre-avivo
3061    
3062    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
3063
3064commit f03450796d2e9247a1228c4e2abb1dfad7aecddf
3065Author: Kusanagi Kouichi <slash@ac.auone-net.jp>
3066Date:   Wed Dec 2 01:36:37 2009 -0500
3067
3068    radeon: Lift hardcoded limit from RADEONQueryImageAttributes
3069    
3070    The dimension of an XvImage is limited to 2048 x 2048 even if an adaptor
3071    supports larger image.
3072    XvCreateImage and XvShmCreateImage lower the width or height of an image.
3073    XvPutImage and XvShmPutImage return BadValue.
3074    The cause is that 2048 is hardcoded in RADEONQueryImageAttributes.
3075
3076commit efbc2c80ab02879edf3b7b3d65b16c45ddce5017
3077Merge: 88a50a3 a612813
3078Author: Dave Airlie <airlied@redhat.com>
3079Date:   Wed Dec 2 14:30:36 2009 +1000
3080
3081    Merge remote branch 'origin/displayport'
3082
3083commit 88a50a30df11a06263209340a42251851f8e2334
3084Author: Dave Airlie <airlied@redhat.com>
3085Date:   Mon Nov 30 15:32:12 2009 +1000
3086
3087    r600: fix multi-operation in single batch support.
3088    
3089    This ports the mesa DMA buffer handling with the 3 lists,
3090    
3091    Signed-off-by: Dave Airlie <airlied@redhat.com>
3092
3093commit b2597deea3a3953ff50d54ff37e3c043eac409f4
3094Author: Kusanagi Kouichi <slash@ac.auone-net.jp>
3095Date:   Mon Nov 30 11:10:50 2009 -0500
3096
3097    R600: fix some warnings
3098
3099commit 4d90dc3cb248e9d61c0c490bba80f6727fafd318
3100Author: Alex Deucher <alexdeucher@gmail.com>
3101Date:   Mon Nov 30 11:05:38 2009 -0500
3102
3103    atom: pull misc mode info for lvds panel mode from bios tables
3104    
3105    sync polarity, etc.  This will likely fix LVDS problems
3106    on some laptops.
3107    
3108    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
3109
3110commit a612813c5f329f00a9271e7bb69abd2630a49403
3111Author: Alex Deucher <alexdeucher@gmail.com>
3112Date:   Fri Nov 27 17:20:30 2009 -0500
3113
3114    radeon: clean up DP code
3115    
3116    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
3117
3118commit a8dbf7c23481501987971a9c0b6cb0760f86127f
3119Author: Dave Airlie <airlied@redhat.com>
3120Date:   Fri Nov 27 10:16:00 2009 +1000
3121
3122    r600/accel: cleanup and merge a lot of the accel functions
3123    
3124    All of the drawing ops were the exact same modulo the vtx size,
3125    this along with the vertex buffer wrapping code could all be consolidated
3126    into a smaller set of functions.
3127    
3128    This also adds 2 VBO which we switch between, and merges a #define to
3129    enable the multiple operations in one CS under KMS mode.
3130    
3131    Multi-operation still isn't working though.
3132    
3133    Signed-off-by: Dave Airlie <airlied@redhat.com>
3134
3135commit 971e463b2cfdc1ba1c78a24fb439d33dd9155dfc
3136Author: Alex Deucher <alexdeucher@gmail.com>
3137Date:   Thu Nov 26 12:45:15 2009 -0500
3138
3139    dce3: CV1/TV1OutputControl tables didn't go away until dce3.2
3140    
3141    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
3142
3143commit 95385f0906f371a1ed6e60eb3e597e699c7a3222
3144Author: Jerome Glisse <jglisse@redhat.com>
3145Date:   Thu Nov 26 12:21:21 2009 +0100
3146
3147    kms: Fix resizing when acceleration is disabled
3148    
3149    When acceleration is disabled we need to reallocate
3150    a new shadow framebuffer and we should also avoid
3151    calling any EXA function as EXA is disabled in such
3152    case.
3153
3154commit 8195385d3cedf70d89ca576371af6bca5045bbd2
3155Author: Dave Airlie <airlied@redhat.com>
3156Date:   Thu Nov 26 15:43:54 2009 +1000
3157
3158    dce3: no CV1 or TV1 Output Control tables anymore.
3159    
3160    According to the DCE3 docs we should only use DAC1/2 not
3161    CV1/TV OutputControl, also my rv730 bios doesn't have any
3162    CV1/TV tables.
3163    
3164    Signed-off-by: Dave Airlie <airlied@redhat.com>
3165
3166commit 381b14d5422131ea8ff942ab06a328f6beca0d3f
3167Author: Dave Airlie <airlied@redhat.com>
3168Date:   Thu Nov 26 15:28:15 2009 +1000
3169
3170    atombios: CV mode retrival was broken.
3171    
3172    a) crev and frev are reversed
3173    b) my rv730 bios only has one mode in it, so
3174       bounds check the table size.
3175
3176commit a67a13c315a9235be052662e2a3270686cccc0f0
3177Author: Dave Airlie <airlied@redhat.com>
3178Date:   Thu Nov 26 13:41:36 2009 +1000
3179
3180    radeon: fix typo in unused as of yet CV code
3181
3182commit cd9bfb5892eebef6dff14ac414dff074db5ddee4
3183Author: Dave Airlie <airlied@redhat.com>
3184Date:   Thu Nov 26 06:43:13 2009 +1000
3185
3186    fixes displayport for me here
3187
3188commit 256de862a3c017dcb4ed0d8689294a552eda0d18
3189Author: Dave Airlie <airlied@redhat.com>
3190Date:   Thu Nov 26 06:35:39 2009 +1000
3191
3192    displayport: cleanup call dp from dpms on instead.
3193
3194commit 05551295c5e0946745163f17e5c1d3d41b94bcbf
3195Author: Kristian Høgsberg <krh@bitplanet.net>
3196Date:   Tue Nov 24 21:09:03 2009 -0500
3197
3198    dri2: Use drmGetDeviceNameFromFd() instead of open coded loop.
3199
3200commit 0061c4db1d3aecdca13efb5133ab8784dc37df95
3201Author: Dave Airlie <airlied@redhat.com>
3202Date:   Wed Nov 25 15:39:10 2009 +1000
3203
3204    Revert "r600: enable multiple operations in one CS"
3205    
3206    turn this off for now, on my rv635 desktop, I started getting blanks
3207    in places in firefox and the odd bit of font corruption, need to
3208    track that down.
3209    
3210    This reverts commit 985a065518b1d33599de33f7fe082d3302db58a6.
3211
3212commit 8b28534bcf877557a5681fa3b4f107c74615d3de
3213Author: Dave Airlie <airlied@redhat.com>
3214Date:   Wed Nov 25 13:24:44 2009 +1000
3215
3216    radeon/exa: change option to determine exa pixmap usage.
3217    
3218    This moves to a boolean instead of using VRAM sizing.
3219    
3220    as per Michel's suggestions on list.
3221    
3222    Signed-off-by: Dave Airlie <airlied@redhat.com>
3223
3224commit f0acb16fa19844453adc6db3399977fba7c8a0db
3225Author: Dave Airlie <airlied@redhat.com>
3226Date:   Wed Nov 25 12:04:47 2009 +1000
3227
3228    r600/xv: drop inited 3d false in xv code
3229
3230commit 985a065518b1d33599de33f7fe082d3302db58a6
3231Author: Dave Airlie <airlied@redhat.com>
3232Date:   Wed Nov 25 11:54:08 2009 +1000
3233
3234    r600: enable multiple operations in one CS
3235    
3236    This switches on multiple ops in a single CS under KMS/DRI2.
3237    
3238    It gets for on a Pentium D 3 + rv740 from 330,000 to 500,000
3239    with x11perf -aa10text.
3240    
3241    It also knocks a couple of seconds of gtkperf -a
3242    
3243    Signed-off-by: Dave Airlie <airlied@redhat.com>
3244
3245commit af816ac752820255f245793b53a7cca5a4a49cd4
3246Author: Dave Airlie <airlied@redhat.com>
3247Date:   Wed Nov 25 11:53:07 2009 +1000
3248
3249    r600: fixup problems with EXA operation reset for multiple ops
3250    
3251    To put multiple ops into one CS, you can't just discard the whole
3252    IB. This add supports for reset the CS cdw to the correct place
3253    after an op discards.
3254    
3255    Still doesn't enable the final accel bits.
3256
3257commit 3d8dcbc29323a3c644100bec13aa93f024653bd3
3258Author: Dave Airlie <airlied@redhat.com>
3259Date:   Wed Nov 25 11:43:57 2009 +1000
3260
3261    kms: flush cs on close screen.
3262    
3263    this is needed for server recycle.
3264    
3265    Signed-off-by: Dave Airlie <airlied@redhat.com>
3266
3267commit 19f1a357944f9d8f4567a2691a68067ec033ccb7
3268Author: Dave Airlie <airlied@redhat.com>
3269Date:   Wed Nov 25 11:41:52 2009 +1000
3270
3271    radeon: fix check for no work in operation
3272
3273commit 3a460a14b9603159f10d89da27b559c36a184e27
3274Author: Dave Airlie <airlied@redhat.com>
3275Date:   Wed Nov 25 10:33:17 2009 +1000
3276
3277    r600: refactor code to help future acceleration speedups.
3278    
3279    This changes the vertex buffer index to be an offset, and
3280    records the start of the vb for each operation and uses
3281    that to set the operations up.
3282    
3283    This still flushes after each operation to make sure we have
3284    no regressions in non-kms/kms cases.
3285    
3286    Signed-off-by: Dave Airlie <airlied@redhat.com>
3287
3288commit 797a3f0c71c94477eec565ea2c95553c6f66d9fd
3289Author: Dave Airlie <airlied@redhat.com>
3290Date:   Wed Nov 25 10:07:59 2009 +1000
3291
3292    kms: allow prepare copy to fail without dying
3293
3294commit ba76acc76e0d0a51a1c488e4d5494a71e155a05b
3295Author: Dave Airlie <airlied@redhat.com>
3296Date:   Tue Nov 24 15:38:47 2009 +1000
3297
3298    radeon/kms: drop special r600 indirect flush
3299    
3300    This just merges it with the main kms cs flush
3301
3302commit 3c527d752d3cced219c6113acb932511b16e35fb
3303Author: Dave Airlie <airlied@redhat.com>
3304Date:   Tue Nov 24 15:11:12 2009 +1000
3305
3306    r600: enable mixed pixmaps
3307
3308commit b9eb2380df5145c85b2ef694a04628c055c47429
3309Author: Alex Deucher <alexdeucher@gmail.com>
3310Date:   Mon Nov 23 12:12:02 2009 -0500
3311
3312    DCE3.2: fix uniphy2 dvi issues
3313    
3314    In some cases the atom transmitter table sets the
3315    golden value of this reg differently which some monitors
3316    don't like.  I haven't had time to dig further, so this
3317    works around it for now.
3318    
3319    Fixes fdo bug 24313
3320    
3321    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
3322
3323commit d0dd5122d8d75b7c4a72df07dc7f562b2e75dd5e
3324Author: Gaetan Nadon <memsize@videotron.ca>
3325Date:   Mon Nov 23 09:25:05 2009 -0500
3326
3327    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
3328    
3329    Now that the INSTALL file is generated.
3330    Allows running make maintainer-clean.
3331
3332commit 3d7888aa0493f46d826f4d80dea36f1f642f3c6b
3333Author: Dave Airlie <airlied@redhat.com>
3334Date:   Mon Nov 23 15:26:15 2009 +1000
3335
3336    radeon: fix warning in printf
3337
3338commit 3a1a8b7b73424a769baf917bba2223ea6515b596
3339Author: Dave Airlie <airlied@redhat.com>
3340Date:   Mon Nov 23 15:07:10 2009 +1000
3341
3342    radeon: surround mixed pixmaps usage with ifdef check for old servers
3343
3344commit e20af9c94982ec6487dae42c141d33cf6a7a2eb4
3345Author: Dave Airlie <airlied@redhat.com>
3346Date:   Fri Nov 20 12:15:02 2009 +1000
3347
3348    radeon: avoid using hw pixmaps when we have little VRAM.
3349    
3350    This patch returns NULL for pixmap creation when we are using
3351    mixed pixmaps and the pixmap has a size.
3352    
3353    The size check is necessary for the front buffer.
3354    
3355    We add a flag to force pixmap creation for certain pixmaps
3356    that need to be hw, like the DRI2 and Xv ones.
3357    
3358    Idea from Michel and workarounds from Ben Skeggs.
3359    
3360    v2: add Option "EXALowVRAM" to allow configuring this, value in MBs.
3361    
3362    Signed-off-by: Dave Airlie <airlied@redhat.com>
3363
3364commit 543338842ba7fe7da4902947d386ea1cabd1cdf0
3365Author: Alex Deucher <alexdeucher@gmail.com>
3366Date:   Fri Nov 20 16:38:43 2009 -0500
3367
3368    dp fix timing
3369    
3370    aux channel atom command table delay is 10 usec units
3371    this gets the link training working, but alas, no image.
3372
3373commit dd3eab848cf352bb96c3d01fe6028d8a4a8e451e
3374Author: Alex Deucher <alexdeucher@gmail.com>
3375Date:   Fri Nov 20 01:06:49 2009 -0500
3376
3377    r300: render target limit is 2560
3378    
3379    limit was increased to 4021 in r4xx.
3380    
3381    fixes fdo bug 25191.
3382    
3383    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
3384
3385commit df35d40d4ec260cdab57a9b36e4e96b2a6c2a827
3386Author: Alex Deucher <alexdeucher@gmail.com>
3387Date:   Thu Nov 19 20:01:42 2009 -0500
3388
3389    DP: hack that makes DP work.
3390    
3391    Something's wrong with the status check.
3392
3393commit f42412ec4dbd21f562a7fe4239c0a1f17ef1b8f2
3394Author: Alex Deucher <alexdeucher@gmail.com>
3395Date:   Thu Nov 19 19:40:54 2009 -0500
3396
3397    wip
3398
3399commit eb9bc133fc426e67b397e661bfd22bf62009d9d3
3400Author: Dave Airlie <airlied@redhat.com>
3401Date:   Fri Nov 20 09:23:31 2009 +1000
3402
3403    kms: recalculate the flush limits after screen resize.
3404    
3405    When we resize the front buffer we need to reduce the flush limits
3406    appropriately.
3407    
3408    Signed-off-by: Dave Airlie <airlied@redhat.com>
3409
3410commit f7f58ef4c042e492618665a6c5555e8e67387ab3
3411Author: Dave Airlie <airlied@redhat.com>
3412Date:   Fri Nov 20 09:22:39 2009 +1000
3413
3414    radeon: r100/r200 have a 2047 scissor limit
3415    
3416    We were overflowing this in my case with a 2704 width desktop,
3417    so videos were stopping around 700 bytes across the screen.
3418    
3419    can I haz shatter already?
3420    
3421    Signed-off-by: Dave Airlie <airlied@redhat.com>
3422
3423commit 54c09778d79de1516ee511d6d7d5b54dd4bf9130
3424Author: Alex Deucher <alexdeucher@gmail.com>
3425Date:   Thu Nov 19 13:32:30 2009 -0500
3426
3427    DP wip
3428    
3429    - use coherent
3430    - fix up lane/clock numbers
3431
3432commit 02d017a0552db2c8a48506c5b26c48a1a2ab75b6
3433Author: Gaetan Nadon <memsize@videotron.ca>
3434Date:   Wed Oct 28 14:41:41 2009 -0400
3435
3436    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
3437    
3438    Automake 'foreign' option is specified in configure.ac.
3439    Remove from Makefile.am
3440
3441commit 396ee9b7e7e3b1dd64532270c4e32cdb33857596
3442Author: Gaetan Nadon <memsize@videotron.ca>
3443Date:   Wed Oct 28 14:09:09 2009 -0400
3444
3445    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
3446    
3447    Add missing INSTALL file. Use standard GNU file on building tarball
3448    README may have been updated
3449    Remove AUTHORS file as it is empty and no content available yet.
3450    Remove NEWS file as it is empty and no content available yet.
3451
3452commit 1dcda0c4d5d506e18a7989ff05f2ad8569a73f23
3453Author: Gaetan Nadon <memsize@videotron.ca>
3454Date:   Mon Oct 26 12:54:21 2009 -0400
3455
3456    Several driver modules do not have a ChangeLog target in Makefile.am #23814
3457    
3458    The git generated ChangeLog replaces the hand written one.
3459    Update configure.ac to xorg-macros level 1.3.
3460    Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros
3461    Update Makefile.am to add ChangeLog target if missing
3462    Remove ChangeLog from EXTRA_DIST or *CLEAN variables
3463    This is a pre-req for the INSTALL_CMD
3464
3465commit 5b517bcc353e7111d2365a213505f27cfae30924
3466Author: Gaetan Nadon <memsize@videotron.ca>
3467Date:   Thu Oct 22 12:34:16 2009 -0400
3468
3469    .gitignore: use common defaults with custom section # 24239
3470    
3471    Using common defaults will reduce errors and maintenance.
3472    Only the very small or inexistent custom section need periodic maintenance
3473    when the structure of the component changes. Do not edit defaults.
3474
3475commit 605c869076985b69350c893cf2bbcc90de8dc6bf
3476Author: Alex Deucher <alexdeucher@gmail.com>
3477Date:   Wed Nov 18 01:51:12 2009 -0500
3478
3479    more dp cleanup
3480    
3481    - clean up handling of linkb, etc.
3482    - add support for ATOM_TRANSMITTER_ACTION_SETUP_VSEMPH
3483    to existing transmitter control function
3484    - fix lots of warnings
3485
3486commit bce1911f66f446b793125ac8cd5463bf6292629e
3487Author: Alex Deucher <alexdeucher@gmail.com>
3488Date:   Wed Nov 18 00:04:33 2009 -0500
3489
3490    radeon: pull previous displayport work into master
3491
3492commit 437113124bbd6fb166825169eabec4dfde900dd9
3493Author: Alex Deucher <alexdeucher@gmail.com>
3494Date:   Tue Nov 17 14:16:22 2009 -0500
3495
3496    radeon: deal with connectors sourced to the same encoder
3497    
3498    Some systems have multiple connectors connected to the
3499    same encoder; e.g., DVI and HDMI connected to the same
3500    encoder with the same ddc line.  Since we expose
3501    connectors as xrandr outputs, randr treats them separately
3502    which results in it trying to source the same encoder to
3503    different crtcs.  If we have an HDMI and DVI-D port on the
3504    same encoder, pick the one to be considered connected
3505    based on the edid (HDMI if edid indicates HDMI, DVI
3506    otherwise).  Also, don't turn off (dpms) encoders that are
3507    shared.
3508    
3509    Fixes fdo bug 21767.
3510    
3511    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
3512
3513commit 9b8605d4e2bf7703c7848f3e2022a8c7328a3acd
3514Author: Alex Deucher <alexdeucher@gmail.com>
3515Date:   Tue Nov 17 11:45:09 2009 -0500
3516
3517    radeon: fix potential memory leak in ddc code
3518    
3519    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
3520
3521commit ce8299962003de572122561a6f7f61eaccf633b2
3522Author: Dave Airlie <airlied@redhat.com>
3523Date:   Tue Nov 17 15:23:30 2009 +1000
3524
3525    kms: check for 0 mask for cloned outputs.
3526    
3527    Signed-off-by: Dave Airlie <airlied@redhat.com>
3528
3529commit 06d68f7fa3870f9601e837e1834d33e8395008b1
3530Author: Dave Airlie <airlied@redhat.com>
3531Date:   Tue Nov 17 15:10:04 2009 +1000
3532
3533    kms: add cloning support.
3534    
3535    We have to translate from the kernel encoder cloning to the randr
3536    connector cloning, we do this by constructing an encoder mask per output
3537    and an encoder cloning mask per output then comparing them.
3538    
3539    Signed-off-by: Dave Airlie <airlied@redhat.com>
3540
3541commit 7587ce16ab0380337fe801f457c1d1d9b4141cc5
3542Author: Alex Deucher <alexdeucher@gmail.com>
3543Date:   Mon Nov 16 19:16:03 2009 -0500
3544
3545    r600: remove un-needed format conversions
3546    
3547    we do the normalization and xforms in the vertex
3548    shader.
3549    
3550    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
3551
3552commit ba605b5c9ff48765f2b66960aa4cc81b6235d012
3553Author: Alex Deucher <alexdeucher@gmail.com>
3554Date:   Mon Nov 16 19:00:52 2009 -0500
3555
3556    r600: fix num format in vtx fetch
3557    
3558    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
3559
3560commit 0c4710c67a2fee2061fc3da43c9f908585693cfa
3561Author: Alex Deucher <alexdeucher@gmail.com>
3562Date:   Thu Nov 12 11:11:17 2009 -0500
3563
3564    radeon: man page updates
3565
3566commit 2af2744c80f3307e6d84edba9479be5bd36e1d03
3567Author: Alex Deucher <alexdeucher@gmail.com>
3568Date:   Wed Nov 11 13:12:24 2009 -0500
3569
3570    radeon: fix support for external tmds on some legacy chips
3571    
3572    Should fix bug 11801.
3573    
3574    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
3575
3576commit f17657fdc83d8f4c0386d2c7dade98de5b94acbe
3577Author: Alex Deucher <alexdeucher@gmail.com>
3578Date:   Mon Nov 9 16:59:11 2009 -0500
3579
3580    r600/r700: typo, fix mask of DB_ALPHA_TO_MASK
3581    
3582    noticed by glisse.
3583
3584commit 0ee7763fb33bf7fbc4ae1e8372cbc74578bfb720
3585Author: Alex Deucher <alexdeucher@gmail.com>
3586Date:   Mon Nov 9 15:09:34 2009 -0500
3587
3588    IGP: some IGP chips report as AGP
3589    
3590    Set bus type appropriately.  fixes bug 25002
3591    
3592    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
3593
3594commit da1fcddaade58e371c7bee555ce32944c689f810
3595Author: Alex Deucher <alexdeucher@gmail.com>
3596Date:   Thu Nov 5 14:13:49 2009 -0500
3597
3598    radeon: properly fix unused label warnings
3599
3600commit 6e496f46fdc90d0a6cef41e9d45a6458aaed1eca
3601Author: Alex Deucher <alexdeucher@gmail.com>
3602Date:   Thu Nov 5 14:11:55 2009 -0500
3603
3604    Revert "Fix warning about unused defined labels in radeon_exa_funcs.c."
3605    
3606    This reverts commit b6ac42cce2156880ac18b32e15acbff40b2f53e9.
3607    
3608    This patch is very broken.
3609
3610commit b6ac42cce2156880ac18b32e15acbff40b2f53e9
3611Author: Tomáš Chvátal <scarabeus@gentoo.org>
3612Date:   Sat Oct 31 23:07:07 2009 +0100
3613
3614    Fix warning about unused defined labels in radeon_exa_funcs.c.
3615    
3616    Signed-off-by: Tomáš Chvátal <scarabeus@gentoo.org>
3617
3618commit 87d7235790866f9c19ef08972d5237f09d940cd9
3619Author: Alex Deucher <alexdeucher@gmail.com>
3620Date:   Thu Nov 5 10:23:03 2009 -0500
3621
3622    EXA: fallback if no pMaskPicture->pDrawable
3623    
3624    A solid or gradient mask could be used for blending
3625    the source picture onto the destination picture.
3626    
3627    Fixes fdo bug 24838
3628    
3629    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
3630
3631commit 873897c54429e230a23011a9dd2f1069f4eb7752
3632Author: Alex Deucher <alexdeucher@gmail.com>
3633Date:   Thu Nov 5 00:51:11 2009 -0500
3634
3635    DCE3+: call transmitter init on mode set
3636    
3637    Generally this is done at post, but might not always
3638    be done with softboot or for connectors on docking
3639    stations.
3640    
3641    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
3642
3643commit 3028374488cc0f34942ac372c8d05cf15898a613
3644Author: Alex Deucher <alexdeucher@gmail.com>
3645Date:   Wed Nov 4 18:48:03 2009 -0500
3646
3647    ATOM/DCE3+: fix up usPixelClock calculation for Transmitter tables
3648    
3649    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
3650
3651commit 52973e8f2c4104de60d00c0e5c29a31f77bf3de7
3652Author: Alex Deucher <alexdeucher@gmail.com>
3653Date:   Sun Nov 1 13:58:03 2009 -0500
3654
3655    radeon/atom: fix tv-out on r5xx
3656    
3657    fixes bug 24796
3658    
3659    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
3660
3661commit 19b4f5f9b647cd470616b8ec1d34f1e4afa357ad
3662Author: Alex Deucher <alexdeucher@gmail.com>
3663Date:   Tue Oct 27 11:55:20 2009 -0400
3664
3665    ATOM: fix up DVO for DCE 3.x
3666    
3667    AdjustDisplayPll takes care of this for us.
3668
3669commit 5a0019126a57138ee506d9a66738c9e8b75cbb96
3670Author: Alex Deucher <alexdeucher@gmail.com>
3671Date:   Tue Oct 27 11:39:06 2009 -0400
3672
3673    radeon: fix DVO on AVIVO chips
3674    
3675    DVO generally requires 2x ppll on AVIVO cards due to the
3676    way the tmds chip is wired up.  Because of this, disable
3677    cloning of DVO outputs.
3678    
3679    fixes fdo bug 21857.
3680    
3681    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
3682
3683commit 2a6eeec72d6bb04a32225883f431c1d2e8cff123
3684Author: Alex Deucher <alexdeucher@gmail.com>
3685Date:   Tue Oct 27 11:18:44 2009 -0400
3686
3687    atom: loosen pll min output limits
3688    
3689    Limiting the pll output range is a good thing generally as
3690    it limits the number of possible pll combinations for a given
3691    frequency presumably to the ones that work best on each card.
3692    That's why the limits are in the bios tables. However, certain
3693    duallink DVI monitors seem to like pll combinations that would
3694    be limited by this at least on pre-DCE 3.0 r6xx hardware.  This
3695    might need to be adjusted per family or per clock range in the
3696    future.
3697    
3698    Fixes fdo bug 24727.
3699    
3700    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
3701
3702commit f0d9d80fee4176eaba9435a9539f29d0eefe2a87
3703Author: Luca Tettamanti <kronos.it@gmail.com>
3704Date:   Sat Oct 24 16:45:23 2009 -0400
3705
3706    Disable color tiling on r600/r700
3707    
3708    Not supported yet.
3709
3710commit ac499c3c0ea92f83ebd8127bb8cb5de625de6c94
3711Author: Alex Deucher <alexdeucher@gmail.com>
3712Date:   Fri Oct 23 10:48:55 2009 -0400
3713
3714    radeon: clamp the internal FB map to the aperture size v2
3715    
3716    We don't use the invisible memory yet and on cards with
3717    large amounts of vram this can cause the top of GART
3718    calculation to overflow.
3719    
3720    Fixes bug fdo bug 24301:
3721    http://bugs.freedesktop.org/show_bug.cgi?id=24301
3722    
3723    v2: only clamp cards with more than 512 MB.  This seems
3724    to cause problems on some older cards due to the way the
3725    drm and ddx set up the internal memory map.
3726
3727commit e57b54daf318ff59315a1c9ed21934f288c5c782
3728Author: Alex Deucher <alexdeucher@gmail.com>
3729Date:   Thu Oct 22 16:07:58 2009 -0400
3730
3731    R7xx: program additional CUR/GRPH regs for 40 bit addresses
3732    
3733    The *_HIGH regs are reversed. The secondary ones are in the
3734    primary block and vice versa.
3735
3736commit 4cf06dfba617529291ce4b4c306c4fc1bba110ee
3737Author: Alex Deucher <alexdeucher@gmail.com>
3738Date:   Thu Oct 22 02:08:45 2009 -0400
3739
3740    ATOM: use indirect addressing for regs >= 0x10000
3741
3742commit 66b194a78c470cb3978f310828dd96c3f3e96944
3743Author: Alex Deucher <alexdeucher@gmail.com>
3744Date:   Wed Oct 21 15:58:18 2009 -0400
3745
3746    ATOM: fix up get clock info
3747    
3748    Newer revisions of the atom firmware table have
3749    changed.  This helps select better pll dividers
3750    in some cases.  Noticed by Mathias Froehlich.
3751
3752commit bd89b7501f294ac645390ef144df569953c81dc4
3753Author: Alex Deucher <alexdeucher@gmail.com>
3754Date:   Sun Oct 18 16:21:36 2009 -0400
3755
3756    radeon: fixup CustomEDID option
3757    
3758    - add support for analog option to force edid to analog
3759    mode
3760    - fix compilation on older xservers
3761    - updated man page
3762
3763commit 255ac8d54e3dc12e579e05edb41b40946a00eab8
3764Author: Alex Deucher <alexdeucher@gmail.com>
3765Date:   Tue Oct 13 12:27:52 2009 -0400
3766
3767    radeon: add XV_CRTC attribute for textured video
3768    
3769    This attribute allows the user to override which
3770    crtc is synced with when XV_VSYNC is enabled.  This
3771    is useful for clone modes where the user can might want
3772    to override the default.
3773
3774commit 801d900add4731f3c424ebb780ad2dbd7a1c6a25
3775Author: Alex Deucher <alexdeucher@gmail.com>
3776Date:   Mon Oct 12 10:00:57 2009 -0400
3777
3778    ATOM: minor cleanups to pll setup
3779
3780commit f4407962cd7b272e0860319f11f6a6583ef226c2
3781Author: Csillag Kristof <csillag.kristof@united-consult.hu>
3782Date:   Fri Oct 9 18:00:09 2009 -0400
3783
3784    Fix some issues with CustomEDID support
3785    
3786    - Fixes a memory allocation problem introduced with the previous
3787    version of the CustomEDID patch (now in GIT), and
3788     - Enhances the syntax of the CustomEDID option so that I can force
3789    digital output, even if the EDID was acquired over an analog link.
3790
3791commit de55995e82c3875f70b6394fff440d695d062113
3792Author: Alex Deucher <alexdeucher@gmail.com>
3793Date:   Fri Oct 9 11:07:30 2009 -0400
3794
3795    r600 EXA: fix up mask reg mixup
3796
3797commit a168caf5349b757873ad89d977772feaa7fb6e58
3798Author: Alex Deucher <alexdeucher@gmail.com>
3799Date:   Fri Oct 9 10:32:26 2009 -0400
3800
3801    r600 EXA: fix some compile warnings
3802
3803commit fb8dda2928bd0def2b34c8c8e414129e650d6eb5
3804Author: Alex Deucher <alexdeucher@gmail.com>
3805Date:   Fri Oct 9 10:30:21 2009 -0400
3806
3807    r600 EXA: properly check planemask
3808    
3809    We only support per-component masks.
3810
3811commit 1b25bad2d8ebe481ffb4b0fd3a85ab636bd4fec2
3812Author: Dave Airlie <airlied@linux.ie>
3813Date:   Fri Oct 9 20:09:52 2009 +1000
3814
3815    Revert "radeon: clamp the internal FB map to the aperture size"
3816    
3817    This reverts commit 5f846360c46f5a989f5d0fde6d251cdbd61d4968.
3818    
3819    Numerous reports of system hangs since this, I'm guessing
3820    some sort of conflict with the drm memory setup. This code
3821    has always been fragile between kernel/userspace drivers.
3822
3823commit a956d478043b44c49aed39c7aa3d576ef32cadc5
3824Author: Dave Airlie <airlied@linux.ie>
3825Date:   Fri Oct 9 20:08:31 2009 +1000
3826
3827    Revert "kms: setup colormap and gamma correctly."
3828    
3829    This reverts commit 60d9685abddccec17c1a9a5ec48cbe9c92543e0f.
3830    
3831    which breaks colormap on 1.6 X server
3832    
3833    Conflicts:
3834    
3835    	src/drmmode_display.c
3836
3837commit a493feb94c0d84aaf5bfd84c6940d7f03974dd86
3838Author: Dave Airlie <airlied@redhat.com>
3839Date:   Fri Oct 9 15:05:25 2009 +1000
3840
3841    kms: don't use scratch pixmaps at all
3842    
3843    use our own wrapper to allocate a pixmap for wrapping a bo in.
3844
3845commit 0caffbd6fd6b356b9b7d715c015285eaa91e3e36
3846Author: Dave Airlie <airlied@redhat.com>
3847Date:   Fri Oct 9 15:04:56 2009 +1000
3848
3849    drmmode: reload cursors on modeset
3850
3851commit 02e12ae6be7bc1976f63848fa2854d320d5ab36e
3852Author: Alex Deucher <alexdeucher@gmail.com>
3853Date:   Wed Oct 7 19:56:58 2009 -0400
3854
3855    ATOM: rework crtc modeset
3856    
3857    - clean up tv timing handling
3858    - unify SetCRTCTiming and SetCRTCDTDTiming interfaces
3859
3860commit d499eeaf22f77a1294e99aa38a50aa6810bb684a
3861Author: Alex Deucher <alexdeucher@gmail.com>
3862Date:   Wed Oct 7 17:43:11 2009 -0400
3863
3864    ATOM: reorder crtc dpms based on bios recommendations
3865
3866commit 4ccd2a21f9c50515b4246f35454f76ef49006c76
3867Author: Alex Deucher <alexdeucher@gmail.com>
3868Date:   Wed Oct 7 16:30:03 2009 -0400
3869
3870    ATOM: add support for AdjustDisplayPll table
3871    
3872    Depending on the output and clock, this table will
3873    adjust the pixelclock accordingly.
3874
3875commit 5f846360c46f5a989f5d0fde6d251cdbd61d4968
3876Author: Alex Deucher <alexdeucher@gmail.com>
3877Date:   Wed Oct 7 17:01:55 2009 -0400
3878
3879    radeon: clamp the internal FB map to the aperture size
3880    
3881    We don't use the invisible memory yet and on cards with
3882    large amounts of vram this can cause the top of GART
3883    calculation to overflow.
3884    
3885    Fixes bug fdo bug 24301:
3886    http://bugs.freedesktop.org/show_bug.cgi?id=24301
3887
3888commit 186bf719c394116341abff471fb4b4803650da9a
3889Author: Dave Airlie <airlied@redhat.com>
3890Date:   Wed Oct 7 17:23:36 2009 +1000
3891
3892    radeon: fix rotation since mixed pixmaps.
3893    
3894    Passing null in here stops the mixed pixmap code doing it wrong,
3895    but I'm not 100% sure how it is meant to work, we have the
3896    same issue with the real front bo by the looks of it.
3897
3898commit e08411af1aa8c7d4233ba593b84360397cdbb307
3899Author: Roel Kluin <roel.kluin@gmail.com>
3900Date:   Tue Oct 6 18:31:17 2009 -0400
3901
3902    radeon: Fix duplicated bit settings
3903    
3904    [agd5f: adapted from kms patch]
3905    
3906    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
3907
3908commit e59ae08270711512e64b70f79b6476cc2c52d230
3909Author: Michel Dänzer <daenzer@vmware.com>
3910Date:   Tue Oct 6 00:13:09 2009 +0200
3911
3912    Don't call radeon_cs_flush_indirect() without KMS.
3913    
3914    Fixes http://bugs.freedesktop.org/show_bug.cgi?id=24316 .
3915
3916commit 457646d734558672402b6bcd15cadb66741edbed
3917Author: Jerome Glisse <jglisse@redhat.com>
3918Date:   Mon Oct 5 15:52:42 2009 +0200
3919
3920    kms: assume accel is working is info ioctl return -EINVAL
3921    
3922    -EINVAL should only happen if the info ioctl doesn't support
3923    the get accel query. This patch assume that on such case accel
3924    is working.
3925
3926commit 9d596562496863d65850306d2126d8df98464de4
3927Author: Dave Airlie <airlied@linux.ie>
3928Date:   Mon Oct 5 18:35:20 2009 +1000
3929
3930    kms: only touch gamma stuff on 1.7
3931    
3932    for correct colormap operation you probably want 1.7
3933
3934commit 876f43d4682df4d47d3e158f75e0ca6040f41c70
3935Author: Alex Deucher <alexdeucher@gmail.com>
3936Date:   Mon Oct 5 02:23:03 2009 -0400
3937
3938    R1/2xx EXA: Minimise number of draw primitives used for Composite operations.
3939
3940commit 86cafb8affea448bdf58300044e755201b822d2a
3941Author: Dave Airlie <airlied@redhat.com>
3942Date:   Mon Oct 5 14:17:25 2009 +1000
3943
3944    kms: don't use scratch pixmaps when copying fbcon.
3945    
3946    scratch pixmaps seem to interact badly with mixed pixmaps, it appears
3947    some state may be getting left around in the privates somewhere, since
3948    scratch pixmap headers don't get destroyed.
3949
3950commit f8471512ea9f1d38140dfe98a0f832e9f935f51b
3951Author: Csillag Kristof <csillag.kristof@united-consult.hu>
3952Date:   Sun Oct 4 18:18:56 2009 -0400
3953
3954    radeon: add support for Custom EDID
3955    
3956    Allows you to specify an edid per output from a file
3957    to override what is detected by DDC.  Useful for
3958    problematic monitors or KVM switches that block
3959    DDC.  Specifying an EDID that is not compatible with
3960    your monitor could damage your monitor so use with
3961    caution.
3962    
3963    agd5f: cache the custom edid at startup so we don't
3964    have to read it from file every time the output is
3965    queried.
3966
3967commit 60d9685abddccec17c1a9a5ec48cbe9c92543e0f
3968Author: Dave Airlie <airlied@redhat.com>
3969Date:   Mon Oct 5 12:41:30 2009 +1000
3970
3971    kms: setup colormap and gamma correctly.
3972    
3973    We need to program the gamma at modeset. no need to use
3974    old cmap interface at all.
3975
3976commit b0b10e548fd69b3ff67a0f9b71456b89c61cb4d6
3977Author: Alex Deucher <alexdeucher@gmail.com>
3978Date:   Sun Oct 4 17:07:32 2009 -0400
3979
3980    R6/7xx EXA: Add support for BGRA picture formats.
3981    
3982    Also add mysteriously missing case statements for ABGR destination formats.
3983
3984commit 8404c37b2ff95aba31db97676f106ec2f30fda7f
3985Author: Dave Airlie <airlied@linux.ie>
3986Date:   Sun Oct 4 18:18:51 2009 +1000
3987
3988    radeon: fix build without kms
3989
3990commit 9460ea864b12ec1fbd11c5d9a20bb5a4279d9d3d
3991Author: Michel Dänzer <daenzer@vmware.com>
3992Date:   Sat Oct 3 16:33:33 2009 +0200
3993
3994    Fix KMS on big endian machines.
3995    
3996    Requires at least xserver 1.7 to work properly.
3997    
3998    Also make sure the front buffer is and stays tiled if colour tiling is enabled.
3999
4000commit aee6b6f2c120baf477b4845ddc1a94637c31db2f
4001Author: Michel Dänzer <daenzer@vmware.com>
4002Date:   Sat Oct 3 16:33:33 2009 +0200
4003
4004    EXA: Bail earlier from PrepareCopy hook on trivially unsupportable conditions.
4005
4006commit 30031b169def5caadb394225919a6079a0957142
4007Author: Michel Dänzer <daenzer@vmware.com>
4008Date:   Sat Oct 3 16:33:33 2009 +0200
4009
4010    R3/5xx EXA: Add support for BGRA picture formats.
4011    
4012    Also add mysteriously missing case statements for ABGR destination formats.
4013
4014commit 4b4ce36081ca151c24e028c54b59986f41731a73
4015Author: Michel Dänzer <daenzer@vmware.com>
4016Date:   Sat Oct 3 16:33:32 2009 +0200
4017
4018    R3/5xx EXA: Minimise number of draw primitives used for Composite operations.
4019    
4020    This should reduce the kernel CS checker overhead, if nothing else.
4021    
4022    I'll leave porting this to other chipset families to others who can test it.
4023
4024commit eade1e5be159c9f2965d611925596d33cab11d6d
4025Author: Michel Dänzer <daenzer@vmware.com>
4026Date:   Sat Oct 3 16:33:32 2009 +0200
4027
4028    EXA: Don't always flush when switching between 2D/3D engines with KMS.
4029    
4030    This seems to work fine here now and help 2D performance quite a bit, let's see
4031    if it breaks anybody else's setup...
4032
4033commit 926e414fc835ace141c066830d11d8ce32dbb06c
4034Author: Michel Dänzer <daenzer@vmware.com>
4035Date:   Sat Oct 3 16:33:32 2009 +0200
4036
4037    KMS: Double-buffer textured video source image upload.
4038    
4039    In order to avoid stalling on previous frame.
4040    
4041    OTOH without KMS we can't do this but have to wait for the previous frame to
4042    finish rendering.
4043
4044commit 6a3b75fae4147244212298ff55c7ab36c3d80d30
4045Author: Michel Dänzer <daenzer@vmware.com>
4046Date:   Sat Oct 3 16:33:31 2009 +0200
4047
4048    KMS: Don't hide HW cursor when it's updated.
4049    
4050    Inspired by the intel driver; might avoid/reduce HW cursor flicker in some
4051    cases.
4052
4053commit c4ba15b4871c70cced7f1761e24be692cdb28d2b
4054Author: Michel Dänzer <daenzer@vmware.com>
4055Date:   Sat Oct 3 16:33:31 2009 +0200
4056
4057    Fix some compiler warnings.
4058
4059commit cc45856a18dd3e6f7e44d9eb507b31419da70977
4060Author: Kenneth Graunke <kenny@whitecape.org>
4061Date:   Fri Oct 2 14:31:36 2009 -0400
4062
4063    radeon: Remove gatos message from driver startup
4064    
4065    Remove a message on driver startup which directs people to the old GATOS
4066    website; said site contains highly out of date software which is no longer
4067    necessary.
4068
4069commit d302481493ff61eb7f8648b7afe7407b6b653cf7
4070Author: Jerome Glisse <jglisse@redhat.com>
4071Date:   Wed Sep 16 15:18:40 2009 +0200
4072
4073    radeon/kms: fallback to shadowfb if kernel report acceleration is off
4074    
4075    This will fallback to shadowfb is GPU accel failed somewhere during
4076    KMS kernel init.
4077
4078commit 7968e1fb89f6b59d1654df48249bf4b81990c008
4079Author: Alex Deucher <alexdeucher@gmail.com>
4080Date:   Fri Sep 25 19:05:38 2009 -0400
4081
4082    radeon: fix segfault in MMIO path in RADEONInit3DEngine
4083    
4084    fixes fdo bug 24158.
4085    
4086    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
4087
4088commit 0380a9cf98d34e88dd81370ade5525680ec89c02
4089Author: Alex Deucher <alexdeucher@gmail.com>
4090Date:   Fri Sep 25 16:46:43 2009 -0400
4091
4092    kms/r600: add support for vline relocs
4093    
4094    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
4095
4096commit 3efecebb10de7f7bacf9f8c57ae20fd508097294
4097Author: Alex Deucher <alexdeucher@gmail.com>
4098Date:   Fri Sep 25 14:44:41 2009 -0400
4099
4100    radeon: fix vline handling for kms
4101    
4102    drm crtc ids do not correspond to actual hw crtcs,
4103    as such the vline stuff was never enabled for Xv.
4104    
4105    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
4106
4107commit 9733dcde0a21b7503aa20254724f2910b541b990
4108Author: Dave Airlie <airlied@linux.ie>
4109Date:   Sat Sep 26 06:15:58 2009 +1000
4110
4111    r600: fix build
4112
4113commit ff18595eace42ddfc931f4f948cb5adf59ebcf52
4114Author: Dave Airlie <airlied@linux.ie>
4115Date:   Sat Sep 26 06:04:51 2009 +1000
4116
4117    r600/xv: fix dst bo write domain
4118
4119commit 718a611f3cc7f5eea95cd73a9dcc7913c922fcbc
4120Author: Dave Airlie <airlied@linux.ie>
4121Date:   Sat Sep 26 06:03:51 2009 +1000
4122
4123    radeon: fix zaphod
4124
4125commit 86c367be517e992aabc1bcfea2a2dde1a1ae520c
4126Author: Alex Deucher <alexdeucher@gmail.com>
4127Date:   Fri Sep 25 13:03:44 2009 -0400
4128
4129    r600: fix bo accounting for Xv
4130    
4131    fixes Xv after changes in:
4132    8f80e37eed3ec028718b4e71bbb9b598847fd94e
4133    
4134    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
4135
4136commit 8f80e37eed3ec028718b4e71bbb9b598847fd94e
4137Author: Dave Airlie <airlied@linux.ie>
4138Date:   Fri Sep 25 11:37:38 2009 +1000
4139
4140    r600: space check wasn't correct.
4141    
4142    the r6xx space check code was incorrect for the DFS case, since
4143    the dst bo was in GTT but the hardcoded cp_start function
4144    assumed the bos were where it thought.
4145    
4146    Ripped out assumptions and replaced with code more like other radeons.
4147
4148commit 90669f6cb5ada9067d6fccc7f54c69b367862f42
4149Author: Alex Deucher <alexdeucher@gmail.com>
4150Date:   Thu Sep 24 10:40:40 2009 -0400
4151
4152    radeon: remove old pre-randr rotation cruft
4153    
4154    leftover from the randr 1.2 conversion.
4155    
4156    Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
4157
4158commit 97a4e747bfac14f34646c55ddf639e8fe22f2f55
4159Author: Michael Olbrich <m.olbrich@pengutronix.de>
4160Date:   Sun Sep 20 14:19:41 2009 +0200
4161
4162    use AC_CHECK_HEADER instead of AC_CHECK_FILE
4163    
4164    AC_CHECK_FILE is not possible when cross-compiling. Use AC_CHECK_HEADER /
4165    AC_PREPROC_IFELSE instead.
4166    
4167    [ Michel Dänzer: Shuffled things around slightly to make it work on my setup ]
4168    
4169    Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
4170    Signed-off-by: Michel Dänzer <daenzer@vmware.com>
4171
4172commit 579070ed9f0218a975e840331b6fe9fa8fd05789
4173Author: Alex Deucher <alexdeucher@gmail.com>
4174Date:   Sat Sep 19 19:15:14 2009 -0400
4175
4176    kms: disable dga
4177    
4178    Can be dangerous with kms:
4179    http://lists.freedesktop.org/archives/xorg-devel/2009-September/002113.html
4180
4181commit da7487f6ac7b32ed7866af53da2925aa52ed7aae
4182Author: Alex Deucher <alexdeucher@gmail.com>
4183Date:   Sat Sep 19 13:08:02 2009 -0400
4184
4185    kms: init dga using xf86DiDGAInit
4186    
4187    fixes cursor problems in games like UT2004 and Penumbra Overture
4188    
4189    see fdo bug 24034
4190
4191commit 52279251fae9df99c569c16e2522bbd346d8ec38
4192Author: Dave Airlie <airlied@redhat.com>
4193Date:   Fri Sep 18 14:29:32 2009 +1000
4194
4195    avivo: disable VGA rendering core when starting X.
4196    
4197    this thing can be rendering to VRAM when we don't expect it.
4198    turn it off.
4199    
4200    Signed-off-by: Dave Airlie <airlied@redhat.com>
4201
4202commit 2c46bafcb77c4125a27c18ad6ca2f6de5f143a2d
4203Author: Pauli Nieminen <suokkos@gmail.com>
4204Date:   Thu Sep 17 15:13:51 2009 +0300
4205
4206    Fix configuration to disable KMS if not finding libdrm_radeon.
4207    
4208    Most of KMS building was disabled if LIBDRM_RADEON was not detected. But at
4209    least configure was reporting KMS enabled even tough it was realy disabled.
4210
4211commit ee9f6d802988a4d7f7985687036db854f4a14fe5
4212Author: Pauli Nieminen <suokkos@gmail.com>
4213Date:   Mon Sep 14 16:36:48 2009 +0300
4214
4215    radeon: Add missing libdrm_radeon cflags to compiler paramaters.
4216    
4217    This fixes compilation if libdrm_radeon is installed to non-standard location like /opt.
4218
4219commit ac853ca0a950d6147cd6a0b4a1b089f5d2f080ea
4220Author: Alex Deucher <alexdeucher@gmail.com>
4221Date:   Fri Sep 11 14:25:31 2009 -0400
4222
4223    atom: fix typo in asus quirks
4224    
4225    Should be DVI-I, not DVI-D
4226
4227commit a88f60e7b789cd23a79e6e18a7e3fa008d15aa77
4228Author: Alex Deucher <alexdeucher@gmail.com>
4229Date:   Thu Sep 10 13:42:31 2009 -0400
4230
4231    r600: add CS UTS and DFS hooks
4232
4233commit 0bb0ff0e55aaf8e64017d204e376a14f0a7384a3
4234Author: Dave Airlie <airlied@linux.ie>
4235Date:   Thu Sep 10 11:48:00 2009 +1000
4236
4237    r6xx: fix EXA crash with gtkperf -a
4238    
4239    unmapping was getting unbalanced.
4240
4241commit 10a58d54857484b6e89763ecf463f54dc290c702
4242Author: Dave Airlie <airlied@redhat.com>
4243Date:   Wed Sep 9 14:24:49 2009 +1000
4244
4245    kms: add property support.
4246    
4247    this adds support to the userspace DDX to get properties from the kernel
4248    and expose them over randr. Its most liberated from the Intel driver.
4249
4250commit fad9ee6cdae5ae45e6406e3071a84276f1b59a85
4251Author: Alex Deucher <alexdeucher@gmail.com>
4252Date:   Tue Sep 8 17:50:50 2009 -0400
4253
4254    radeon: replace dga code with DiDGA
4255
4256commit 651fe5a47435c6a5cc1cdfb33c5c6601d692adcb
4257Author: Adam Jackson <ajax@redhat.com>
4258Date:   Tue Sep 8 13:21:07 2009 +1000
4259
4260    radeon: fix dri2 struct zeroing
4261
4262commit 6990f2ac6478bf92929a4400ef84fb2142699204
4263Merge: 917f2d7 853f4c3
4264Author: Dave Airlie <airlied@redhat.com>
4265Date:   Tue Sep 8 11:26:32 2009 +1000
4266
4267    Merge branch 'r6xx-cs'
4268
4269commit 853f4c3d1ea8f975ab2855f18d3ae336a4095091
4270Author: Dave Airlie <airlied@redhat.com>
4271Date:   Tue Sep 8 11:25:39 2009 +1000
4272
4273    r600: more alignment fixups + vb map/unmap
4274    
4275    I'm not so sure the vb map/unmap is a good idea, I think
4276    it pretty much locksteps the cpu/gpu, so we should really
4277    work out if we really need to flush this often, since
4278    mesa doesn't have to and we are just doing 3D ops.
4279
4280commit 917f2d7cd1815279710939edc27133ca6609460f
4281Author: Alex Deucher <alexdeucher@gmail.com>
4282Date:   Sun Sep 6 10:53:29 2009 -0400
4283
4284    RV280: add agp quirk
4285    
4286    deb bug 545040
4287
4288commit 78fcbf577ad6eba6399cc39f74b7ce5f9c8e265e
4289Author: Michel Dänzer <daenzer@vmware.com>
4290Date:   Thu Sep 3 14:55:05 2009 +0200
4291
4292    EXA: Check for solid/gradient pictures the same way for all generations.
4293    
4294    In particular, also catch them for >= R300.
4295
4296commit 794ae743c305331741e7cf45dd71c755fe325ed5
4297Author: Michel Dänzer <daenzer@vmware.com>
4298Date:   Wed Sep 2 09:19:17 2009 +0200
4299
4300    EXA: Fix Composite restart dst/src switcheroo.
4301    
4302    Fixes http://bugs.freedesktop.org/show_bug.cgi?id=22636 .
4303    
4304    Now, where's that brown paper bag? :}
4305
4306commit c4ab50c5eafca3d04129a72453496eb8afb26b34
4307Author: Alex Deucher <alexdeucher@gmail.com>
4308Date:   Tue Sep 1 13:43:00 2009 -0400
4309
4310    radeon: add some notes about DVO setup
4311
4312commit 22fbd6476f4b3513378e848affc4dd269e9d4498
4313Author: Dave Airlie <airlied@itt42.(none)>
4314Date:   Tue Sep 1 15:22:57 2009 +1000
4315
4316    r100/r200: seriously WRAP is illegal for rectangular textures
4317    
4318    unless we scale all the bos up to POT
4319
4320commit 8f4196e88855f10762254fca9e0a0988e7b5562f
4321Author: Alex Deucher <alexdeucher@gmail.com>
4322Date:   Mon Aug 31 19:41:59 2009 -0400
4323
4324    r6xx/r7xx: various CS fixes from Dave
4325
4326commit a32384f9b9ed73c14484a380dfa14652ed478ad6
4327Author: Alex Deucher <alexdeucher@gmail.com>
4328Date:   Mon Aug 31 13:26:05 2009 -0400
4329
4330    r1xx: fix textured video
4331    
4332    Copy/paste bug from when kms support was added.
4333
4334commit 3d6bf0f8cf128ee67d448491be44d345547b75c5
4335Author: Pauli Nieminen <suokkos@gmail.com>
4336Date:   Fri Aug 28 17:05:44 2009 +0300
4337
4338    radeon: Fix DRI2BufferPtr to be DRI2Buffer2Ptr for xserver 1.6.
4339    
4340    Bump requirement for xserver in KMS mode to 1.6.2 for DRI2Buffer2Ptr.
4341
4342commit 6521dbf3884185ca5692d35d879d251890cc4f08
4343Author: Roland Scheidegger <sroland@tungstengraphics.com>
4344Date:   Sat Aug 29 12:11:03 2009 +0200
4345
4346    r100/r200: fix section size mismatch for textured video
4347    
4348    this fixes the driver complaining though reportedly it still does
4349    not work (on r100)
4350
4351commit 39dfac41eebbcdacb1ae0c17cea325ea2966c4a5
4352Author: Michel Dänzer <daenzer@vmware.com>
4353Date:   Fri Aug 28 12:20:04 2009 +0200
4354
4355    EXA: RENDER repeat fix and more cleanup.
4356    
4357    Apparently changing pPict->repeatType causes badness, see
4358    http://bugs.freedesktop.org/show_bug.cgi?id=23560 .
4359    
4360    Now we just use a normalized repeatType value derived from pPict->repeat and
4361    pPict->repeatType everywhere.
4362
4363commit 7d36f13afa5da742aa6c989a2652e92c96e5f80e
4364Author: Michel Dänzer <daenzer@vmware.com>
4365Date:   Thu Aug 27 09:52:11 2009 +0200
4366
4367    KMS: Remove explicit radeon_bo_wait calls before radeon_bo_map.
4368    
4369    libdrm_radeon always takes care of this implicitly now.
4370
4371commit 066c90e8f5b93c80195dc43486ad3efa083a1f3a
4372Author: Michel Dänzer <daenzer@vmware.com>
4373Date:   Thu Aug 27 09:52:11 2009 +0200
4374
4375    KMS: Don't use a blit for UploadToScreen if the pixmap BO will be idle anyway.
4376    
4377    Direct CPU writes should be at least as fast in that case.
4378
4379commit 174b61bb786a841cebd354e23b4b0caa85b541aa
4380Author: Michel Dänzer <daenzer@vmware.com>
4381Date:   Thu Aug 27 09:52:11 2009 +0200
4382
4383    KMS: DownloadFromScreen improvements.
4384    
4385    * Drop superfluous RADEONDownloadFromScreenGTT function, EXA does the same
4386      thing when we return FALSE.
4387    * Take unflushed operations into account for determining which GEM domain the
4388      pixmap BO will end up in.
4389    * Only use a blit if it ends up in VRAM.
4390
4391commit 7623e169e1f7d5afbd4108de03f28098bca519db
4392Author: Michel Dänzer <daenzer@vmware.com>
4393Date:   Thu Aug 27 09:52:11 2009 +0200
4394
4395    EXA: Allocate pixmap BOs in VRAM.
4396    
4397    This is the intention with EXA in xserver Git, and IME it improves performance
4398    significantly even with older versions.
4399
4400commit b90b823790657707b5bf7249095833bef959b0e8
4401Author: Michel Dänzer <daenzer@vmware.com>
4402Date:   Thu Aug 27 09:52:11 2009 +0200
4403
4404    DRI2: Set tiling for depth/stencil buffers with all DRI2 interface versions.
4405
4406commit 27d9664f8862d1948dd32021f8e9bcb94f23e4ef
4407Author: Michel Dänzer <daenzer@vmware.com>
4408Date:   Thu Aug 27 09:52:10 2009 +0200
4409
4410    EXA: RENDER repeat cleanups.
4411    
4412    We can't rely on the server setting pPict->repeatType to something sensible
4413    when pPict->repeat is FALSE, but we can do it ourselves.
4414
4415commit 9b5517fcf7f2397a1a814d396fc9dc24769a6d9f
4416Author: Michel Dänzer <daenzer@vmware.com>
4417Date:   Thu Aug 27 09:52:10 2009 +0200
4418
4419    Throttle DRI2 buffer swaps / frontbuffer flushes.
4420
4421commit e87f0f50f31a59ca1f60d4582d4a57ed00854fb7
4422Author: Alex Deucher <alexdeucher@gmail.com>
4423Date:   Wed Aug 26 02:13:38 2009 -0400
4424
4425    r6xx/r7xx: set EXA_HANDLES_PIXMAPS
4426
4427commit 3212c26b90c0f6f1a7248b4da3ed985a9c2e9381
4428Author: Alex Deucher <alexdeucher@gmail.com>
4429Date:   Wed Aug 26 01:42:10 2009 -0400
4430
4431    r6xx/r7xx: more WIP
4432
4433commit 5a08e68cc254fb255e631b456e331c32456ef0e7
4434Author: Alex Deucher <alexdeucher@gmail.com>
4435Date:   Tue Aug 25 19:24:41 2009 -0400
4436
4437    r6xx/r7xx: fix some define problems in Xv code
4438
4439commit 9aa214e125b7927d62b9fe124a851d0373c24d7e
4440Author: Alex Deucher <alexdeucher@gmail.com>
4441Date:   Tue Aug 25 18:45:49 2009 -0400
4442
4443    r6xx/r7xx: fix reloc for vtx buffer
4444
4445commit bba51187055932ecd466f5f817428d6c773747b9
4446Author: Alex Deucher <alexdeucher@gmail.com>
4447Date:   Tue Aug 25 18:37:15 2009 -0400
4448
4449    R6xx/r7xx: unmap vb bo when done
4450
4451commit 599adfc1f5e6d708be7ad30f4871de3046775727
4452Author: Alex Deucher <alexdeucher@gmail.com>
4453Date:   Tue Aug 25 18:13:14 2009 -0400
4454
4455    r6xx/r7xx: fix flipped domains
4456
4457commit 2e83cca8d7efaf1a6836cfb9ea5893fd9d70175f
4458Author: Alex Deucher <alexdeucher@gmail.com>
4459Date:   Tue Aug 25 18:05:43 2009 -0400
4460
4461    r6xx/r7xx: more cs exa wip
4462
4463commit 65852de027989c105246fa4e4eed432f29525a22
4464Author: Alex Deucher <alexdeucher@gmail.com>
4465Date:   Tue Aug 25 17:29:42 2009 -0400
4466
4467    r6xx/r7xx EXA: WIP
4468
4469commit 69ec7a35e2a0a3d802ec093a6aab2d7ed2cc88be
4470Author: Alex Deucher <alexdeucher@gmail.com>
4471Date:   Tue Aug 25 16:14:02 2009 -0400
4472
4473    r6xx/r7xx: first pass at kms accel support
4474    
4475    Adapted from various patches from Dave and Jerome.
4476
4477commit 04692f80678ffea15ac33820381ce45865e697b8
4478Author: Dave Airlie <airlied@linux.ie>
4479Date:   Wed Aug 26 05:31:56 2009 +1000
4480
4481    radeon: afaics these aren't radeon regs but r128 regs.
4482    
4483    so remove them from radeon use.
4484
4485commit 9cf965bbc977f0523437c0ecf1d7363b17de2468
4486Author: Alex Deucher <alexdeucher@gmail.com>
4487Date:   Tue Aug 25 12:47:34 2009 -0400
4488
4489    R6xx/r7xx: add begin/end batch macros
4490
4491commit b6368cc572c79bce9a9366242c727c13cab3f006
4492Author: Alex Deucher <alexdeucher@gmail.com>
4493Date:   Tue Aug 25 12:14:33 2009 -0400
4494
4495    r6xx/r7xx: move more common state to default state setup
4496
4497commit fc74e1194c980d978667e02c60a29a761a694bde
4498Author: Alex Deucher <alexdeucher@gmail.com>
4499Date:   Tue Aug 25 11:39:56 2009 -0400
4500
4501    RV740: disable small DFS transfers
4502    
4503    Seems problematic on all rv740 chips, so until we
4504    can find a solution, disable them.
4505
4506commit 1c909ecd88e75c6e16af7aa068e32a7a60b0af37
4507Author: Jerome Glisse <jglisse@redhat.com>
4508Date:   Tue Aug 25 11:21:41 2009 +0200
4509
4510    radeon: Fix X recycling with KMS
4511    
4512    On X recycling CloseScreen drop master so grab it again
4513    in InitScreen and avoid to reallocate buffer & various
4514    others cs/bo utilities on X recycling.
4515
4516commit 39aaf9addc923852598ba6fb914459671b78e492
4517Author: Dave Airlie <airlied@linux.ie>
4518Date:   Mon Aug 24 18:59:22 2009 +1000
4519
4520    r600: use exa fallback code for solid/copy codepaths.
4521    
4522    Solid seem to try and handle 1bpp which really no.
4523
4524commit e4b2d57ddca8739ec0b452565713398d036be0d5
4525Author: Dave Airlie <airlied@redhat.com>
4526Date:   Mon Aug 24 14:11:24 2009 +1000
4527
4528    r600: fix bad unit in texture setup
4529
4530commit bac224912c750dc1c85ff2d9b8526dad6c23b572
4531Author: Dave Airlie <airlied@redhat.com>
4532Date:   Sat Aug 22 21:17:59 2009 +1000
4533
4534    radeon: don't spec any initial placement for pixmaps.
4535    
4536    allow the first use to decide placement.
4537
4538commit 77f98717d825162da106c6898cdbcbdf5c984ae6
4539Author: Dave Airlie <airlied@redhat.com>
4540Date:   Sat Aug 22 21:16:25 2009 +1000
4541
4542    exa/cs: add DFS from GTT optimisation
4543    
4544    This uses the new libdrm busy interface, once I had this in place
4545    I added a error if this happened and it does on my desktop here,
4546    so may as well add the optimisation that used to be in my old KMS tree.
4547    
4548    Signed-off-by: Dave Airlie <airlied@redhat.com>
4549
4550commit b1b77a4d6fb7404af9568644e1a8e050fdfa956e
4551Author: Alex Deucher <alexdeucher@gmail.com>
4552Date:   Wed Aug 19 13:29:04 2009 -0400
4553
4554    rs600: add support for DisplayPriority HIGH
4555    
4556    Still haven't implemented the actual watermark
4557    calculation, but this forces the display requests
4558    to urgent if the user specifies DisplayPriority HIGH.
4559
4560commit 72e0d1b2cb11a67b8e4be4c74913ee44dc051c5b
4561Author: Dave Airlie <airlied@redhat.com>
4562Date:   Wed Aug 19 19:01:30 2009 +1000
4563
4564    radeon/kms: add initial colortiling support (disabled by default).
4565    
4566    This requires an X server from git with createpixmap2 support fixed up in it.
4567    
4568    On 1.6 and previous it won't do any tiling, if you are running git server
4569    please upgrade to latest git.
4570    
4571    Option "AllowColorTiling" "true" to enable and do some testing
4572
4573commit 479a6daefe46f985c415b0d000b1b1b820f3924e
4574Author: Alex Deucher <alexdeucher@gmail.com>
4575Date:   Tue Aug 18 02:53:29 2009 -0400
4576
4577    AVIVO: add support for DisplayPriority HIGH
4578    
4579    If the DisplayPriority option is set to HIGH,
4580    force the diplay mem requests to urgent.
4581
4582commit 8fd6f69c84103b277de70181988e843da23c85b0
4583Author: Dave Airlie <airlied@redhat.com>
4584Date:   Mon Aug 17 15:50:21 2009 +1000
4585
4586    radeon: move detected monitor type debugging.
4587    
4588    We should print this after DAC detection to be useful for TV
4589
4590commit d25185f33d06a8162469e18688e95ee19a5d94d8
4591Author: Dave Airlie <airlied@redhat.com>
4592Date:   Mon Aug 17 15:31:16 2009 +1000
4593
4594    atom: recall crtc source script after tv dpms on
4595    
4596    For some reason we lost the DACB source when we dpms tv back on.
4597
4598commit a971f1cfbbda1e3d16fb41f4a07f3b43fd59bc0d
4599Author: Dave Airlie <airlied@redhat.com>
4600Date:   Mon Aug 17 15:25:17 2009 +1000
4601
4602    atombios: store dac detect result into save register.
4603    
4604    We end up writing back an empty save register over the dac
4605    detection results so the atombios table can no longer
4606    figure out the S-video vs composite so sets the wrong one up.
4607    
4608    this gets tv-out on my r580 with a composite connector working.
4609
4610commit efef7c01ad38e078de2fa3f9e528e4ef7d05d00a
4611Author: Dave Airlie <airlied@redhat.com>
4612Date:   Mon Aug 17 13:44:20 2009 +1000
4613
4614    atom/tvout: set the correct scaler up for tv out
4615    
4616    If we need to use the second scaler actually set the second scaler
4617    up.
4618
4619commit 032a8a06315d12e66240e7ef74b5b165f6d0d1a9
4620Author: Dave Airlie <airlied@redhat.com>
4621Date:   Mon Aug 17 12:18:23 2009 +1000
4622
4623    kms: make tv out match the connector name
4624
4625commit 36e51c4d63836863dd7a17cbf6e5a9b7c1bbd31a
4626Author: Dave Airlie <airlied@redhat.com>
4627Date:   Mon Aug 17 12:17:31 2009 +1000
4628
4629    r100/r200: dont emit wrong clamp modes.
4630    
4631    for rect textures you don't want to use wrap clamping which
4632    is the default.
4633
4634commit 595f7c3a60ca982ca2836a0174e1f36f9d1a4fec
4635Author: Dave Airlie <airlied@itt42.(none)>
4636Date:   Mon Aug 17 09:38:09 2009 +1000
4637
4638    radeon/tv: fix typo in crtc register modifications
4639
4640commit 92baeafde8f0c1eed2b6769e96f8093e3d6d7478
4641Author: Alex Deucher <alexdeucher@gmail.com>
4642Date:   Tue Aug 11 15:29:17 2009 -0400
4643
4644    RV280: add agp quirk
4645    
4646    from Hartmut Niemann
4647
4648commit 04288fdb8b8c62fc2eb32fd467fdf05151ad121a
4649Author: Jerome Glisse <jglisse@redhat.com>
4650Date:   Tue Aug 11 19:32:52 2009 +0200
4651
4652    radeon/r600: abstract vertex buffer for r600 & r700 hardware
4653    
4654    Abstract vertex buffer, preliminary work before others change
4655    to bring cs support along IB support.
4656
4657commit 72daee2a18bfb809260d1bcbe80cc14afea3b0fa
4658Author: Adam Jackson <ajax@redhat.com>
4659Date:   Mon Aug 10 13:59:49 2009 -0400
4660
4661    Fix misleading filenames in DRI setup failure messages
4662
4663commit cd99d9f0d715f1f74de4fe22f2fd30046f2c7568
4664Author: Michel Dänzer <daenzer@vmware.com>
4665Date:   Fri Aug 7 11:56:50 2009 +0200
4666
4667    Properly let radeon_cs_flush_indirect() re-emit 2D state if necessary.
4668    
4669    Also remove a superfluous assignment.
4670
4671commit 577ff3ce922e457cc32f80d4365cb1da81552e72
4672Author: Michel Dänzer <daenzer@vmware.com>
4673Date:   Fri Aug 7 11:56:49 2009 +0200
4674
4675    Add support for EXA_MIXED_PIXMAPS in xserver master.
4676
4677commit e755fa56d03aa338d0c6345ed41e32aa3115ad4b
4678Author: Michel Dänzer <daenzer@vmware.com>
4679Date:   Fri Aug 7 11:56:49 2009 +0200
4680
4681    Minor fixes for KMS EXA DownloadFromScreen hook.
4682    
4683    Check we can handle the bpp, and remove superfluous flush.
4684
4685commit 4cebafae81c1738a1c330d52a2c5248869f06411
4686Author: Alex Deucher <alexdeucher@gmail.com>
4687Date:   Fri Aug 7 11:56:40 2009 +0200
4688
4689    Add KMS EXA UploadToScreen hook.
4690    
4691    Fixups by Michel Dänzer: Doesn't seem to be a win in terms of raw numbers, but
4692    should allow more pipelining and avoiding BO memory waste for small glyph
4693    pixmaps.
4694
4695commit 9243791322e36b9231e6a3f04024ad66325385e3
4696Author: Dave Airlie <airlied@redhat.com>
4697Date:   Fri Aug 7 14:07:32 2009 +1000
4698
4699    r200: fixup scissors for DDX.
4700    
4701    a) turn of R200_RE_CNTL - SCISSOR_ENABLE - this save us emitting R200_RE_TOP_LEFT, note scissor is still enabled.
4702    b) disable aux scissors.
4703
4704commit bd03977e320591ca55b1a2fbb32414c53cb3f72e
4705Author: Alex Deucher <alexdeucher@gmail.com>
4706Date:   Tue Aug 4 15:21:44 2009 -0400
4707
4708    radeon: fix compile with !kms
4709
4710commit 4fc1e67e606daf9227e74518c54315b60cd38301
4711Author: Alex Deucher <alexdeucher@gmail.com>
4712Date:   Tue Aug 4 15:17:39 2009 -0400
4713
4714    radeon: re-add asus connector quirks
4715    
4716    fixes bug 19943
4717
4718commit 22074cf0e58fddba743924532625e6fca49b6bdc
4719Author: Jerome Glisse <jglisse@redhat.com>
4720Date:   Tue Aug 4 21:09:25 2009 +0200
4721
4722    radeon/kms: add simple DownloadFromScreen implementation
4723    
4724    What we want to do is add userspace object support to radeon
4725    kernel modesetting. Also this DFS is dumb and might endup doing
4726    blit from GTT to GTT.
4727
4728commit fce31b61a88522733863a9b4e9f1c935c439cb4e
4729Author: Alex Deucher <alexdeucher@gmail.com>
4730Date:   Tue Aug 4 11:16:05 2009 -0400
4731
4732    RS880: enable accel
4733
4734commit 6b1b4b9214d58175727f7992fc42bc7244c42bf2
4735Author: Alex Deucher <alexdeucher@gmail.com>
4736Date:   Mon Aug 3 15:55:04 2009 -0400
4737
4738    radeon: add some new r7xx pci ids
4739
4740commit f564460e94c9d0f1cf3ff4b8535481b2b8b4e9c1
4741Author: Alex Deucher <alexdeucher@gmail.com>
4742Date:   Sat Aug 1 16:53:47 2009 -0400
4743
4744    radeon: use XAA in some cases
4745    
4746    Use XAA in low memory situations or when the DRI is disabled.
4747    Using shadowfb might also be a viable option, maybe even a better option...
4748    fixes bug 21683
4749
4750commit c71b2f050e8996787eae463eddbfdb5864ffa65a
4751Author: Bryce Harrington <bryce@canonical.com>
4752Date:   Sat Aug 1 16:50:43 2009 -0400
4753
4754    radeon: AGPMode quirk needed for SiS
4755    
4756    fixes bug 23065
4757
4758commit e3659ed06fc5bb8817f1dbd7c2d6bc94c67b30f7
4759Author: Bryce Harrington <bryce@canonical.com>
4760Date:   Sat Aug 1 16:48:48 2009 -0400
4761
4762    radeon: AGPMode quirk needed for IBM Thinkpad T40 with Mobility M7 LW
4763    
4764    fixes bug 23064
4765
4766commit 2391531ed6b7c11ddd5ab91b2369821cc5f8b8a7
4767Author: Bryce Harrington <bryce@canonical.com>
4768Date:   Sat Aug 1 16:41:41 2009 -0400
4769
4770    radeon: AGPMode quirk needed for HP Omnibook 6200
4771    
4772    fixed bug 23063
4773
4774commit 474eda02257152ced52364f38cbad24c20aebbc0
4775Author: Alex Deucher <alexdeucher@gmail.com>
4776Date:   Sat Aug 1 16:06:52 2009 -0400
4777
4778    radeon: reload bicubic Xv texture on VT switch
4779    
4780    fixed bicubic filtering after VT switch or suspend/resume
4781
4782commit 447a2ce1b88aa2d6d5713e93174c4002617720f7
4783Author: Dave Airlie <airlied@redhat.com>
4784Date:   Thu Jul 30 09:54:01 2009 +1000
4785
4786    radeon: fix r600 shadow fb mode with cursor allocation in wrong place
4787    
4788    From RHEL QE testing, we could end up with the cursor at 0 since
4789    we think EXA is in use when really it isn't. the info->useEXA = FALSe
4790    might be unnecessary but better to be explicit
4791    
4792    Signed-off-by: Dave Airlie <airlied@redhat.com>
4793
4794commit 2b9a5be3bb22fad1d52ec9eea7733c5e956250b7
4795Author: Alex Deucher <alexdeucher@gmail.com>
4796Date:   Wed Jul 29 03:34:11 2009 -0400
4797
4798    radeon: fix typo in object header to connector type conversion
4799    
4800    Should fix bug 19943
4801
4802commit 63c873cbd4d1d21d9f688028c0900c79fadc42c1
4803Author: Dave Airlie <airlied@redhat.com>
4804Date:   Tue Jul 28 15:22:40 2009 +1000
4805
4806    ati: change to using ABI version check
4807
4808commit 21a621c297ac71c65c239ea960c38706e718b91c
4809Author: Dave Airlie <airlied@redhat.com>
4810Date:   Tue Jul 28 13:32:28 2009 +1000
4811
4812    ati: update for resources/RAC API removal
4813
4814commit 5ad2519c2a7c0df389b2cd7cf7151c7e4b7252a8
4815Author: Michel Dänzer <daenzer@vmware.com>
4816Date:   Mon Jul 27 14:22:02 2009 +0200
4817
4818    KMS: Explicitly specify VRAM and GTT domains when allocating BOs for pixmaps.
4819    
4820    Without this, apparently they are initially allocated in system RAM (or
4821    possibly GTT), so any GPU rendering to them first triggers a copy of the whole
4822    uninitialized data to VRAM...
4823    
4824    We may want to explore more sophisticated schemes in the future, but for now
4825    this seems to improve KMS 2D performance quite a bit.
4826
4827commit 57f2c83a22f27567506c555af431f89e6031204c
4828Author: Alex Deucher <alexdeucher@gmail.com>
4829Date:   Sat Jul 25 14:19:38 2009 -0400
4830
4831    radeon: Set PCI/PCIE bus type properly per asic
4832    
4833    - r1xx-rv350 chips have the old pci gart
4834    - rv380+ chips have newer pcie gart
4835    
4836    Select the right kind regardless of whether the user selects
4837    PCI or PCIE.
4838
4839commit 2afc46fa74ce7730f766a3370d323c6b59694186
4840Author: Jerome Glisse <jglisse@redhat.com>
4841Date:   Thu Jul 23 20:13:15 2009 +0200
4842
4843    radeon: fix KMS shadowfb for r6xx and newer hw.
4844    
4845    We need to map front buffer and also to avoid EXA initialization
4846    when falling back to shadowfb on newer r6xx/r7xx when KMS is enabled.
4847
4848commit 328e4c816348b6f867df30b39856dbe78c8e0dcc
4849Author: Alex Deucher <alexdeucher@gmail.com>
4850Date:   Thu Jul 23 13:28:36 2009 -0400
4851
4852    RS780: fill in MC access functions
4853    
4854    Also, r6xx/r7xx don't have indirect MC space, so
4855    don't try to access it.
4856
4857commit f96d5b255425fbd02be2cad26edb590d474a5640
4858Author: Alex Deucher <alexdeucher@gmail.com>
4859Date:   Thu Jul 23 13:25:04 2009 -0400
4860
4861    R6xx/R7xx: clip rendering to destination surface dimensions
4862
4863commit e372f845b0defaf2d2c9ef3cbbf7498e09d9372e
4864Author: Michel Dänzer <daenzer@vmware.com>
4865Date:   Sun Jul 19 16:05:29 2009 +0200
4866
4867    Guard reference to CRTC active field.
4868    
4869    Fixes build against older xserver.
4870
4871commit e38305aebdc95f80f5b4b3e5ba541ea67dc05f01
4872Author: Michel Dänzer <daenzer@vmware.com>
4873Date:   Sat Jul 18 22:23:45 2009 +0200
4874
4875    Also drop DRM master in KMS CloseScreen.
4876    
4877    The LeaveVT hook isn't always called when the server dies, e.g. when quitting
4878    from the GDM greeter. This may cause existing servers to fall over if the dying
4879    server process still exists when they try to re-acquire master and set a mode.
4880    
4881    Also use drmSet/DropMaster() rather than ioctl() directly.
4882
4883commit a43c660a00147bfae5ca601f4720b2680b75211f
4884Author: Michel Dänzer <daenzer@vmware.com>
4885Date:   Sat Jul 18 22:21:59 2009 +0200
4886
4887    Set CRTC active flag to TRUE after a successful KMS mode set.
4888    
4889    Otherwise some things like changing the colour map won't work properly.
4890
4891commit f32069f42b3e4643f15148d0b96164def00dcc74
4892Author: Michel Dänzer <daenzer@vmware.com>
4893Date:   Sat Jul 18 22:20:08 2009 +0200
4894
4895    Set the STALL bit in the CRTC_GUI_TRIG_VLINE registers.
4896    
4897    As recommended by the register reference when using the WAIT_CRTC_VLINE bit in
4898    the WAIT_UNTIL register, as we are.
4899
4900commit 27bd9fc9b2c0eeff488c1f26f1355a7fa3655520
4901Author: Michel Dänzer <daenzer@vmware.com>
4902Date:   Sat Jul 18 22:14:27 2009 +0200
4903
4904    Enable vsync for DRI2 region copies.
4905
4906commit 4b1b28865ffb17f58a70d955212fd51cb1fb55ab
4907Author: Alex Deucher <alexdeucher@gmail.com>
4908Date:   Thu Jul 16 17:09:33 2009 -0400
4909
4910    R6xx/r7xx: reduce the amount of default state setup
4911    
4912    Most of the default state setup was extraneous or duplicated
4913    in the accel ops.  There's no need to reset all the consts
4914    everytime you reset the default state for example.  This leads
4915    to a 10x reduction in default state.
4916
4917commit 7e6557b81026d8a4d6c837839e68c28b151f8a97
4918Author: Peter Hutterer <peter.hutterer@who-t.net>
4919Date:   Thu Jul 16 11:33:57 2009 +1000
4920
4921    Update to xextproto 7.1 support.
4922    
4923    DPMS header was split into dpms.h (client) and dpmsconst.h (server). Drivers
4924    need to include dpmsconst.h if xextproto 7.1 is available.
4925    
4926    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
4927
4928commit 95d431e8b260dd43cf6d93b90eecab1dc0ec7c26
4929Author: Dave Airlie <airlied@redhat.com>
4930Date:   Wed Jul 15 12:07:01 2009 +1000
4931
4932    radeon: emit colorpitch relocs.
4933    
4934    This causes relocs to be emitted for the colorpitch.
4935    
4936    Shouldn't have no effect on current kernels, but will keep DDX
4937    going on kms kernels when tiling lands
4938    
4939    Also contains a missing reloc space for r200
4940
4941commit 8312763977b22e108b7d003cbf3256e0165e4439
4942Author: Alex Deucher <alexdeucher@gmail.com>
4943Date:   Tue Jul 14 18:13:27 2009 -0400
4944
4945    Add an r420 AGP quirk
4946    
4947    fixes bug 22726
4948
4949commit 5473eeeb45468fd200fec49a8506281628a5e4b5
4950Author: Alex Deucher <alexdeucher@gmail.com>
4951Date:   Tue Jul 14 14:05:13 2009 -0400
4952
4953    R3/4/5xx: only upload the bicubic texture once
4954    
4955    Upload the bicubic texture once during textured video init
4956    rather than once per frame.  Suggested by Michel Daenzer on
4957    IRC.
4958
4959commit 0485f27bc3d75cb6ab320e8164dbe6ea2713c78e
4960Author: Alex Deucher <alexdeucher@gmail.com>
4961Date:   Tue Jul 14 13:11:12 2009 -0400
4962
4963    R3/4/5xx: fix bicubic Xv filtering with KMS changes
4964    
4965    fixes bug 22730
4966
4967commit ca4a9efef987108266ae59afbb5142d4d2000c8e
4968Author: Alex Deucher <alexdeucher@gmail.com>
4969Date:   Mon Jul 13 11:28:41 2009 -0400
4970
4971    Add configure option to disable kms support
4972    
4973    Useful to building with mixed kms/non-kms setups
4974
4975commit 035e8d1d5593c12828bb079de4e663cf1b1f1674
4976Author: Edward O'Callaghan <eocallaghan@auroraux.org>
4977Date:   Sun Jul 12 13:45:29 2009 +0200
4978
4979    Fix a warning
4980    
4981    Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
4982
4983commit 76af48c43f829e7aebacc9f2a623823fa26ee22b
4984Author: Gaetan Nadon <memsize@videotron.ca>
4985Date:   Wed Jul 8 09:58:56 2009 -0400
4986
4987    xf86-video-ati: use XORG_CHANGELOG macro to create ChangeLog. #22611
4988    
4989    Build break: Makefile.am: command not found: git-log
4990    Adding the macro in configure.ac and use it in Makefile.am
4991    Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611
4992    Tested: running autogen.sh, make and 'make dist'
4993    
4994    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
4995    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
4996
4997commit 43db263d301082e84e9bc304816bcbb206fe280e
4998Author: Alex Deucher <alexdeucher@gmail.com>
4999Date:   Thu Jul 9 12:48:06 2009 -0400
5000
5001    RV280: another AGP quirk
5002    
5003    fdo bug 12544
5004
5005commit 69b5e5496f10a9f566d2e563862c96cb41952eb6
5006Author: Alex Deucher <alexdeucher@gmail.com>
5007Date:   Thu Jul 9 12:42:45 2009 -0400
5008
5009    RV280: Add an AGP quirk
5010    
5011    lp bug 370205 via fdo bug 12544
5012
5013commit a6d6c900e60a3685ee9e93c34eb7f6d237c45fd8
5014Author: Alex Deucher <alexdeucher@gmail.com>
5015Date:   Thu Jul 9 11:30:57 2009 -0400
5016
5017    RS740: fixup display latency setting as per rs690
5018    
5019    Both chips program the same in this regard
5020
5021commit ea407570d39ace3162d372eda56bf791bfd80c24
5022Author: Dave Airlie <airlied@redhat.com>
5023Date:   Thu Jul 9 10:46:23 2009 +1000
5024
5025    radeon: add shave support.
5026    
5027    clean up output a lot
5028
5029commit 8c03c1fdb5ea35570064946557050c87ca30582a
5030Author: Alex Deucher <alexdeucher@gmail.com>
5031Date:   Wed Jul 8 18:34:57 2009 -0400
5032
5033    R6xx/R7xx: fix hangs on x2 cards with PM options
5034    
5035    Changing the PCIE lanes on x2 cards results in a hang,
5036    so for now, disable it.
5037    
5038    Fixes fdo bug 22669
5039
5040commit 9645838c57f6b40837fdce23ce7f9faefb3d9966
5041Author: Michel Dänzer <daenzer@vmware.com>
5042Date:   Wed Jul 8 19:18:02 2009 +0200
5043
5044    Further non-KMS fixes / cleanups.
5045    
5046    Only compile tested.
5047
5048commit 2d86ec4ddb1fb83be95ed9cdcbabf4d568a6d7b6
5049Author: Alex Deucher <alexdeucher@gmail.com>
5050Date:   Wed Jul 8 12:33:34 2009 -0400
5051
5052    Fix the build for the !XF86DRM_MODE case
5053    
5054    compile tested only.
5055
5056commit a68afc2a80b8581cc3d67e9b5a95a10b0d4ead0e
5057Author: Michel Dänzer <daenzer@vmware.com>
5058Date:   Wed Jul 8 09:15:28 2009 +0200
5059
5060    Fix RADEON_TRACE_FALL build.
5061
5062commit 9ca0aeaad01b7c682396b30af48668f287a59d6e
5063Author: Michel Dänzer <daenzer@vmware.com>
5064Date:   Wed Jul 8 09:13:36 2009 +0200
5065
5066    Pass on CS relocation offset values.
5067    
5068    Not actually used ATM, but just in case...
5069
5070commit f718dd794477fbdd5eeb4183f43ff25517c63034
5071Author: Michel Dänzer <daenzer@vmware.com>
5072Date:   Wed Jul 8 09:11:18 2009 +0200
5073
5074    Don't set EXA UploadTo/DownloadFromScreen hooks when they'd always return FALSE.
5075
5076commit 42e76d0b24b76fbcc6b08a4ea5003dbec368645c
5077Author: Michel Dänzer <daenzer@vmware.com>
5078Date:   Wed Jul 8 08:51:10 2009 +0200
5079
5080    Don't always flush CS when switching from 2D to 3D.
5081    
5082    This works fine here and doubles x11perf -aa10text scores, but may cause
5083    problems on other setups according to Dave. Let's see...
5084
5085commit 94fe049c35187ddc3ec0472e9309c3a22879f415
5086Author: Michel Dänzer <daenzer@vmware.com>
5087Date:   Wed Jul 8 08:36:22 2009 +0200
5088
5089    KMS CS fixes, take two.
5090    
5091    Avoid flushing CS in the middle of (setting up state for) an operation,
5092    properly finish/restart the operation.
5093
5094commit 0519f15af2fe5e7e5a6c94e7203a96fe363c643e
5095Author: Michel Dänzer <daenzer@vmware.com>
5096Date:   Tue Jul 7 10:04:09 2009 +0200
5097
5098    Fix DRI2 with current xserver Git.
5099
5100commit 7ad11fec2579807371360cb680e593f723ebaa1a
5101Author: Dave Airlie <airlied@redhat.com>
5102Date:   Mon Jul 6 18:43:08 2009 +1000
5103
5104    radeon: add make dist headers
5105
5106commit e68fbf743ec88e0fa3a9f1ffe83daf251e250b21
5107Author: Dave Airlie <airlied@redhat.com>
5108Date:   Mon Jul 6 18:32:32 2009 +1000
5109
5110    git: fix git-log to git log
5111
5112commit 5eeb1fd19c6797cc76ce308570dffe34cb82b24d
5113Author: Dave Airlie <airlied@linux.ie>
5114Date:   Mon Jul 6 17:45:50 2009 +1000
5115
5116    radeon: oops fix compile without libdrm
5117
5118commit 98824f37fc74dc1fec2677515d0dc3cfc263f00a
5119Author: Dave Airlie <airlied@redhat.com>
5120Date:   Mon Jul 6 15:29:53 2009 +1000
5121
5122    radeon: move state changes into flush function
5123
5124commit 503b51343267248b4c6994b88238dd5384528f03
5125Author: Dave Airlie <airlied@redhat.com>
5126Date:   Mon Jul 6 15:20:13 2009 +1000
5127
5128    radeon: taken from kms-support + CS fixes commit.
5129    
5130    re-emit 2D state and reset 3D state emit on flush
5131
5132commit d78d50591851d14543f0935d051a59ef29751bbc
5133Author: Dave Airlie <airlied@redhat.com>
5134Date:   Mon Jul 6 14:45:07 2009 +1000
5135
5136    radeon: port to new space checking in libdrm interface
5137    
5138    This uses a new libdrm interface which shares code with mesa.
5139    
5140    It also fixes the bo to flush when full instead of never flushing.
5141    
5142    It survives gtkperf -a here which the driver didn't before now
5143
5144commit e1200cb89218930d01330ba0114e013438655cce
5145Author: Dave Airlie <airlied@redhat.com>
5146Date:   Mon Jul 6 15:10:29 2009 +1000
5147
5148    Revert "KMS CS fixes."
5149    
5150    This reverts commit 11cf8a28eb46f48d101888552266921bee8b63fc.
5151    
5152    I'll bring this back in a few minutes, I've got a big change introducing
5153    a new cs space accounting scheme which this messes up and I think
5154    probably conflicts with what I've done.
5155    
5156    I promise i'll go over this and pick the bits that are still useful :)
5157
5158commit 11cf8a28eb46f48d101888552266921bee8b63fc
5159Author: Michel Dänzer <daenzer@vmware.com>
5160Date:   Sun Jul 5 15:14:59 2009 +0200
5161
5162    KMS CS fixes.
5163    
5164    * Flush CS before running out of space.
5165    * Don't flush CS every time when switching between 2D and 3D engine, but make
5166      sure to re-initialize 2D/3D state after flushing.
5167    
5168    Doesn't seem quite perfect yet (some rendering seems to get dropped on the floor
5169    sometimes), but this should fix a lot of CS failures people have been seeing.
5170
5171commit 8d2f712eaf1e569fd92bbe2db5aceb43b7b367d1
5172Author: Dave Airlie <airlied@linux.ie>
5173Date:   Fri Jul 3 10:40:59 2009 +1000
5174
5175    radeon: don't set up overlay under KMS until we figure out how.
5176
5177commit 2a622168606d98c404708b879e6417c8f7d7305c
5178Author: Michel Dänzer <daenzer@vmware.com>
5179Date:   Thu Jul 2 15:03:53 2009 +0200
5180
5181    Test BO pointer before passing it to radeon_bo_unref().
5182
5183commit 36a4ea5a9c7062f4c8aa7480bb7488ce2062390f
5184Author: Michel Dänzer <daenzer@vmware.com>
5185Date:   Thu Jul 2 14:52:44 2009 +0200
5186
5187    Warning fixes.
5188
5189commit 65465d56c1bf943113518a5b2f57b3170213bab9
5190Author: Dave Airlie <airlied@linux.ie>
5191Date:   Thu Jul 2 18:38:38 2009 +1000
5192
5193    radeon: fix up configure check better
5194
5195commit ad17108b72c9adf773a122b4c054c7b92e6a8b9d
5196Author: Dave Airlie <airlied@linux.ie>
5197Date:   Thu Jul 2 17:25:57 2009 +1000
5198
5199    radeon: fix it properly.
5200    
5201    I blame the flu
5202
5203commit e1b9cb9ea665eaa84e64a386299efa0819d55df4
5204Author: Dave Airlie <airlied@redhat.com>
5205Date:   Thu Jul 2 17:18:47 2009 +1000
5206
5207    radeon: fix compile without kms
5208
5209commit de427fac6912a625f7e4d8b982a1f7a1ba80dfbe
5210Author: Dave Airlie <airlied@redhat.com>
5211Date:   Thu Jul 2 15:41:43 2009 +1000
5212
5213    radeon/dri2: fix dri2 - needs newest libdrm_radeon
5214
5215commit 2b671adba54ebff1756dd990123f4bade6e35d61
5216Author: Dave Airlie <airlied@redhat.com>
5217Date:   Thu Jul 2 15:25:19 2009 +1000
5218
5219    radeon/dri2: call proper gem bo function
5220
5221commit 851b2b8cab883e4422745cca1827aa8ac9f193a3
5222Author: Dave Airlie <airlied@redhat.com>
5223Date:   Thu Jul 2 15:17:13 2009 +1000
5224
5225    radeon/kms: add textured video BO size checks
5226
5227commit 9d092060236e8587697fdd57a7a01f3c0dddd680
5228Author: Dave Airlie <airlied@redhat.com>
5229Date:   Thu Jul 2 15:17:03 2009 +1000
5230
5231    kms: drop DGA
5232
5233commit 207174ea964c561076bdd5297a2fb6f136b4b645
5234Author: Dave Airlie <airlied@redhat.com>
5235Date:   Thu Jul 2 15:16:47 2009 +1000
5236
5237    radeon: fix CS imbalance
5238
5239commit 4d24a9d2c0be0c025266cc8cdf7e8d7bb065cdb1
5240Author: Dave Airlie <airlied@redhat.com>
5241Date:   Thu Jul 2 14:55:45 2009 +1000
5242
5243    radeon: enable KMS build
5244
5245commit 9bcd3ae7966eb7a17b922bcd33e0d6f016245614
5246Author: Dave Airlie <airlied@redhat.com>
5247Date:   Thu Jul 2 14:55:18 2009 +1000
5248
5249    radeon/kms: fixup 3d state emission for KMS
5250    
5251    This fixes font rendering under KMS (should have looked at dmesg)
5252
5253commit ac1607bb23f0c7584648407a3ac3fb27142e186e
5254Author: Dave Airlie <airlied@redhat.com>
5255Date:   Thu Jul 2 14:55:05 2009 +1000
5256
5257    kms: no need to reference fifo slots
5258
5259commit 1782ce28953184776c90eb1255208a3e0ad245f0
5260Author: Dave Airlie <airlied@redhat.com>
5261Date:   Tue Jun 30 16:55:26 2009 +1000
5262
5263    radeon: add KMS support (still disabled)
5264    
5265    This adds DRI2 + KMS + driver pixmaps support to the driver.
5266    
5267    I've decided to just do a completely separate KMS driver file
5268    instead of hacking the crap out of radeon_driver.c. So now
5269    I do the KMS check in radeon_probe.c time and set the DDX
5270    pointed up to a completely different set at this stage.
5271    
5272    This avoids a lot of if (kms) type crap in the code at
5273    the expense of making sure we make changes to both files
5274    if necessary.
5275    
5276    This code is still disabled in configure.ac as I broke EXA composite
5277    rendering somehow in KMS mode
5278
5279commit ac4bd24a66c1bdda0293f770a3f891e2b88cc8ee
5280Author: Alex Deucher <alexdeucher@gmail.com>
5281Date:   Tue Jun 30 16:00:06 2009 -0400
5282
5283    EXA: fix the build on servers without EXA_HANDLES_PIXMAPS
5284
5285commit 49a0ca19ee4109cdd39a43fbf4bedf3f0557d6ec
5286Author: Michel Dänzer <daenzer@vmware.com>
5287Date:   Tue Jun 30 17:22:50 2009 +0200
5288
5289    Warning fixes.
5290
5291commit e932836691aeaec37794fdaed2dabb22710fd171
5292Author: Dave Airlie <airlied@redhat.com>
5293Date:   Tue Jun 30 16:24:37 2009 +1000
5294
5295    radeon: initial preparation for kms patch.
5296    
5297    This patch contains most of the changes to the EXA and texture video
5298    accel code.
5299    
5300    It adds a few bits of pixmap support but doesn't actually do anything
5301    useful KMS yet.
5302    
5303    Testing this should not have any regressions over what we have already,
5304    biggest worries are r6xx, I've fixed a textured video one, but no idea
5305    what other might lurk
5306    
5307    It won't build against libdrm radeon yet either
5308
5309commit bb04b450ed00ca4b1aa44c33085567d47b33b547
5310Author: Fredrik Höglund <fredrik@kde.org>
5311Date:   Mon Jun 29 22:38:26 2009 +0200
5312
5313    Check if the composite op is supported in R200CheckComposite.
5314
5315commit f39cafc5c4a93a16ac93756473ebb1f33c7881db
5316Author: Alex Deucher <alexdeucher@gmail.com>
5317Date:   Sun Jun 28 20:42:49 2009 -0400
5318
5319    radeon: call hdmi-b connectors dvi in randr
5320    
5321    Technically HDMI-B is a glorfied DL DVI, but this is confusing
5322    to users, so call it DVI when reporting randr outputs.  This
5323    allows us to remove two quirks where the bios was actually
5324    correct.
5325
5326commit 407e676b04117c7ca3dcc0cc072f3552b03c64e5
5327Author: Roland Scheidegger <sroland@tungstengraphics.com>
5328Date:   Sun Jun 28 16:54:32 2009 -0400
5329
5330    R6xx/R7xx: fix pixel centers
5331    
5332    Make sure we are using GL mode (centers at 0.5) rather
5333    than D3D mode (centers at 0.0).  This also fixes fdo
5334    bug 21963.
5335
5336commit 68001981f22173ff949720055dba89291f284474
5337Author: Alex Deucher <alexdeucher@gmail.com>
5338Date:   Sun Jun 28 16:20:10 2009 -0400
5339
5340    Add some missing M96 pci ids
5341    
5342    fixes fdo bug 22404
5343
5344commit 06d5d8d7fd92b58b2467c782e57a80a3520a2c90
5345Author: Adam Jackson <ajax@redhat.com>
5346Date:   Thu Jun 25 13:51:36 2009 -0400
5347
5348    Add a (harmlessly) missing break statement.
5349
5350commit 7d1d968fdc8de1e0ab0be916a1f3a4a398af47aa
5351Author: Adam Jackson <ajax@redhat.com>
5352Date:   Thu Jun 25 13:49:18 2009 -0400
5353
5354    Cosmetic cleanup to digital output detection
5355    
5356    No functional change, but this logic would need extending anyway for
5357    DisplayID, so unify it now.
5358
5359commit 96581746eea2f4e29a04f9266ec9649f25480424
5360Author: Adam Jackson <ajax@redhat.com>
5361Date:   Wed Jun 24 17:05:47 2009 -0400
5362
5363    atom: Fix phantom VGA connector when HDMI-B present.
5364    
5365    HDMI-B is really a glorified DL-DVI connector, the analog pins work fine.
5366
5367commit 496adc4dc7cf53fc6acfecb1158f1491d5f36168
5368Author: Michel Dänzer <daenzer@vmware.com>
5369Date:   Fri Jun 19 14:37:01 2009 +0200
5370
5371    Revert "Build fixes for -Werror that aren't ready for prime time yet."
5372    
5373    This reverts commit ab20ea1530ec8a3a9fd4089775c4e157e50fe1bf.
5374    
5375    Whoops, pushed wrong branch...
5376
5377commit ab20ea1530ec8a3a9fd4089775c4e157e50fe1bf
5378Author: Michel Dänzer <daenzer@vmware.com>
5379Date:   Sun Jun 14 16:50:07 2009 +0200
5380
5381    Build fixes for -Werror that aren't ready for prime time yet.
5382
5383commit 77e3537d312175a25f0e21cc07c3a96f78c3b35a
5384Author: Markus Gapp <markus.gapp@gmx.net>
5385Date:   Sat Jun 13 11:51:29 2009 -0400
5386
5387    Add quirk for asus hd3450 board
5388    
5389    Fixes bug 22266
5390
5391commit e8e0bb1ba29761c94d473e42ca6ada161cfff557
5392Author: Alex Deucher <alexdeucher@gmail.com>
5393Date:   Fri Jun 12 11:07:43 2009 -0400
5394
5395    Fix count in 3d state setup after 43374c7420e378918bec062f4cbd581f16adb6f0
5396
5397commit 808c90a24c48da7fa97e15e2f12be5bb8fd8cc96
5398Author: Alex Deucher <alexdeucher@gmail.com>
5399Date:   Thu Jun 11 16:09:40 2009 -0400
5400
5401    Only enable frac fb divs on rs600/rs690/rs740 for now
5402    
5403    fixes bug 21413
5404
5405commit d095bb3157faaee10b0130ea9b1032e0b533aaee
5406Author: Alex Deucher <alexdeucher@gmail.com>
5407Date:   Thu Jun 11 12:34:15 2009 -0400
5408
5409    Re-enable frac feedback dividers on AVIVO hardware
5410    
5411    Preferring a freq <= target frequency seems to fix the
5412    previous issues with frac fb divs.  Appears to work fine
5413    on all hardware I've tested on.  See fdo bug 22229 for
5414    details.  Should fix bugs: 22229, 21553, 21413, and
5415    possibly other ones related to unstable images at certain
5416    resolutions.
5417
5418commit 55fbdbae83d1563b472f49d0436c9298e390be66
5419Author: Alex Deucher <alexdeucher@gmail.com>
5420Date:   Thu Jun 11 12:31:53 2009 -0400
5421
5422    Add PLL flag to prefer frequencies <= the target freq
5423    
5424    This appears to be needed when using fractional feedback
5425    dividers.  Based on a patch from Tom Hirst.  See fdo
5426    bug 22229 for more details.
5427
5428commit 43374c7420e378918bec062f4cbd581f16adb6f0
5429Author: Alex Deucher <alexdeucher@gmail.com>
5430Date:   Tue Jun 9 14:39:54 2009 -0400
5431
5432    r1xx/r2xx: clip 3D rendering to destination buffer
5433
5434commit 74b0a38c75c1d6a6344015d32d84b43d9e80df1d
5435Author: Alex Deucher <alexdeucher@gmail.com>
5436Date:   Tue Jun 9 14:26:21 2009 -0400
5437
5438    Consolidate indentical RADEONDoneSolid/RADEONDoneCopy functions
5439
5440commit f6dff8836729cc9d29264080c9cfa0e1df6182cf
5441Author: Alex Deucher <alexdeucher@gmail.com>
5442Date:   Tue Jun 9 13:31:15 2009 -0400
5443
5444    r3xx/r4xx/r5xx: clip 3D rendering to destination buffer
5445
5446commit 48dbf09e1309c815ac8b733145a0310083a29933
5447Author: Alex Deucher <alexdeucher@gmail.com>
5448Date:   Tue Jun 9 13:12:40 2009 -0400
5449
5450    r3xx/r4xx/r5xx: refactor exa prepare composite
5451    
5452    - consolidate code duplicated between r3xx/r4xx and r5xx
5453    - make pixel shader setup easier to read and less
5454      redundant
5455
5456commit ec1a3ccdf61c2226617b571cc4a209a542e9d7e3
5457Author: Alex Deucher <alexdeucher@gmail.com>
5458Date:   Mon Jun 8 15:31:57 2009 -0400
5459
5460    R6xx/r7xx: don't clamp tex coords in composite VS
5461    
5462    Fixes broken repeat modes.  see fdo bugs 21818, 22139
5463
5464commit 32c218c5633fb7ffeb19e717bf645c1b25dd4ef5
5465Author: Alan Coopersmith <alan.coopersmith@sun.com>
5466Date:   Thu Jun 4 07:23:03 2009 -0700
5467
5468    Add link to patch submission instructions to README
5469    
5470    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
5471
5472commit 39f736d6cb65fc7c3fd769478023fc87c1af5979
5473Author: Alex Deucher <alexdeucher@gmail.com>
5474Date:   Thu Jun 4 09:57:22 2009 -0400
5475
5476    atom: connector quirk
5477    
5478    Some r6xx cards have a VGA and an HDMI port with
5479    a shared ddc line listed as an HDMI port with both
5480    analog and digital encoders.
5481    
5482    Fixes bug 19943
5483
5484commit 7599dc40855c33a5fbd8e9bbc2b4cd62752fb7df
5485Author: Alex Deucher <alexdeucher@gmail.com>
5486Date:   Fri May 29 16:29:50 2009 -0400
5487
5488    Add RV740 (HD4770) support
5489    
5490    Verified by ernstp on IRC
5491
5492commit ee0424078a3ea26f58c2998c9e58e065fb63f1a0
5493Author: Alex Deucher <alexdeucher@gmail.com>
5494Date:   Wed May 27 18:37:58 2009 -0400
5495
5496    radeon: remove dead code
5497
5498commit b34df233115c0d82d7bcf82e041afbc55981ce82
5499Author: Alex Deucher <alexdeucher@gmail.com>
5500Date:   Tue May 26 17:47:01 2009 -0400
5501
5502    R3xx/R4xx: increase EXA render target limits
5503    
5504    now that we are using 1/12 subpixel mode
5505
5506commit 1457bc089d1395d18cf582a4d52444005f013753
5507Author: Matthieu Herrb <matthieu.herrb@laas.fr>
5508Date:   Tue May 26 17:21:07 2009 -0400
5509
5510    radeon: fix segfault if Option "NoAccel" is set
5511
5512commit 4079f97958cf1d5fd76a83aa61b93d6289bb9b1e
5513Author: Michel Dänzer <daenzer@vmware.com>
5514Date:   Sat May 23 13:51:00 2009 +0200
5515
5516    Bump version to mark Git snapshot.
5517    
5518    The fourth version component isn't visible in the log file.
5519
5520commit 88a9e98341d96e5e7f48b69aed597d1bada6313a
5521Author: Alex Deucher <alexdeucher@gmail.com>
5522Date:   Tue May 19 17:11:34 2009 -0400
5523
5524    Pre-atom: Improve engine clock setup code
5525    
5526    Also remove SetMemoryClk() for pre-atom cards for now
5527    as it requires quite a bit more asic specific work.
5528    To set the mclk we'll need to use the mem reset/dll tables
5529    in the bios.
5530
5531commit 1429133ffdbfe046249fcaaa4cbee432a1012e55
5532Author: Michel Dänzer <daenzer@vmware.com>
5533Date:   Mon May 18 17:59:00 2009 +0200
5534
5535    EXA: Set new EXA_SUPPORTS_OFFSCREEN_OVERLAPS flag when we have a 2D engine.
5536
5537commit e9cca1e7dc521d3756bb2d97f1d703b9ad65cb47
5538Author: Alex Deucher <alexdeucher@gmail.com>
5539Date:   Mon May 18 10:48:25 2009 -0400
5540
5541    r4xx: Add some missing pci ids
5542    
5543    Noticed by Romain in bug 21798
5544
5545commit 76fffd51027820b3a6ea10de2be67d5fd4f3e843
5546Author: Alex Deucher <alexdeucher@gmail.com>
5547Date:   Fri May 15 16:35:13 2009 -0400
5548
5549    R100: switch to normalized texture coordinates
5550    
5551    for consistency with the other asics
5552
5553commit 1a1eef31e36f98b7a30e27e567c1b66e0e4cf7dc
5554Author: Alex Deucher <alexdeucher@gmail.com>
5555Date:   Thu May 14 15:48:54 2009 -0400
5556
5557    radeon: try harder when checking if a card is posted
5558    
5559    fixes debian bug 524280, possibly others.
5560
5561commit 22e39392297fa11003df90c175db3c449d8f9853
5562Author: Michel Dänzer <daenzer@vmware.com>
5563Date:   Thu May 14 10:24:07 2009 +0200
5564
5565    Pre-R600 EXA: Fix coordinate limits off-by-one error.
5566    
5567    Fixes http://bugs.freedesktop.org/show_bug.cgi?id=21598 .
5568
5569commit fa09b058c7a17689989e600ffd465856a058579d
5570Author: Alex Deucher <alexdeucher@gmail.com>
5571Date:   Wed May 13 16:10:40 2009 -0400
5572
5573    R6xx/R7xx Xv: normalize texture coordinates in the vertex shader
5574
5575commit 026b6f820d6caea17d2a082193e850713d5770a8
5576Author: Alex Deucher <alexdeucher@gmail.com>
5577Date:   Wed May 13 15:48:32 2009 -0400
5578
5579    R6xx/R7xx: do EXA transforms in the vertex shader
5580
5581commit cd89241396d1931b04cfbdd8d553be16dbf9c360
5582Author: Alex Deucher <alexdeucher@gmail.com>
5583Date:   Tue May 12 17:30:02 2009 -0400
5584
5585    R3xx-R5xx: do EXA transforms in the vertex shader
5586
5587commit 15ee78d37f8b64c3e6d234e7ab37a31e82327b6b
5588Author: Alex Deucher <alexdeucher@gmail.com>
5589Date:   Mon May 11 02:22:13 2009 -0400
5590
5591    RV770: add missing pci id
5592    
5593    Fixes bug 21209
5594
5595commit 5ff51ea83f9fdd836e830c77e3561eaef4b83183
5596Author: Alex Deucher <alexdeucher@gmail.com>
5597Date:   Fri May 8 13:19:26 2009 -0400
5598
5599    R7xx: add support for reading disabled bios images
5600
5601commit 76fdae9018330aa5af0d57339baff3ca4834e1b5
5602Author: Alex Deucher <alexdeucher@gmail.com>
5603Date:   Thu May 7 02:59:32 2009 -0400
5604
5605    R3xx/R4xx tex vid:  no need to check if IS_R300_3D
5606    
5607    function is r3xx/r4xx specific already
5608
5609commit 23a8ada06a5b1ccc975e89f129c00382ecbf29df
5610Author: Alex Deucher <alexdeucher@gmail.com>
5611Date:   Thu May 7 02:34:22 2009 -0400
5612
5613    R3xx/R4xx tex vid: increase the guardband limit for rendering with a tri
5614    
5615    limit goes from 2880 to 4021 now that we've switched to 1/12 subpixel mode.
5616    
5617    This allows us to render with a clipped tri at higher resolutions preventing
5618    diagonal tearing.
5619
5620commit 0c3541f7013c53fb8096ada63cc7b3577524aa4c
5621Author: Alex Deucher <alexdeucher@gmail.com>
5622Date:   Wed May 6 12:24:35 2009 -0400
5623
5624    AVIVO: set default cursor mode in cursor init
5625    
5626    Should fix bug 21557
5627
5628commit da58e351b6398fa18b1d9c1a57a6e49b285f610f
5629Author: Alex Deucher <alexdeucher@gmail.com>
5630Date:   Mon May 4 16:03:53 2009 -0400
5631
5632    AVIVO: fix cursoe corruption bands for real
5633    
5634    Don't have to leave both cursors enabled, just have to use
5635    the same mode for both cursors whether or not they are enabled.
5636
5637commit 2c8e130f73c680d4a7381b2ef37982b82c6ee478
5638Author: Alex Deucher <alexdeucher@gmail.com>
5639Date:   Mon May 4 13:40:17 2009 -0400
5640
5641    radeon: switch to EXA by default
5642
5643commit 8155a62df6817358a12cc2d613c1470ca55996ef
5644Author: Alex Deucher <alexdeucher@gmail.com>
5645Date:   Mon May 4 12:57:36 2009 -0400
5646
5647    AVIVO: move cusor offscreen when disabling
5648    
5649    Adapted from Yang's patch. Setting size to zero is
5650    actually a 1x1 cursor.
5651
5652commit a1c64ea5224009779ccad66b0f84d861eae966ac
5653Author: Alex Deucher <alexdeucher@gmail.com>
5654Date:   Sun May 3 19:42:44 2009 -0400
5655
5656    r3xx-r5xx: switch to 1/12 subpixel precision
5657    
5658    - based on similar patch in Jerome's cs ddx tree
5659    - also fix clipping offsets
5660    - should eventually allow for 4k render targets
5661    - mesa driver uses 1/12 mode, this avoids changing the
5662      subpixel mode when switching between ddx and mesa
5663
5664commit 3880bc3c95764acccd62cfa438932458df95daf6
5665Author: Alex Deucher <alexdeucher@gmail.com>
5666Date:   Sun May 3 19:01:28 2009 -0400
5667
5668    Remove some old debugging info
5669
5670commit 3362381aa3a97c1da564f8a479ed4e7b0d6368b8
5671Author: Alex Deucher <alexdeucher@gmail.com>
5672Date:   Sun May 3 18:52:00 2009 -0400
5673
5674    r2xx-r4xx: fix typo in last i2c fix and clarify hw i2c pin sel
5675
5676commit e01b8dc827ce1913927e1a4fad05a99a2dd9e805
5677Author: Alex Deucher <alexdeucher@gmail.com>
5678Date:   Sun May 3 13:09:39 2009 -0400
5679
5680    RS690: gpio/connector fixes
5681    
5682    Fixes bug 21521
5683
5684commit 1f70c9f05df9017d87b37f887e1eccd6d0568a02
5685Author: Alex Deucher <alexdeucher@gmail.com>
5686Date:   Thu Apr 30 19:18:13 2009 -0400
5687
5688    R3xx-R5xx: don't set TX_OFFSET_RS in RS_INST_COUNT
5689    
5690    Isn't necessary and seems to cause problems for RS690 users
5691
5692commit de17d36c1f710305870e3c636cae3f742f1cb6d6
5693Author: Alex Deucher <alexdeucher@gmail.com>
5694Date:   Thu Apr 30 19:13:09 2009 -0400
5695
5696    AVIVO: first pass at display watermark setup
5697    
5698    This helps with flickering and blanking when
5699    there is contention for MC bandwidth.
5700
5701commit 7d9f643ae3d07e51e644a5979ca90bc2c102bc89
5702Author: Alex Deucher <alexdeucher@gmail.com>
5703Date:   Wed Apr 29 12:38:15 2009 -0400
5704
5705    radeon: fix several dpms issues
5706    
5707    - atom dpms was unblanking for standby/suspend
5708    - return if r600+ in radeon_crtc_modeset_ioctl()
5709    - remove seprate standby/suspend handling in legacy
5710      crtc dpms.  we turn the outputs off, so turn the
5711      crtcs off too.
5712    - disable the crtcs in legacy crtc dpms
5713    - move radeon_crtc_modeset_ioctl() calls to radeon_crtc_dpms()
5714      so they will get called for both atom and legacy paths
5715    
5716    Should fix bug 21321
5717
5718commit 35183ef528411eb0122cf48550d93f921d291d12
5719Author: Alex Deucher <alexdeucher@gmail.com>
5720Date:   Wed Apr 29 01:55:10 2009 -0400
5721
5722    AVIVO: better fix for cursor flickering/corruption issues
5723    
5724    Should prevent ghost cursor from being left on screen.
5725
5726commit 53e75cbd0ba8f39799d7b776cdc59d60aa2a6916
5727Author: Alex Deucher <alexdeucher@gmail.com>
5728Date:   Wed Apr 29 01:05:31 2009 -0400
5729
5730    R6xx/r7xx: fix CURSOR_SWAPPING_* macros
5731    
5732    r6xx/r7xx have different swapper regs
5733
5734commit 4e948e2aaa59267a9aa797396add2c6b7b4c1e7c
5735Author: Alex Deucher <alexdeucher@gmail.com>
5736Date:   Tue Apr 28 19:28:25 2009 -0400
5737
5738    AVIVO: fix cursor corruption/flickering issues
5739    
5740    When both crtcs are enabled, both cursors need to be enabled
5741    or you get corruption bands.
5742    
5743    Thanks to Yang Zhao for figuring this out.
5744
5745commit 4d0beaf02b28d5a5dac4ff6053593a2f979f92ec
5746Author: Alex Deucher <alexdeucher@gmail.com>
5747Date:   Tue Apr 28 12:33:24 2009 -0400
5748
5749    RV410: SE variants only have 1 quad pipe
5750    
5751    Should fix EXA corruption with the 3D engine.
5752    Mesa and drm patches forthcoming.
5753    
5754    Reported by Kano on IRC.
5755
5756commit abd565ae71d9844d5afcd658628ca7778ce26ab1
5757Author: Alex Deucher <alexdeucher@gmail.com>
5758Date:   Mon Apr 27 14:21:38 2009 -0400
5759
5760    AVIVO: disable fractional feedback divs
5761    
5762    Doesn't seem to work well in all cases.  Needs more investigation.
5763    fixes bug 21413
5764
5765commit 93626b1277f57bd559cf71b263221209b02e0046
5766Author: Alex Deucher <alexdeucher@gmail.com>
5767Date:   Mon Apr 27 03:35:24 2009 -0400
5768
5769    AVIVO: make sure cursor width isn't negative
5770
5771commit 32af0f097bccc4499d67e969d46ba35e7487c5e2
5772Author: Dave Airlie <airlied@linux.ie>
5773Date:   Sat Apr 25 19:39:34 2009 +1000
5774
5775    Revert "r300/r500: set R clamp mode."
5776    
5777    This reverts commit dab3d61619d91ae6a3da3e9b29b8258313653813.
5778
5779commit b2c8f57bccbd46164907049a26ad2dd209d7b108
5780Author: Dave Airlie <airlied@linux.ie>
5781Date:   Sat Apr 25 19:39:19 2009 +1000
5782
5783    Revert "r3xx/r5xx: fix typo in last commit"
5784    
5785    This reverts commit 1a7b982457ead5f21c6e62a409ca0dbf86005607.
5786
5787commit 253731dce6ab25122f2eda559233c098536b7143
5788Author: Dave Airlie <airlied@linux.ie>
5789Date:   Sat Apr 25 19:39:05 2009 +1000
5790
5791    Revert "radeon: attempt to fix R clamping for repeat again"
5792    
5793    This reverts commit 5998f262a52cb85b334fcc1fe24c7b2ae474ce93.
5794
5795commit 5998f262a52cb85b334fcc1fe24c7b2ae474ce93
5796Author: Dave Airlie <airlied@linux.ie>
5797Date:   Fri Apr 24 17:30:57 2009 +1000
5798
5799    radeon: attempt to fix R clamping for repeat again
5800
5801commit 7ed27b926f28a1f088eace5034a7d9985f13752d
5802Author: Alex Deucher <alexdeucher@gmail.com>
5803Date:   Thu Apr 23 14:06:06 2009 -0400
5804
5805    r2xx/r3xx/r4xx: further i2c fixups
5806    
5807    - hw i2c engine has pin selection on r2xx/r2xx/r3xx chips
5808    - also switch hw i2c pin sel for external tmds
5809
5810commit 0da80f34b5aa5999d2030ffbc5187328fa4e4ae5
5811Author: Alex Deucher <alexdeucher@gmail.com>
5812Date:   Wed Apr 22 18:42:36 2009 -0400
5813
5814    radeon: minor cleanup and warning fix
5815
5816commit 1a7b982457ead5f21c6e62a409ca0dbf86005607
5817Author: Alex Deucher <alexdeucher@gmail.com>
5818Date:   Thu Apr 23 10:09:22 2009 -0400
5819
5820    r3xx/r5xx: fix typo in last commit
5821    
5822    Noticed by osiris on IRC
5823
5824commit dab3d61619d91ae6a3da3e9b29b8258313653813
5825Author: Dave Airlie <airlied@redhat.com>
5826Date:   Thu Apr 23 15:46:44 2009 +1000
5827
5828    r300/r500: set R clamp mode.
5829    
5830    On rs690 without this set, we appear to end up fetching from well
5831    outside the texture sometimes into memory that isn't mapped.
5832    
5833    This "shouldn't" have any effect.
5834
5835commit bbfd4625478e37d10fd58b23f46153f349370a52
5836Author: Alex Deucher <alexdeucher@gmail.com>
5837Date:   Wed Apr 22 14:47:16 2009 -0400
5838
5839    radeon PM: update quirks
5840
5841commit e3c564114eea4d032f920fcebd4040f1934c21b0
5842Author: Alex Deucher <alexdeucher@gmail.com>
5843Date:   Wed Apr 22 14:31:44 2009 -0400
5844
5845    AVIVO: fix for cursor corruption issue
5846
5847commit 24e4b73b4fbbb2c790e6120ede3caaa4e7e58359
5848Author: Alex Deucher <alexdeucher@gmail.com>
5849Date:   Wed Apr 22 11:42:18 2009 -0400
5850
5851    radeon pll: add support for fractional feedback divs
5852    
5853    Allows us to hit dot clocks much closer, especially on
5854    chips with non-27 Mhz reference clocks like most IGP chips.
5855    
5856    This should fix most flickering and blanking problems with
5857    non-exact dot clocks.
5858
5859commit efa0825a86a8dc0f03ebb42c576ed26189e9d4bb
5860Author: Alex Deucher <alexdeucher@gmail.com>
5861Date:   Tue Apr 21 13:51:11 2009 -0400
5862
5863    Tex vid: fix top clipping
5864
5865commit aa59b5b55e6ac64940fb3f0fa61f7b8fe36ba745
5866Author: Alex Deucher <alexdeucher@gmail.com>
5867Date:   Tue Apr 21 12:06:24 2009 -0400
5868
5869    RS690: add quirk for acer board
5870    
5871    thanks to Gino Badouri for testing
5872
5873commit 0e5164d968316bbb59b4484a7df087854738068f
5874Author: Alex Deucher <alexdeucher@gmail.com>
5875Date:   Tue Apr 21 04:47:43 2009 -0400
5876
5877    Tex vid: rework part 2
5878    
5879    - use pPriv->w/h directly for tex coords
5880    - take src x/y offset into account when calculating tex coords
5881    - when copying data, only optimize for y clipping. In order
5882      to deal with the x clipping optimization, the copy routines
5883      or tex coords would need to be fixed.  This should fix clipping
5884      problems with the current code.
5885
5886commit 06a1b4169b506f69dd807380d9ce7210b3a3bc23
5887Author: Alex Deucher <alexdeucher@gmail.com>
5888Date:   Tue Apr 21 01:21:51 2009 -0400
5889
5890    R4xx: avoid a PM related hang
5891
5892commit 228b9ac87668241b09980fca17e9d866891285e6
5893Author: Alex Deucher <alexdeucher@gmail.com>
5894Date:   Tue Apr 21 01:02:34 2009 -0400
5895
5896    radeon PM: add some quirks
5897
5898commit b6febf7368d3df3f1d3fee6a87aa71c54e77cdcc
5899Author: Alex Deucher <alexdeucher@gmail.com>
5900Date:   Mon Apr 20 18:04:18 2009 -0400
5901
5902    Tex vid: cleanup and unify common code
5903
5904commit d096d1189c8dc5e19f68cc605ccffe1a8fef048b
5905Author: Alex Deucher <alexdeucher@gmail.com>
5906Date:   Mon Apr 20 13:05:18 2009 -0400
5907
5908    Endian fixes for object table
5909
5910commit 101ce28ec4af696549b7d6defebb5b4ad412176c
5911Author: Alex Deucher <alexdeucher@gmail.com>
5912Date:   Sun Apr 19 12:13:18 2009 -0400
5913
5914    Remove old messages
5915    
5916    R5xx/r6xx support isn't really experimental anymore
5917
5918commit db177c70ce88af19c8e05eb916a15f3e124876eb
5919Author: Alex Deucher <alexdeucher@gmail.com>
5920Date:   Fri Apr 17 01:05:15 2009 -0400
5921
5922    Update Xv info in man page
5923
5924commit 00266177bed2dc8693df497ca3ec19f2dc4adc05
5925Author: Alex Deucher <alexdeucher@gmail.com>
5926Date:   Thu Apr 16 20:33:28 2009 -0400
5927
5928    R3xx/R5xx: only apply Xv attributes if bicubic is disabled
5929    
5930    Provides consistent output
5931
5932commit 85323a7f84381fef7fad20c7f7ec601637af9aa7
5933Author: Alex Deucher <alexdeucher@gmail.com>
5934Date:   Thu Apr 16 11:10:51 2009 -0400
5935
5936    R3xx/R4xx: set tex caching for Y texture when doing planar rendering
5937    
5938    Doesn't affect performance, but docs indicate its the right
5939    thing to do.
5940
5941commit 5ea5df22c038fc8f00984acc760e9d8c962bf902
5942Author: Alex Deucher <alexdeucher@gmail.com>
5943Date:   Wed Apr 15 20:26:34 2009 -0400
5944
5945    Tex vid: remove remnants of XV_HWPLANAR
5946    
5947    no longer needed as bicubic is the only thing that uses
5948    the old csc code.
5949
5950commit 9091b3f5f13dbea83ffd89679dac600e9f280bb2
5951Author: Alex Deucher <alexdeucher@gmail.com>
5952Date:   Wed Apr 15 20:07:42 2009 -0400
5953
5954    R3xx/R4xx: fix up planar shader
5955    
5956    We were overwriting the coord fetch address with the first
5957    tex fetch.  Seemed to work however, luck I guess. Reorder
5958    the fetches to write to temp0 last.
5959
5960commit 14c13faeb9f9b7717a25fcc1ca97d46cc6ee0031
5961Author: Alex Deucher <alexdeucher@gmail.com>
5962Date:   Wed Apr 15 19:53:12 2009 -0400
5963
5964    R5xx: add shader-based csc
5965    
5966    - native planar support
5967    - Xv attributes
5968
5969commit 832efc7b90f5eb2da99512fcb902ab4838d2dcd1
5970Author: Alex Deucher <alexdeucher@gmail.com>
5971Date:   Tue Apr 14 17:56:49 2009 -0400
5972
5973    R3xx/R4xx: Implement shader-based csc for packed formats
5974
5975commit 32625118c27041265d25811c00d25ab7e82fb340
5976Author: Alex Deucher <alexdeucher@gmail.com>
5977Date:   Tue Apr 14 16:38:40 2009 -0400
5978
5979    tex vid: fix attribute setup typo for XV_COLORSPACE
5980
5981commit adf0912006b4f1597784dbfcc563d5c6d1c5667d
5982Author: Alex Deucher <alexdeucher@gmail.com>
5983Date:   Tue Apr 14 16:16:33 2009 -0400
5984
5985    R6xx/R7xx: implement Xv attributes
5986    
5987    - brightness, contrast, hue, etc.
5988    - TODO: implement gamma
5989
5990commit 8810fe92b5aed08888584c6914482586b59f71ab
5991Author: Alex Deucher <alexdeucher@gmail.com>
5992Date:   Tue Apr 14 11:26:35 2009 -0400
5993
5994    R200: clean code, always use shader based csc
5995    
5996    - consolidate common r2xx csc shader code
5997    - always use shader based csc for both packed and planar
5998      formats
5999    - always use native planar csc on r1xx
6000
6001commit 17685fefba68d188c7c0fe7a079180ec0722c046
6002Author: Alex Deucher <alexdeucher@gmail.com>
6003Date:   Mon Apr 13 20:06:11 2009 -0400
6004
6005    Tex vid: general cleanup
6006    
6007    - convert macros to more meaningful VTX_OUT_4 and VTX_OUT_6
6008      names to reflect that they actually do
6009    - fix indenting
6010
6011commit 093ab4c9a33b0b396b78c061c3321dc044bdccdc
6012Author: Alex Deucher <alexdeucher@gmail.com>
6013Date:   Mon Apr 13 19:48:35 2009 -0400
6014
6015    R1xx: add support for native planar textured Xv
6016
6017commit ec0cb51df81c6c9a1de640d227fa9c9c33161083
6018Author: Alex Deucher <alexdeucher@gmail.com>
6019Date:   Mon Apr 13 17:21:20 2009 -0400
6020
6021    R2xx tex vid: append verts for clip boxes
6022    
6023    rather than sending a new draw packet for each rect
6024
6025commit fde075a30a8ee2c333aa1bbe8fbd177258b085ba
6026Author: Alex Deucher <alexdeucher@gmail.com>
6027Date:   Mon Apr 13 17:13:51 2009 -0400
6028
6029    R1xx tex vid: append verts for clip boxes
6030    
6031    rather than sending a new draw packet for each rect
6032
6033commit 12839fc17a2cca4ac14b9757bdaa63ba4679f96f
6034Author: Alex Deucher <alexdeucher@gmail.com>
6035Date:   Mon Apr 13 17:04:31 2009 -0400
6036
6037    Tex vid: split by family
6038
6039commit a30737b337edb31528174b483c9094941a5d41bb
6040Author: Roland Scheidegger <sroland@tungstengraphics.com>
6041Date:   Mon Apr 13 15:36:07 2009 -0400
6042
6043    r200/r300: implement brightness/contrast/hue/saturation/gamma controls for textured video
6044    
6045    This implements
6046    contrast/brightness/hue/saturation controls for r200/r300 plus gamma (same
6047    gamma value for all channels used though separate values would be trivial)
6048    control for r300.
6049    Some issues left:
6050    - only r200/r300
6051    - still can't be combined with bicubic
6052    - controls will silently cease to work if the format used is packed and not
6053    planar (except for rv250)
6054    - gamma range is from 100 to 10000 corresponding to 0.1 and 10.0 like used in
6055    overlay. However, usable range is far smaller. Over 2.0 picture gets dark
6056    pretty quickly, and below 0.6 or so black seems to turn into purple (I've
6057    verified that even with gamma 1.0 black actually often seems to be RGB 1/0/1 so
6058    this explains this since that gets amplified by low gamma values - not sure if
6059    this is a rounding problem somewhere, bogus reference values or is somehow
6060    expected).
6061    - gamma adds a bit too many instructions for my taste (7) though the
6062    alternative (3 texture lookups + some swizzling instructions) doesn't seem any
6063    better.
6064
6065commit 9dd33cc8346073300312cd5f68de72d9bea1dd6b
6066Author: Dave Airlie <airlied@redhat.com>
6067Date:   Fri Apr 17 10:30:21 2009 +1000
6068
6069    radeon: tweak ddc fix for all r300s.
6070    
6071    Alex seems to think this might affect some other chips
6072
6073commit a846ec14dd65bb12f314f83ffb45c4c4be564a5e
6074Author: Dave Airlie <airlied@redhat.com>
6075Date:   Fri Apr 17 10:24:15 2009 +1000
6076
6077    radeon: fix DDC on rv410 VGA ports for non-atom use.
6078    
6079    The rv410 hw i2c block appears to hold down whatever i2c lines
6080    it is connected to when in reset, so when doing DDC change hw i2c to
6081    point at different i2c lines.
6082
6083commit efa1476fc0765b53298624198137dc5cc71d37a8
6084Author: Alex Deucher <alexdeucher@gmail.com>
6085Date:   Thu Apr 16 16:43:02 2009 -0400
6086
6087    PM: fix reversed logic in pm block handler
6088
6089commit 2b95de17781959457a809c8fecc6bbb08336c83f
6090Author: Alex Deucher <alexdeucher@gmail.com>
6091Date:   Thu Apr 16 12:52:41 2009 -0400
6092
6093    RS400/RS480: attempt to fix ClockGating on RS4xx chips
6094
6095commit c0215d2f2a27755fb04d20aaa4320a5e7da7ee04
6096Author: Alex Deucher <alexdeucher@gmail.com>
6097Date:   Thu Apr 16 11:58:19 2009 -0400
6098
6099    RS690/RS740: fix connector enumeration in some cases
6100    
6101    Should fix Masta-G's issue reported on IRC.
6102
6103commit 573339114660f06e5f257648ba413bab0d6083ce
6104Author: Alex Deucher <alexdeucher@gmail.com>
6105Date:   Thu Apr 16 11:19:01 2009 -0400
6106
6107    R3xx/R4xx EXA: set explicit tex cache regions
6108    
6109    When using a mask, set explicit cache partitions for
6110    each texture.  Gives 1% performance improvement in
6111    x11perf with anti-aliased text.
6112
6113commit eea9800890b56bac9c07b7bd9c9e33fae2938af3
6114Author: Alex Deucher <alexdeucher@gmail.com>
6115Date:   Thu Apr 16 10:41:28 2009 -0400
6116
6117    Revert "DCE3/3.2: cleanup dpms after previous changes"
6118    
6119    This reverts commit f8c7d6a6162196a743f6885ecaf63ba50de1722a.
6120    
6121    This is apparently still needed for some setups, however, I can't
6122    reproduce this locally anymore.
6123
6124commit 099cb27d760af61b967239d960bc77f71e828655
6125Author: Alex Deucher <alexdeucher@gmail.com>
6126Date:   Wed Apr 15 16:23:01 2009 -0400
6127
6128    Change ForceLowPowerMode to 4 pcie lanes
6129    
6130    This fixes corruption for some users
6131
6132commit 5abcea88d1f3307a7d08ae7757c4b535df1503bf
6133Author: Alex Deucher <alexdeucher@gmail.com>
6134Date:   Wed Apr 15 15:52:04 2009 -0400
6135
6136    PM: don't touch clock gating regs unless ClockGating option is set
6137    
6138    Fixes an M26 hang reported by tormod on IRC
6139
6140commit bae88f81e2a01c0d547132b5b91e717ff9d0497d
6141Author: Alex Deucher <alexdeucher@gmail.com>
6142Date:   Wed Apr 15 14:38:35 2009 -0400
6143
6144    man page: fix missing break
6145
6146commit 4b3a3785f7b06205eeec6ca6b8913ecc2b94bd1f
6147Author: Alex Deucher <alexdeucher@gmail.com>
6148Date:   Sat Apr 4 11:39:35 2009 -0400
6149
6150    Unify ForceLowPowerMode and DynamicPM Options
6151    
6152    Force lower power mode and switch to a lower mode
6153    when idle.
6154
6155commit 63cb57c5eb0d6bc083f54eb100cb972b0e7bca69
6156Author: Alex Deucher <alexdeucher@gmail.com>
6157Date:   Wed Apr 1 16:22:02 2009 -0400
6158
6159    Add DynamicPM Option
6160    
6161    Dyanmically switch between power states. Switch to a low
6162    power state when the system is idle (DPMS off).
6163
6164commit a34a8b37afbea6ed4bf8ca42364195e174250c48
6165Author: Alex Deucher <alexdeucher@gmail.com>
6166Date:   Wed Apr 1 15:23:17 2009 -0400
6167
6168    Set default low power PCIE lanes to 2
6169    
6170    1 lane seems to cause occasional corruption when
6171    blitting to/from gart memory.
6172
6173commit 1f0dc778dc25f4f85fedd73c55c847cab2c79fc5
6174Author: Alex Deucher <alexdeucher@gmail.com>
6175Date:   Wed Apr 1 15:12:27 2009 -0400
6176
6177    Add support for setting the number PCIE lanes
6178
6179commit 7e10b6222e8f44a3ecc6aaea55a7a7680d133bb3
6180Author: Alex Deucher <alexdeucher@gmail.com>
6181Date:   Wed Apr 1 15:05:38 2009 -0400
6182
6183    Add ForceLowPowerMode Option
6184    
6185    Force the chip to a low power mode at the expense
6186    of performance.
6187
6188commit 533d01a5933cd491bbc09cd463ea62475abf4bf2
6189Author: Alex Deucher <alexdeucher@gmail.com>
6190Date:   Tue Mar 31 17:24:29 2009 -0400
6191
6192    radeon: Add functions to set sclk/mclk using atombios
6193
6194commit adb099409768e695b9928fa6aa5760f93dadd9af
6195Author: Alex Deucher <alexdeucher@gmail.com>
6196Date:   Tue Mar 31 17:13:11 2009 -0400
6197
6198    radeon: Add functions to set sclk/mclk on r1xx-r4xx
6199
6200commit 68e2a959ccc3d1a5d0731f1b55fdf1b2412635b2
6201Author: Alex Deucher <alexdeucher@gmail.com>
6202Date:   Tue Mar 31 17:02:45 2009 -0400
6203
6204    Add unified ClockGating Option
6205    
6206    - replaces DynamicClocks Option as the name was misleading
6207    - unified interface for atom and com based bioses
6208    - fix up clock gating code for newer r3xx asics
6209
6210commit 336cee0e6d19068582b189b2c747d92cb2139d2f
6211Author: Dave Airlie <airlied@redhat.com>
6212Date:   Mon Apr 13 18:11:48 2009 +1000
6213
6214    radeon: legacy bandwidth calcs for later r3xx/r4xx cards.
6215    
6216    This is an attempt to rationalise the code using the register info
6217    files available to me here.
6218    
6219    Further info is required:
6220    r350 check for stop_req > 15 then subtract 10: what other chips need it?
6221    get rs480 working instead of using magic.
6222
6223commit 367ba7af76e7f63f3186a6e8d9bbe21aa31fc6d1
6224Author: Alex Deucher <alexdeucher@gmail.com>
6225Date:   Fri Apr 10 09:37:15 2009 -0400
6226
6227    radeon: fix tmds_pll randr property
6228
6229commit 15f1a2f31a7bc33f276a65283dbad0c106bee73e
6230Author: Alex Deucher <alexdeucher@gmail.com>
6231Date:   Thu Apr 9 20:17:03 2009 -0400
6232
6233    radeon: remove old crtc size heuristics
6234    
6235    IIRC, the old randr code used to use this to use for front buffer sizing,
6236    but it has since been changed.
6237
6238commit ce9077b2f5a5e749c0078dfb79d26ef8711a823a
6239Author: Alex Deucher <alexdeucher@gmail.com>
6240Date:   Thu Apr 9 19:59:19 2009 -0400
6241
6242    R6xx/R7xx: cleanup macro
6243
6244commit 6532aeddacdeda3aa534264741c8648e1c449e76
6245Author: Michel Dänzer <daenzer@vmware.com>
6246Date:   Thu Apr 9 09:41:56 2009 +0200
6247
6248    Clear the framebuffer before initializing modes.
6249    
6250    Fixes garbage being visible shortly on server startup or when VT switching back
6251    to X.
6252
6253commit 0c19053975925fed637aaa41d440e0cab8f6b596
6254Author: Alex Deucher <alexdeucher@gmail.com>
6255Date:   Wed Apr 8 13:34:23 2009 -0400
6256
6257    radeon: chip family typo
6258
6259commit 2888dd9ae9689b1cd72115dc0ceea1f5957299b0
6260Author: Alex Deucher <alexdeucher@gmail.com>
6261Date:   Wed Apr 8 13:10:01 2009 -0400
6262
6263    R6xx/R7xx: set proper 3D client driver name for r600
6264
6265commit 61a083116a2c89e145aa19da951243536e07542e
6266Author: Alex Deucher <alexdeucher@gmail.com>
6267Date:   Wed Apr 8 10:44:30 2009 -0400
6268
6269    Bump version post release
6270
6271commit 1b02b93895c31a0c9d641e47b46dce43b40edd97
6272Author: Alex Deucher <alexdeucher@gmail.com>
6273Date:   Wed Apr 8 10:34:44 2009 -0400
6274
6275    Bump for release
6276
6277commit da74b94a5da8f0bcf4ae99b20e594d2f0f4fc6f6
6278Author: Alex Deucher <alexdeucher@gmail.com>
6279Date:   Tue Apr 7 18:59:06 2009 -0400
6280
6281    ATOM: code cleanup
6282    
6283    - remove cases that aren't possible (e.g., no TMDSA on DCE3 cards)
6284    - condense duplicate cases
6285
6286commit a24aa7250d09ae68ceaaba987314388b5e52096c
6287Author: Alex Deucher <alexdeucher@gmail.com>
6288Date:   Tue Apr 7 18:52:08 2009 -0400
6289
6290    DCE3/3.2: further fixes
6291    
6292    disable the dig transmitter and encoder before setup and enable
6293
6294commit 284e1943f6726ed08e796f99e49fbd90ac7fa8a4
6295Author: Alex Deucher <alexdeucher@gmail.com>
6296Date:   Wed Apr 1 15:07:01 2009 -0400
6297
6298    Cast info->sclk to int
6299
6300commit b580e388e0e31843308c783c1ca859672dc6ca0e
6301Author: Alex Deucher <alexdeucher@gmail.com>
6302Date:   Wed Apr 1 14:59:43 2009 -0400
6303
6304    Fix missing ')' in PCIE macro
6305
6306commit 8ec27be3c8043a6ddc816b0b1480dd19f8d73832
6307Author: Alex Deucher <alexdeucher@gmail.com>
6308Date:   Tue Apr 7 11:33:44 2009 -0400
6309
6310    radeon: fix Xv vsync for multi-head
6311
6312commit f8c7d6a6162196a743f6885ecaf63ba50de1722a
6313Author: Alex Deucher <alexdeucher@gmail.com>
6314Date:   Sat Apr 4 16:05:20 2009 -0400
6315
6316    DCE3/3.2: cleanup dpms after previous changes
6317
6318commit a707d355c3c6ff92252c5a060a1fc32d97547552
6319Author: Alex Deucher <alexdeucher@gmail.com>
6320Date:   Sat Apr 4 15:20:01 2009 -0400
6321
6322    DCE3/3.2: fix up transmitter/encoder setup
6323    
6324    Should fix bug 21050
6325
6326commit 215e12f9c0e8ac62c23af1add776ef88f9a0dc54
6327Author: Eduard Fuchs <edfuchs@uni-kassel.de>
6328Date:   Thu Apr 2 12:36:59 2009 -0400
6329
6330    Enable byte swapping for r6xx/r7xx Hardware
6331    
6332    Patch from Eduard Fuchs with some cleanup from me.
6333    
6334    Tested at 32 bpp on MPC8641HPCN board (PowerPC) with
6335    HD2400 PCIe card
6336
6337commit 0ded9fab6bc3fecc1976ae8369b788659e4d7793
6338Author: Alex Deucher <alexdeucher@gmail.com>
6339Date:   Thu Apr 2 12:09:00 2009 -0400
6340
6341    Add RV790 (HD 4890) support
6342
6343commit 0c6f20a9404c6a4210c5180bdca61c13fc186754
6344Author: Alex Deucher <alexdeucher@gmail.com>
6345Date:   Tue Mar 31 15:51:11 2009 -0400
6346
6347    Add PCIE register accessors
6348
6349commit 229d4e20e5adcdf9207944c19ca721477936ff02
6350Author: Alex Deucher <alexdeucher@gmail.com>
6351Date:   Tue Mar 31 15:39:42 2009 -0400
6352
6353    Unify mc_idle()
6354
6355commit f44b486848094b75479abef61c1aa075aede835c
6356Author: Alex Deucher <alexdeucher@gmail.com>
6357Date:   Tue Mar 31 15:33:11 2009 -0400
6358
6359    COMBIS: Clarify case 0 for LCD DDC table
6360
6361commit e6f3c48899a92174a55f6fe7327412bc88039d87
6362Author: Alex Deucher <alexdeucher@gmail.com>
6363Date:   Tue Mar 31 15:30:40 2009 -0400
6364
6365    COMBIOS: fix default sclk/mclk from bios
6366
6367commit 75bf5272936093bc024559e5744d97d8e79943b1
6368Author: Alex Deucher <alexdeucher@gmail.com>
6369Date:   Tue Mar 31 15:17:37 2009 -0400
6370
6371    mac mini: 3rd time's the charm
6372    
6373    fixes 10fbbac4bed59e12ad794ac873dd415d9ee4e340
6374    fixes bugs 20796 and 20979
6375
6376commit 10fbbac4bed59e12ad794ac873dd415d9ee4e340
6377Author: Alex Deucher <alexdeucher@gmail.com>
6378Date:   Tue Mar 31 15:14:27 2009 -0400
6379
6380    Mac mini: fix connector setup for real
6381    
6382    fixes f061308e7abcf93d1612681b935387fee23e0a24
6383    fixes bugs 20796 and 20979
6384
6385commit 8f2a03bfc86422669a46c2853050979f099a17a8
6386Author: Alex Deucher <alexdeucher@gmail.com>
6387Date:   Mon Mar 30 11:30:34 2009 -0400
6388
6389    r1xx-r3xx TV: fix white noise
6390    
6391    should fix bug 13872
6392
6393commit f061308e7abcf93d1612681b935387fee23e0a24
6394Author: Alex Deucher <alexdeucher@gmail.com>
6395Date:   Fri Mar 27 01:14:12 2009 -0400
6396
6397    mac mini: fix connector setup regression
6398    
6399    fixes bug 20796
6400
6401commit 47134ca77988f8c3b42d55ac4fcbb5dc182878d4
6402Author: Alex Deucher <alexdeucher@gmail.com>
6403Date:   Thu Mar 26 17:18:47 2009 -0400
6404
6405    radeon: re-enable r/g/b intensity attributes for overlay
6406    
6407    Noticed by sroland on IRC.
6408
6409commit e2b5e48e2652daf03fcae852d8368f29ea4abcd9
6410Author: Alex Deucher <alexdeucher@gmail.com>
6411Date:   Thu Mar 26 13:42:25 2009 -0400
6412
6413    R6xx/R7xx EXA: rework composite pixel shader
6414    
6415    - move to vram storage
6416    - move swizzle logic to tex setup
6417
6418commit 24dbd3f93c640f819a9f5029f5a49e41ab875bd4
6419Author: Alex Deucher <alexdeucher@gmail.com>
6420Date:   Thu Mar 26 12:01:07 2009 -0400
6421
6422    R6xx/R7xx: clean up logic in EXA Comp PS setup
6423
6424commit 076e4e3ac1c81086aecb4e70dd30fd5d26ec7bc8
6425Author: Alex Deucher <alexdeucher@gmail.com>
6426Date:   Thu Mar 26 11:36:26 2009 -0400
6427
6428    R6xx/R7xx: clean up bool const code
6429    
6430    3 regs: 1 bit per bool, 32 bools per ps/vs/gs
6431
6432commit d2c3964fe04be42fe538f36439ed5ffca96e436a
6433Author: Roland Scheidegger <sroland@tungstengraphics.com>
6434Date:   Wed Mar 18 01:55:12 2009 +0100
6435
6436    fix textured video allocation bug
6437    
6438    size needs to be calculated after dstPitch adjustments, got already fixed
6439    for earlier than R600 chips by planar textured yuv patches, clean this up.
6440
6441commit 18e56eb179fde28477487c63e6f9ebf7579e2cd5
6442Author: Roland Scheidegger <sroland@tungstengraphics.com>
6443Date:   Thu Mar 5 02:07:46 2009 +0100
6444
6445    don't convert planar yuv to packed for r200
6446    
6447    uses 3 textures for planar yuv and does yuv->rgb conversion in the shader.
6448    Similar to r300 code, but might have precision issues - hardware alu should
6449    have enough precision but hardware consts are only 8bit and we'd want
6450    at least 11.
6451    This also enables textured video on rv250 (and also supports packed yuv
6452    on that chip by using basically the same shader with packed data).
6453
6454commit 58530bf4912800f9e09ebaea42a13cff8a80c19e
6455Author: Roland Scheidegger <sroland@tungstengraphics.com>
6456Date:   Sat Feb 21 04:46:31 2009 +0100
6457
6458    don't convert planar yuv to packed for r300
6459    
6460    uses 3 textures for planar yuv and does yuv->rgb conversion in the shader.
6461    small performance advantage, but manual texture cache setting is necessary
6462    otherwise it may be measurably slower (but probably not relevant) in some
6463    cases.
6464    Unlike some other drivers, using MADs instead of DP3s, since this requires
6465    less instructions due to no MOVs are required, the end result is the same
6466    though the constants need to be different.
6467    Use of this is user settable for now (XV_HWPLANAR attrib).
6468
6469commit 97e19d96ba65a3df2fa3bbf73cfcc01b6dc3e796
6470Author: Roland Scheidegger <sroland@tungstengraphics.com>
6471Date:   Tue Dec 30 22:23:39 2008 +0100
6472
6473    clip fixes
6474    
6475    This fixes some oddities observed when the video is only partly visible.
6476    Instead of recalculating the geometry of the video, always use the same.
6477    Also fixes a assignment present twice, and another issue (bring in line with
6478    what the overlay code does).
6479
6480commit 7aaf5f08e4147b75c4975e6d680d3f5a93424164
6481Author: Alex Deucher <alexdeucher@gmail.com>
6482Date:   Mon Mar 23 12:55:02 2009 -0400
6483
6484    R4xx ATOM: fix crtc routing for CRT1
6485    
6486    should fix bug 20814
6487
6488commit 2fe6b393d9dbb193d4f0a3351ad76618cda07e2c
6489Author: Alex Deucher <alexdeucher@gmail.com>
6490Date:   Sun Mar 22 01:31:30 2009 -0400
6491
6492    radeon: add new chip ids
6493
6494commit 1ddee7cd6fd267b2fc86f21af27c5425eb0835a4
6495Author: Alex Deucher <alexdeucher@gmail.com>
6496Date:   Fri Mar 20 13:44:00 2009 -0400
6497
6498    DCE3.2: use RMX for for non-native modes on DVI
6499    
6500    DVI seems to have issues with low dotclocks, so
6501    use the scaler instead.
6502    
6503    Fixes bug 20754
6504
6505commit 44081e8fd2bf974272d5447b45dd7b206cf939c1
6506Author: Alex Deucher <alexdeucher@gmail.com>
6507Date:   Thu Mar 19 20:48:16 2009 -0400
6508
6509    R6xx/R7xx EXA: fix maxPitchBytes
6510    
6511    should now allow accel up the hw max of 8192x8192
6512
6513commit e8e2367b66d9a4f5977d95f52b37cdbad75e409a
6514Author: Alex Deucher <alexdeucher@gmail.com>
6515Date:   Thu Mar 19 20:09:32 2009 -0400
6516
6517    Add new pci ids
6518
6519commit 68e83f10adb23fc359c1da881f5d666cd08b4067
6520Author: Alex Deucher <alexdeucher@gmail.com>
6521Date:   Wed Mar 18 20:58:19 2009 -0400
6522
6523    bump version post release
6524
6525commit a196aae19603c8651dc502f5cb0df4d55befe163
6526Author: Alex Deucher <alexdeucher@gmail.com>
6527Date:   Wed Mar 18 20:52:12 2009 -0400
6528
6529    bump for release
6530
6531commit 537da7018b0fd2ad263fc5cdc55b3b85cf8e9205
6532Author: Alex Deucher <alexdeucher@gmail.com>
6533Date:   Wed Mar 18 19:22:55 2009 -0400
6534
6535    ATOM: fix up tv-out support
6536    
6537    - fix purple hue when using ATOMTvOut option
6538    - fix TV load detection on newer r6xx/r7xx chips
6539    - disable CV for now
6540
6541commit c0e2513ab128ddd5be0ed626d9e31777a98983ef
6542Author: Alex Deucher <alexdeucher@gmail.com>
6543Date:   Wed Mar 18 14:08:30 2009 -0400
6544
6545    R6xx/R7xx AGP: disable gart data transfers
6546    
6547    UTS/DFS/Xv
6548    
6549    Doesn't seem to be reliable on AGP.
6550    
6551    fixes bugs: 20436, 20236, several reports on ML and IRC
6552
6553commit e3e1f0c7b892b094b292081021a0e97932b8e079
6554Author: Fabio <fabio.ped@libero.it>
6555Date:   Wed Mar 18 12:13:53 2009 -0400
6556
6557    man page update
6558
6559commit 6ae54d3ea023968887bf0cb0ec1be2115621d554
6560Author: Alex Deucher <alexdeucher@gmail.com>
6561Date:   Wed Mar 18 11:50:22 2009 -0400
6562
6563    AVIVO: Fix dac load detection
6564
6565commit 04e36b794c216e4fa77c780fd989df1ef1c7f0d9
6566Author: Fabio <fabio.ped@libero.it>
6567Date:   Tue Mar 17 11:29:26 2009 -0400
6568
6569    man page updates
6570    
6571    from bug 20648
6572
6573commit a6855c370194b6df307ea33724fe17a85d67607e
6574Author: Alex Deucher <alexdeucher@gmail.com>
6575Date:   Mon Mar 16 13:52:42 2009 -0400
6576
6577    radeon: add another AGP quirk
6578    
6579    bug 20647
6580
6581commit a55ced5ee20c07e743c7c0978803fd10589c1531
6582Author: Alex Deucher <alexdeucher@gmail.com>
6583Date:   Sun Mar 15 12:08:04 2009 -0400
6584
6585    Fix fallout from r6xx/r7xx EXA merge in IB handling
6586    
6587    Noticed Christiaan van Dijk.
6588    Should fix bug 20510
6589
6590commit a065eeb9b301ab452cc8fbd3cac1fd9a3841c4e1
6591Author: Alex Deucher <alexdeucher@gmail.com>
6592Date:   Sat Mar 14 18:40:28 2009 -0400
6593
6594    atom: fix up bios scartch register usage
6595    
6596    the bios scratch registers keep 3 types of state for each output:
6597    1. dpms
6598    2. active
6599    3. connected
6600    
6601    some of the command tables use the active flags.  We used to set the active
6602    flags based on dpms state, but instead set them based on whether they are
6603    connected or not.
6604
6605commit 5c4ef924d082fd3b279f62fda7a97f563b009d38
6606Author: Alex Deucher <alexdeucher@gmail.com>
6607Date:   Sat Mar 14 18:16:49 2009 -0400
6608
6609    radeon: fix typo in bios scratch reg setup
6610
6611commit 96fce5a56269509a935e8ee621a5e17cc9005ddc
6612Author: Alex Deucher <alexdeucher@gmail.com>
6613Date:   Fri Mar 13 19:29:58 2009 -0400
6614
6615    Bump post-release
6616
6617commit 8da1b82a70de7b3ef38905bd77c58a20fd44ddd6
6618Author: Alex Deucher <alexdeucher@gmail.com>
6619Date:   Fri Mar 13 19:23:19 2009 -0400
6620
6621    bump for release
6622
6623commit 28d9d699dcdff394aa561505f7f54f08db800828
6624Author: Alex Deucher <alexdeucher@gmail.com>
6625Date:   Fri Mar 13 18:18:31 2009 -0400
6626
6627    radeon: man page updates
6628
6629commit 06963796d00b5cb6704412a7d4417fcefae4aa4d
6630Author: Adam Jackson <ajax@redhat.com>
6631Date:   Fri Mar 13 18:14:43 2009 -0400
6632
6633    uniphy: start adding DisplayPort setup
6634
6635commit 1db81afe4f8db55e02a65cd22ad84c6bbb27e8ef
6636Author: Alex Deucher <alexdeucher@gmail.com>
6637Date:   Fri Mar 13 17:51:56 2009 -0400
6638
6639    radeon: add support for 30 bit LUTs
6640    
6641    All radeons have them.  Thanks to Yang Zhao for figuring
6642    this out.
6643
6644commit 5bb326c64ad3bf5c93943280dcbcb25c8910d1aa
6645Author: Alex Deucher <alexdeucher@gmail.com>
6646Date:   Fri Mar 13 14:10:58 2009 -0400
6647
6648    R6xx/R7xx: EXA VSync Option not supported yet
6649
6650commit 8c2d40894448329e721360811c124998a17ba2ba
6651Author: Alex Deucher <alexdeucher@gmail.com>
6652Date:   Fri Mar 13 14:03:43 2009 -0400
6653
6654    R6xx/R7xx: fix up vline stuff along the lines of previous chips
6655    
6656    Avoids an additional function call.
6657
6658commit 176c1b43fc3ee48e87c134446754360b3683c24b
6659Author: Alex Deucher <alexdeucher@gmail.com>
6660Date:   Fri Mar 13 13:28:42 2009 -0400
6661
6662    R6xx/R7xx: return in RADEONWaitForIdleMMIO() if accel is off
6663    
6664    Don't wait for engine idle if we haven't initialized the engine.
6665    Behavior should be consistent with versions of the driver prior
6666    to accel support being added.
6667    
6668    Should fix bug 20645
6669
6670commit d538a4508248adf2debaf0cc870a2d1c48abd986
6671Author: Alex Deucher <alexdeucher@gmail.com>
6672Date:   Fri Mar 13 13:22:03 2009 -0400
6673
6674    R6xx/r7xx: clarify accel messages
6675    
6676    We only support EXA and and only with DRI.
6677
6678commit 1b7090a4c0d6a38701fbfb928fac8e15d40fb81f
6679Author: Adam Jackson <ajax@redhat.com>
6680Date:   Fri Mar 13 17:41:59 2009 -0400
6681
6682    Add some more cases to the DVI single-link checks.
6683
6684commit 104e13da74de37477e3a31a5de96c5ebb8fe888b
6685Author: Cooper Yuan <cooperyuan@gmail.com>
6686Date:   Fri Mar 13 11:47:43 2009 -0400
6687
6688    radeon: save bios scratch registers in Preinit()
6689    
6690    The display detect routines can change these which causes
6691    havok with some bioses.
6692
6693commit f70d7a0fd9ac3659d93511ab362eb80a7ff49777
6694Author: Dave Airlie <airlied@redhat.com>
6695Date:   Fri Mar 13 12:56:29 2009 +1000
6696
6697    r600: reload shaders into VRAM on resume
6698    
6699    As VRAM gets zeroed out over s/r, we need to reload the
6700    shaders.
6701
6702commit 1fe0dcfe98dfe30499ba53c1f208c4ef10bef001
6703Author: Yang Zhao <yang@yangman.ca>
6704Date:   Thu Mar 12 18:50:32 2009 -0400
6705
6706    R6xx/R7xx shader: Fix OFFSET_[XYZ] macro for TEX_DWORD2 to accept floats
6707    
6708    Values for OFFSET_[XYZ] are 5-bits two's-complement fixed-point with
6709    one-bit after decimal point. Values in [-8.0, 7.5] are valid. Inputs
6710    that do not exactly land on 0.5 increments are rounded towards 0 to the
6711    nearest increment.
6712
6713commit f356ca7795531e0c080775efb598141eb7db44ba
6714Author: Alex Deucher <alexdeucher@gmail.com>
6715Date:   Thu Mar 12 03:42:40 2009 -0400
6716
6717    RS600: fix page table size for rs600 as well
6718
6719commit ef69336584c45e35aabb797a06c4030e75d66507
6720Author: Dave Airlie <airlied@redhat.com>
6721Date:   Thu Mar 12 14:54:18 2009 +1000
6722
6723    r600: fix sizing of PCI GART table for r600
6724
6725commit 945ccbbd4fa2b65ccdfb23716c178c95b036734d
6726Author: Alex Deucher <alexdeucher@gmail.com>
6727Date:   Tue Mar 10 09:53:14 2009 -0400
6728
6729    radeon: clean more thoroughly in RADEONFreeRec()
6730
6731commit 03ec2099fdc859b23e5fa56ac8696ec045f1b110
6732Author: 오유연(Yu-yeon Oh) <yuyeon_oh@tmax.co.kr>
6733Date:   Tue Mar 10 09:51:08 2009 -0400
6734
6735    radeon_driver.c small memory bug
6736
6737commit 60dac878cc8626b0821c4c7a6a6dfa12a5597cfa
6738Author: Alex Deucher <alexdeucher@gmail.com>
6739Date:   Mon Mar 9 20:48:39 2009 -0400
6740
6741    R4xx: add R4xxATOM option
6742    
6743    If set, enables the use of atombios for modesetting
6744    on r4xx cards.
6745
6746commit 758fcc33c232c32e7b66261fca51de161d1a4800
6747Author: Dave Airlie <airlied@redhat.com>
6748Date:   Tue Mar 10 10:34:13 2009 +1000
6749
6750    r600: enable DRI by default
6751    
6752    fallback to shadowfb if DRI fails pre init
6753
6754commit 7735e411954fd2cb6105c30ebd5a1b209974ce22
6755Author: Alex Deucher <alexdeucher@gmail.com>
6756Date:   Mon Mar 9 17:49:25 2009 -0400
6757
6758    R6xx/r7xx: clarify EXA message
6759
6760commit 1d355798f3d421cabf2a3a0ba32a580483476ab0
6761Author: Alex Deucher <alexdeucher@gmail.com>
6762Date:   Mon Mar 9 15:13:01 2009 -0400
6763
6764    AVIVO: fix panning
6765    
6766    low 2 bits of X need to be 0.
6767
6768commit d1add18f3d238c755f9875b5e5c211e4af742482
6769Author: root <root@benzylpiperazine.boston.devel.redhat.com>
6770Date:   Fri Mar 6 17:53:59 2009 -0500
6771
6772    output: Filter out dual-link modes from DP->DVI connections
6773    
6774    There's not enough pins on a DP->DVI connector for this to possibly work.
6775
6776commit 04481bf450650d1ea5aadabc9213b899b0fe8119
6777Author: root <root@benzylpiperazine.boston.devel.redhat.com>
6778Date:   Fri Mar 6 17:32:15 2009 -0500
6779
6780    atom: Enable DisplayPort source to DVI/HDMI sink
6781    
6782    DP source to DP sink still doesn't work yet, of course.
6783
6784commit 0ba73e040b94590867f8b1071a26da2526a3c375
6785Author: Adam Jackson <ajax@redhat.com>
6786Date:   Fri Mar 6 15:38:00 2009 -0500
6787
6788    output: Allow for multiple DisplayPort outputs.
6789
6790commit 8f7c17a6b77ca368f067c2acb803cc8f9ef19351
6791Author: Tormod Volden <debian.tormod@gmail.com>
6792Date:   Fri Mar 6 09:42:39 2009 -0500
6793
6794    RV350: Add AGPMode quirk for Thinkpad
6795    
6796    fixes bug 15096 (and Ubuntu bug #195051)
6797
6798commit 5dc4b69fbdd0e8ca48cc00321f193260a8f10bd0
6799Author: Alex Deucher <alexdeucher@gmail.com>
6800Date:   Thu Mar 5 12:26:04 2009 -0500
6801
6802    radeon: add a few more default common modes for lvds
6803
6804commit 3b0fc22ad9e5c0f120a74c4f3d8e48c270f0ff29
6805Author: Alex Deucher <alexdeucher@gmail.com>
6806Date:   Wed Mar 4 19:04:34 2009 -0500
6807
6808    R6xx/R7xx: wire up DMAForXv option like older asics
6809    
6810    Select between SW and HW-assisted uploads
6811
6812commit 52f06ace04ad8141effc45fb6a0107a05bb46a73
6813Author: Alex Deucher <alexdeucher@gmail.com>
6814Date:   Wed Mar 4 18:51:44 2009 -0500
6815
6816    R6xx/R7xx: disable XV_BICUBIC attribute
6817    
6818    It's not implemented yet.
6819
6820commit b1fd883b59b85fed8782e035890098908902f4ce
6821Author: Alex Deucher <alexdeucher@gmail.com>
6822Date:   Wed Mar 4 11:17:16 2009 -0500
6823
6824    RN50: fix up cloning on servers
6825    
6826    Since the rn50 only has one crtc, but often has multiple outputs,
6827    occasionally one of the outputs doesn't get a crtc assigned eventhough
6828    the outputs may have common modes.  If we see an output with modes, but
6829    no crtc, assign it so all the attached outputs light up.
6830    
6831    fixes bugs 19457 and similar ones
6832
6833commit 592bcac52f113a95923a8f1cb8427e7552d5670b
6834Author: Alex Deucher <alexdeucher@gmail.com>
6835Date:   Wed Mar 4 10:53:20 2009 -0500
6836
6837    ATOM: don't use fixed ref div for LVDS
6838    
6839    The bios doesn't provide one.  If there are problems
6840    with certain panels, we may need to adjust the PLL flags
6841    in certain cases.
6842    
6843    Should fix bug 20458
6844
6845commit e88b0eac8cab8b54b769fd7b4ad3b3b65a90de09
6846Author: Alex Deucher <alexdeucher@gmail.com>
6847Date:   Wed Mar 4 02:52:36 2009 -0500
6848
6849    radeon: just add some common modes for LVDS
6850    
6851    avoids needing to hack around with the edid
6852
6853commit 2bb319fd80d20a3d4e5cc9416891bc7e4c3e431e
6854Author: Alex Deucher <alexdeucher@gmail.com>
6855Date:   Wed Mar 4 02:50:45 2009 -0500
6856
6857    Revert "radeon: adjust LVDS so that default modes get added"
6858    
6859    This reverts commit 1a2b16561d19ec9c027c562902f5fc086c856994.
6860
6861commit 1a2b16561d19ec9c027c562902f5fc086c856994
6862Author: Alex Deucher <alexdeucher@gmail.com>
6863Date:   Tue Mar 3 20:21:17 2009 -0500
6864
6865    radeon: adjust LVDS so that default modes get added
6866    
6867    we can scale, so add the default modes.  for panels
6868    with an EDID, set the continous freq bit.  for panels without
6869    and EDID, add a FAKE edid with the continous freq bit set.
6870    
6871    Based on similar code in the Intel driver.
6872
6873commit 71117970df36cbe689ef15e9a6cca24439b4cd62
6874Author: Alex Deucher <alexdeucher@gmail.com>
6875Date:   Tue Mar 3 19:40:30 2009 -0500
6876
6877    AVIVO: add aspect scaling mode
6878    
6879    No luck yet for aspect on pre-avivo chips
6880
6881commit d586a2c6f821c821a4a7708a3382acb63187534f
6882Author: Alex Deucher <alexdeucher@gmail.com>
6883Date:   Tue Mar 3 12:17:30 2009 -0500
6884
6885    Rotation: don't rotate if acceleration is not active
6886
6887commit fdc64948119e2218921b4dc0a492522442668875
6888Author: Alex Deucher <alexdeucher@gmail.com>
6889Date:   Mon Mar 2 16:33:46 2009 -0500
6890
6891    R6xx/r7xx: remove some unneeded code I missed in the last commit
6892
6893commit 4ad1c4decfee653dbbc1ea2ca4270487be622382
6894Author: Alex Deucher <alexdeucher@gmail.com>
6895Date:   Mon Mar 2 15:38:35 2009 -0500
6896
6897    R6xx/R7xx EXA: cleanup composite texture setup
6898
6899commit b7164ac4ad55e5d0fc474df8ae762b469b91ba30
6900Author: Alex Deucher <alexdeucher@gmail.com>
6901Date:   Mon Mar 2 04:08:09 2009 -0500
6902
6903    R6xx/R7xx EXA: combine composite mask/non-mask VS
6904    
6905    Also fix set_bool_const()
6906    the CF bool consts are not contiguous by shader type
6907    There are 96 boolean constants (32 each for PS, VS, GS) and
6908    they are ordered as follows:
6909    ps, vs, gs ... ps, vs, gs
6910
6911commit fa98f424de739be2c6005b740a74bbf1ee968a8b
6912Author: Alex Deucher <alexdeucher@gmail.com>
6913Date:   Mon Mar 2 02:28:57 2009 -0500
6914
6915    R6xx/R7xx Xv: combine packed and planar shaders
6916    
6917    use a bool const to select the tex fetch routine
6918
6919commit ccde35c3eda3fff0de29eb8c6fdc392629724a34
6920Author: Christian Koenig <deathsimple@vodafone.de>
6921Date:   Sun Mar 1 23:38:37 2009 -0500
6922
6923    R6xx/R7xx: move shaders to r600_shader.c and fixup Xv PS
6924    
6925    patches from Christian Koenig with some adjustments from me
6926
6927commit a8e631c1b1c9b46602aeca66f8e7e68154d0bfc8
6928Author: Alex Deucher <alexdeucher@gmail.com>
6929Date:   Sun Mar 1 22:30:31 2009 -0500
6930
6931    R6xx/R7xx: code cleanups
6932
6933commit 528061d51bb4248d6fabec9579dead32a730467a
6934Author: Alex Deucher <alexdeucher@gmail.com>
6935Date:   Sun Mar 1 18:28:13 2009 -0500
6936
6937    R6xx/R7xx: write vertexes directly to the IB
6938    
6939    Reduces the vertex buffer setup overhead
6940
6941commit 96a0bafa16dbb67a3d10fa6fe45be13930495ddc
6942Author: Alex Deucher <alexdeucher@gmail.com>
6943Date:   Sun Mar 1 17:58:36 2009 -0500
6944
6945    R6xx/R7xx: switch emit functions to macros
6946    
6947    This improves performance due to decreased function call
6948    overhead.
6949
6950commit cbd579c41a16bddcbb8793eac2a41f2e958bef4d
6951Author: Alex Deucher <alexdeucher@gmail.com>
6952Date:   Sun Mar 1 13:16:20 2009 -0500
6953
6954    Print a message when we have a shared DDC line
6955
6956commit a7f465f73363fce409870f62173d518b1bc02ae6
6957Author: Alex Deucher <alexdeucher@gmail.com>
6958Date:   Sun Mar 1 12:39:31 2009 -0500
6959
6960    R300: Add AGP quirk
6961    
6962    bug 7770
6963
6964commit 017bc7f34de2e40919f0e711205b78ee4e3643f6
6965Author: Tormod Volden <debian.tormod@gmail.com>
6966Date:   Sat Feb 28 10:33:35 2009 -0500
6967
6968    M9+: Add AGP quirk for Sony Vaio
6969
6970commit 49b57767d0d2c041517b0764c2ed2d2ba5a7092c
6971Author: Bryce Harrington <bryce@bryceharrington.org>
6972Date:   Fri Feb 27 20:31:03 2009 -0500
6973
6974    Quirk for RV280 on 82865G/PE/P DRAM Controller/Host-Hub
6975    
6976    Solves issue where display suffers from line corruption.
6977    (See https://edge.launchpad.net/ubuntu/+bug/300304)
6978
6979commit 150abd4123664eab65ea43585dbdb9b3151c46af
6980Author: Tormod Volden <lists.tormod@gmail.com>
6981Date:   Fri Feb 27 11:23:32 2009 -0500
6982
6983    Janitor: cosmetic clean-up of AGPMode quirk table
6984
6985commit c7d344f0ad255761d5ae30da59cf0a8b532dfc68
6986Author: Michel Dänzer <daenzer@vmware.com>
6987Date:   Fri Feb 27 17:05:01 2009 +0100
6988
6989    EXA: Make sure Prepare/FinishAccess hooks can handle EXA_PREPARE_AUX* indices.
6990    
6991    And signal this to the EXA core using the new EXA_SUPPORTS_PREPARE_AUX flag.
6992
6993commit f4d57105fc869e9318f447a1514f1b284a0a4ec0
6994Author: Michel Dänzer <daenzer@vmware.com>
6995Date:   Fri Feb 27 09:23:24 2009 +0100
6996
6997    Revert "EXA: Adapt to EXA changes in xserver Git."
6998    
6999    This reverts commit de358736dc696559ba99c71cf5b2a97508201630.
7000
7001commit 3285a4af17b19f2d1c24eebfb6aa51cddcf3ca50
7002Author: Alex Deucher <alexdeucher@gmail.com>
7003Date:   Thu Feb 26 17:31:13 2009 -0500
7004
7005    DCE3.2: fix up Save()/Restore()
7006
7007commit 4fc978f3d83ef6370c9715e7ca5350640ccbfe10
7008Author: Alex Deucher <alexdeucher@gmail.com>
7009Date:   Thu Feb 26 12:10:08 2009 -0500
7010
7011    R6xx/R7xx: use shadowfb if DRI is disabled
7012
7013commit 000756e052a291230e5c95e48b69a5aa9c4fab0e
7014Merge: 22d7746 8373f43
7015Author: Alex Deucher <alexdeucher@gmail.com>
7016Date:   Thu Feb 26 11:44:13 2009 -0500
7017
7018    Merge branch 'r6xx-r7xx-support' of git+ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati
7019
7020commit 22d7746bfc1bcbb3269afac88971254088ea9ece
7021Author: Alex Deucher <alexdeucher@gmail.com>
7022Date:   Thu Feb 26 11:00:46 2009 -0500
7023
7024    RS600: enable the DRI by default
7025
7026commit 8373f4399b03961f2c928a9275d47e9f41bd92bb
7027Author: Alex Deucher <alexdeucher@gmail.com>
7028Date:   Wed Feb 25 09:16:38 2009 -0500
7029
7030    R6xx/R7xx EXA: same surface and same coords equals nop
7031    
7032    should fix bug 20305
7033
7034commit c74727015453ff3c3d6d06b812ebca9eb19a9767
7035Author: Alex Deucher <alexdeucher@gmail.com>
7036Date:   Tue Feb 24 11:08:46 2009 -0500
7037
7038    R6xx/R7xx EXA: init copy_area to NULL
7039
7040commit 95ce13572dc2d9f5dd6cf55c23411e275c0aadf1
7041Author: Alex Deucher <alexdeucher@gmail.com>
7042Date:   Tue Feb 24 10:51:13 2009 -0500
7043
7044    R6xx/R7xx EXA: Optimize temp surface for overlapping copies
7045    
7046    - allocate temp surface in PrepareCopy()
7047    - fall back to old OverlapCopy() path if we are not able
7048    to allocate a temp surface
7049
7050commit 1a7db3fc2a0277d724d60d028064d8ef75019c28
7051Author: Mark van Doesburg <mark.vandoesburg@hetnet.nl>
7052Date:   Tue Feb 24 10:44:19 2009 -0500
7053
7054    R6xx/R7xx EXA: use a temp surface for overlapping copy
7055
7056commit 957c2ba3459af152ad16a3f6dd4631044f9df6f9
7057Author: Alex Deucher <alexdeucher@gmail.com>
7058Date:   Tue Feb 24 09:43:58 2009 -0500
7059
7060    RS600: fix MC addr mask
7061    
7062    Noticed by osiris on IRC
7063
7064commit de358736dc696559ba99c71cf5b2a97508201630
7065Author: Michel Dänzer <daenzer@vmware.com>
7066Date:   Tue Feb 24 08:30:23 2009 +0100
7067
7068    EXA: Adapt to EXA changes in xserver Git.
7069    
7070    The PrepareAccess hook can now get six different indices.
7071    
7072    Also remove superfluous instances of #include "exa.h".
7073    
7074    Note that you may need to run autoheader manually to get config.h.in updated.
7075
7076commit 752b0218af36a45b333a12f66dfdce8c1e662aa8
7077Author: Michel Dänzer <daenzer@vmware.com>
7078Date:   Tue Feb 24 08:13:06 2009 +0100
7079
7080    EXA: Pass pScrn and info into RadeonCompositeTile.
7081    
7082    Saves some cycles looking them up.
7083
7084commit e2e508bc08d993fc108297e9cd2fa0ce183282bc
7085Author: Michel Dänzer <daenzer@vmware.com>
7086Date:   Tue Feb 24 08:12:42 2009 +0100
7087
7088    Only call RADEONWaitForVLine if it might actually do anything useful.
7089    
7090    Otherwise it and RADEONBiggerCrtcArea show up pretty high in x11perf -aa*text
7091    profiles.
7092
7093commit 5ab8699c97c050424cf813b9a60550aba32446a2
7094Author: Michel Dänzer <daenzer@vmware.com>
7095Date:   Tue Feb 24 08:12:23 2009 +0100
7096
7097    Fix compile warning when building without EXA.
7098
7099commit 132e61741185f4a1114e66a34bdbf21e08e4d5d8
7100Author: Alex Deucher <alexdeucher@gmail.com>
7101Date:   Mon Feb 23 12:13:41 2009 -0500
7102
7103    radeon: re-enable load detection output attribute for TV/CV
7104
7105commit 918d511f6f26d2fdeb63d6e32cd348707b4a2140
7106Author: Alex Deucher <alexdeucher@gmail.com>
7107Date:   Mon Feb 23 10:22:19 2009 -0500
7108
7109    RS600: fix up MC setup
7110    
7111    Please test if you have an RS600
7112
7113commit 27f8ca2cce65be2bcb3375231886d5444d251808
7114Author: Alex Deucher <alexdeucher@gmail.com>
7115Date:   Thu Feb 19 21:18:07 2009 -0500
7116
7117    R6xx/R7xx: add wait for idle MMIO path
7118
7119commit 1f783117f79f95f1744681ccc7d80dc0e7b53057
7120Author: Alex Deucher <alexdeucher@gmail.com>
7121Date:   Thu Feb 19 21:07:06 2009 -0500
7122
7123    RBBM_GUICNTL is pre-r6xx only
7124
7125commit f3933ed200dbf61b05a114f7697f2bb68d92abe7
7126Author: Alex Deucher <alexdeucher@gmail.com>
7127Date:   Thu Feb 19 20:12:33 2009 -0500
7128
7129    Don't write new HDP location until we've written the new FB location
7130
7131commit 7f6801abb4bbd79830999d99ccdbd672a9984df6
7132Author: Alex Deucher <alexdeucher@gmail.com>
7133Date:   Thu Feb 19 19:02:52 2009 -0500
7134
7135    radeon: one more 32 -> 64 just to be safe
7136    
7137    missed this in cadae2a8d9979b2d61eae7d1f7a9ab8f5eb28e83
7138
7139commit ca22390c8a5256bbc8eeff775d5eebf0e892d890
7140Author: Alex Deucher <alexdeucher@gmail.com>
7141Date:   Thu Feb 19 18:58:40 2009 -0500
7142
7143    R6xx/R7xx: fix up a few more paths
7144
7145commit cadae2a8d9979b2d61eae7d1f7a9ab8f5eb28e83
7146Author: Alex Deucher <alexdeucher@gmail.com>
7147Date:   Thu Feb 19 18:50:49 2009 -0500
7148
7149    Fix MC setup on systems with more than 512 MB of VRAM
7150    
7151    many thanks to app4des on IRC for helping me sort this out.
7152
7153commit 42492c70c481c88911337eefb97ba9d030adf7b6
7154Author: Alex Deucher <alexdeucher@gmail.com>
7155Date:   Thu Feb 19 10:20:28 2009 -0500
7156
7157    R6xx/R7xx: wait for MC idle when changing the MC
7158    
7159    should fix bug 19984
7160
7161commit e6475282486f4895bc68f6b093ecbb1aa6d25f72
7162Author: Alex Deucher <alexdeucher@gmail.com>
7163Date:   Wed Feb 18 20:21:13 2009 -0500
7164
7165    R6xx/R7xx Xv: fix some missing bits from last commit
7166
7167commit adff8906c9899dde7711382577a63f4a726437ca
7168Author: Alex Deucher <alexdeucher@gmail.com>
7169Date:   Wed Feb 18 20:01:57 2009 -0500
7170
7171    R6xx/R7xx EXA/Xv: properly deal with running out of vertex buffer space
7172    
7173    As noted by mhopf, if VGT_MAX/MIN_INDX, etc. regs change, you need to re-emit
7174    CB blocks to avoid a hang.  So, just set the VGT_MAX_INDX to a reasonably large value
7175    in the default state and don't touch them when drawing.  When we run out of VB space,
7176    just draw the current buffer, grab a new one, and continue.
7177
7178commit cf85d4a1d43a3209c7ca9307aede2c2c243f7130
7179Author: Alex Deucher <alexdeucher@gmail.com>
7180Date:   Wed Feb 18 19:02:56 2009 -0500
7181
7182    R6xx/R7xx: reset 3D state after VT switch
7183
7184commit 6545f0a2967414fa518a78440060b8b69c0146ee
7185Author: Alex Deucher <alexdeucher@gmail.com>
7186Date:   Wed Feb 18 18:15:18 2009 -0500
7187
7188    R6xx/R7xx: fixup accel paths
7189
7190commit 61311b1de019c5a2344928a47347a966c229b08a
7191Author: Alex Deucher <alexdeucher@gmail.com>
7192Date:   Wed Feb 18 17:27:05 2009 -0500
7193
7194    Bump version post release
7195
7196commit 0d3d1f1f7b450dabd3ad7d2df26ad1c72709b29b
7197Author: Alex Deucher <alexdeucher@gmail.com>
7198Date:   Wed Feb 18 17:24:57 2009 -0500
7199
7200    bump for release
7201
7202commit 76a32f8391317513538dafee49cbb61c0d756356
7203Author: Alex Deucher <alexdeucher@gmail.com>
7204Date:   Wed Feb 18 16:31:44 2009 -0500
7205
7206    R6xx: Connector quirk for asus board
7207    
7208    bug 19943
7209
7210commit 97b8482dba4e99088b59d3ab1396be98a70e823e
7211Author: Alex Deucher <alexdeucher@gmail.com>
7212Date:   Wed Feb 18 13:27:15 2009 -0500
7213
7214    Set default RMX type to FULL on LVDS
7215
7216commit 7d22b1799b34010d34c3600d6cb02ffe839a0780
7217Author: Alex Deucher <alexdeucher@gmail.com>
7218Date:   Wed Feb 18 12:55:40 2009 -0500
7219
7220    DCE3.2+: allow output cloning
7221
7222commit 1a237a40958c006c56b80850bd77b2ac6c17e030
7223Author: Alex Deucher <alexdeucher@gmail.com>
7224Date:   Wed Feb 18 11:46:20 2009 -0500
7225
7226    ATOM: reset crtc initialized flag on CloseScreen()
7227    
7228    additional fix needed for bug 16781
7229
7230commit 9a108f0a0b7203458673ce6221e747a166d39617
7231Author: Alex Deucher <alexdeucher@gmail.com>
7232Date:   Tue Feb 17 19:52:27 2009 -0500
7233
7234    ATOM: don't unblank uninitialized crtcs
7235    
7236    If the crtc timing isn't setup, you might get stuck in a loop
7237    in the BlankCRTC command table
7238    
7239    fixes bug 16781
7240
7241commit 3dff20e276615e8b77177689a4a5f8d91b3e8eac
7242Author: Alex Deucher <alexdeucher@gmail.com>
7243Date:   Tue Feb 17 13:14:38 2009 -0500
7244
7245    R6xx/R7xx EXA: switch to surface sync packet
7246
7247commit 31bd6d28dd35021e0e706d4f094989deb856c26a
7248Author: Alex Deucher <alexdeucher@gmail.com>
7249Date:   Tue Feb 17 11:24:02 2009 -0500
7250
7251    Fix crtc routing on pre-DCE3.2 systems
7252    
7253    This should fix peterz and bug 20074
7254
7255commit 3c9e00c7f2ed494976713e8f77b729e0d76409db
7256Author: Alex Deucher <alexdeucher@gmail.com>
7257Date:   Mon Feb 16 16:18:42 2009 -0500
7258
7259    RV350: add another AGP quirk
7260
7261commit 036a17bec5dabbb91640b907811da060dac154d6
7262Author: Alex Deucher <alexdeucher@gmail.com>
7263Date:   Mon Feb 16 13:10:45 2009 -0500
7264
7265    RV280: add another agp quirk
7266
7267commit 00ac9d2f8d58725d0d3e6b1bf7f728d9ae7e6109
7268Author: David Miller <davem@davemloft.net>
7269Date:   Sun Feb 15 18:26:14 2009 +1000
7270
7271    GART: Save/restore GART table consistently.
7272    
7273    Always save the GART table with the RADEON_SURFACE_CNTL register
7274    zero'd out to make sure we always use the same endinanness.
7275    
7276    fixed up as per Michel's suggestion for endianness.
7277    
7278    Signed-off-by: David S. Miller <davem@davemloft.net>
7279    Signed-off-by: Dave Airlie <airlied@linux.ie>
7280
7281commit 2de90c8349409eb892edc57fd24b61b679eb7719
7282Author: David Miller <davem@davemloft.net>
7283Date:   Sun Feb 15 18:24:01 2009 +1000
7284
7285    DRI: Fix page size used in RADEONDRIGetPciAperTableSize().
7286    
7287    The ATI GART has a fixed size of 4096 bytes.  So using
7288    the system page size here is wrong.
7289    
7290    Signed-off-by: David S. Miller <davem@davemloft.net>
7291    Signed-off-by: Dave Airlie <airlied@linux.ie>
7292
7293commit 7cde00f49649e25fd5816927c7a5e28b608fabcd
7294Author: Alex Deucher <alexdeucher@gmail.com>
7295Date:   Thu Feb 12 17:39:44 2009 -0500
7296
7297    R6xx/R7xx: switch to drm for wait for idle
7298    
7299    THIS REQUIRES AN UPDATED DRM
7300
7301commit e22cd4011b9be437ba89bff568e7fb82b4907d99
7302Author: Yang Zhao <yang@yangman.ca>
7303Date:   Thu Feb 12 14:46:53 2009 -0500
7304
7305    R6xx/R7xx EXA: Further optimizations to overlapping copy
7306    
7307    Diagonal overlapping copies can be reduced to either horizontal- or
7308    vertical-only offset, and the one with fewer copies is picked.
7309
7310commit da08b760bcf3d04d775c4440fafec10657bb1863
7311Author: Alex Deucher <alexdeucher@gmail.com>
7312Date:   Thu Feb 12 13:53:11 2009 -0500
7313
7314    R6xx/R7xx EXA: handle running out of vertex space in the copy path
7315
7316commit e3be312b0b73982c24f1f5d9cf76d7caafae0853
7317Author: Alex Deucher <alexdeucher@gmail.com>
7318Date:   Thu Feb 12 13:48:36 2009 -0500
7319
7320    R6xx/R7xx EXA: properly handle non repeat cases in the texture setup
7321
7322commit 3ff1eb7e50fef22adb6280dd7de77c3ecafdb451
7323Author: Michel Dänzer <daenzer@vmware.com>
7324Date:   Thu Feb 12 19:24:41 2009 +0100
7325
7326    EXA: If making a pixmap offscreen fails, return ~0ULL as texture offset.
7327    
7328    This allows AIGLX to fall back to the non-zero-copy code rather than messing up
7329    the 3D driver.
7330
7331commit c19aa4fc8da7ac4745624098b146bcc42c0436dd
7332Author: Michel Dänzer <daenzer@vmware.com>
7333Date:   Thu Feb 12 19:22:12 2009 +0100
7334
7335    EXA: The source tiling code can't handle RepeatReflect yet.
7336
7337commit adc35636aa1e936ec74cba8931ccffe2b5c11656
7338Author: Alex Deucher <alexdeucher@gmail.com>
7339Date:   Thu Feb 12 13:10:53 2009 -0500
7340
7341    R1xx/R2xx EXA: fix non repeat texture setup
7342
7343commit c6e1bf75c399807716b99486ab3301aeba60fa79
7344Author: Alex Deucher <alexdeucher@gmail.com>
7345Date:   Thu Feb 12 12:49:24 2009 -0500
7346
7347    R3xx-R5xx EXA: fix texture setup for non-repeat case
7348    
7349    fixes bug 19923
7350
7351commit 0804dde9012cf33f614a1c2ee6d5d0def040a9af
7352Author: Alex Deucher <alexdeucher@gmail.com>
7353Date:   Thu Feb 12 12:02:57 2009 -0500
7354
7355    AVIVO: fix dualhead/rotation for real
7356
7357commit 3e5ac32f747bef70903e9cdf41652a827eece707
7358Author: Alex Deucher <alexdeucher@gmail.com>
7359Date:   Wed Feb 11 17:40:20 2009 -0500
7360
7361    Revert "R6xx/R7xx: handle running out of vertex buffer space"
7362    
7363    This reverts commit 4fd7228de7ad88edf825dbc3039df877795a9479.
7364    
7365    Causes lockups.
7366
7367commit bd141aa73a77f68301715fb3b5664e2082327a80
7368Author: Alex Deucher <alexdeucher@gmail.com>
7369Date:   Wed Feb 11 15:31:47 2009 -0500
7370
7371    R6xx/R7xx Xv: switch packed over to Yang's new shader code
7372
7373commit cb4a1ceaa32d6847b146a31291772e1183972ee7
7374Author: Yang Zhao <yang@yangman.ca>
7375Date:   Wed Feb 11 15:18:00 2009 -0500
7376
7377    R6xx/R7xx Xv: Planar - Properly scale Y'CbCr values before converting to RGB
7378    
7379    According to MPEG-2 spec, Y' and Cb/Cr values are scaled to [16, 235]
7380    and [16, 240], respectively, when packed into bytes. Properly take care
7381    of the reverse scaling before translating to RGB.
7382    
7383    Conversion matrix has been simplified to remove 3rd column, as the fitting
7384    to [-0.5, 0.5] can be done with scaling.
7385    
7386    Redundant MOV instructions were also removed, and now only 3 GPRs are required.
7387
7388commit 4fd7228de7ad88edf825dbc3039df877795a9479
7389Author: Alex Deucher <alexdeucher@gmail.com>
7390Date:   Wed Feb 11 14:46:02 2009 -0500
7391
7392    R6xx/R7xx: handle running out of vertex buffer space
7393    
7394    draw current VB and start a new one.
7395
7396commit ec60ef094762901ede4df5cde55c3f162e8c667b
7397Author: Alex Deucher <alexdeucher@gmail.com>
7398Date:   Wed Feb 11 13:05:27 2009 -0500
7399
7400    R6xx/R7xx: be more verbose about what function ran out of VB space
7401
7402commit e7dedbc355970407eddb38370b58a8c96d204c1d
7403Author: Alex Deucher <alexdeucher@gmail.com>
7404Date:   Wed Feb 11 12:45:14 2009 -0500
7405
7406    R6xx/R7xx: Move engine idle to sync functions
7407
7408commit 4a759a907ecd571460c7ff64cd6288380359b04b
7409Author: Alex Deucher <alexdeucher@gmail.com>
7410Date:   Wed Feb 11 12:29:50 2009 -0500
7411
7412    adjust alignment
7413
7414commit d98359b20e1eb8eae893581ab199c299c8352dc4
7415Author: Alex Deucher <alexdeucher@gmail.com>
7416Date:   Wed Feb 11 12:03:56 2009 -0500
7417
7418    Revert "Radeon EXA: wait for the engine to be idle before sw access"
7419    
7420    This reverts commit 0c4694c58f2ec152b19023626bc7ced891d9da65.
7421    
7422    This patch just adds latency and thus isn't a real solution
7423
7424commit d6c50b221cbab6e726948e2310c1def9fc38da64
7425Author: Alex Deucher <alexdeucher@gmail.com>
7426Date:   Wed Feb 11 11:05:02 2009 -0500
7427
7428    R6xx/R7xx Xv: add support for packed uploads
7429
7430commit 8e437e996cc3f2c424c342701f4aa6bcf72ad08e
7431Author: Alex Deucher <alexdeucher@gmail.com>
7432Date:   Wed Feb 11 10:53:50 2009 -0500
7433
7434    R6xx/R7xx Xv: Add native support for packed formats
7435
7436commit 0c4694c58f2ec152b19023626bc7ced891d9da65
7437Author: Alex Deucher <alexdeucher@gmail.com>
7438Date:   Tue Feb 10 17:08:37 2009 -0500
7439
7440    Radeon EXA: wait for the engine to be idle before sw access
7441    
7442    Really we need proper fencing with timestamps but this should
7443    help in the short term.
7444    
7445    This should help with minor corruption issues and possibly
7446    lockups.
7447
7448commit 13ab61d90bb58112bef4ce7267ef127935315f80
7449Author: Fabio <fabio.ped@libero.it>
7450Date:   Tue Feb 10 10:50:30 2009 -0500
7451
7452    man page updates
7453    
7454    bug 20030
7455
7456commit 615f2f202cee5f0dd2c6b29329f843bb1c9c70d5
7457Author: Alex Deucher <alexdeucher@gmail.com>
7458Date:   Tue Feb 10 10:17:47 2009 -0500
7459
7460    Bump version post RC release
7461
7462commit 1b4afc1c9f8458f9ab3434418f4ccf959f532ac1
7463Author: Alex Deucher <alexdeucher@gmail.com>
7464Date:   Mon Feb 9 19:50:37 2009 -0500
7465
7466    R6xx/R7xx: Add checks to make sure we don't overrun VB space
7467
7468commit ff6efe513e0c3148812d6a9578d2265522417053
7469Author: Alex Deucher <alexdeucher@gmail.com>
7470Date:   Mon Feb 9 17:43:24 2009 -0500
7471
7472    ATOM: warning fixes
7473
7474commit 87ad9006f3dafb45e131c9a3d6df713321f39998
7475Author: Alex Deucher <alexdeucher@gmail.com>
7476Date:   Mon Feb 9 17:40:41 2009 -0500
7477
7478    RV350: add AGP quirk
7479    
7480    bug 19981
7481
7482commit 610b8b65fd7aa97f9c03b2ff6ae607aa959eab0b
7483Author: Alex Deucher <alexdeucher@gmail.com>
7484Date:   Mon Feb 9 16:33:20 2009 -0500
7485
7486    Bump for rc release
7487
7488commit e85b7a1c5948b5123eddf9dfbb9e002d74fbe9fb
7489Author: Alex Deucher <alexdeucher@gmail.com>
7490Date:   Mon Feb 9 14:13:16 2009 -0500
7491
7492    R6xx/R7xx Xv: fix cache flush buffer size for planar
7493
7494commit 2a893bac1faffd28dce6d9a9693108196c71e6d3
7495Author: Alex Deucher <alexdeucher@gmail.com>
7496Date:   Mon Feb 9 13:18:17 2009 -0500
7497
7498    R6xx/R7xx Xv: add accelerated uploads for planar formats
7499
7500commit 231aee18a73805be2f6c962e94a8345dd89fd0df
7501Author: Alex Deucher <alexdeucher@gmail.com>
7502Date:   Mon Feb 9 13:02:27 2009 -0500
7503
7504    R6xx/R7xx Xv: implement native shader for planar formats
7505
7506commit 6c76bfe8105e3cf4e7e6ea1bfe1235be2079110f
7507Author: Alex Deucher <alexdeucher@gmail.com>
7508Date:   Mon Feb 9 09:47:22 2009 -0500
7509
7510    R6xx/R7xx UTS: move actual upload to separate function
7511    
7512    So it can be shared with Xv
7513
7514commit 04859362ce64ed4ae48305a83c92059899c1db4b
7515Author: Alex Deucher <alexdeucher@gmail.com>
7516Date:   Sun Feb 8 20:13:06 2009 -0500
7517
7518    Add some missing r6xx/r7xx pci ids
7519
7520commit 132e4c575dc4675f4995e45f08c53c26bffd999a
7521Author: Yang Zhao <yang@yangman.ca>
7522Date:   Sat Feb 7 13:54:51 2009 -0500
7523
7524    R6xx/R7xx EXA: Optimize overlapping copy
7525    
7526    Overlapping copy is now done in chunks proportional to the
7527    non-overlapping area.
7528    
7529    Diagonal overlaps are also handled properly.
7530
7531commit 8e9ef8ff581892cbe1b7ea56d48b9a1abd70179d
7532Author: Pierre Ossman <pierre@ossman.eu>
7533Date:   Sat Feb 7 18:57:47 2009 +0100
7534
7535    Xv vsync support on r6xx/r7xx cards.
7536
7537commit 2222f0fd700f100b2e91fac2babe7d1b53f56c3e
7538Author: Pierre Ossman <pierre@ossman.eu>
7539Date:   Sat Feb 7 18:56:42 2009 +0100
7540
7541    Fix bad range adjustment in VLINE code.
7542
7543commit 8ce6c024e31f6a3f5ae6c882738b1e64ae2944a1
7544Author: Alex Deucher <alexdeucher@gmail.com>
7545Date:   Sat Feb 7 10:32:01 2009 -0500
7546
7547    R6xx/R7xx Xv: fix typos in cache flushing commands
7548
7549commit bba5d806cc46328ad9e4c521bfeeb2a59f96862b
7550Author: Alex Deucher <alexdeucher@gmail.com>
7551Date:   Fri Feb 6 19:44:17 2009 -0500
7552
7553    AVIVO: better fix for rotation
7554    
7555    This should handle initial rotation as well.
7556
7557commit 28cf3492f431f325cb08d7c6aade43d8886df3f6
7558Author: Alex Deucher <alexdeucher@gmail.com>
7559Date:   Fri Feb 6 19:20:18 2009 -0500
7560
7561    AVIVO: fix rotation
7562    
7563    When rotation is active, virtualX and virtualY change.
7564
7565commit 1b45936ae614244aa49b1a5d3c7fc39773c4f9b6
7566Author: Alex Deucher <alexdeucher@gmail.com>
7567Date:   Fri Feb 6 18:29:55 2009 -0500
7568
7569    R6xx/R7xx EXA: Fix typo in DFS
7570    
7571    noticed by pzad in IRC
7572
7573commit c06d89e16d5b2553142e8641e66080e1770c1563
7574Author: Alex Deucher <alexdeucher@gmail.com>
7575Date:   Fri Feb 6 18:07:22 2009 -0500
7576
7577    R6xx/R7xx EXA: fallback on overlapping blits for now
7578    
7579    Leave this disabled until we get a proper solution.
7580
7581commit 1d5fc3febf3470b94c423a1eda5e0683856909df
7582Author: Alex Deucher <alexdeucher@gmail.com>
7583Date:   Fri Feb 6 14:43:30 2009 -0500
7584
7585    Revert "r6xx/r7xx EXA: Optimize overlapping copy"
7586    
7587    This reverts commit 0dfadc1843e0d14b9cc1ee19a72f4fd60a2c495b.
7588    
7589    This doesn't always work properly.
7590
7591commit def317e22d072405cd95ddb19d17eacd784ffd9e
7592Author: Alex Deucher <alexdeucher@gmail.com>
7593Date:   Fri Feb 6 11:04:59 2009 -0500
7594
7595    R6xx/R7xx EXA: add accelerated UTS/DFS hooks
7596    
7597    I'm not sure how much of a win these are.  I need to
7598    do some benchmarking.
7599
7600commit 0dfadc1843e0d14b9cc1ee19a72f4fd60a2c495b
7601Author: Yang Zhao <yang@yangman.ca>
7602Date:   Fri Feb 6 10:29:39 2009 -0500
7603
7604    r6xx/r7xx EXA: Optimize overlapping copy
7605    
7606    When source and destination blocks are only offset horizontally, it
7607    appears to be unnecessary to perform careful, segment-by-segment copy.
7608    The code path that does this is taken out completely.
7609    
7610    For the case where offset is only vertical, copying is now done by
7611    height of the non-overlapping area each time, instead of always
7612    line-by-line.
7613
7614commit 3d17bd199423e92d201c20f047d5e699942af976
7615Author: Alex Deucher <alexdeucher@gmail.com>
7616Date:   Thu Feb 5 19:25:03 2009 -0500
7617
7618    Revert "R6xx/R7xx EXA: improve overlapping copy performance"
7619    
7620    This reverts commit b24827c9d211e8a35da53b665385a7733d19910d.
7621    
7622    This seems to cause corruption in some cases.
7623
7624commit bf74055f543e7f0664741620fb1fe827ebc12711
7625Author: Alex Deucher <alexdeucher@gmail.com>
7626Date:   Thu Feb 5 17:31:43 2009 -0500
7627
7628    r6xx/r7xx EXA: fix corruption when doing sw access
7629    
7630    need to wait until the engine is idle.  Ideally we wait
7631    on a timestamp shadowed in memory, but polling the
7632    GRBM_STATUS reg will do for now.
7633
7634commit b24827c9d211e8a35da53b665385a7733d19910d
7635Author: Alex Deucher <alexdeucher@gmail.com>
7636Date:   Thu Feb 5 16:21:37 2009 -0500
7637
7638    R6xx/R7xx EXA: improve overlapping copy performance
7639    
7640    send vertices for each line of the copy, but only draw once
7641
7642commit 729fe756f809a41494dc161252d82313956e4a4b
7643Author: Alex Deucher <alexdeucher@gmail.com>
7644Date:   Thu Feb 5 16:08:35 2009 -0500
7645
7646    r6xx/r7xx EXA: cleanup overlapping copy
7647
7648commit 16e01a5796a8e8b86ad25d3aa45b9e7044dc72d1
7649Author: Alex Deucher <alexdeucher@gmail.com>
7650Date:   Tue Feb 3 19:46:10 2009 -0500
7651
7652    Fix encoder accounting
7653    
7654    Should fix bug 19924
7655
7656commit d7bf7b9c17add31dc9a115b56a563c7f9bf2cdb6
7657Author: Alex Deucher <alexdeucher@gmail.com>
7658Date:   Tue Feb 3 18:28:38 2009 -0500
7659
7660    EXA: fix and re-enable Solid() on R7xx
7661    
7662    missing last bit in alu clause in solid PS
7663
7664commit 9abb09d5f43320bd27b336612d39d264fe93549f
7665Author: Alex Deucher <alexdeucher@gmail.com>
7666Date:   Tue Feb 3 11:17:13 2009 -0500
7667
7668    Fix bad rv710 pci id
7669
7670commit e5b916770946a9eebcb4bd1e6f698220db8c718a
7671Author: Alex Deucher <alexdeucher@gmail.com>
7672Date:   Tue Feb 3 10:48:41 2009 -0500
7673
7674    Allow rotation on r6xx/r7xx
7675
7676commit d1f071c7f1dad6babfbcfcc2cb2b722a4987f372
7677Author: Alex Deucher <alexdeucher@gmail.com>
7678Date:   Tue Feb 3 10:44:10 2009 -0500
7679
7680    Initial R6xx/R7xx EXA and textured video support
7681
7682commit c88c3ef6f3db266c1aacba5297b8dfc8b66bf00e
7683Author: Wolke Liu <wolke.liu@amd.com>
7684Date:   Mon Feb 2 17:01:34 2009 -0500
7685
7686    AVIVO: Save/restore vga pll registers
7687    
7688    This fixes some VT switch issues on some chips
7689
7690commit 6fac3cefd1f46161c1e276ba40e72da2823aa9f6
7691Author: Alex Deucher <alexdeucher@gmail.com>
7692Date:   Sat Jan 31 14:21:02 2009 -0500
7693
7694    Return NULL for encoder if no active device is assigned
7695    
7696    fixes bug 19855
7697
7698commit db178c852d00e9b85513d750b5f8f7495f9e3360
7699Author: Alan Coopersmith <alan.coopersmith@sun.com>
7700Date:   Fri Jan 30 20:37:41 2009 -0800
7701
7702    Add README with pointers to mailing list, bugzilla & git repos
7703
7704commit fa8e5a4fc236f8f15f462cb0d6164b194a65a118
7705Author: Michel Dänzer <daenzer@vmware.com>
7706Date:   Fri Jan 30 16:16:26 2009 +0100
7707
7708    EXA: Accelerate Composite of RepeatPad/Reflect pictures when possible.
7709
7710commit 3a6e958c59b4b44fe620c8abe760ed1abf0007b1
7711Author: airlied <airlied@roo.(none)>
7712Date:   Fri Jan 30 07:56:14 2009 +1000
7713
7714    rs780: include RS780 in the InitMemory to leave alone
7715    
7716    This stops the MC_FB_LOCATION getting reassigned to 0, which
7717    is really bad thing to happen.
7718    
7719    I've had reported memory corruption on these cards so hopefully this
7720    fixes it.
7721
7722commit bd8021d46e9066e4cd116c03a7b7adcfe2557aff
7723Merge: 4f88dd8 20d5dd3
7724Author: Alex Deucher <alexdeucher@gmail.com>
7725Date:   Wed Jan 28 14:33:14 2009 -0500
7726
7727    Merge branch 'atom-rework' and fix conflicts
7728
7729commit 20d5dd387da555e895e2b73fb53e2b026dd91003
7730Author: Alex Deucher <alexdeucher@gmail.com>
7731Date:   Wed Jan 28 14:12:26 2009 -0500
7732
7733    Move encoder specific data to encoder dev_priv
7734
7735commit 4f88dd83f290fb38e41256a7f1804008c0f28139
7736Merge: 1c5678f 2ca970c
7737Author: Alex Deucher <alexdeucher@gmail.com>
7738Date:   Wed Jan 28 13:13:13 2009 -0500
7739
7740    Merge branch 'atom-tvout' of ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati
7741    
7742    Conflicts:
7743    
7744    	src/radeon_atombios.c
7745
7746commit 1a62360e8260eaf5f98fa6be3f89f64c8cae7d32
7747Author: Alex Deucher <alexdeucher@gmail.com>
7748Date:   Mon Jan 26 10:11:28 2009 -0500
7749
7750    Encoders not assigned yet, use supported devices
7751    
7752    need to move this to encoder setup
7753
7754commit 44d9ceacb1fa6e1859d5d8bd1c55405aea24ad85
7755Author: Alex Deucher <alexdeucher@gmail.com>
7756Date:   Mon Jan 26 03:47:32 2009 -0500
7757
7758    Fix legacy output setup
7759    
7760    don't have assigned encoders at this point.  Need to
7761    eventually move this stuff to encoder dev_priv.
7762
7763commit 0c24cbcea56c8f36374aca0f8ba849adfbf0ecfe
7764Author: Alex Deucher <alexdeucher@gmail.com>
7765Date:   Mon Jan 26 03:24:19 2009 -0500
7766
7767    ATOM: print useful output info for DPMS events
7768
7769commit 2f92b885457c5cee2098ebbf8c6fe5a5eb98ec48
7770Author: Alex Deucher <alexdeucher@gmail.com>
7771Date:   Mon Jan 26 03:12:44 2009 -0500
7772
7773    Warning fixes
7774
7775commit 4cbf6189f3a7945a1141b0451e4f7881ceaaadcd
7776Author: Alex Deucher <alexdeucher@gmail.com>
7777Date:   Mon Jan 26 02:59:51 2009 -0500
7778
7779    Move legacy output setup functions to legacy_output.c
7780
7781commit 93ed767255b60fbdf5b416b9bd06c366036a5141
7782Author: Alex Deucher <alexdeucher@gmail.com>
7783Date:   Mon Jan 26 02:40:41 2009 -0500
7784
7785    Fix off by one when printing encoder name
7786    
7787    - also cleanup some debugging output
7788
7789commit b515eee4b1cafae78ed39cd91c18b4f5e671b20b
7790Author: Alex Deucher <alexdeucher@gmail.com>
7791Date:   Mon Jan 26 01:50:18 2009 -0500
7792
7793    Additional output cleanup
7794
7795commit 1c5678fc452dbc93135e9ece50a4cff6583f6078
7796Author: Michel Dänzer <daenzer@vmware.com>
7797Date:   Sat Jan 24 11:10:00 2009 +0100
7798
7799    Drop memcpy fallbacks from EXA UploadToScreen and DownloadFromScreen hooks.
7800    
7801    While in theory it's possible for the PrepareAccess hook to fail on big endian
7802    platforms, in practice it isn't at this point because there's no other users of
7803    the surface registers.
7804
7805commit 5cbd6082b9f8d7009ee9ef5e036673f99e1bfb05
7806Author: Michel Dänzer <daenzer@vmware.com>
7807Date:   Sat Jan 24 11:07:12 2009 +0100
7808
7809    Don't transform EXA Composite mask coordinates when there's no mask.
7810
7811commit 7e54c4b8acafead8de5d0dd6fdc1b619f832dd6f
7812Author: Thomas Jaeger <ThJaeger@gmail.com>
7813Date:   Fri Jan 23 20:03:27 2009 -0500
7814
7815    Fall back to software for unsupported repeat modes
7816
7817commit 289b4a377cfff0c2a8ec938951cfbae1e270570e
7818Author: Alex Deucher <alexdeucher@gmail.com>
7819Date:   Fri Jan 23 20:00:43 2009 -0500
7820
7821    Remove OutputType and other cruft
7822
7823commit 5f98508effbdc1fd62d0df15798722c147d88da1
7824Author: Maciej Cencora <m.cencora@gmail.com>
7825Date:   Fri Jan 23 19:33:25 2009 -0500
7826
7827    Make sure gb_num_pipes is initialized when DRI is disabled
7828    
7829    Found with valgrind
7830
7831commit 0faab02cc732414af3cfb2014d3ddc1139aff063
7832Author: Alex Deucher <alexdeucher@gmail.com>
7833Date:   Fri Jan 23 17:35:01 2009 -0500
7834
7835    Remove some unused cruft
7836
7837commit 025082160c53c01a44f4d681cc63bf26ac4561d5
7838Author: Alex Deucher <alexdeucher@gmail.com>
7839Date:   Fri Jan 23 17:31:18 2009 -0500
7840
7841    track encoder state
7842
7843commit 82f12e5a40c1fbcb91910a0f8b725c34fff02aae
7844Author: Alex Deucher <alexdeucher@gmail.com>
7845Date:   Fri Jan 23 16:21:33 2009 -0500
7846
7847    Remove TMDSType, DACType, LVDSType from output rec
7848
7849commit 7b42b57d748f77ff6ef6f8ade7cbc983a98d7204
7850Author: Alex Deucher <alexdeucher@gmail.com>
7851Date:   Wed Jan 21 16:28:00 2009 -0500
7852
7853    few more logic pasto's bits I missed
7854
7855commit fef1c12fbe4ceb4676258850d1fa5cac994f7c21
7856Author: Alex Deucher <alexdeucher@gmail.com>
7857Date:   Wed Jan 21 15:34:01 2009 -0500
7858
7859    Fix compilation with RADEON_TRACE_FALL set
7860    
7861    noticed by curaga on phoronix forum
7862
7863commit 1305376b009d17d65b4935896dc35cb7530f7c52
7864Author: Alex Deucher <alexdeucher@gmail.com>
7865Date:   Wed Jan 21 15:20:47 2009 -0500
7866
7867    Move active_device setup to detect()
7868    
7869    Also add encoder debugging printouts
7870
7871commit 9e0cc0ca5d7bc68756ae92ee3b5b2392366be71a
7872Author: Alex Deucher <alexdeucher@gmail.com>
7873Date:   Wed Jan 21 14:47:08 2009 -0500
7874
7875    Fix logic cut and paste error
7876
7877commit 12010ae9296635ffa5f42ce0cd14482aaa290cf7
7878Author: Alex Deucher <alexdeucher@gmail.com>
7879Date:   Wed Jan 21 13:52:11 2009 -0500
7880
7881    More legacy rework
7882
7883commit 3f8bbede8bf639050f773780888b89cbdcb425b8
7884Author: Alex Deucher <alexdeucher@gmail.com>
7885Date:   Wed Jan 21 13:45:11 2009 -0500
7886
7887    fix legacy crtc routing and add some debugging info
7888
7889commit 80e0162ea2c1f793964731268251aba2d3243127
7890Author: Alex Deucher <alexdeucher@gmail.com>
7891Date:   Wed Jan 21 13:28:14 2009 -0500
7892
7893    ATOM: fix encoder init
7894
7895commit aea27d9caabb0e54e868a21e6e547733a4ca2709
7896Author: Alex Deucher <alexdeucher@gmail.com>
7897Date:   Wed Jan 21 12:33:49 2009 -0500
7898
7899    Switch legacy output code to use new encoder objects
7900
7901commit 9b44a4b57b00b150d041a5d82cb2df42159c062b
7902Author: Alex Deucher <alexdeucher@gmail.com>
7903Date:   Wed Jan 21 11:32:24 2009 -0500
7904
7905    ATOM: more output cleanup
7906
7907commit 9e283fa9de34407fa6f0d5a8006a611b104f4bf2
7908Author: Alex Deucher <alexdeucher@gmail.com>
7909Date:   Wed Jan 21 03:16:20 2009 -0500
7910
7911    Fixup encoder setup on pre-ATOM chips
7912
7913commit 5850abbdcd22b70bdbccd3642f8ba1a27e38e7cd
7914Author: Alex Deucher <alexdeucher@gmail.com>
7915Date:   Wed Jan 21 02:28:47 2009 -0500
7916
7917    clean up encoder setup
7918    
7919    - make sure not to duplicate encoders
7920    - use single encoder array
7921
7922commit 152d1d4c179c262be4d0a5618400aa13b4820342
7923Author: Alex Deucher <alexdeucher@gmail.com>
7924Date:   Tue Jan 20 00:58:18 2009 -0500
7925
7926    First pass at converting legacy code to encoder objects
7927
7928commit 7cc7ba8bf9ce2f0eebfd9b48aa648c416c333ff4
7929Author: Alex Deucher <alexdeucher@gmail.com>
7930Date:   Mon Jan 19 18:42:12 2009 -0500
7931
7932    ATOM: round 1 of output rework
7933
7934commit 25f3878858e6efb486888e5271b60d4ba08c73c6
7935Author: Alex Deucher <alexdeucher@gmail.com>
7936Date:   Mon Jan 19 15:54:42 2009 -0500
7937
7938    start to re-org outputs
7939
7940commit cbeb310d35e5ea25ba7a45a2c555468391cdf29e
7941Author: Alex Deucher <alexdeucher@gmail.com>
7942Date:   Fri Jan 16 19:53:49 2009 -0500
7943
7944    ATOM: switch to define for external tmds
7945
7946commit d0d157abced43f822885fa26f14a4924766594cd
7947Author: Alex Deucher <alexdeucher@gmail.com>
7948Date:   Fri Jan 16 19:51:07 2009 -0500
7949
7950    ATOM: combine DAC setup functions
7951    
7952    plus a few other clean-ups
7953
7954commit f6f969338f8187529c7ae9b2adc980b71a3f5837
7955Author: Alex Deucher <alexdeucher@gmail.com>
7956Date:   Fri Jan 16 18:10:34 2009 -0500
7957
7958    DCE30: LVTMA requires DIG2 encoder
7959    
7960    Fixes bug 19544
7961
7962commit 549ae63aecc2624a69b41ce4db75883d03d59c23
7963Author: Alex Deucher <alexdeucher@gmail.com>
7964Date:   Thu Jan 15 19:26:40 2009 -0500
7965
7966    RV280 Add another AGP quirk
7967
7968commit 0e69068a8ed82e3fb7349d8224933451955e5f16
7969Author: Tormod Volden <debian.tormod@gmail.com>
7970Date:   Tue Jan 13 20:31:17 2009 -0500
7971
7972    [PATCH] Add yet another AGP quirk for RV280
7973
7974commit b437da34cb4f7c637674fb432ad81b9bf32244a3
7975Author: Christiaan van Dijk <dvbmail@xs4all.nl>
7976Date:   Mon Jan 12 11:54:15 2009 -0500
7977
7978    R3xx/R4xx: Maximize the use of clipped triangles for Xv rendering
7979    
7980    While trying to get tear free video on my RS690 I found some problems in the code for rendering the
7981    video as a clipped triangle. The size limitations are quite strict and scaling the video output window
7982    creates all kinds of weird effects. This patch maximizes the use of this function and resolves the
7983    scaling issues. There could be a problem with zero target height/width, not sure if this is handled
7984    elsewhere.
7985
7986commit 3d106b990fa8daba96e590c57b164640a2faae7f
7987Author: Alan Coopersmith <alan.coopersmith@sun.com>
7988Date:   Fri Jan 9 16:26:04 2009 -0800
7989
7990    Remove xorgconfig & xorgcfg from See Also list in man page
7991
7992commit 14d29a223028c183ba11e717a3737285d0ac8de1
7993Author: Alex Deucher <alexdeucher@gmail.com>
7994Date:   Wed Jan 7 17:04:42 2009 -0500
7995
7996    RV280: add another AGP quirk
7997
7998commit 1795706a6bb13272a58e8fa1bd5ad2603d553dde
7999Author: Nicos Gollan <gtdev@spearhead.de>
8000Date:   Wed Jan 7 14:25:24 2009 -0500
8001
8002    [PATCH] Fixed enumerations in radeon-output.c
8003
8004commit f69ad5aa17bb907105c1657803628d52b5ff3f11
8005Author: Alex Deucher <alexdeucher@gmail.com>
8006Date:   Wed Jan 7 11:33:53 2009 -0500
8007
8008    Bump version post release
8009
8010commit a0dd5d7ee3f038a9bfe051db8dbfac4934a81581
8011Author: Alex Deucher <alexdeucher@gmail.com>
8012Date:   Tue Jan 6 19:08:28 2009 -0500
8013
8014    Bump version for release
8015
8016commit c3fb8bb279959512a4ced644a64cc660c5cd97bd
8017Author: Alex Deucher <alexdeucher@gmail.com>
8018Date:   Tue Jan 6 17:41:22 2009 -0500
8019
8020    ATOM: rework encoder/transmitter setup
8021
8022commit 9bb6b8ceaf772e1ce63610812a12260ee3860c27
8023Author: Alex Deucher <alexdeucher@gmail.com>
8024Date:   Tue Jan 6 16:25:26 2009 -0500
8025
8026    ATOM: refactor output dpms
8027
8028commit 467995d960bdefb1911eabfc2a047cf816013101
8029Author: Alex Deucher <alexdeucher@gmail.com>
8030Date:   Tue Jan 6 15:18:41 2009 -0500
8031
8032    ATOM: Adjust PLL setup for recent atom changes
8033
8034commit ee6310174c44809c761dbdb423e56e61392a0e10
8035Author: Alex Deucher <alexdeucher@gmail.com>
8036Date:   Tue Jan 6 14:59:22 2009 -0500
8037
8038    ATOM: handle cases where TMDS uses linkb
8039    
8040    fixes bug 18564
8041
8042commit 690999b682c0f954e27d9f1b3a3d8db4ef865c21
8043Author: Alex Deucher <alexdeucher@gmail.com>
8044Date:   Tue Jan 6 14:55:49 2009 -0500
8045
8046    ATOM: rework object table parsing
8047
8048commit e23baa2fa8b25b68cd473aec7a3d8cf3ee7b0ea8
8049Author: Alex Deucher <alexdeucher@gmail.com>
8050Date:   Tue Jan 6 14:38:06 2009 -0500
8051
8052    R100: Fix typo in e55598cc1b35d398c9eb2c3946df71456775f621
8053    
8054    Noticed by Andreas Stenglein
8055
8056commit d5cb24075928690377fd2dfaa32abfebff9990df
8057Author: Alex Deucher <alexdeucher@gmail.com>
8058Date:   Sun Jan 4 21:04:52 2009 -0500
8059
8060    ATOM: add format rev 2 for digitial command tables
8061    
8062    should fix bug 18911
8063
8064commit 1813456af3def38c6f53103054976f3092491746
8065Author: Alex Deucher <alexdeucher@gmail.com>
8066Date:   Sun Jan 4 21:01:05 2009 -0500
8067
8068    ATOM: fail on more tables with unhandled revisions
8069
8070commit 90ce00a3dbf37833a71db234372695460c8f0342
8071Author: Alex Deucher <alexdeucher@gmail.com>
8072Date:   Sun Jan 4 19:13:53 2009 -0500
8073
8074    AGP: Print both device and subsytem pci ids for agp
8075    
8076    helpful for adding quirks with libpciaccess
8077
8078commit 006d736d890a6b2f1d7eb8ee20ccf467a939516f
8079Author: Alex Deucher <alexdeucher@gmail.com>
8080Date:   Sun Jan 4 19:08:37 2009 -0500
8081
8082    Another AGP quirk
8083    
8084    debian bug 510208
8085
8086commit c39ca66a7e216b7492fc5e3680ac535831cfb9a1
8087Author: Alex Deucher <alexdeucher@gmail.com>
8088Date:   Tue Dec 30 19:05:58 2008 -0500
8089
8090    R2xx: add another AGP quirk
8091    
8092    from http://www.phoronix.com/forums/showthread.php?t=14626
8093
8094commit 877be1b268f275b8ad83d5e245a0f0d3b1a05091
8095Author: Fabio <fabio.ped@libero.it>
8096Date:   Mon Dec 29 18:11:10 2008 -0500
8097
8098    man page updates
8099    
8100    bug 19329
8101
8102commit 837f7e8a48ea35d21de24b620830a2c6db854861
8103Author: Dave Airlie <airlied@linux.ie>
8104Date:   Tue Dec 30 06:50:54 2008 +1000
8105
8106    atombios: endian fix in r600 object table handling
8107    
8108    This fixes the r600 object table on r600.
8109
8110commit 45f8b911659dba7f43b9b70bde4b9c3be51b0b5b
8111Author: Alex Deucher <alexdeucher@gmail.com>
8112Date:   Mon Dec 29 10:25:33 2008 -0500
8113
8114    RS600: remove gpio quirk for ddc
8115    
8116    Doesn't seem necessary on RS600.  I'll try and find out more.
8117
8118commit e913990030c536427bfecdb7b3d1e18f1beb90d2
8119Author: Alex Deucher <alexdeucher@gmail.com>
8120Date:   Mon Dec 29 10:22:20 2008 -0500
8121
8122    Revert "radeon: maybe special handling only needed for DVI port not HDMI one."
8123    
8124    This reverts commit c877450a75d3fd4a2f200af197c691669966f6f4.
8125    
8126    This breaks RS690 setups.  I think for now we just apply this quirk to
8127    RS690/RS740.  I'll follow up with the bios folks about RS600.
8128
8129commit c877450a75d3fd4a2f200af197c691669966f6f4
8130Author: Dave Airlie <airlied@linux.ie>
8131Date:   Mon Dec 29 09:05:45 2008 +1000
8132
8133    radeon: maybe special handling only needed for DVI port not HDMI one.
8134    
8135    fixes ciaranm's rs600 board on radeon DDC
8136
8137commit 2a9bc6be3246ec230b181391221e3a46beb94a23
8138Author: Dave Airlie <airlied@linux.ie>
8139Date:   Mon Dec 29 09:05:16 2008 +1000
8140
8141    radeon: a-bit motherboard has no DVI output
8142    
8143    thanks to ciaranm for finding this.
8144
8145commit eccf3fed2be54f5c02fefef32e39c4084acbbe22
8146Author: Alex Deucher <alexdeucher@gmail.com>
8147Date:   Fri Dec 26 19:51:58 2008 -0500
8148
8149    Make sure to include radeon_drm.h in the tarball
8150
8151commit e55598cc1b35d398c9eb2c3946df71456775f621
8152Author: Alex Deucher <alexdeucher@gmail.com>
8153Date:   Fri Dec 26 19:31:55 2008 -0500
8154
8155    R2xx EXA: limit composite to 2047 like r1xx
8156    
8157    See bug 19269
8158
8159commit 631123d144d088d4f77a0599c34deaa31d551d71
8160Author: Dave Airlie <airlied@redhat.com>
8161Date:   Tue Dec 23 10:08:46 2008 +1000
8162
8163    radeon: update to 6.9.0.91
8164    
8165    do a prerelease for end of year.
8166
8167commit 047f7603174f6047090f4fafbe6488d697eb78bc
8168Author: Dave Airlie <airlied@linux.ie>
8169Date:   Tue Dec 23 08:16:25 2008 +1000
8170
8171    radeon: pass distcheck
8172
8173commit c0c33dab44e6966b1702d4e8cfba3537fc6e2d5c
8174Author: Patrick Haller <patrick.haller@haller-consult.com>
8175Date:   Mon Dec 22 03:06:23 2008 -0500
8176
8177    Fix off by one in EXA composite limit checking
8178    
8179    Patch from Patrick, with some updates from me:
8180    - fix r200 limits
8181    - note about r100 limits
8182
8183commit d01a609a2b07da4ca0f182e79459432584ec61f6
8184Author: Alex Deucher <alexdeucher@gmail.com>
8185Date:   Mon Dec 22 02:18:43 2008 -0500
8186
8187    R3xx-R5xx: better fix for xv primitive tearing issues
8188    
8189    R5xx:      always use single clipped triangle
8190    R3xx/R4xx: use single clipped triangle up to guardband limit,
8191    	   then use quad.
8192
8193commit 4d009d14c9c72f6e1bc8100ec8d9b8037ee4e514
8194Merge: d52882d 4e96278
8195Author: Dave Airlie <airlied@redhat.com>
8196Date:   Mon Dec 22 16:00:01 2008 +1000
8197
8198    Merge branch 'atom-tvout'
8199
8200commit 4e96278b581e296c1203d97a6d7aa3bff3977222
8201Author: Dave Airlie <airlied@redhat.com>
8202Date:   Mon Dec 22 15:58:35 2008 +1000
8203
8204    atombios/tv: add an option to enable atom tv-out for users.
8205    
8206    This code is still experimental but we will allow users to enable it for experimental reasons
8207
8208commit d52882d8188830dd52fa112dadcf5ea7f3e5fd5e
8209Author: Dave Airlie <airlied@redhat.com>
8210Date:   Mon Dec 22 09:27:47 2008 +1000
8211
8212    radeon: setup 3D engine even when no DRI.
8213    
8214    This should fix some missing font issues in EXA without DRI cases.
8215
8216commit 2346fd7cbd90dcdce2b361d374a53da064fa6a12
8217Author: Dave Airlie <airlied@redhat.com>
8218Date:   Thu Dec 18 16:35:13 2008 +1000
8219
8220    radeon: add all new pci ids for rv730/rv710 families
8221
8222commit 2ca970c7aa1f3f212f03bf3287d6b60eeafd68ae
8223Author: Alex Deucher <alexdeucher@gmail.com>
8224Date:   Wed Dec 17 13:07:19 2008 -0500
8225
8226    Allow arbitrary tv-out modes
8227
8228commit 5da147eec70abb7c9125a8940089fd3ff8bdea95
8229Author: Alex Deucher <alexdeucher@gmail.com>
8230Date:   Wed Dec 17 05:37:58 2008 -0500
8231
8232    missed one in last commit
8233
8234commit 6bfbb930c549e67f68969f7f0483380417f755b5
8235Author: Alex Deucher <alexdeucher@gmail.com>
8236Date:   Wed Dec 17 05:36:09 2008 -0500
8237
8238    Make sure we hit the right bios reg
8239
8240commit 6ed0e68060fd2775e2d4027ff1533729e87848ba
8241Author: Alex Deucher <alexdeucher@gmail.com>
8242Date:   Wed Dec 17 04:54:50 2008 -0500
8243
8244    properly handle EnableYUV
8245    
8246    A bit of a hack.  we really need to restructure the
8247    bios scratch reg handling.
8248
8249commit f21e673aced1bb5138bbb80e6d9724530eb95ebf
8250Author: Alex Deucher <alexdeucher@gmail.com>
8251Date:   Wed Dec 17 03:17:45 2008 -0500
8252
8253    Fix colors on tv-out
8254    
8255    Call EnableYUV to set the transform and enable/disable it.
8256    should also fix green tint with tv connected at boot issues.
8257
8258commit b2b43905a5385a8bb0b59b8e50952863d8dacb59
8259Author: Alex Deucher <alexdeucher@gmail.com>
8260Date:   Wed Dec 17 00:59:52 2008 -0500
8261
8262    Pre-avivo: fix FP setup
8263    
8264    - make sure to clear various shadow timing bits
8265    - crtc1 select bit was set wrong.
8266    - should fix bugs like 19100
8267
8268commit 3754cc23abac99880eda87d06aa42e16081b6c8a
8269Author: Alex Deucher <alexdeucher@gmail.com>
8270Date:   Wed Dec 17 00:56:19 2008 -0500
8271
8272    R2xx: switch EXA composite to rects rather quads
8273    
8274    For conistency with Xv path and to reduce potential diagonal tearing
8275
8276commit be12cf8fcc7a5a3c3ee2c630474e2f9d9368f4d4
8277Author: Dave Airlie <airlied@redhat.com>
8278Date:   Wed Dec 17 15:28:25 2008 +1000
8279
8280    radeon: r500 tv-out force scaler values to nice set that looks correct
8281
8282commit 01f7a50d76f706a456de7a4eb8323939d905c82b
8283Author: Dave Airlie <airlied@redhat.com>
8284Date:   Wed Dec 17 13:43:21 2008 +1000
8285
8286    r500: re-enable TV out
8287
8288commit 45b9ff5e250d69de0df41f68b33524f7e2ce13b7
8289Author: Dave Airlie <airlied@redhat.com>
8290Date:   Wed Dec 17 13:42:10 2008 +1000
8291
8292    radeon: r500 PAL timings are slightly incorrect
8293    
8294    this stablises the PAL image at least
8295
8296commit 435d996949185201a97493e131f9920a32863acd
8297Author: Dave Airlie <airlied@redhat.com>
8298Date:   Wed Dec 17 11:50:48 2008 +1000
8299
8300    radeon: tv timings have crev/frev wrong way around for some reason.
8301
8302commit b9549e89cbdf8fff4aa7bd9f3adfb7d5732508cc
8303Author: Dave Airlie <airlied@redhat.com>
8304Date:   Wed Dec 17 11:40:53 2008 +1000
8305
8306    atombios: re-enable TV dpms
8307
8308commit db85ff2e0c52a030546c0cc8ed0b851418f3e045
8309Author: Dave Airlie <airlied@redhat.com>
8310Date:   Wed Dec 17 11:37:17 2008 +1000
8311
8312    atom/r600: re-enable TV outputs
8313
8314commit ff7b52c9a48f2e417acf6bec3b72546ad9b33471
8315Author: Dave Airlie <airlied@redhat.com>
8316Date:   Wed Dec 17 11:36:38 2008 +1000
8317
8318    radeon: use latest atombios constants for TV encoders in set_crtc_source
8319
8320commit 1e0c7d3f0bf6be67b976fdea8fa2df0b4b16435f
8321Author: Dave Airlie <airlied@redhat.com>
8322Date:   Wed Dec 17 11:35:06 2008 +1000
8323
8324    atom: spc3 only requires ucEncoderMode for DIG outputs
8325
8326commit 105cfd0b8696347ef71ad9daa941abb308bd6c2c
8327Author: Dave Airlie <airlied@redhat.com>
8328Date:   Wed Dec 17 11:31:15 2008 +1000
8329
8330    atom/tv: enable scaler can set the TV output scaler up.
8331    
8332    Add the tv standard to the scaler enable for TV use.
8333
8334commit 2a768abbd2f18abe203571213260bccc225f70fd
8335Author: Dave Airlie <airlied@redhat.com>
8336Date:   Wed Dec 17 11:29:07 2008 +1000
8337
8338    atom/tv: fixup the tv out default if bios doesn't specify
8339
8340commit b7fdd5da08bfec705691363b8890699c794dce53
8341Author: Dave Airlie <airlied@redhat.com>
8342Date:   Wed Dec 17 11:24:56 2008 +1000
8343
8344    atombios: fixup parsing of TV tables on r500 and r600 cards.
8345    
8346    The TV tables changed between for later cards.
8347
8348commit e3b08cb59716b525b3063b184eab70e32b9d66f0
8349Author: Dave Airlie <airlied@redhat.com>
8350Date:   Tue Dec 16 15:43:16 2008 +1000
8351
8352    atombios: correct fix for previous issue.
8353    
8354    I committed an old patch.
8355
8356commit 1431bc6900b0e0d7f486b5b3ba281873472b3fdc
8357Author: Dave Airlie <airlied@redhat.com>
8358Date:   Tue Dec 16 15:31:34 2008 +1000
8359
8360    atombios: fix issue with Clearing of MM_INDEX 0.
8361    
8362    While playing with tv-out I discovered this issue with clearing
8363    the MM_INDEX register.
8364
8365commit f72367aff2d09161d30066a00673ba291b292a36
8366Author: Dave Airlie <airlied@redhat.com>
8367Date:   Tue Dec 16 12:32:24 2008 +1000
8368
8369    radeon: add initial rv730 pciids.
8370    
8371    Lots more to come, this just adds a few to start.
8372
8373commit 4d2429f3ec4d7d3e1512b268c7ff5cbff8d186b4
8374Author: Dave Airlie <airlied@redhat.com>
8375Date:   Tue Dec 16 12:19:00 2008 +1000
8376
8377    DCE32: add support for DCE3.2 digital outputs.
8378    
8379    This adds support for the digital outputs on the RV730.
8380
8381commit 4d3792fd1b9f733107582436540f483d8993199f
8382Author: Dave Airlie <airlied@redhat.com>
8383Date:   Fri Dec 12 10:34:57 2008 +1000
8384
8385    radeon: fixes from Alex for some output engines
8386    (cherry picked from commit 1e8ac6ea7b35ccbc3649c96ead60f69158f66ebc)
8387
8388commit f892154dbd0d8b6dd8abdf2196ab0c7c18327412
8389Author: Alex Deucher <alexdeucher@gmail.com>
8390Date:   Mon Dec 15 19:41:32 2008 -0500
8391
8392    R3xx-R5xx: switch back to quad rendering for Xv
8393    
8394    The large clipped triangle trick hits the guardband limits on
8395    large displays.  This gets textured video working again
8396    until we sort out how to deal with the situation better.
8397    
8398    See bug 19046
8399
8400commit 62344e460f5d0cac81f94c535cda77d3d76528a9
8401Author: Alex Deucher <alexdeucher@gmail.com>
8402Date:   Mon Dec 15 11:30:42 2008 -0500
8403
8404    Remove remnants of unused DDCMode option
8405
8406commit f1efee6a11dc9436276fb12cfb90aa79ada1192b
8407Author: Alex Deucher <alexdeucher@gmail.com>
8408Date:   Mon Dec 15 11:27:17 2008 -0500
8409
8410    Remove mention of MergedFB from server log
8411    
8412    noticed by Fabio, bug 19098
8413
8414commit 94bffac6968057cdedc792f8540fe44cb6ecfd7c
8415Author: Fabio <fabio.ped@libero.it>
8416Date:   Mon Dec 15 11:22:56 2008 -0500
8417
8418    man page updates
8419    
8420    from bug 19098 with some minor fixes from me
8421
8422commit c7899905ec824071f9cabbd1e271c4d76010b733
8423Author: Fabio <fabio.ped@libero.it>
8424Date:   Mon Dec 15 10:58:23 2008 -0500
8425
8426    Remove duplicate ATI in some device names
8427    
8428    from bug 19098
8429
8430commit 89a8fd5337c77abf1f3166e69ed061d85b5c20f0
8431Author: Dave Airlie <airlied@redhat.com>
8432Date:   Mon Dec 15 14:41:10 2008 +1000
8433
8434    r600: don't idle engine
8435    (cherry picked from commit b77729448e487d37707ce028d8edc59352d1cc2d)
8436
8437commit 4ce255a9db8027f2471ba50e57724d3e4d5b16ba
8438Author: Fabio <fabio.ped@libero.it>
8439Date:   Fri Dec 12 09:53:33 2008 -0500
8440
8441    Fix formatting in man page
8442    
8443    fixes bug 19039
8444
8445commit 0e99017cb9a6d46b891705df73678c2705439532
8446Author: Joseph Adams <joeyadams3.14159@gmail.com>
8447Date:   Thu Dec 11 00:57:03 2008 -0500
8448
8449    Add more eMac modes, fix crash in last patch
8450
8451commit fb46c30d316ab3ec54c54f3aec91d5164070a423
8452Author: Alex Deucher <alexdeucher@gmail.com>
8453Date:   Wed Dec 10 17:16:56 2008 -0500
8454
8455    Add support for Apple eMacs
8456    
8457    Thanks to Joseph Adams for helping me sort this out.
8458    Verified on eMac G4/1.0 with radeon 7500
8459    Later eMacs with radeon 9200 or 9600 chips may have
8460    different ddc setups.  Need to verify.
8461
8462commit c0bcea9150ef215fa614733cef9a5b71a55a33bd
8463Author: Alex Deucher <alexdeucher@gmail.com>
8464Date:   Wed Dec 10 11:40:47 2008 -0500
8465
8466    Add another AGP quirk
8467    
8468    fixes bug 12544
8469
8470commit 607b02d6abf78147902a5944bd006897ad95e982
8471Author: Alex Deucher <alexdeucher@gmail.com>
8472Date:   Wed Dec 10 03:54:35 2008 -0500
8473
8474    Add randr 1.3 panning support
8475
8476commit 24007acbf36bcfd09cb5e74ce4a8d918d393cf34
8477Author: Benjamin Close <Benjamin.Close@clearchain.com>
8478Date:   Wed Dec 10 02:17:56 2008 -0500
8479
8480    [PATCH] xf86misc extension has been removed, update driver to reflect it
8481
8482commit 69e445f7f2ebd299070e44457b434bbc28b7e05c
8483Author: Dave Airlie <airlied@linux.ie>
8484Date:   Tue Dec 9 18:59:11 2008 +1000
8485
8486    radeon: memset the pll setting function
8487    
8488    Thanks to Peter Zijlstra for making me debug this and providing
8489    feedback.
8490
8491commit c72b732a2f5597cd72bd4ebe207799ae07f2681e
8492Author: Adrian Friedli <adi@koalatux.ch>
8493Date:   Mon Dec 8 10:42:46 2008 -0500
8494
8495    Add another AGP quirk
8496
8497commit 979ad04d901676cb41aea5cf47a8a2e9c19064dd
8498Author: Alex Deucher <alexdeucher@gmail.com>
8499Date:   Fri Dec 5 17:53:57 2008 -0500
8500
8501    Add missing .TP in man page
8502
8503commit b89d434011787fb71593395f462d142375783e35
8504Author: Pierre Ossman <pierre@ossman.eu>
8505Date:   Fri Dec 5 17:52:02 2008 -0500
8506
8507    Fix scissor setup for Xv
8508    
8509    We need to adjust the scissoring for each clip box, so move the setup
8510    to inside the while loop.
8511
8512commit 83c1115333cbe763f86422fa5aabf4ab21951e68
8513Author: Alex Deucher <alexdeucher@gmail.com>
8514Date:   Fri Dec 5 11:52:18 2008 -0500
8515
8516    R200: Remove scissor setup from init3d()
8517    
8518    We aren't using them, so no need to set them up.
8519
8520commit 7593d5399cdb2f42ecbcb5193580385b286a9db9
8521Author: Alex Deucher <alexdeucher@gmail.com>
8522Date:   Fri Dec 5 11:18:15 2008 -0500
8523
8524    set coherent mode consistently (enabled for now)
8525    
8526    It's set to enabled in the output setup, but then was set to
8527    disabled when teh output properties were setup.  Set it up
8528    consistently.
8529
8530commit ad2579f8898251105a6b36b745afd1ce1dab103e
8531Author: Dave Airlie <airlied@linux.ie>
8532Date:   Fri Dec 5 20:03:53 2008 +1000
8533
8534    radeon: damn you bios, HDMI cannot have DACs.
8535
8536commit bae30856f2cb3884387ef347327af6ff00b75854
8537Author: Alex Deucher <alexdeucher@gmail.com>
8538Date:   Fri Dec 5 08:15:59 2008 +0100
8539
8540    Make VSync for EXA and Xv configurable
8541
8542commit 33638d9e388b330e2f4eb4debd05ba09924cf176
8543Author: Pierre Ossman <pierre@ossman.eu>
8544Date:   Thu Dec 4 23:29:31 2008 +0100
8545
8546    Optimise RADEONWaitForVLine
8547    
8548    Only avoid the vlines we are rendering to, instead of the entire
8549    screen. This way we don't stall the card for longer than we
8550    absolutely have to.
8551    
8552    EXA calls fixed by Alex Deucher.
8553
8554commit d1690f5cc096e2f735c8b407c370a1c1cd7a8afc
8555Author: Pierre Ossman <pierre@ossman.eu>
8556Date:   Wed Dec 3 21:49:37 2008 +0100
8557
8558    Improve tearing avoidance for Xvideo in two steps
8559    
8560    - Fix up VLINE handling to trigger whenever scanout is outside the
8561      visible area.
8562    
8563    - Render the video as a scissored triangle as R300+ cannot render a
8564      quad in a single pass.
8565
8566commit 4d98acbca2e630056bf56cdcd0e23007fded2ced
8567Author: Alex Deucher <alexdeucher@gmail.com>
8568Date:   Wed Jul 16 03:14:06 2008 -0400
8569
8570    First pass at tear-free accel
8571    
8572    if the dest pixmap is the front buffer, stall the pipe
8573    until the vline is outside the active area.
8574    For EXA, pick crtc based on the larger mode area;
8575    ideally we'd have one pixmap per crtc.
8576    For Xv, use dst window area to determine crtc.
8577
8578commit 82d67b70d0fb747cf7b1eb0b64244ae56cb84572
8579Author: Pierre Ossman <pierre@ossman.eu>
8580Date:   Thu Dec 4 15:38:13 2008 -0500
8581
8582    Switch r200 Xv to use rect lists rather than quads to avoid tearing
8583    
8584    Patch from Pierre with fixes from me.
8585
8586commit 9eccd0ad0827a1b8ec9abb2cebf5768d204a5ce9
8587Author: Alex Deucher <alexdeucher@gmail.com>
8588Date:   Thu Dec 4 12:28:12 2008 -0500
8589
8590    Fix up US setup after r3xx bicubic merge
8591
8592commit e13fba853ba19e6b0f081b9b3d9fa76c38a0f82b
8593Merge: d296337 79bbdd9
8594Author: Alex Deucher <alexdeucher@gmail.com>
8595Date:   Thu Dec 4 12:25:29 2008 -0500
8596
8597    Merge branch 'bicubic' of git://git.infradead.org/users/drzeus/xf86-video-ati
8598
8599commit d29633708b5451f5541e88371d831ae03019a7f5
8600Author: Dave Airlie <airlied@redhat.com>
8601Date:   Thu Dec 4 09:08:48 2008 +1000
8602
8603    radeon: apply atom quirks to object table
8604
8605commit 941ac0d3ab839dc5aaaef2f3b7f5c7085b2894c5
8606Author: Alex Deucher <alexdeucher@gmail.com>
8607Date:   Wed Dec 3 17:31:25 2008 -0500
8608
8609    Make sure 3D state is emited when switching to 3D IB
8610    
8611    - fixes bug 18864
8612
8613commit 79bbdd984c925e37f5b3db2605339f1a21377fcf
8614Author: Pierre Ossman <pierre@ossman.eu>
8615Date:   Wed Dec 3 20:33:36 2008 +0100
8616
8617    Change the XV_BICUBIC attribute to a tristate, where the third state
8618    automatically turns the filter on and off as appropriate.
8619
8620commit bbdf821c179242266fd86edf9e688a6be9cf985f
8621Author: Pierre Ossman <pierre@ossman.eu>
8622Date:   Wed Dec 3 19:42:50 2008 +0100
8623
8624    Make the R300 bicubic shader program a bit easier to understand by
8625    having comments that describe the operation, not how it has to be
8626    implemented in the hardware.
8627
8628commit 8f4b22932c91f1d51fcbf1d1a99d852fcdaafdcc
8629Author: Pierre Ossman <pierre@ossman.eu>
8630Date:   Wed Dec 3 19:31:31 2008 +0100
8631
8632    Now that we have a bicubic code path that messes up the pixel shader,
8633    we need to restore it in the non-bicubic code.
8634
8635commit 0851daa6e7db77e440188d774ef8b3236146bcb9
8636Author: Pierre Ossman <pierre@ossman.eu>
8637Date:   Wed Dec 3 19:17:36 2008 +0100
8638
8639    Fix macros so that they are safe to use with expressions as parameters.
8640
8641commit e04bcb0066781f61e97787856261e3380036d304
8642Author: Pierre Ossman <pierre@ossman.eu>
8643Date:   Wed Dec 3 19:16:03 2008 +0100
8644
8645    Fix node setup on R300 bicubic pixel shader. It was backwards and used
8646    the wrong base for sizes.
8647
8648commit 927aee181f3637bda1b761caf93fbc0652e1207b
8649Author: Alex Deucher <alexdeucher@gmail.com>
8650Date:   Wed Dec 3 01:39:38 2008 -0500
8651
8652    Only flush IB when direct rendering is enabled
8653
8654commit ca74ebf8813b7fab8d08465ef9600f001c948e94
8655Author: Alex Deucher <alexdeucher@gmail.com>
8656Date:   Tue Dec 2 22:26:21 2008 -0500
8657
8658    move 3d state init after RADEON_SWITCH_TO_3D()
8659
8660commit fc079c5267baf431bbecee7744e484783d393152
8661Author: Dave Airlie <airlied@redhat.com>
8662Date:   Tue Dec 2 22:11:57 2008 -0500
8663
8664    Don't mix 2D and 3D in the same IB
8665    
8666    fix from radeon-gem-cs
8667
8668commit 678693aabd0b4c1812ab44bf5abb4c8394b254bb
8669Author: Dave Airlie <airlied@redhat.com>
8670Date:   Tue Dec 2 22:02:21 2008 -0500
8671
8672    Stability fixes from radeon-gem-cs
8673
8674commit f231e4d9b2c683dc16f42cf09484fae926a892c1
8675Author: Dave Airlie <airlied@redhat.com>
8676Date:   Wed Dec 3 11:39:04 2008 +1000
8677
8678    radeon: fix HDMI having DACs in some BIOSes
8679
8680commit fe73d9a7dfe8ec5c8f1a8dc08e14b4e138aa9276
8681Author: Bryce Harrington <bryce@canonical.com>
8682Date:   Tue Dec 2 19:47:45 2008 -0500
8683
8684    Add another AGP quirk
8685
8686commit 6e0c48958c6a50a639368e369ce72d813256aee4
8687Author: Alex Deucher <alexdeucher@gmail.com>
8688Date:   Mon Dec 1 18:50:40 2008 -0500
8689
8690    Add quirk for r200 card with the primary dac wired to both ports
8691    
8692    refactor load detection setup as a byproduct
8693    should fix bug 18719
8694
8695commit fa496d7b0397d9be57db90d0860928e9ced73cca
8696Author: Pierre Ossman <pierre@ossman.eu>
8697Date:   Mon Dec 1 08:29:29 2008 +0100
8698
8699    Fix comments for R500 fragment shader to reflect the code.
8700
8701commit 0d95fca114194664d9ab612c90d3222912cf41ff
8702Author: Corbin Simpson <MostAwesomeDude@gmail.com>
8703Date:   Sat Aug 30 12:38:43 2008 -0700
8704
8705    Fix indentation on IS_R300_3D Xv code.
8706
8707commit 36a62b8c47def3f23a0b735875f59d23ed3c095a
8708Author: Corbin Simpson <MostAwesomeDude@gmail.com>
8709Date:   Sat Aug 30 11:15:20 2008 -0700
8710
8711    r3xx: Various Xv fixes.
8712
8713commit 01ed5462fad56f5b7bf867041d00443bdf81c653
8714Author: Corbin Simpson <MostAwesomeDude@gmail.com>
8715Date:   Thu Aug 7 18:08:54 2008 -0700
8716
8717    Switch to Mesa-style 24-bit float packing.
8718    Seems like Mesa's got it right, so we should follow suit.
8719
8720commit 85bbe889045aa434f71a3eb0ba8153b7d2cc5023
8721Author: Maciej Cencora <m.cencora@gmail.com>
8722Date:   Thu Aug 7 07:06:46 2008 -0700
8723
8724    Enable bicubic Xv on r3xx+. Still some buggies in the actual display, but looks pretty good.
8725
8726commit bf6263cff50bb85c19ff6dfebb739333fa8aca18
8727Author: Maciej Cencora <m.cencora@gmail.com>
8728Date:   Thu Aug 7 07:00:36 2008 -0700
8729
8730    Add r3xx-specific bicubic filtering code. FP, RS, mostly, everything else is shared with r5xx.
8731
8732commit da021c36bbdf3bca31ee50ebe01cdb9495c09b36
8733Author: Dave Airlie <airlied@linux.ie>
8734Date:   Sun Nov 30 18:44:24 2008 +1000
8735
8736    radeon_drm.h: remove kernel defines
8737    
8738    remove these we should update from an installed kernel copy not from the
8739    original kernel copy.
8740
8741commit 783cdb7374941bb1d2b63eea375fbf2f1b808cc3
8742Author: Dave Airlie <airlied@redhat.com>
8743Date:   Thu Nov 27 15:29:06 2008 +1000
8744
8745    r100/r200: EXA misrenders dst == a8 + dst alpha use.
8746    
8747    Fedora BZ#469556
8748    
8749    I've played with various dst and texture formats and rewritten large
8750    parts of this to no avail, so I'm punting for now.
8751
8752commit 2d7cfc421713286edd5121b56999246f9ae70286
8753Author: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
8754Date:   Tue Nov 25 13:25:33 2008 -0500
8755
8756    Catch unsubstituted macro for PCI region base access
8757    
8758    also fix up some warnings.
8759
8760commit af7690b9c300d37c3a0c51e27e0ad2ca009224a2
8761Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
8762Date:   Tue Nov 25 02:57:30 2008 -0500
8763
8764    [PATCH] radeon: Fix PCI usage of 32-bit driver on 64-bit platform
8765    
8766    The radeon driver is storing PCI addresses in unsigned long's which
8767    won't work well on 32-bit platforms with 64-bit physical address space
8768    such as PowerPC 4xx. This fixes it by using unsigned long long instead.
8769
8770commit 065938617c0feab17f4274a5350de02a692ba065
8771Author: Ramon van der Stelt <rvanderstelt@xs4all.nl>
8772Date:   Tue Nov 25 02:23:46 2008 -0500
8773
8774    Interlaced mode fixes
8775    
8776    see bug 12626
8777
8778commit 36a7dc6ea1e1929e986ab1159497c71521cb2f10
8779Author: Bryce Harrington <bryce@canonical.com>
8780Date:   Tue Nov 25 01:04:37 2008 -0500
8781
8782    Additional AGP quirks
8783    
8784    bug 18693
8785
8786commit 2acb8e4ed220fccb21b22a53c5142ab3a35d32ef
8787Author: Alex Deucher <alexdeucher@gmail.com>
8788Date:   Tue Nov 25 15:07:09 2008 +1000
8789
8790    radeon: fixup shared DDC lines for some rv610 cards.
8791    
8792    Some cards share DDC between a HDMI and VGA output, and expect the
8793    driver to use load detect or EDID to figure it out.
8794    
8795    airlied- shipped in RHEL5
8796    
8797    Signed-off-by: Dave Airlie <airlied@redhat.com>
8798
8799commit b01e35168de40d192fd7a9ce6884b9c7419afbd4
8800Author: Alex Deucher <alexdeucher@gmail.com>
8801Date:   Mon Nov 24 21:06:42 2008 -0500
8802
8803    Fix up posted logic
8804    
8805    noticed by benh on IRC
8806
8807commit d7a03e93372b17d642b42f5490464616ae7c99c1
8808Author: Alex Deucher <alexdeucher@gmail.com>
8809Date:   Mon Nov 24 15:52:05 2008 -0500
8810
8811    Get hardcoded edid from the bios for servers that support it
8812    
8813    should fix bug 11300
8814
8815commit 3858e31fa9d77d52a5cabb02f53f06385eab40f7
8816Author: Alex Deucher <alexdeucher@gmail.com>
8817Date:   Mon Nov 24 14:39:41 2008 -0500
8818
8819    Don't support rotation is accel is not available
8820    
8821    Fixes bug 18068
8822
8823commit 3d27876d91ef69d71f17b6cf8c07c26bf12857b4
8824Author: Dave Airlie <airlied@redhat.com>
8825Date:   Mon Nov 10 15:47:13 2008 +1000
8826
8827    radeon: always align dstPitch to 64 bytes for textured video
8828    
8829    bz# 18454
8830
8831commit 6c8b352264540ccc4622a7c0b704ce452dcd707d
8832Author: Dave Airlie <airlied@redhat.com>
8833Date:   Wed Oct 29 15:53:57 2008 +1000
8834
8835    pciid: add HD3300 - 790GX chipset.
8836    
8837    RH BZ (#466706)
8838
8839commit 902eaf768142c6c7dcc487e10775027b84cd1f9a
8840Author: Alex Deucher <alexdeucher@gmail.com>
8841Date:   Thu Nov 6 15:46:43 2008 -0500
8842
8843    Check for LVDS on all IGP chips
8844    
8845    - fixes bug 18395
8846
8847commit 44abaa0ea8e5e3bbe833fa73e6d011618bb6d7e7
8848Author: Adam Jackson <ajax@redhat.com>
8849Date:   Mon Nov 3 15:09:28 2008 -0500
8850
8851    Fix HDMI output setup on DIG1/DIG2.
8852    
8853    The only reliable way to detect an HDMI sink is to check for the
8854    appropriate EDID extension block, so this will only work right on
8855    servers with xf86DoEEDID().  RANDR 1.2 will call this internally for
8856    us if it exists, but pre-1.6 servers are out of luck.
8857
8858commit 937b7ac2a259cf504a19dcf62a58b1db1afb8eb9
8859Author: Bryce Harrington <bryce@canonical.com>
8860Date:   Wed Oct 29 01:31:50 2008 -0400
8861
8862    Add AGP quirk table
8863    
8864    - set known good default agp modes for problematic chip/bridge combos
8865    - should fix bug 17360, others
8866
8867commit 67bc2ae7f227a2afedc8e699cf0458fa7960f301
8868Author: Julien Cristau <jcristau@debian.org>
8869Date:   Sun Oct 26 16:05:04 2008 +0100
8870
8871    Bug#7148: Fix manpage formatting
8872
8873commit 98fdd78a1229584b922f816f331a45bfc178c961
8874Author: Dave Airlie <airlied@linux.ie>
8875Date:   Tue Oct 21 18:36:22 2008 +1000
8876
8877    atombios: oops typo
8878
8879commit 763dff6c117a10b6a57ba1854c5b798359789e44
8880Author: Dave Airlie <airlied@linux.ie>
8881Date:   Tue Oct 21 18:35:44 2008 +1000
8882
8883    atombios: set missing pixel clock
8884
8885commit 435cf7da68186f2601c4b888296117d4f652c625
8886Author: Alex Deucher <alexdeucher@gmail.com>
8887Date:   Wed Oct 15 10:52:14 2008 -0400
8888
8889    Add LCD dithering quirk for macbook pro
8890    
8891    fixes bug 17897.
8892
8893commit c0e6cb6d0eeef8f2ea60d840e1cd668fa92cd7f9
8894Author: Alex Deucher <alexdeucher@gmail.com>
8895Date:   Fri Oct 10 11:09:27 2008 -0400
8896
8897    Fix grey level dithering setup
8898
8899commit 9eb2b6cd28224f0cbbabf3df451696ae1a845b9c
8900Author: Dave Airlie <airlied@redhat.com>
8901Date:   Fri Oct 10 16:18:05 2008 +1000
8902
8903    radeon: hopefully fix plls for 30" monitors.
8904    
8905    Only do the HIGH trick on the DCE3 cards. Tested on rv610/630/770.
8906
8907commit 0975e007ec7933acf9cd8ad2f281313ef8d32ac9
8908Author: Dave Airlie <airlied@redhat.com>
8909Date:   Thu Oct 9 17:16:28 2008 +1100
8910
8911    radeon: rename radeon_memory to radeon_legacy_memory.
8912    
8913    This is a setup patch for the kms/memory management code.
8914
8915commit d744dc013cf5ca3141c0fdf55e36d713fe9f53ba
8916Author: Adam Jackson <ajax@redhat.com>
8917Date:   Wed Oct 8 15:50:25 2008 -0400
8918
8919    Fix connector table mapping for lvtma/kaleidoscope/uniphy.
8920    
8921    Fixes DPMS on LVDS.
8922
8923commit dc795ba66a8c0eb2c3fdb86bd42dfc17e0aa3b6e
8924Author: Alex Deucher <alexdeucher@gmail.com>
8925Date:   Tue Oct 7 12:32:47 2008 -0400
8926
8927    Fixups from last DFP/LCD refactor
8928    
8929    - fix DFP1 -> LCD1
8930    - use _INDEX rather than _SUPPORT defs
8931
8932commit 4a9e8d9fe24278b56aef51677fd35289d01584a7
8933Author: Alex Deucher <alexdeucher@gmail.com>
8934Date:   Mon Oct 6 18:00:08 2008 -0400
8935
8936    set grey levels correctly for temporal dithering
8937
8938commit 5708624d1151877dd66a462d4a75fed6774604a7
8939Author: Alex Deucher <alexdeucher@gmail.com>
8940Date:   Mon Oct 6 15:11:56 2008 -0400
8941
8942    Turn coherent mode off by default on DVI
8943
8944commit a5c5ce96279d01eb519bfb92b94c06a58acb7f07
8945Author: Alex Deucher <alexdeucher@gmail.com>
8946Date:   Mon Oct 6 15:07:31 2008 -0400
8947
8948    Refactor atom LCD/DFP output setup
8949    
8950    Simplify the code, properly handle dithering, coherent mode, encoding, etc.
8951    Should fix bug 17897.
8952
8953commit f9826a5694b7adb6920eb5bdf45d840d8fb14d53
8954Author: Alex Deucher <alexdeucher@gmail.com>
8955Date:   Fri Oct 3 15:24:12 2008 -0400
8956
8957    Add support for DDC via atom commands for RV410
8958    
8959    The atom calls use the hw i2c engine for DDC.  For some
8960    reason, sw i2c doesn't seem to work on the VGA GPIO on
8961    RV410 chips, so we use atom in that case.
8962    
8963    This fixes the longstanding VGA DDC problems on RV410/M26
8964    chips.
8965
8966commit 23c17c0121d43c2fd11bb5cfbaa4b02abac2b16d
8967Author: Alex Deucher <alexdeucher@gmail.com>
8968Date:   Fri Oct 3 14:30:33 2008 -0400
8969
8970    man page updates
8971    
8972    Update render accel and page flipping information.
8973    fixes bug 17887.
8974
8975commit 4ac6e499089aec3c79af5dbede5fe631b105ce3d
8976Author: Alex Deucher <alexdeucher@gmail.com>
8977Date:   Wed Oct 1 18:53:15 2008 -0400
8978
8979    proper fix for initial rotation
8980    
8981    The initial modeset was setting the MC regs, so just set them
8982    rather than the full modeset.
8983
8984commit 346228b20c69a965c9e7d67157f42c1d36a5b6c3
8985Author: Alex Deucher <alexdeucher@gmail.com>
8986Date:   Wed Oct 1 14:38:27 2008 -0400
8987
8988    Workaround to make initial rotation work
8989    
8990    Acceleration needs to be initialized before setting the mode
8991    for initial rotation to work.  Changing the order in RADEONScreenInit()
8992    doesn't work because RADEONDRIKernelInit() hangs in the ioctl to
8993    initialize the CP if the mode is not set prior (even if the heads
8994    are turned off after setting the mode).  The workaround is to set the
8995    modes twice, once before accel and once after.
8996    
8997    This needs to be looked into further.
8998
8999commit c359c2a31caf9f75b9fc6b6bcbc3e9dc1fe404ba
9000Author: Michel Dänzer <michel@tungstengraphics.com>
9001Date:   Tue Sep 30 11:04:54 2008 +0200
9002
9003    Pass base offset into RADEONDisplayVideo() explicitly.
9004    
9005    This prevents the base offset from flipping back and forth if double buffering
9006    is enabled and the two buffers start on different sides of a 4 MB boundary.
9007    
9008    Should fix http://bugs.freedesktop.org/show_bug.cgi?id=17254 ; please don't
9009    reopen that bug report without attaching a log file captured after reproducing
9010    the problem with this fix.
9011
9012commit ba21d5ae7fbbf5828c44c41655aff8b182453e2e
9013Author: Michel Dänzer <michel@tungstengraphics.com>
9014Date:   Tue Sep 30 11:03:04 2008 +0200
9015
9016    Update GEN_INT_CNTL register value after calling DRM modeset ioctl.
9017    
9018    Fixes sync-to-vblank hangs after mode switch with DRM vblank-rework.
9019
9020commit 3110646daf05fa09faaa70066cc8c3db1bb07cec
9021Author: Michel Dänzer <michel@tungstengraphics.com>
9022Date:   Sun Sep 14 11:46:36 2008 +0200
9023
9024    Fix -Werror build.
9025
9026commit d82f2938f69402c641a1c8362fdc513419b27659
9027Author: Alex Deucher <alexdeucher@gmail.com>
9028Date:   Fri Sep 26 13:51:24 2008 -0400
9029
9030    atombios updates from upstream
9031
9032commit d0d58b39e49c5ce00bc8bd12f721ad8c7f554b91
9033Author: Alex Deucher <alexdeucher@gmail.com>
9034Date:   Wed Sep 24 11:54:34 2008 -0400
9035
9036    radeon: Further pll adjustments
9037
9038commit d100a6af8f828eb94f8ba6e8a96c24389b5cf46f
9039Author: Alex Deucher <alexdeucher@gmail.com>
9040Date:   Fri Sep 19 14:04:59 2008 -0400
9041
9042    cleanup macbook quirk
9043
9044commit 1218e38c75351a20f7414ba6fcb3545689339442
9045Author: Alex Deucher <alexdeucher@gmail.com>
9046Date:   Fri Sep 19 13:52:07 2008 -0400
9047
9048    more macbook fixes
9049
9050commit 83e1f132965deadedda7a622184eb400cd4c120c
9051Author: Alex Deucher <alexdeucher@gmail.com>
9052Date:   Fri Sep 19 09:36:59 2008 -0400
9053
9054    Fix copy/paste error in the last commit
9055    
9056    DVI-D -> DVI-I
9057
9058commit 4af825f7b13cba8c3b204e72a07cab5009331240
9059Author: Alex Deucher <alexdeucher@gmail.com>
9060Date:   Fri Sep 19 00:29:20 2008 -0400
9061
9062    radeon: Add quirk for macbook
9063    
9064    - should fix bug 17625
9065
9066commit 38aa450fce6a91b35c191fd07112490a62cc29c6
9067Author: Alex Deucher <alexdeucher@gmail.com>
9068Date:   Tue Aug 26 21:50:23 2008 -0400
9069
9070    fix some fallout from the common allocator
9071    
9072    should fix bug 17317
9073
9074commit a3cc1d7a421456186024c5c069e403d374a0f0b9
9075Author: Dave Airlie <airlied@linux.ie>
9076Date:   Tue Aug 26 08:03:20 2008 +1000
9077
9078    radeon: fix powerpc build
9079
9080commit 6cebfe257f7ddad855ee743e4eb899bd6fac7f46
9081Author: Alex Deucher <alexdeucher@gmail.com>
9082Date:   Fri Jul 11 19:32:06 2008 -0400
9083
9084    Switch EXA path back to static cursor allocation
9085    
9086    pre-AVIVO cards have address limits for the cursor offset
9087
9088commit 4dff54a3c8d7c9f2d6ec50354ff0b92f1b7fcbdf
9089Author: Alex Deucher <alexdeucher@gmail.com>
9090Date:   Fri Jul 11 17:28:03 2008 -0400
9091
9092    Switch cursors over to generic allocator
9093
9094commit 5b1978a4796bcc31ac2f01d303dc8f8f44323025
9095Author: Alex Deucher <alexdeucher@gmail.com>
9096Date:   Mon Aug 25 10:05:28 2008 -0400
9097
9098    Bicubic fixes from the last cherry-pick
9099
9100commit 7daba77ded1c718e93ae8c372a39a6e85228d513
9101Author: Alex Deucher <alexdeucher@gmail.com>
9102Date:   Fri Jul 11 02:02:38 2008 -0400
9103
9104    Convert randr, Xv to a common allocator
9105
9106commit 610fe1a937da78f4ac813ac919c158dde8f42442
9107Author: Alex Deucher <alexdeucher@gmail.com>
9108Date:   Thu Jul 10 22:47:35 2008 -0400
9109
9110    Switch to using radeon_drm.h from the drm
9111    
9112    modelled after Matthias' similar rhd change
9113
9114commit a6561f2ec673b38907f7181235386f32e60c32ba
9115Author: Alex Deucher <alexdeucher@gmail.com>
9116Date:   Thu Jul 10 22:31:13 2008 -0400
9117
9118    Move DRI to a separate struct
9119    
9120    based on Matthias' similar work in rhd
9121
9122commit 75ef8dc214715d3c5c50996b293933842903ba65
9123Author: Egbert Eich <eich@freedesktop.org>
9124Date:   Thu Jul 10 21:49:55 2008 -0400
9125
9126    Cleanups from rhd port
9127    
9128    - remove unused vars
9129    - remove static exa render vars
9130
9131commit 71ad140fa11f3a504c38d6bddf40e3a3c0a20e60
9132Author: Alex Deucher <alexdeucher@gmail.com>
9133Date:   Thu Jul 10 21:24:16 2008 -0400
9134
9135    Move accel state to a separate struct
9136
9137commit 5b2e095c31b88d8495a4f86e6cb46b49fa4acd65
9138Author: Alex Deucher <alexdeucher@gmail.com>
9139Date:   Thu Jul 10 20:07:44 2008 -0400
9140
9141    Move CP into a separate struct
9142
9143commit 2145309230e36aee7758bd244deb1e72ada0c065
9144Author: Alex Deucher <alexdeucher@gmail.com>
9145Date:   Mon Aug 25 08:47:59 2008 -0400
9146
9147    match textured video macro names with other accel code
9148    
9149    OUT_VIDEO_REG() -> OUT_ACCEL_REG()
9150    etc.
9151
9152commit 01daef0f095fbbaee701d5fe97f3dd7838b5f915
9153Author: Alex Deucher <alexdeucher@gmail.com>
9154Date:   Mon Aug 25 08:26:16 2008 -0400
9155
9156    Additional cleanups and re-arragement following bicubic merge
9157
9158commit 0a51d08c24af040fe48690662b1a912acad51700
9159Author: Alex Deucher <alexdeucher@gmail.com>
9160Date:   Mon Aug 25 06:43:14 2008 -0400
9161
9162    Whitespace cleanup from bucubic merge
9163
9164commit c0170fef510b53a6ca2c6ea7a99119235229c929
9165Author: Maciej Cencora <m.cencora@gmail.com>
9166Date:   Thu Aug 7 06:53:39 2008 -0700
9167
9168    Add needed FP registers, etc. for r3xx bicubic Xv.
9169
9170commit d9c38326cf70f57ab777ffdf9520b8cdea9d9cb6
9171Author: Dennis Kasprzyk <onestone@opencompositing.org>
9172Date:   Tue Aug 5 18:45:38 2008 +0200
9173
9174    Fix typos.
9175
9176commit d38ceba62aa5cee76baa342ce7719a983a79f09e
9177Author: Dennis Kasprzyk <onestone@opencompositing.org>
9178Date:   Tue Aug 5 16:21:57 2008 +0200
9179
9180    Fix bicubic fp calculation.
9181
9182commit 6f9c7fde75edc0399559f975db9a6c4dc22714ae
9183Author: Dennis Kasprzyk <onestone@opencompositing.org>
9184Date:   Tue Aug 5 15:38:42 2008 +0200
9185
9186    Fixed bicubic fragment program comments.
9187
9188commit 48b09ca40ccb28b5584069316fd38786a78c1dd3
9189Author: Corbin Simpson <MostAwesomeDude@gmail.com>
9190Date:   Sat Aug 2 02:36:21 2008 -0700
9191
9192    Switch from 32-bit floats to 16-bit half-floats.
9193    Massive bandwidth savings, or so I'm told. Yay?
9194
9195commit ebbb7fb634fcadf28ff99c1df2c3db89fd56932d
9196Author: Corbin Simpson <MostAwesomeDude@gmail.com>
9197Date:   Sat Aug 2 01:45:43 2008 -0700
9198
9199    Change floats to uint32_t hex.
9200    Useful for moving to 16-bit half-floats.
9201
9202commit 3b46162d8a90be3524cb513d42b9ad3d0bea45f5
9203Author: Dennis Kasprzyk <onestone@opencompositing.org>
9204Date:   Fri Aug 1 15:24:01 2008 +0200
9205
9206    Move some ALU instructions after the TEX instructions, so we can do something usefull while we are waiting for the texture values.
9207
9208commit 2ecdec4bafc97212dde4d6908ee4ccf618adc0e1
9209Author: Dennis Kasprzyk <onestone@opencompositing.org>
9210Date:   Fri Aug 1 04:03:12 2008 +0200
9211
9212    Another uneeded SEM_AQUIRE.
9213
9214commit e93b5d1b80d6203f63543b7b678e2f1d9221b5b3
9215Author: Dennis Kasprzyk <onestone@opencompositing.org>
9216Date:   Fri Aug 1 03:00:26 2008 +0200
9217
9218    Smarter usage of the texture semaphore.
9219
9220commit 286f7aa18f19bd21b263701adab38b736dbeda0f
9221Author: Corbin Simpson <MostAwesomeDude@gmail.com>
9222Date:   Thu Jul 31 17:01:44 2008 -0700
9223
9224    Enable bicubic filtering for all r5xx HW.
9225
9226commit 242aa4f630b4c60aefa3c12dc459a4d4d0b334a0
9227Author: Dennis Kasprzyk <onestone@opencompositing.org>
9228Date:   Fri Aug 1 01:11:28 2008 +0200
9229
9230    Remove one constant.
9231
9232commit 413eacb0538977b0b3c92df074d40510f4539abc
9233Author: Dennis Kasprzyk <onestone@opencompositing.org>
9234Date:   Fri Aug 1 00:52:09 2008 +0200
9235
9236    Heavy optimizations.
9237
9238commit a0c4a949cb49e5ac1e857aef08a8742b9f7b49da
9239Author: Dennis Kasprzyk <onestone@opencompositing.org>
9240Date:   Thu Jul 31 21:19:18 2008 +0200
9241
9242    Remove uneeded negations.
9243
9244commit abb2b2e757d92591ab9277824b9d9746ba98f875
9245Author: Dennis Kasprzyk <onestone@opencompositing.org>
9246Date:   Thu Jul 31 20:31:03 2008 +0200
9247
9248    Implement LPR in one instruction.
9249
9250commit c370b74bec13194573348583c38adf710b880e79
9251Author: Dennis Kasprzyk <onestone@opencompositing.org>
9252Date:   Thu Jul 31 19:50:49 2008 +0200
9253
9254    Set helper texture filter correctly.
9255
9256commit 5e85d5a5d0c50b29086ec0c219c8b52d25dbc2e9
9257Author: Corbin Simpson <MostAwesomeDude@gmail.com>
9258Date:   Wed Jul 30 19:45:15 2008 -0700
9259
9260    Update bicubic tables.
9261    Now including the 2048x1 texture as well.
9262
9263commit 17e5e9573e59c3d82d51c261b9c5005f6aec7d43
9264Author: Corbin Simpson <MostAwesomeDude@gmail.com>
9265Date:   Wed Jul 30 11:57:25 2008 -0700
9266
9267    Force R580-only for bicubic.
9268    Initial reading of docs suggest RV560 and RV570 can't handle it,
9269    but they're welcome to test.
9270
9271commit 83b52473d0e7102265918b07be053fcda17a14b4
9272Author: Corbin Simpson <MostAwesomeDude@gmail.com>
9273Date:   Wed Jul 30 01:03:57 2008 -0700
9274
9275    Bump bicubic cutoff to R580.
9276    RV530 chipsets can't handle fullscreen bicubic...
9277
9278commit 69a4998d1286bcdd7bfe874cd5628bc1cc232bae
9279Author: Corbin Simpson <MostAwesomeDude@gmail.com>
9280Date:   Wed Jul 30 01:03:46 2008 -0700
9281
9282    Oops, made a mistake with vertices.
9283
9284commit a4ec30a677906ec2ff9824c7ddca586655f6d1a8
9285Author: Corbin Simpson <MostAwesomeDude@gmail.com>
9286Date:   Wed Jul 30 00:54:32 2008 -0700
9287
9288    Merge upstream changes to vertices, and also add Xv attributes for textured video, including bicubic filtering.
9289
9290commit f3b81c7582aed307fa44e134ee161cd8a3158657
9291Author: Corbin Simpson <MostAwesomeDude@gmail.com>
9292Date:   Mon Jul 28 19:50:10 2008 -0700
9293
9294    Fix constants.
9295
9296commit 7dbb7023ba023ec1a38be63af9c9f49e40222b7b
9297Author: Corbin Simpson <MostAwesomeDude@gmail.com>
9298Date:   Mon Jul 28 17:30:41 2008 -0700
9299
9300    Finally got the fragment program fully working for bicubic filtering on r5xx.
9301
9302commit 0e4dd73b9ebc6f608eeff945b4d463a00c02e07c
9303Author: Corbin Simpson <MostAwesomeDude@gmail.com>
9304Date:   Mon Jul 28 12:16:50 2008 -0700
9305
9306    More bicubic FP buggies.
9307
9308commit a87647e0c27e0950f4d0d8203a1242a994ad3419
9309Author: Dennis Kasprzyk <onestone@compiz-fusion.org>
9310Date:   Sun Jul 27 10:43:01 2008 -0700
9311
9312    Fix texture size, texture filter, vertex offsets, etc.
9313
9314commit 232aa3e943fef4c4037b255c3b64a0aaff90ab5c
9315Author: Corbin Simpson <MostAwesomeDude@gmail.com>
9316Date:   Sat Jul 26 10:56:56 2008 -0700
9317
9318    Make vertices emit properly.
9319    *bangs head against wall*
9320
9321commit 8c84f67b93d926095633830aa8d95930a48b1c7b
9322Author: Corbin Simpson <MostAwesomeDude@gmail.com>
9323Date:   Sun Jul 20 14:25:44 2008 -0700
9324
9325    Try to get tex coords from the VAP to RS properly when bicubic filtering is enabled.
9326    I'm soo bad at this... :c
9327
9328commit a4a7d5f5967c51c394229de5eccaec44cfec8f50
9329Author: Corbin Simpson <MostAwesomeDude@gmail.com>
9330Date:   Sat Jul 19 13:02:02 2008 -0700
9331
9332    Upload pixel shader to card for r5xx. This was ridiculous. Also it doesn't work yet...
9333
9334commit 20c1db2d7c110ab5c1117a57b169baa1ab070518
9335Author: Corbin Simpson <MostAwesomeDude@gmail.com>
9336Date:   Fri Jul 18 13:48:08 2008 -0700
9337
9338    Upload bicubic filter to card. This was a LOT easier than I had feared, to be honest.
9339
9340commit a760e628134c6d7d42ec3c98118b6e5f6fcd3e7f
9341Author: Corbin Simpson <MostAwesomeDude@gmail.com>
9342Date:   Fri Jul 18 12:21:20 2008 -0700
9343
9344    Allocate memory for the bicubic filter texture.
9345
9346commit b6c9e2bb5365de82315c6814f915e57b0c4fa444
9347Author: Corbin Simpson <MostAwesomeDude@gmail.com>
9348Date:   Fri Jul 18 11:24:14 2008 -0700
9349
9350    Fixed typos in the bicubic texture tables. Whoops, looks like I'm still asleep.
9351
9352commit ca51f4f37e1dbf53bf7ffc0e8f612e9609e11209
9353Author: Corbin Simpson <MostAwesomeDude@gmail.com>
9354Date:   Fri Jul 18 11:06:34 2008 -0700
9355
9356    Add bicubic texture table, as well as the script used to (re)generate it. To regenerate, just run "python bicubic_table.py > bicubic_table.h".
9357
9358commit 1cf7a5494fa94e8d9f30f9b2905dfbe6d4faa445
9359Author: Bryce Harrington <bryce@bryceharrington.org>
9360Date:   Wed Aug 20 09:46:59 2008 -0400
9361
9362    radeon: Fix pasto in connector table setup for vga powerbooks
9363    
9364    fixes bug 17214
9365
9366commit a55e85f742d1334bf88e4681e553f025d2de38df
9367Author: Michel Dänzer <michel@tungstengraphics.com>
9368Date:   Thu Aug 14 15:21:51 2008 -0400
9369
9370    Make sure video offerlay offsets don't exceed the hardware limit of 128 MB.
9371    
9372        Always set the overlay base address such that the buffer offsets are as small
9373        as possible. This could still break in theory if the buffers were more than
9374        128 MB apart, but in reality this can't happen ATM because we always allocate
9375        a single memory area for all buffers.
9376    
9377        Fixes http://bugs.freedesktop.org/show_bug.cgi?id=16845 .
9378
9379commit 92ee21df344a989778e37369c7beb3904a00ead6
9380Author: Alex Deucher <alexdeucher@gmail.com>
9381Date:   Thu Aug 14 14:49:45 2008 -0400
9382
9383    PLL adjustments
9384    
9385    Seems higher dotclocks prefer a higher FB div.
9386    Someone with a lot of should try and find out where
9387    the div sweet spots are for various dotclock ranges.
9388    fixes bug 17125
9389
9390commit 0d5e0347af4322713075193154b8a348de4a0b52
9391Author: Alex Deucher <alexdeucher@gmail.com>
9392Date:   Wed Aug 13 14:17:34 2008 -0400
9393
9394    Remove reset of 3D scissor registers when using the CP in the ddx
9395    
9396    They should only affect 3D and init3d() should take care of that case
9397    noticed by libv on IRC.
9398
9399commit 7e456e9c427d48151b166bcac08c3e8a8b180f01
9400Author: Dave Airlie <airlied@linux.ie>
9401Date:   Tue Aug 12 08:18:30 2008 +1000
9402
9403    radeon: add 0x9441 for hd 4870 x2
9404    
9405    thanks to Michael Larabel for testing
9406
9407commit 4dbdeea7c9316575fba26b41fd347452e42cdcf2
9408Author: Alex Deucher <alexdeucher@gmail.com>
9409Date:   Fri Aug 8 17:39:48 2008 -0400
9410
9411    Further cleanup and unification of i2c code
9412    
9413    - unify the ddc and i2c code
9414    - add gpio mask support for legacy chips
9415    - remove the magic gpio dance for ancient monitors
9416      (if you have an ancient monitor that ddc stops
9417       working on let me know).  This should speed up DDC
9418      on legacy chips.
9419    
9420    -- radeon sw gpio i2c --
9421    4 sets of gpio registers for clk and data and corresponding bit masks
9422    mask - locks the gpio for use by sw
9423    get  - reads the value off the gpio pad
9424    put  - sets the gpio direction to output
9425    a    - "other stuff" On legacy chips you clear them if you want
9426           to use a gpio for i2c.  In some cases they are used for the
9427           output value when the gpio in the output state.
9428
9429commit 268c848130ec1770bb645a74197b6aca7fc95abc
9430Author: Alex Deucher <alexdeucher@gmail.com>
9431Date:   Fri Aug 8 15:50:07 2008 -0400
9432
9433    Fix VT switching on M6 chips
9434    
9435    Some M6 chips have a faulty MEM_SIZE register that in
9436    some cases reports 0 on 8 MB cards.  On EnterVT we check
9437    the MEM_SIZE reg as a check to see if the card is posted or
9438    not.  Since this reg returns 0, the driver attempts to post
9439    the card which can lead to a hang.  Switch this to check if
9440    either crtc is active as is done in the bios init code.
9441    fixes bug 13994
9442
9443commit 33f88f7fc90d9d93fdcbba9ad59dd70a6596bc3f
9444Author: Alex Deucher <alexdeucher@gmail.com>
9445Date:   Thu Aug 7 17:57:07 2008 -0400
9446
9447    RS4xx DDC fixes take 3
9448
9449commit df0d1ef53100f0a19c5b5fdc349f5186c8d9bd87
9450Author: Alex Deucher <alexdeucher@gmail.com>
9451Date:   Wed Aug 6 19:13:56 2008 -0400
9452
9453    RS4xx: Fix up ddc gpio
9454    
9455    - I mixed up the regs previously
9456
9457commit 18429390440a829fb24ed3afd99ccf8278138496
9458Author: Alex Deucher <alexdeucher@gmail.com>
9459Date:   Wed Aug 6 00:35:15 2008 -0400
9460
9461    Remove un-needed dac check for single crtc cards
9462    
9463    Connector tables should be setup properly already and this
9464    check breaks systems with 2 DACs and 1 crtc like the es1000.
9465
9466commit 001c535687d8588873037ee5363d0a709f44b418
9467Author: Alex Deucher <alexdeucher@gmail.com>
9468Date:   Tue Aug 5 17:14:48 2008 -0400
9469
9470    IGP: fix typo in IGP quirk handling
9471
9472commit eb65ddf70d182b6457e1ef5ebb820456039e8f6d
9473Author: Alex Deucher <alexdeucher@gmail.com>
9474Date:   Tue Aug 5 15:01:33 2008 -0400
9475
9476    IGP: attempt to get external TMDS working
9477    
9478    RS4xx chips have a tmds init table in the mobile info table
9479
9480commit 8b8990917809b9a35c6e9c1b9e3b12ff81c6dbb3
9481Author: Alex Deucher <alexdeucher@gmail.com>
9482Date:   Tue Aug 5 12:16:06 2008 -0400
9483
9484    IGP: Updated quirk handling
9485    
9486    - Hopefully finally fix DDC on RS4xx chips
9487    - RS3xx/RS4xx do not have internal TMDS
9488    - general quirk handling cleanup
9489    - we don't currently support mm gpio for external TMDS
9490      so return false.
9491
9492commit cb0deba5412a575d36f2f99377120b123506c946
9493Author: Calvin Fong <hoiwai930@gmail.com>
9494Date:   Mon Aug 4 02:04:15 2008 -0400
9495
9496    IGP: add support for NTSC tv-out on legacy IGP chips
9497    
9498    Patch from Calvin with some cleanups from me.
9499    No support for PAL yet.
9500
9501commit 942b18aca91819fa65d853cd15ffd1cd720cbd68
9502Author: Dave Airlie <airlied@redhat.com>
9503Date:   Mon Aug 4 14:38:21 2008 +1000
9504
9505    radeon: make r600 use i2c table lookup for ddc.
9506    
9507    This may fix DDC on rv770 cards.
9508
9509commit 1f3eee3682f3598a303c9c3accfbe01b245cacf9
9510Author: Alex Deucher <alexdeucher@gmail.com>
9511Date:   Tue Jul 29 20:29:32 2008 -0400
9512
9513    Change prim types for exa and textured video to help avoid tearing
9514    
9515    - r1xx - switch from tri fan to rect list
9516    - r2xx/r3xx/r4xx/r5xx - switch from tri fan to quad list
9517
9518commit 5b5441f8cc119db0d1e03dd35bd06015a26270dd
9519Author: Brice Goglin <bgoglin@debian.org>
9520Date:   Tue Jul 29 23:31:14 2008 +0200
9521
9522    Increase default GART size to 32MB on >=R300
9523
9524commit 0a505297f09aefb1b4432176a263bfdf6f256f77
9525Author: Alex Deucher <alexdeucher@gmail.com>
9526Date:   Mon Jul 28 17:12:41 2008 -0400
9527
9528    Fix error in driver connector table for powerbook w/ vga
9529
9530commit d5799ac53c3e1b2ca1da97780b171a44060c3aad
9531Author: Alex Deucher <alexdeucher@gmail.com>
9532Date:   Mon Jul 28 11:09:10 2008 -0400
9533
9534    Add quirk for oem x300 card
9535    
9536    - debian bug 492457
9537
9538commit 64dbadddcf6d069c0472f37afeab89d3e31e937d
9539Author: Owain Gordon Ainsworth <oga@openbsd.org>
9540Date:   Mon Jul 28 10:40:58 2008 +1000
9541
9542    radeon: don't call ioctl unless DRI is initialised
9543
9544commit 1c5858484da4fb1c9bc3ac3b4d7a97863ab99730
9545Author: Alex Deucher <alexdeucher@gmail.com>
9546Date:   Mon Jul 21 23:47:45 2008 -0400
9547
9548    First pass at InitDispBandwidth() for AVIVO chips
9549    
9550    - support for LB allocation
9551    - MC priority bumps for display1/2 on RV515 variants and RS690
9552    If you are having display underflow problems (flickering on sides of
9553    screen in high res modes, etc.) on RV515 or RS690 boards, try setting:
9554    Option "DisplayPriority" "HIGH" in your config.
9555    - still no support for full display watermark programming yet
9556    
9557    Something similar might be useful in rhd as well.
9558
9559commit b0378bb145c8a915c943bef7d17f2cdecfccc891
9560Author: Alex Deucher <alexdeucher@gmail.com>
9561Date:   Mon Jul 21 13:47:09 2008 -0400
9562
9563    Interlaced mode fixups for AVIVO chips
9564
9565commit c18fad622a3c4f9572051120d83af68b625b5686
9566Author: Alex Deucher <alexdeucher@gmail.com>
9567Date:   Mon Jul 21 10:36:48 2008 -0400
9568
9569    Clear display priority bits before resetting them
9570
9571commit dc231ff8e063313d2bcf5acccad67a9f8a7e3314
9572Author: Alex Deucher <alexdeucher@gmail.com>
9573Date:   Mon Jul 21 10:30:41 2008 -0400
9574
9575    Clean up legacy display watermark setup
9576    
9577    - makes crtc1 and crtc2 watermark setup independant.
9578    - fixes the case where only crtc2 is active
9579
9580commit f9034214f070fe3054cd9cefd7034252de234f38
9581Author: Michel Dänzer <michel@tungstengraphics.com>
9582Date:   Mon Jul 21 09:09:02 2008 +0200
9583
9584    Call DRM modeset ioctl after the IRQ has been initialized.
9585    
9586    This lets the DRM know it can safely disable the vblank interrupts.
9587
9588commit ecb6347a3d7071890600c98c2addef3a8ca260ee
9589Author: Alex Deucher <alexdeucher@gmail.com>
9590Date:   Sat Jul 19 11:34:16 2008 -0400
9591
9592    Add oem quirk for external tmds setup on Dell Inspiron 8600
9593    
9594    Noticed by fnord42 on IRC.
9595
9596commit df53d12a06fad41f00cff849458cb358ab5e2098
9597Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
9598Date:   Thu Jul 17 14:37:05 2008 +1000
9599
9600    Fix console switch on R500
9601    
9602    This patch fixes the console switch for me on R5xx.
9603    
9604    There are two aspects to it:
9605    
9606     - Fix the ordering of avivo_restore() to better match what's
9607    happening in the driver & ATOM, properly locking/unlocking and
9608    only enabling the CRTCs after everything has been properly
9609    programmed.
9610    
9611     - Don't ASIC_INIT if the card has any CRTC enabled. This is the
9612    best I came up with for avoiding spurrious ASIC_INIT on cards that
9613    -are- POSTed but don't have the BIOS coming from c0000 on x86. The
9614    problem with spurrious ASIC_INIT is that we do it before we do
9615    RADEONSave(), so that screws up the console switch.
9616    
9617    Note that I think we also should save/restore the palette, I don't think
9618    we do. right now, it's a minor issue for me because I fixed offb to be
9619    able to set it on AVIVO's but it might still have to be done in the long
9620    run.
9621    
9622    Tested with a VGA analog setup on DACA and a DVI setup on TMDS 0. I
9623    haven't tested any other combo but that should get us going.
9624    
9625    Cheers,
9626    Ben.
9627    
9628    Signed-off-by: Dave Airlie <airlied@redhat.com>
9629
9630commit e8c07270e1fc2ee455320370692aaf90abac2773
9631Author: Alex Deucher <alexdeucher@gmail.com>
9632Date:   Tue Jul 15 17:50:32 2008 -0400
9633
9634    ATOM: fix for r4xx cards with no VRAM_Usage tables
9635    
9636    fixes bug 15954
9637
9638commit da41e71efd41907d9347a902720bce60b32550e5
9639Author: Alex Deucher <alexdeucher@gmail.com>
9640Date:   Mon Jul 14 13:21:38 2008 -0400
9641
9642    ATOM: Add support for UpdateCRTC_DoubleBufferRegisters cmd table
9643    
9644    locks/unlocks the crtc/grph/mode regs before updating the crtc
9645
9646commit a5e0cf13dc7ace6cf0e44e18b73b9a9266e740ab
9647Author: Julien Cristau <jcristau@debian.org>
9648Date:   Sun Jul 6 12:17:28 2008 +0200
9649
9650    Link with -lpciaccess and -ldrm if needed
9651    
9652    This makes sure the driver ends up with a DT_NEEDED reference to
9653    the libraries it's using.
9654
9655commit f8da849fd89322a54cc4d722767da755358eab70
9656Author: Michel Dänzer <michel@tungstengraphics.com>
9657Date:   Sun Jul 13 11:31:03 2008 +0200
9658
9659    Only declare local variable when it's used.
9660
9661commit a6db4dc65aec560f3b1f37ff73ec6b0bd8207295
9662Author: Dave Airlie <airlied@linux.ie>
9663Date:   Sat Jul 12 18:47:07 2008 +1000
9664
9665    atombios: fix typo in mode conversion for panel
9666
9667commit 19a0d5879851eff23a3e7d5cdea55bd784051115
9668Author: Dave Airlie <airlied@linux.ie>
9669Date:   Sat Jul 12 17:04:25 2008 +1000
9670
9671    atombios: use macro to get offset into table
9672
9673commit a9746114369d516072d841ec356ec3ba3d0be71a
9674Author: Dave Airlie <airlied@linux.ie>
9675Date:   Sat Jul 12 10:46:36 2008 +1000
9676
9677    pciid: add radeon HD3850.
9678    
9679    pci id from legume on #radeon
9680
9681commit ab14f725676e4d4e45278c64b03fe2d328a3e439
9682Author: Alex Deucher <alexdeucher@gmail.com>
9683Date:   Fri Jul 11 19:05:00 2008 -0400
9684
9685    R300: NUM_FPU adjustments for VAP_CNTL
9686
9687commit 810c28cc2660b73e03e4d27be97988fc5321a06f
9688Author: Alex Deucher <alexdeucher@gmail.com>
9689Date:   Fri Jul 11 15:31:57 2008 -0400
9690
9691    Make sure cursor offsets are properly aligned when using EXA
9692
9693commit 7e67d0163579a44f104e8f354a929ac9b33e4c21
9694Author: Alex Deucher <alexdeucher@gmail.com>
9695Date:   Fri Jul 11 14:30:17 2008 -0400
9696
9697    Fix cursor with multi-head and rotation
9698
9699commit 9086d008fb8c3cde0633b90ce19ffbf4eded388d
9700Author: Alex Deucher <alexdeucher@gmail.com>
9701Date:   Tue Jul 8 09:57:04 2008 -0400
9702
9703    Add quirk for Falcon NW laptop
9704
9705commit 61f82ace0210251beb0bcc492218a75a193e1deb
9706Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
9707Date:   Tue Jul 8 21:58:43 2008 +1000
9708
9709    atombios: add support for other endians.
9710    
9711    This is a cleaned up (in as much as atombios can be..) of benh's patch.
9712    
9713    airlied - removed benh's debugging for now, it might need to be put back later..
9714
9715commit b4d1a47b5c6eafda5e274398eebe2701b030f22e
9716Author: Dave Airlie <airlied@linux.ie>
9717Date:   Tue Jul 8 11:09:01 2008 +1000
9718
9719    rv770 initial support
9720    
9721    adds pci ids and one register from AMD code
9722
9723commit 7ae4cec8cc8c90aee5dc4fa7abcce22321d4f4eb
9724Author: Roland Scheidegger <sroland@tungstengraphics.com>
9725Date:   Mon Jul 7 14:39:47 2008 -0400
9726
9727    clamp tex coords (r100/r200) for textured video
9728    
9729    fixes bug 14904
9730
9731commit 879f9a37856642b337e3c0233e38fd5443338eef
9732Author: Alex Deucher <alexdeucher@gmail.com>
9733Date:   Fri Jul 4 13:54:49 2008 -0400
9734
9735    Revert "rotate: fix rotation in conf file."
9736    
9737    This reverts commit 22c6ca0d5d226c725ba448e5db63fdba9e32332c.
9738    
9739    There seems to be an ordering issue in that causes a nasty hang
9740    if the DRI is enabled.  This needs more investigation.
9741
9742commit 22c6ca0d5d226c725ba448e5db63fdba9e32332c
9743Author: Dave Airlie <airlied@redhat.com>
9744Date:   Thu Jul 3 20:14:59 2008 +1000
9745
9746    rotate: fix rotation in conf file.
9747    
9748    need to set modes after init accel architecture
9749    
9750    reported-by: Christoph Bartoschek <bartoschek@or.uni-bonn.de>
9751
9752commit ce1a3edd52b647744cfa4433301befb437d211bb
9753Author: Dave Airlie <airlied@redhat.com>
9754Date:   Thu Jul 3 20:05:54 2008 +1000
9755
9756    radeon: drop all use of CPMode.
9757    
9758    We never test the other codepath and I don't think I've ever recommended it
9759    for anyone.
9760
9761commit c037b4ce8769ad840a257e22b1e4ad58b8ed96fa
9762Author: Wolke Liu <wolke.lui@amd.com>
9763Date:   Tue Jul 1 10:45:39 2008 -0400
9764
9765    Add pci id for FireMV 2400
9766
9767commit 72992668ca96717bf69bcea95a5deeaf7c57e826
9768Author: Alex Deucher <alex@botchco.com>
9769Date:   Mon Jun 30 14:09:09 2008 -0400
9770
9771    RS4xx: enable the DRI by default on all variants
9772    
9773    Some RS4xx chips had the DRI disabled by default.
9774    With the recent drm and ddx changes these chips have been
9775    reported to work now with the DRI.
9776
9777commit 0378c8ed88c829f09b5c6d51314325eaf2685fdb
9778Author: Michel Dänzer <michel@tungstengraphics.com>
9779Date:   Sat Jun 28 14:06:45 2008 +0200
9780
9781    Restore versioning of interface for Mesa DRI driver.
9782    
9783    This doesn't have anything to do with the package version.
9784
9785commit cfaa23d925e3c062cf87ea844566ac11ea02d69e
9786Author: Alex Deucher <alex@botchco.com>
9787Date:   Fri Jun 27 20:36:54 2008 -0400
9788
9789    RADEON: IGP VGA fixes take 2
9790    
9791    It seems only RS300/350/400/480 are missing the primary dac
9792    See bug 15708
9793
9794commit 31c27ffcb3c4c5334cf726ecd4e293a678b2a1ea
9795Author: Alex Deucher <alex@botchco.com>
9796Date:   Fri Jun 27 20:29:04 2008 -0400
9797
9798    Revert "IGP: attempt to fix VGA on IGP chips"
9799    
9800    This reverts commit e78e8a21b4040cd7f1983c241c860d9209398396.
9801
9802commit af79a77e6d8206b18bba97cf4e0770921dc439a7
9803Author: Brice Goglin <Brice.Goglin@ens-lyon.org>
9804Date:   Fri Jun 27 17:09:13 2008 +0200
9805
9806    use PACKAGE_VERSION_* for radeon version
9807    
9808    now radeon shows verion 6.9.0 instead of 4.3.0.
9809    
9810    RADEON_VERSION_MAJOR_TILED is dropped from ddxDriverMajorVersion
9811    since RADEON_VERSION_MAJOR is bigger now.
9812
9813commit c83fbdfa076c107012b7dfbbfbbb2feede00542b
9814Author: Alex Deucher <alex@botchco.com>
9815Date:   Thu Jun 26 19:48:45 2008 -0400
9816
9817    Bump for 6.9.0 release
9818
9819commit 32e1d1daf4f68ea37624afaa2bc1ea7742e1163b
9820Author: Brad Smith <brad@comstyle.com>
9821Date:   Thu Jun 26 10:22:03 2008 -0400
9822
9823    RADEON: sys/endian.h needs sys/types.h on BSDs
9824    
9825    See bug 16512
9826
9827commit dca522355a9039eca6efaba3b36397b246800f94
9828Author: Brad Smith <brad@comstyle.com>
9829Date:   Thu Jun 26 10:13:59 2008 -0400
9830
9831    RADEON: fix copy/paste error in accel code
9832
9833commit f4292e110105910d0c19bf2db28e2682b27af2c7
9834Author: Dave Airlie <airlied@redhat.com>
9835Date:   Fri Jun 20 15:31:43 2008 +1000
9836
9837    Revert "Revert "ATOM: disable TV-out for now""
9838    
9839    Oops I really didn't mean to do this, I was testing something and it slipped
9840    past.
9841    
9842    This reverts commit dd18caa4b2efc430eaae0c4362b65641f9bef440.
9843
9844commit bb1cfcbfbc1ace1f257fc3bf6401501f1a6da827
9845Author: Alex Deucher <alex@botch2.com>
9846Date:   Wed Jun 25 15:50:16 2008 -0400
9847
9848    RADEON: adjustments to Jerome's last commit
9849    
9850    - Flush caches and wait for idle after drawing
9851    - Make sure 3D is idle too (after composite or textured video)
9852
9853commit 07be302f6dba61dd15918963fae66502230c74b7
9854Merge: 8c9b8de 5245974
9855Author: Jerome Glisse <glisse@freedesktop.org>
9856Date:   Wed Jun 25 10:30:45 2008 +0200
9857
9858    Merge branch 'master' of git://anongit.freedesktop.org/xorg/driver/xf86-video-ati
9859
9860commit 8c9b8de0373797cba6f0a27e6b6f461e1070fef9
9861Author: Jerome Glisse <glisse@freedesktop.org>
9862Date:   Wed Jun 25 10:28:26 2008 +0200
9863
9864    radeon: flush & wait for 2d & dma idle after 2d blit
9865    
9866    This should help to avoid 2d & 3d engine to step on each
9867    other dma transaction.
9868
9869commit 52459745ec05de88adbc087e9566fe6d97ef424b
9870Author: Dave Airlie <airlied@linux.ie>
9871Date:   Wed Jun 25 17:09:11 2008 +1000
9872
9873    ati: hopefully fix byteswap mess for those other OSes.
9874
9875commit 67a6ac0001bc9d062aa426384a11a41fa7a1c09a
9876Author: Alex Deucher <alex@botch2.com>
9877Date:   Tue Jun 24 21:06:37 2008 -0400
9878
9879    bump for rc release
9880
9881commit bd68507d2d66e03d8bcde5f6e7ea9b2dbfe8b8a0
9882Author: Alex Deucher <alex@botch2.com>
9883Date:   Tue Jun 24 20:59:58 2008 -0400
9884
9885    RADEON: warning fix
9886
9887commit 8e534d69c9b19fc085f7c5ca9e18f5ea04f6fc12
9888Author: Alex Deucher <alex@botch2.com>
9889Date:   Tue Jun 24 20:08:35 2008 -0400
9890
9891    RADEON: cleanups
9892    
9893    - fix some warnings
9894    - RS400 and RS480 are separate families now (update default tmds and dac2
9895    tables)
9896
9897commit e78e8a21b4040cd7f1983c241c860d9209398396
9898Author: Alex Deucher <alex@botch2.com>
9899Date:   Tue Jun 24 19:53:28 2008 -0400
9900
9901    IGP: attempt to fix VGA on IGP chips
9902    
9903    VGA has never worked on some IGP chips.  While the chip only has
9904    one DAC, it appears to use a mix of Primary DAC and TVDAC controls.
9905    
9906    See bug 15708
9907
9908commit faa4b4b8dbe9b8a452cfa60d53874350bb04e0cb
9909Author: Jiří Paleček <jpalecek@web.de>
9910Date:   Tue Jun 24 19:20:50 2008 -0400
9911
9912    RADEON: remove extraneous line from new pll code
9913
9914commit 72feaa37ea07620f5f2ead438dbc72a1c8883cd3
9915Author: Jiří Paleček <jpalecek@web.de>
9916Date:   Mon Jun 23 15:53:58 2008 -0400
9917
9918    RADEON: PLL tweaks
9919    
9920    Patch from Jiří Paleček (see debian bug 465864) with some tweaks
9921    by me.
9922    
9923    - abort rather than programming bad dividers if no pll dividers can be found
9924    - improve the pll selection algorithm
9925    - in general, prefer lower ref dividers
9926    
9927    I've tested this patch on a wide variety of chips (r1xx-r6xx) and clocks.
9928
9929commit 9c2f909ea437a63a408d2398ecabe0b378dbb982
9930Author: Alex Deucher <alex@botch2.com>
9931Date:   Mon Jun 23 10:38:15 2008 -0400
9932
9933    RADEON: adjust randr crtc/output prepare/commit ordering
9934    
9935    This fixes some occasional mode change problems with multiple heads active.
9936    It seems radeons generally like to turn on the whole output/crtc setup
9937    in one shot.
9938
9939commit aea9bf75cf0774afd3e65fcf3fd3851f5fb21ca3
9940Author: Alex Deucher <alex@botch2.com>
9941Date:   Sat Jun 21 10:57:05 2008 -0400
9942
9943    0x1002 0x5657 is actually RV410
9944    
9945    See bug 14289
9946    
9947    	com_bios_scratch.diff
9948
9949commit 38ce8a984f96056b7345bcc06505ba27e0e6d5b4
9950Author: Dave Airlie <airlied@redhat.com>
9951Date:   Fri Jun 20 14:16:22 2008 +1000
9952
9953    legacy: use entity MMIO for dpms as this can crossover between zaphod infos
9954
9955commit 1a7d9bc53512b0a5240176c949e6abf1ae2fb1fd
9956Author: Dave Airlie <airlied@redhat.com>
9957Date:   Fri Jun 20 14:14:21 2008 +1000
9958
9959    atombios: use MMIO from the entity not the info
9960
9961commit ef624b88903b1a87ef5b6388e18291f75776b93d
9962Author: Alex Deucher <alex@botch2.com>
9963Date:   Thu Jun 19 18:20:52 2008 -0400
9964
9965    RADEON: fix read past the end of an array
9966
9967commit cfe814a481d8cf2005d738a0ca9782f1ed4177f5
9968Author: Dave Airlie <airlied@linux.ie>
9969Date:   Fri Jun 20 07:51:27 2008 +1000
9970
9971    r600: don't add fb offset here to make shadowfb work.
9972    
9973    discovered on irc with wpwrak.
9974
9975commit 5b323a2cbbc412b6dd4e782438b64ee996558d05
9976Merge: dd18caa eed2415
9977Author: Dave Airlie <airlied@linux.ie>
9978Date:   Fri Jun 20 07:49:16 2008 +1000
9979
9980    Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/driver/xf86-video-ati
9981
9982commit eed241553748125e902c44dcc8cf8e0605be071b
9983Author: Alex Deucher <alex@botch2.com>
9984Date:   Tue Jun 17 17:42:31 2008 -0400
9985
9986    radeon: X_ERROR -> X_WARNING for num gb pipes
9987    
9988    This just means your drm is old, not fatal or anything
9989
9990commit dd18caa4b2efc430eaae0c4362b65641f9bef440
9991Author: Dave Airlie <airlied@linux.ie>
9992Date:   Sat Jun 14 18:37:56 2008 +1000
9993
9994    Revert "ATOM: disable TV-out for now"
9995    
9996    This reverts commit effa245914823371e052cd9aa1143a02350891e7.
9997
9998commit b416e97a1f16ef700ba1aaca317dee82b7a3cf64
9999Author: Alex Deucher <alex@botch2.com>
10000Date:   Fri Jun 13 02:21:31 2008 -0400
10001
10002    RADEON: man page updates
10003
10004commit 88ce87d79069662de28ecb3c10c140919927d584
10005Author: Alex Deucher <alex@botchco.com>
10006Date:   Thu Jun 12 15:10:47 2008 -0400
10007
10008    Bump for 6.9.0rc1 release
10009
10010commit ada41723fdc8cbeeda12bb4ae2d16e8d1ba215de
10011Author: Alex Deucher <alex@botch2.com>
10012Date:   Wed Jun 11 14:29:36 2008 -0400
10013
10014    R3xx: use DSTCACHE_CTLSTAT rather than RB2D_DSTCACHE_CTLSTAT
10015    
10016    According to the hw guys, you should use DSTCACHE_CTLSTAT to
10017    flush the 2D dst cache rather than RB2D_DSTCACHE_CTLSTAT.
10018
10019commit 3d70c398afa0831387af81559453b77c218a54f9
10020Author: Dave Airlie <airlied@redhat.com>
10021Date:   Thu Jun 12 06:18:26 2008 +1000
10022
10023    atom: fix another endian define
10024
10025commit f1794e4c34d801371461afed37e7bb7d1fc79305
10026Author: Dave Airlie <airlied@redhat.com>
10027Date:   Thu Jun 12 06:10:30 2008 +1000
10028
10029    atom: fixup includes in cd operations to get correct endian bits in atombios.h
10030
10031commit f29976d12cc2020cd80c90fa3fd4b25c031559ba
10032Author: Dave Airlie <airlied@ppcg5.localdomain>
10033Date:   Wed Jun 11 19:33:02 2008 +1000
10034
10035    radeon: add lots of endian bits into the atombios parser
10036
10037commit 09eb220971b5d2bfd7d1ff6f552060967a133152
10038Author: Dave Airlie <airlied@ppcg5.localdomain>
10039Date:   Wed Jun 11 19:21:22 2008 +1000
10040
10041    atombios: fixup atombios bitfields for endianness
10042    
10043    reverse the bits for big endian
10044
10045commit b80a3e85bf9dbfc8d96a745876d75d38bea97c1a
10046Author: Alex Deucher <alex@botchco.com>
10047Date:   Mon Jun 9 20:29:47 2008 -0400
10048
10049    R5xx: fix RADEONSetAgpBase() for R5xx chips
10050    
10051    Is there any reason to still do this in the ddx?
10052    Maybe real old drms?
10053
10054commit ab7936708dfbee4d3676262f8010e001b73a4a38
10055Author: Alex Deucher <alex@botchco.com>
10056Date:   Mon Jun 9 17:05:04 2008 -0400
10057
10058    RS4xx: RC410 chips are actually RS400 based
10059
10060commit a54ca3c699c103e2e3df87101dca929a3eee4377
10061Author: Dave Airlie <airlied@linux.ie>
10062Date:   Thu Jun 5 18:31:53 2008 +1000
10063
10064    radeon: fix typo in memory calcs
10065    
10066    noticed by ghepeu on irc.
10067
10068commit 6e4e6d2a8f29f92efc219dca24ea31d1f37d5a0f
10069Author: Alex Deucher <alex@botchco.com>
10070Date:   Tue Jun 3 20:32:20 2008 -0400
10071
10072    RADEON: minor cleanups
10073
10074commit 9d3afbf5fa4110928a9f965df2733c79db92ea99
10075Author: Michel Dänzer <michel@tungstengraphics.com>
10076Date:   Tue Jun 3 11:40:49 2008 +0200
10077
10078    Call DRM_IOCTL_MODESET_CTL ioctl to avoid problems with DRM post vblank-rework.
10079
10080commit effa245914823371e052cd9aa1143a02350891e7
10081Author: Alex Deucher <alex@botchco.com>
10082Date:   Sun Jun 1 20:47:50 2008 -0400
10083
10084    ATOM: disable TV-out for now
10085    
10086    It only sort of works in NTSC mode and isn't handled correctly
10087    in all cases yet.  Until we sort out the remaining details leave it
10088    disabled.
10089    See bugs: 16186, 16178, 16185
10090
10091commit 8504c6b0e40477ee544ad7f5366d569bdc53d6f0
10092Author: Alex Deucher <alex@botch2.com>
10093Date:   Fri May 30 11:19:03 2008 -0400
10094
10095    RADEON: update RADEONGetVRAMType() for newer chips
10096
10097commit 7cb695a329a9b543ad61af08c2d7d6eaf56de35e
10098Author: Alex Deucher <alex@botch2.com>
10099Date:   Fri May 30 10:10:56 2008 -0400
10100
10101    RADEON: add Int10 option
10102    
10103    On some radeons you can't read the bios without initializing int10.
10104    On ATOM-based secondary cards, intitializing int10 tends to hang the card.
10105
10106commit 714b2c63ec1c4a1410a6d521c03e9d1f90937c01
10107Author: Alex Deucher <alex@botch2.com>
10108Date:   Thu May 29 02:31:00 2008 -0400
10109
10110    RADEON: don't enable legacy bios table based init yet
10111    
10112    Needs more work and we need to figure out how best to decide
10113    when to use it.
10114
10115commit e20b08525a64888287ec4a369d8f7dbde95c655d
10116Author: Alex Deucher <alex@botch2.com>
10117Date:   Wed May 28 14:43:47 2008 -0400
10118
10119    ATOM: fail of we are not able to get a bios image
10120
10121commit d4fa17b426b0cafac3184b2ea9b675e2ff154ee9
10122Author: Alex Deucher <alex@botch2.com>
10123Date:   Wed May 28 09:50:02 2008 -0400
10124
10125    R1xx: Gamma fixes for overlay
10126
10127commit c7e6a50f60a04bbbf1c1ddbf4738a5f75c94f950
10128Author: Alex Deucher <alex@botchco.com>
10129Date:   Wed May 28 09:05:19 2008 -0400
10130
10131    RADEON: only attempt to read vbios from legacy ISA space if it's primary
10132
10133commit faea008806802ec0e045754ec1eca492ebae320e
10134Author: Alex Deucher <alex@botch2.com>
10135Date:   Tue May 27 18:36:01 2008 -0400
10136
10137    R3/4/5xx: use get_param to get the num_gb_pipes from the drm
10138
10139commit 965a5dbcd9dc4bf1cdd7f2bbdec15e9733b2e090
10140Author: Alex Deucher <alex@botch2.com>
10141Date:   Tue May 27 16:48:41 2008 -0400
10142
10143    RADEON: improve support for secondary cards
10144    
10145    this should fix bugs 16115, 16035
10146
10147commit 5f951a5573f0c7572230c9aa4d3f75d67f91ed71
10148Author: Alex Deucher <alex@botch2.com>
10149Date:   Wed May 21 00:35:14 2008 -0400
10150
10151    ATOM: remove duplicate code
10152
10153commit edce33e87fb79a540d8c285f205d4c3f2c2bc9f4
10154Author: Dave Airlie <airlied@redhat.com>
10155Date:   Wed May 28 06:43:40 2008 +1000
10156
10157    radeon: fix surface access on avivo chips.
10158    
10159    This should fix VT switch on vesafb
10160
10161commit 307bd65a25ee425d8359dd30572b002ce2338f91
10162Author: Michael Babej <mbabej@redhat.com>
10163Date:   Tue May 27 19:13:49 2008 +1000
10164
10165    r600: fix vt switch issue
10166    
10167    RH BZ 441492
10168
10169commit bf48c9eb8ec592515be9d1732d60283af715674d
10170Author: Dave Airlie <airlied@linux.ie>
10171Date:   Sat May 24 11:51:20 2008 +1000
10172
10173    atombios: for LVDS set use ref div as per legacy
10174
10175commit 04500c8419b1aeaeac7968492b82e1d7cad1d05b
10176Author: Alan Coopersmith <alan.coopersmith@sun.com>
10177Date:   Tue May 20 20:34:31 2008 -0700
10178
10179    Strip ^M's from src/AtomBios/includes/ObjectID.h
10180
10181commit 521a0488d1c414209c3534dc242000faa332a441
10182Author: Alan Coopersmith <alan.coopersmith@sun.com>
10183Date:   Tue May 20 20:33:37 2008 -0700
10184
10185    On non-gcc compilers, use C99's __func__ instead of gcc's __FUNCTION__
10186
10187commit b7c80d0c86646105d2bce5d4d59ba6c45aa7cafc
10188Author: Tobias Diedrich <ranma+freedesktop@tdiedrich.de>
10189Date:   Tue May 20 19:16:54 2008 -0400
10190
10191    R200/R300: fix gamma setup for overlay
10192    
10193    More pending.  See bug 16001
10194
10195commit 69423482e2e94637142a9ba675589a1449a346a8
10196Author: Alex Deucher <alex@botch2.com>
10197Date:   Tue May 20 18:57:13 2008 -0400
10198
10199    RADEON: cleanup connection detection and remove duplicate code
10200
10201commit 55e4469f59c82bb5762673de5f3f27d18b0bd9a3
10202Author: Alex Deucher <alex@botch2.com>
10203Date:   Tue May 20 17:46:58 2008 -0400
10204
10205    RADEON: enable cloning on multi-crtc cards
10206
10207commit 12f185634071980041aaac6265d89708b181b215
10208Author: Alex Deucher <alex@botch2.com>
10209Date:   Tue May 20 16:05:41 2008 -0400
10210
10211    ATOM: Ignore invalid connector entries
10212
10213commit 19e97f74e39fc2b35727708ac429de33d0b70162
10214Author: Egbert Eich <eich@freedesktop.org>
10215Date:   Tue May 20 11:16:15 2008 +0200
10216
10217    Change RMX code to follow the programming algorithm suggested by ATI.
10218    
10219    ATI provides the following algorithm to calculate the RMX scaling ratios
10220    in its programming specs:
10221    when RMX_AUTO_RATIO_HORZ_INC set to 1,Horizontal auto ratio result trucated,
10222    and then incremented by 1.
10223    Horz_Ratio = ( ((Active display width in characters (including overscan) + 1)
10224    / (Panel width in characters)) x 4096 + 1 )
10225    else
10226    Horz_Ratio = ( ((Active display width in characters (including overscan))
10227    / (Panel width in characters)) x 4096 + 1 )
10228    
10229    when RMX_AUTO_RATIO_VERT_INC set to 1, Vertical auto ratio result trucated,
10230    and then incremented by 1.
10231    Vert_Ration = ( ((Active display width in characters (including overscan) + 1)
10232    / (Panel width in characters)) x 4096 + 1)
10233    else
10234    Vert_Ration = ( ((Active display width in characters (including overscan))
10235    / (Panel width in characters)) x 4096 + 1)
10236    
10237    This patch implements this behavor. Additionally it avoids the use of floats.
10238
10239commit a4f3d0088ba763ed8eab1d331959b5ecde8262e8
10240Author: Alex Deucher <alex@botch2.com>
10241Date:   Tue May 20 11:42:53 2008 -0400
10242
10243    R3/4/5xx: fixup logic from last commit
10244    
10245    Spotted by otaylor and MrCooper
10246
10247commit 130e55738047f2a073bcc47e3e1400f7b694a81b
10248Author: Alex Deucher <alex@botch2.com>
10249Date:   Tue May 20 11:32:42 2008 -0400
10250
10251    R3/4/5xx: fix EXA rotation
10252    
10253    xrandr uses PictOpSrc for rotation which we were falling back on since
10254    render semanties require alpha=0 for REPEAT_NONE when there is no alpha
10255    channel and there is a transform. If the dst has no alpha channel we
10256    should be ok I think.
10257    
10258    Otayler and I discussed this on IRC.  the more general fix would be
10259    to clip the dst to the src and mask for bounded ops like in/add/over
10260    in the pixel exact transform case.
10261
10262commit cc9f510770700228e5d597c872e926a4e99bd950
10263Author: Corbin Simpson <MostAwesomeDude@gmail.com>
10264Date:   Wed May 14 16:49:01 2008 -0400
10265
10266    RADEON: missing stdint.h includes
10267
10268commit 71fa57f871dba03260dba2180ce1dab44048ac1a
10269Author: Alex Deucher <alex@cube.(none)>
10270Date:   Wed May 14 13:36:38 2008 -0400
10271
10272    Add RS600 support
10273
10274commit 582c1a1b2c7b1032e9f9f54ca36100c57f580c5c
10275Author: Alex Deucher <alex@cube.(none)>
10276Date:   Tue May 13 20:50:25 2008 -0400
10277
10278    RS4xx: Split out RS400 and RS480 as separate families
10279    
10280    RS400 (intel based IGP) and RS480 (AMD based IGP) have different
10281    MC setups and need to be handled differently
10282
10283commit 708e7c98f636738fbcc47a597bc94b309a4dc1c4
10284Author: Michel Dänzer <michel@tungstengraphics.com>
10285Date:   Tue May 13 11:00:38 2008 +0200
10286
10287    Reinstate CARD* types that are part of external interfaces.
10288    
10289    The compiler pointed this out...
10290
10291commit 908b7b940e3ef296836bc94680ebb8ab67650e31
10292Author: Matt Turner <mattst88@gmail.com>
10293Date:   Mon May 12 12:06:33 2008 -0400
10294
10295    Replace CARD{8,16,32} with uint{8,16,32}_t
10296    
10297    As has been done with xf86-video-intel, replace all CARD* datatypes with
10298    uint*_t datatypes available from stdint.h.
10299
10300commit 87e66ce76430890ab4939ffcd42f72b9288eb598
10301Author: Avi Rozen <avi.rozen@gmail.com>
10302Date:   Mon May 12 08:33:38 2008 -0400
10303
10304    RADEON: fix lockup on start
10305    
10306    see debian bug 480312
10307
10308commit 94bf8f01bd43cb103fffecfe04d04a214f892baf
10309Author: Dave Airlie <airlied@redhat.com>
10310Date:   Mon May 12 20:02:51 2008 +1000
10311
10312    radeon: fix set_cursor_colours remove fb offset
10313
10314commit 1d0f1d31e2ed1d91ee87cb3e02ce48c8c07aa418
10315Author: Dave Airlie <airlied@redhat.com>
10316Date:   Mon May 12 15:44:35 2008 +1000
10317
10318    radeon: rs485 vs rs485m.. mobile? non-mobile? bi?
10319    
10320    So it appears we have in the wild two chipsets with the same PCI ID (0x1002:0x5974)
10321    that are mobile and non-mobile.
10322    
10323    the RH bug references is a desktop system.
10324    The Dell Vostro 1100 also has this chipset with LVDS bits.
10325
10326commit 25e0c3945a51ae8c14b3a847ec75a256e1397f24
10327Author: Alex Deucher <alexdeucher@gmail.com>
10328Date:   Mon May 12 10:28:33 2008 +1000
10329
10330    radeon: add initial support for cloning outputs. (single-CRTC cards only)
10331    
10332    airlied - This code was originally written by Alex, and I've modified it to
10333    only run on single-CRTC cards for now until we can test it some more.
10334
10335commit 94405eb1c9e4e0ababc6aef03b753d6ed9eb7838
10336Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
10337Date:   Fri May 9 05:28:44 2008 -0400
10338
10339    RADEON: fixup ifdef from last commit
10340
10341commit 18e20bc22a55ecfee9798c01079d7b24d19f0051
10342Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
10343Date:   Thu May 8 08:45:51 2008 -0400
10344
10345    RADEON: disable MMIO paths for EXA composite/texvid on IGP/R5xx
10346    
10347    The MMIO paths eventually lead to a hang on r5xx/IGP.  I haven't
10348    been able to find out why yet.
10349
10350commit c3532268875fd24e6519bea2fb1b814d612bbdb4
10351Author: Dave Airlie <airlied@linux.ie>
10352Date:   Wed May 7 02:37:18 2008 +1000
10353
10354    radeon: fix zaphod EXA with texture video
10355
10356commit ffc437f3606ab8ceba1ff152e4bb08988a58b54c
10357Author: Dave Airlie <airlied@linux.ie>
10358Date:   Wed May 7 02:30:28 2008 +1000
10359
10360    avivo: fix zaphod cursor in theory
10361
10362commit e36ef14e3a1087e1fe41baa26ade2937f396001f
10363Author: Dave Airlie <airlied@linux.ie>
10364Date:   Wed May 7 01:39:28 2008 +1000
10365
10366    radeon: fix textured-xv on zaphod
10367
10368commit 8fc19bee27c0f151d2ab3354f6ac0992b358436d
10369Author: Dave Airlie <airlied@linux.ie>
10370Date:   Wed May 7 01:38:24 2008 +1000
10371
10372    radeon: zaphod: fix render accel for EXA
10373
10374commit fc41b9042a5220a8419cc7b69ca3850cae6b903c
10375Author: Dave Airlie <airlied@linux.ie>
10376Date:   Wed May 7 01:32:23 2008 +1000
10377
10378    radeon: fix EXA pixmap offset on zaphod
10379
10380commit 4568cb820d567c6909a4be956d7e79b91232535e
10381Author: Dave Airlie <airlied@linux.ie>
10382Date:   Wed May 7 01:19:39 2008 +1000
10383
10384    radeon: zaphod fixes for pciaccess not allowing multiple MMIO maps
10385
10386commit ca81fa086b21633a7fd926833fb6d1d4fa080646
10387Author: Dave Airlie <airlied@linux.ie>
10388Date:   Wed May 7 01:12:01 2008 +1000
10389
10390    radeon: zaphod fix for cursor on second head
10391    
10392    We don't need to add fbOffset here as the mmap we have of the framebuffer
10393    starts half way.
10394
10395commit 24b60c8965f6a0b3f0c2bb1e7236b4d6642c5918
10396Author: Julien Cristau <jcristau@debian.org>
10397Date:   Fri May 2 15:30:45 2008 -0400
10398
10399    Add a test for __GLIBC__ to CD_Common_Types.h.
10400    
10401    Atombios redefines the standard types but the definitions conflict
10402    with the ones from glibc (causes build failures on GNU/Hurd
10403    and GNU/kFreeBSD).
10404
10405commit f051359ac09c6b9416e39b9ca7d9dc0880aa1557
10406Author: thegraze <thegraze@googlemail.com>
10407Date:   Fri May 2 14:02:16 2008 -0400
10408
10409    ATOM: add support for DragonFlyBSD
10410
10411commit 3d469cbc3225d890a895dac7cbc1ab7e08054b48
10412Author: Alex Deucher <alex@cube.(none)>
10413Date:   Wed Apr 30 18:33:04 2008 -0400
10414
10415    RADEON: lock the cursors when updating
10416    
10417    this should fix occasional corruption seen when updating
10418    the cursor.
10419
10420commit 445b71021843665ba32f37b2ce5c9d2857c07cc7
10421Author: Alex Deucher <alex@cube.(none)>
10422Date:   Tue Apr 29 21:01:41 2008 -0400
10423
10424    RADEON: assorted fixes
10425    
10426    - free rotate pixmaps on VT switch
10427    - save crtc/output status so we only turn on
10428    crtcs/outputs if they are off
10429    - show/hide cursors when changing modes
10430
10431commit 070cce5255a5c311f9d8b85ec54bd56655014933
10432Author: Stephan Wolf <stephan@letzte-bankreihe.de>
10433Date:   Mon Apr 28 11:26:37 2008 -0400
10434
10435    R3xx+: further fix for IGP chips
10436    
10437    see bug 15538
10438
10439commit 211e0041c7fc2df494b77428553943a2b526ee4e
10440Author: Alex Deucher <alex@cube.(none)>
10441Date:   Sun Apr 27 21:08:00 2008 -0400
10442
10443    IGP: fix EXA composite corruption
10444
10445commit 656b06bdde129ca4fc370f5a2cf7311c9179b0ff
10446Author: Alex Deucher <alex@botch2.com>
10447Date:   Sun Apr 27 20:20:49 2008 -0400
10448
10449    RADEON: remove duplicate register define
10450    
10451    Also add more bit defs to wait_until register
10452
10453commit 8a9820a3aa49bc667f90ac291a27e4d7b4ae38b3
10454Author: Alex Deucher <alex@botch2.com>
10455Date:   Sun Apr 27 19:02:22 2008 -0400
10456
10457    RADEON: decrease crtc/output verbosity
10458
10459commit c5d62fa0e8f52c3264ff9db3ff10cdf5a806bfc0
10460Author: Owen Taylor <otaylor@huygens.home.fishsoup.net>
10461Date:   Thu Apr 17 13:14:53 2008 +0200
10462
10463    Emulate repeats by drawing in tiles
10464    
10465    When we can't turn on hardware repeats, because the texture
10466    is non-power-of-two, or has padding at the ends of lines,
10467    try to draw the image in multiple tiles rather than falling
10468    back to software. (We can only do this when there is no
10469    transform.)
10470
10471commit eeb7b74bb6c813b0e3afa4b704f6ffb0d0aab92b
10472Author: Owen Taylor <otaylor@huygens.home.fishsoup.net>
10473Date:   Thu Apr 17 13:14:25 2008 +0200
10474
10475    Turn on wrapping when repeating on R100 + R200
10476    
10477    Actually enable repeats for R100 and R200. This corresponds
10478    to a R300 change made in the patch in:
10479    http://bugs.freedesktop.org/show_bug.cgi?id=15333
10480
10481commit e511f39dfef503006cf249b9f6934091eaade9b5
10482Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
10483Date:   Thu Apr 17 05:04:34 2008 -0400
10484
10485    R300+: move more common code into init3d()
10486    
10487    - pre-load r3xx tex instructions
10488    - setup RS instructions in init3d()
10489
10490commit 99435b7c18d931ea620044d0fdb4cc93dfcc6331
10491Author: Owen Taylor <otaylor@redhat.com>
10492Date:   Thu Apr 17 02:46:11 2008 -0400
10493
10494    Radeon: Omit mask coordinates
10495    
10496    Adapted from Owen's patch on bug 15546
10497    This fixes the slowness with aatext on r300
10498    and may speed up other chips marginally.
10499
10500commit 37614e1db9a595fbe8a21d7a045895e11d272db9
10501Author: Alex Deucher <alex@botch2.com>
10502Date:   Tue Apr 15 09:48:16 2008 -0400
10503
10504    fix up some things from the last commit
10505
10506commit 1286fe5ce1c77453d57817b9b26b1bdb32ca7bc8
10507Author: Alex Deucher <alex@botch2.(none)>
10508Date:   Mon Apr 14 20:02:14 2008 -0400
10509
10510    R300+: properly setup vap_cntl
10511    
10512    this fixes tcl/pvs on RV515 among other things
10513
10514commit f72a4b805db26f10f69330b88459cbeae661189b
10515Author: Alex Deucher <alex@botch2.com>
10516Date:   Mon Apr 14 14:10:40 2008 -0400
10517
10518    EXA: Don't wait for 3D idle after each Composite()
10519    
10520    wait in CompositeDone() instead
10521
10522commit 4cd4acf1092aeb696b086a382a033aee471d2de9
10523Author: Alex Deucher <alex@botch2.com>
10524Date:   Mon Apr 14 11:50:59 2008 -0400
10525
10526    R300: move more common code to init3d()
10527
10528commit 3c523c9a07402e17dff588fad842224c57e98223
10529Author: Alex Deucher <alex@botch2.com>
10530Date:   Mon Apr 14 11:21:42 2008 -0400
10531
10532    R3xx+: 3D engine documentation and minor cleanups
10533    
10534    - document the R300 exa/textured video code
10535    - minor cleanups of textured video code to clarify meaning
10536
10537commit ce025bbb2496d4de94b8d4ac450c64441b64ee04
10538Author: Alex Deucher <alex@botch2.com>
10539Date:   Sat Apr 12 21:22:03 2008 -0400
10540
10541    R300+: consolidate some tcl/non-tcl paths
10542    
10543    - Move more code to init3d()
10544    - MMIO textured video seems more reliable now on newer chips
10545
10546commit 11b54a319c7c9dd52e3fb13372697059dafe1cd3
10547Author: Alex Deucher <alex@botch2.com>
10548Date:   Sat Apr 12 16:50:22 2008 -0400
10549
10550    R3xx+: fix XAA + textured video on non-TCL path
10551
10552commit dd15a2f5906725116b8cd9954243099055e88e37
10553Author: Alex Deucher <alex@botch2.com>
10554Date:   Sat Apr 12 16:49:03 2008 -0400
10555
10556    R3xx+: more fixes to 2D/3D engine init
10557
10558commit f3e68d4b7afd2e23675bf6361c496814c9cb4b94
10559Author: Alex Deucher <alex@botch2.com>
10560Date:   Fri Apr 11 10:59:07 2008 -0400
10561
10562    Fix exa glyph corruption on newer chips
10563
10564commit b59686d6427cbf8b35e36b020cbbc6a0c5149b22
10565Author: Alex Deucher <alex@botch2.com>
10566Date:   Fri Apr 11 10:15:25 2008 -0400
10567
10568    R300+: pre-load vertex programs in init3D()
10569
10570commit acc5833a35ad6c29a57f659607afb27eebdc2ea5
10571Author: Alex Deucher <alex@botch2.com>
10572Date:   Thu Apr 10 17:52:52 2008 -0400
10573
10574    R3xx+: consolidate more tcl code
10575
10576commit 6f8f75bd19ef1919c0291141675be2d0e29b3251
10577Author: Alex Deucher <alex@botch2.com>
10578Date:   Thu Apr 10 17:08:50 2008 -0400
10579
10580    R3xx+: consolidate some common 3D code
10581
10582commit 4b9234e1c4f7c7f419cb4245d64f3f9756c98bb6
10583Author: Alex Deucher <alex@botch2.com>
10584Date:   Thu Apr 10 16:58:22 2008 -0400
10585
10586    R3xx+: tcl wip
10587
10588commit 865c463e3afb4759758f569132be8bf1386da5cc
10589Author: Alex Deucher <alex@botch2.com>
10590Date:   Thu Apr 10 16:51:04 2008 -0400
10591
10592    R300+: textured video tcl cleanup
10593
10594commit 79c8d4ca36a1c3e5fe759d4ccc379c36af8f1676
10595Author: Alex Deucher <alex@botch2.com>
10596Date:   Thu Apr 10 16:28:18 2008 -0400
10597
10598    RADEON: cleanup
10599
10600commit c4821a287d29a65f3bcb7d60dc72ec13c0384008
10601Author: Alex Deucher <alex@botch2.com>
10602Date:   Thu Apr 10 16:20:17 2008 -0400
10603
10604    Revert "R3xx/R5xx: move more VAP, etc. state setup into common init3d() function"
10605    
10606    This reverts commit 305a3310963a5dd07b3495015b06aa8c7c4e6b02.
10607    
10608    Conflicts:
10609    
10610    	src/radeon_commonfuncs.c
10611    	src/radeon_exa_render.c
10612    	src/radeon_textured_videofuncs.c
10613
10614commit 0032c80bf30bab189204e3e6929e18a19d753138
10615Author: Alex Deucher <alex@botch2.com>
10616Date:   Thu Apr 10 14:35:00 2008 -0400
10617
10618    RADEON: store tcl status in driver rec
10619
10620commit 9e2ffe66d106abe34a670d2edc9905ed62c485e8
10621Author: Alex Deucher <alex@botch2.com>
10622Date:   Thu Apr 10 14:24:04 2008 -0400
10623
10624    R3xx+: use the right register for engine flush
10625
10626commit e1a9f26c2d2cbca9ad159e723ec95b95be1ef349
10627Author: Alex Deucher <alex@botch2.com>
10628Date:   Thu Apr 10 14:12:15 2008 -0400
10629
10630    R3xx+: minor textured video fixes
10631    
10632    - set shader output swizzling correctly
10633    - flush the right cache register on r3xx+
10634
10635commit d79040906cd25bd494feb5901f465bbd050aa923
10636Author: Alex Deucher <alex@botch2.com>
10637Date:   Thu Apr 10 13:59:58 2008 -0400
10638
10639    R3xx+: EXA/textured video fixes
10640    
10641    - get pipe config based on GB_PIPE_SELECT where applicable
10642    (adapted from a similar patch from Dave)
10643    - only flush the dst cache after submitting vertices, freeing
10644    the cache lines stalls the pipe
10645    - no need to wait for 3D idle after submitting vertices
10646    - fix PURGE_CACHE() and PURGE_ZCACHE() for r3xx+
10647    - fix depth 16 with EXA composite
10648
10649commit 0a96173cc38e506728d4c3f2dd383ba56e856578
10650Author: Michel Dänzer <michel@tungstengraphics.com>
10651Date:   Mon Apr 7 18:15:34 2008 +0200
10652
10653    Increase default CP timeout.
10654    
10655    Helps avoid spurious timeouts causing problems, see
10656    http://bugs.freedesktop.org/show_bug.cgi?id=15203 .
10657
10658commit 255fbf465f5e7db2609a5a151bfa810249db52a0
10659Author: Owen W. Taylor <otaylor@fishsoup.net>
10660Date:   Thu Apr 3 02:25:41 2008 -0400
10661
10662    Fix rendering of transformed sources for REPEAT_NONE with EXA on >= R300.
10663    
10664    Use the border color when possible, otherwise fall back to software.
10665
10666commit bc0407e53237d7968808110bc0243076377acf6e
10667Author: Alex Deucher <alex@cube.(none)>
10668Date:   Fri Apr 4 18:40:16 2008 -0400
10669
10670    ATOMBIOS: Add support for DynamicClocks option
10671    
10672    This patch adds support for dynamic clock gating and static
10673    power management using the atom command tables.  In some cases
10674    the bios may already set this up during post, so YMMV.
10675    
10676    I was only able to test on desktop cards, so I haven't tested
10677    to see how much (if any) power this saves or how it affects the
10678    thermal footprint.
10679
10680commit 5f5e21bb50555c56bd371576074c28c929307ff1
10681Author: Alex Deucher <alex@cube.(none)>
10682Date:   Fri Apr 4 14:29:45 2008 -0400
10683
10684    RADEON: warning fixes
10685
10686commit c8e9a973aaded24aad567a0e36d0c78a05d6b2fd
10687Author: Alex Deucher <alex@cube.(none)>
10688Date:   Fri Apr 4 14:26:19 2008 -0400
10689
10690    RADEON: add some quirks
10691
10692commit 091963a635b79884afe77c026eabb48972fbe175
10693Author: Alex Deucher <alex@botch2.com>
10694Date:   Thu Apr 3 22:35:16 2008 -0400
10695
10696    Minor cleanup
10697
10698commit 950e9860643c20acde0eca4e4ff26baacc1f2b69
10699Author: Alex Deucher <alex@botch2.com>
10700Date:   Thu Apr 3 22:11:48 2008 -0400
10701
10702    Revert "RADEON: memmap rework 1"
10703    
10704    This reverts commit dd8ee1b444f4b973a1e0fadca5f943f2162b5e94.
10705    
10706    Conflicts:
10707    
10708    	src/radeon.h
10709    	src/radeon_driver.c
10710    
10711    This rework seems to have caused more trouble than it was worth.
10712
10713commit 88a1fe4a94c5d11aff22734b21c89890e4428cd5
10714Author: Alex Deucher <alex@botch2.com>
10715Date:   Thu Apr 3 22:04:43 2008 -0400
10716
10717    Revert "RADEON: remove driver rec copies of mc info, use save rec directly"
10718    
10719    This reverts commit be0858a84fbdf74c0b844f462933a221d48c707d.
10720    
10721    Conflicts:
10722    
10723    	src/radeon_driver.c
10724
10725commit c40a7aa3989576a8144213e2f31b892d21df8686
10726Author: Owen W. Taylor <otaylor@fishsoup.net>
10727Date:   Thu Apr 3 14:43:55 2008 -0400
10728
10729    R3xx/R5xx: Fix pitch and clamp mode for repeating textures
10730    
10731         - We can always use TXPITCH on a R300 even when repeating,
10732           (previous check for pitch matching width was also wrong)
10733         - Fix clamp mode for repeating textures to be WRAP
10734
10735commit a8593482c1f2e0f2dbac06c2e5325ba8c83ed9ff
10736Author: Dave Airlie <airlied@redhat.com>
10737Date:   Wed Apr 2 09:58:05 2008 +1000
10738
10739    atombios: fix the dual-head hopefully.
10740    
10741    tested on r600 with DVI and VGA
10742
10743commit 61d883d116fab3e9b513432d65e705afc5bb39f1
10744Author: Dave Airlie <airlied@redhat.com>
10745Date:   Wed Apr 2 09:57:38 2008 +1000
10746
10747    Revert "Revert "atombios: fixup the width/height to use the mode values not the scrn ones""
10748    
10749    This reverts commit fc9af578997b6f22ee8b17e83f37d98689291b0e.
10750    
10751    I see your revert and raise you one...
10752
10753commit fc9af578997b6f22ee8b17e83f37d98689291b0e
10754Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
10755Date:   Tue Apr 1 09:25:45 2008 -0400
10756
10757    Revert "atombios: fixup the width/height to use the mode values not the scrn ones"
10758    
10759    This reverts commit c2b1c8b706a6c7c1fd0af80091958473133d54e7.
10760    
10761    These registers hold surface size.  Using the mode values
10762    breaks dualhead.
10763
10764commit 959509dd54de053f526b534e379a46934127231f
10765Author: Dave Airlie <airlied@redhat.com>
10766Date:   Mon Mar 31 14:29:44 2008 +1000
10767
10768    radeon: use correct DDC interfaces so quirks get applied
10769    
10770    Radeon seemed to mess up applying certain quirks, hopefully this will fix it.
10771
10772commit 18f5f1cd2f52afed89fc11ade0920f3dfea87306
10773Author: Dave Airlie <airlied@redhat.com>
10774Date:   Mon Mar 31 14:11:49 2008 +1000
10775
10776    radeon: split quirks into separate function and new quirk for IBM RN50
10777    
10778    Add a connector table quirk for the IBM RN50.
10779
10780commit c2b1c8b706a6c7c1fd0af80091958473133d54e7
10781Author: Dave Airlie <airlied@redhat.com>
10782Date:   Sun Mar 30 11:44:14 2008 +1000
10783
10784    atombios: fixup the width/height to use the mode values not the scrn ones
10785    
10786    this fixes it properly, legacy appears to be okay.
10787
10788commit c5edea3d8c9254d3a21e390b8309e39e4c9635db
10789Author: Dave Airlie <airlied@redhat.com>
10790Date:   Sun Mar 30 11:11:22 2008 +1000
10791
10792    r500/r600: fix rotation to fill screen
10793    
10794    I'm not 100% sure this is the correct fix (maybe we shouldn't be using scrn
10795    virtualX/Y)... this will fix it for now until I get more time.
10796
10797commit 9c62c820ba45ebc14d5f36f5d7885863800b6adb
10798Author: Michel Dänzer <michel@tungstengraphics.com>
10799Date:   Fri Mar 28 12:37:29 2008 +0100
10800
10801    Include config.h, so FGL_LINUX can actually be defined when it's tested...
10802
10803commit a00d9260a85b94a522c442aee24bc5ea4dc31c5c
10804Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
10805Date:   Thu Mar 27 20:03:13 2008 -0400
10806
10807    RADEON: fix lid issues on AVIVO chips for real this time :)
10808
10809commit f0e89c09074b2c7e641f73692bb39b0bf68eb49c
10810Author: Alex Deucher <alex@botch2.com>
10811Date:   Thu Mar 27 19:15:18 2008 -0400
10812
10813    Revert "RADEON: attempt to fix lid issues"
10814    
10815    This reverts commit 9b4473c1d830b88866dd22e8174a07195bd6fcf4.
10816    This doesn't help.
10817
10818commit 1442d396b938049b83f009a78ddabe2bf85641b6
10819Author: Dave Airlie <airlied@redhat.com>
10820Date:   Thu Mar 27 14:02:51 2008 +1000
10821
10822    radeon: size bios to max of bar vs 64k.
10823    
10824    reported by dwmw2: rhbz 438299
10825
10826commit de2f609ff0004ef8b74727bfebc2c74fb91205ea
10827Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
10828Date:   Wed Mar 26 18:35:21 2008 -0400
10829
10830    AVIVO: no need to call PreinitXv() on AVIVO chips as they have no overlay
10831
10832commit 75884c257bc2bcfa5b498a77d4c403f09face036
10833Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
10834Date:   Wed Mar 26 18:16:47 2008 -0400
10835
10836    XAA: update message about render so as to not confuse users
10837
10838commit 9b4473c1d830b88866dd22e8174a07195bd6fcf4
10839Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
10840Date:   Wed Mar 26 18:01:29 2008 -0400
10841
10842    RADEON: attempt to fix lid issues
10843    
10844    On some laptops the bios attempts to re-program the chip
10845    when a lid event comes in.  This should hopefully prevent
10846    the bios from doing that.
10847
10848commit 8b144830fe9b4a0cee4745023de5e7d387070f60
10849Author: Alex Deucher <alex@samba.(none)>
10850Date:   Tue Mar 25 01:15:05 2008 -0400
10851
10852    RV250: disable textured video due to HW bug
10853    
10854    The YUV->RGB conversion in the texture engine is broken
10855    on RV250 so the colors come out wrong.
10856
10857commit 1789f11ab91633d3928f8b71988d51ff44bda9d1
10858Author: Alex Deucher <alex@samba.(none)>
10859Date:   Mon Mar 24 19:03:30 2008 -0400
10860
10861    R3xx/R5xx: flush PVS state before enabling pvs-bypass
10862
10863commit 305a3310963a5dd07b3495015b06aa8c7c4e6b02
10864Author: Alex Deucher <alex@samba.(none)>
10865Date:   Mon Mar 24 14:25:03 2008 -0400
10866
10867    R3xx/R5xx: move more VAP, etc. state setup into common init3d() function
10868    
10869    Also some minor code cleanups
10870
10871commit 399b1d405e602c62d6deebea6d7e1f38886cd8e2
10872Author: Alex Deucher <alex@samba.(none)>
10873Date:   Mon Mar 24 13:04:57 2008 -0400
10874
10875    R3xx/R5xx: use non VAP/TCP for textured video
10876    
10877    Just extra state to emit.
10878
10879commit cd77ec18f32a7b36acb655c927bbfd7044019f97
10880Author: Dave Airlie <airlied@redhat.com>
10881Date:   Mon Mar 24 18:42:21 2008 +1000
10882
10883    r300: don't bother with VAP/TCL for render.
10884    
10885    We just send more data to the card to process per transaction, without getting
10886    any actual gains, as we already pre-compute the vertices without needing
10887    any clipping or transforms from the card.
10888    
10889    Perhaps some stuff could be done on-card, but so far the code is a lot
10890    faster if we avoid sending this extra info.
10891    
10892    pre: 150000 glyphs/sec
10893    post: 185000 glyphs/sec
10894
10895commit 301c6739b88676a0c78fc72194e993f894b8dc28
10896Author: Alex Deucher <alex@botch2.com>
10897Date:   Sun Mar 23 11:14:02 2008 -0400
10898
10899    RS4xx: Revert back to previous fifo settings for now
10900    
10901    Setup of these registers needs more investigation.
10902
10903commit 9bea60b3eb378de5e1d44cc02a2763f4feae7882
10904Author: Alex Deucher <alex@botch2.com>
10905Date:   Sat Mar 22 11:46:15 2008 -0400
10906
10907    RS4xx: more work on disp/disp2 fifo setup
10908
10909commit 90f11c3986c28daa7b600b9662da145af325d264
10910Author: Alex Deucher <alex@botch2.com>
10911Date:   Sat Mar 22 11:29:51 2008 -0400
10912
10913    RS4xx: missed this on the last commit.
10914
10915commit 6d5066a451017a2683addc9e2496987626795dda
10916Author: Alex Deucher <alex@samba.(none)>
10917Date:   Fri Mar 21 16:21:54 2008 -0400
10918
10919    RS4xx: attempt to set up disp/disp2 fifos correctly
10920    
10921    If you have an XPRESS chip, please test!!!
10922
10923commit fb1cffac05ae20c8365b25a2042b0ae961880faf
10924Author: Alex Deucher <alex@samba.(none)>
10925Date:   Fri Mar 21 15:24:36 2008 -0400
10926
10927    RS4xx: attempt to fix TMDS/DVO support
10928    
10929    XPRESS chips added a second set of FP control registers.
10930    I don't have the hw to test however.
10931
10932commit 5e3b21284482df9974c9a58f248f0100def2bb0c
10933Author: Alex Deucher <alex@samba.(none)>
10934Date:   Wed Mar 19 19:15:05 2008 -0400
10935
10936    Disable the setting of HARDWARE_CURSOR_BIT_ORDER_MSBFIRST
10937    
10938    See bug 11796
10939
10940commit 17cd42ed31814ba329a6a68edd0d75390a7da40e
10941Author: Matt Turner <mattst88@gmail.com>
10942Date:   Wed Mar 19 18:17:10 2008 -0400
10943
10944    Enable BSR in Log2 functions
10945    
10946    This patch edits RADEONLog2 and ATILog2 to use the x86 BSR instruction instead
10947    of looping through bits. It should provide a somewhat of a speed increase in
10948    this function on x86 and AMD64 architectures.
10949    
10950    Note: the BSR instruction was added with the 80386 CPU and is therefore not
10951    compatible with earlier CPUs, though I highly doubt it's even possible to use a
10952    286 in conjunction with a Radeon.
10953    
10954    The inline assembly also works with Intel's compiler (icc).
10955
10956commit c83827b4d2b6f03c54429e757a756eb99ff8be6b
10957Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
10958Date:   Wed Mar 19 17:58:34 2008 -0400
10959
10960    [PATCH] Compile warning fixes.
10961    
10962      Minor changes to avoid declarations mixed with code.
10963      Ansified functions with empty prototype to specify they don't
10964    receive arguments.
10965      Added some prototypes to radeon.h, and major reorder on radeon.h
10966    adding prototypes in alphabetical order and specifying to file that
10967    defines it.
10968
10969commit bed9754ad21d6c0a7f61067b04ba31c430a7cecb
10970Merge: 55e446b f71ac0e
10971Author: Alex Deucher <alex@samba.(none)>
10972Date:   Wed Mar 19 16:06:41 2008 -0400
10973
10974    Merge branch 'master' of ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into r3xx-render
10975
10976commit 55e446b5bc091e6c7b3c2e9ae20b45130555c246
10977Author: Alex Deucher <alex@samba.(none)>
10978Date:   Wed Mar 19 13:15:32 2008 -0400
10979
10980    R3xx/R5xx: Make sure to clamp the output of the FS
10981
10982commit b6aa4279cbe68cc8e4523795e9714fb798b62d98
10983Author: Alex Deucher <alex@samba.(none)>
10984Date:   Wed Mar 19 12:45:01 2008 -0400
10985
10986    R5xx: bump textured video limits to 4096
10987
10988commit 4a445a3e8c4c5ecd9d4ef8daa26906c3ceaa94a1
10989Author: Alex Deucher <alex@samba.(none)>
10990Date:   Wed Mar 19 12:31:51 2008 -0400
10991
10992    RADEON: add new macros to distinguish between R3xx and R5xx 3D
10993
10994commit 85d0c9e8d22ccc72bec87b3fd44da5d7609293e0
10995Author: Alex Deucher <alex@samba.(none)>
10996Date:   Wed Mar 19 12:07:33 2008 -0400
10997
10998    RADEON: fixed textured video with XAA and tiling
10999
11000commit f5951db7b3522e0fe6af7f46a170c9c9a60a9bff
11001Author: Alex Deucher <alex@samba.(none)>
11002Date:   Wed Mar 19 12:01:50 2008 -0400
11003
11004    RV515: fix textured video and EXA Composite
11005    
11006    There seems to be an issue with the PVS setup on RV515, but
11007    bypassing it seems to work fine.
11008
11009commit 13573879fe56368ad06234712b677c23fabc56c6
11010Author: Dave Airlie <airlied@redhat.com>
11011Date:   Wed Mar 19 15:06:47 2008 +1000
11012
11013    r500: make it work from startup.
11014    
11015    I'm not sure why this worked or what is going wrong here, really the
11016    VAP internal architecture escapes me :)
11017
11018commit d331dd64d644a18ec99a2136cd0943b5edca1f03
11019Author: Alex Deucher <alex@samba.(none)>
11020Date:   Tue Mar 18 19:44:26 2008 -0400
11021
11022    R3xx/R5xx: remove extra return after last commit
11023
11024commit bc34df7a9c35cdd38c49d5c22471f3f487a33d6e
11025Author: Alex Deucher <alex@samba.(none)>
11026Date:   Tue Mar 18 19:39:47 2008 -0400
11027
11028    R3xx/R5xx: switch an ErrorF() to RADEONFALLBACK()
11029
11030commit 6f03f8fe0ecf4181dcf125049cf63bece0451fb2
11031Author: Alex Deucher <alex@samba.(none)>
11032Date:   Tue Mar 18 19:36:05 2008 -0400
11033
11034    R3xx: we only use 2 temps, not 3
11035
11036commit 8bb71ab4a3eb4fb6ef7f709e87c8df387cb70ee3
11037Author: Tilman Sauerbeck <tilman@code-monkey.de>
11038Date:   Tue Mar 18 14:36:08 2008 -0400
11039
11040    R3xx/R5xx: fix up a8-src-something_with_colors
11041
11042commit c362591d9b496df30668543158e4de44de742dc3
11043Author: Alex Deucher <alex@samba.(none)>
11044Date:   Tue Mar 18 11:15:17 2008 -0400
11045
11046    R3xx/R5xx: remove some cruft
11047
11048commit 89fe6d2c7d7471e6088558130f6e49f46c31dd47
11049Author: Dave Airlie <airlied@linux.ie>
11050Date:   Tue Mar 18 09:43:43 2008 -0400
11051
11052    R5xx: fix typ in r5xx render accel
11053    
11054    This gets render working on r5xx
11055
11056commit 79b40ebcd8dedfc83e484c1024beeeaccc6124f3
11057Author: Alex Deucher <alex@samba.(none)>
11058Date:   Tue Mar 18 02:46:49 2008 -0400
11059
11060    R5xx: first pass at render support (untested)
11061
11062commit 71292c8f193230255d1d980c2e996bb01d04fab6
11063Author: Alex Deucher <alex@samba.(none)>
11064Date:   Tue Mar 18 00:45:37 2008 -0400
11065
11066    R5xx: bump tex/dst limits to 4096
11067
11068commit 30b52f8aa6a471455284f59b5b27252743892b13
11069Author: Alex Deucher <alex@samba.(none)>
11070Date:   Mon Mar 17 23:20:10 2008 -0400
11071
11072    R3xx/R5xx: whitespace cleanup and cruft removal
11073
11074commit 9c9f1b538ed710c3066775fba0a8e936b63087b1
11075Author: Alex Deucher <alex@samba.(none)>
11076Date:   Mon Mar 17 23:01:37 2008 -0400
11077
11078    R3xx: get masks working and cleanup
11079    
11080    RS offset was wrong for mask texture
11081
11082commit ef94febd74f8ee63081b61e42f093a5a2b8fbf1e
11083Author: Alex Deucher <alex@samba.(none)>
11084Date:   Mon Mar 17 22:27:19 2008 -0400
11085
11086    R3xx: minor adjustments
11087
11088commit f71ac0e40b9d950bcb3bba42a75d41f45b6ed1bf
11089Author: Alban Browaeys <prahal@yahoo.com>
11090Date:   Mon Mar 17 20:48:48 2008 -0400
11091
11092    RADEON: Revert to old behavior when resetting the memmap on VT switch
11093    
11094    Not sure why this needs to be done twice.  Should fix bug 14980
11095    Probably needs more investigation.
11096
11097commit bedbbf196dc97ee5142e7dfae16fb6f317fca5a7
11098Author: Alex Deucher <alex@samba.(none)>
11099Date:   Mon Mar 17 20:16:25 2008 -0400
11100
11101    R3xx: some progress
11102
11103commit af0e626c132de2dd9958fec657fcc85d4c0fe5e1
11104Author: Alex Deucher <alex@samba.(none)>
11105Date:   Mon Mar 17 18:07:12 2008 -0400
11106
11107    R3xx: fix errant w
11108
11109commit 29ea5bfc0eb3194e2454fc3ee863df54f0300880
11110Author: Alex Deucher <alex@cube.(none)>
11111Date:   Mon Mar 17 16:41:57 2008 -0400
11112
11113    RADEON: fix typo in RADEONAdjustMemMapRegisters()
11114
11115commit ab317e85c5ab1a249a510c34aeb3a908be1a66fc
11116Author: Alex Deucher <alex@cube.(none)>
11117Date:   Mon Mar 17 15:28:09 2008 -0400
11118
11119    RADEON: make sure var is initialized properly in RADEONAdjustMemMapRegisters()
11120
11121commit 208d307227e15f37a6af5194398ed23266ff743a
11122Author: Dave Airlie <airlied@linux.ie>
11123Date:   Sun Mar 16 19:39:23 2008 +1000
11124
11125    radeon: the 0x5974 appears to be a mobility chip...
11126    
11127    After debugging with partymola on #radeon, adding this allowed his
11128    Dell Vostro 1000 to work properly
11129
11130commit 9bc7c2ec4048e1677547c1d60c51ccb954f7589a
11131Author: Alex Deucher <alex@samba.(none)>
11132Date:   Fri Mar 14 20:12:22 2008 -0400
11133
11134    R3xx: odds and ends...
11135    
11136    still not working.
11137    - swizzle US output for BGR formats
11138    - no need to write to temps in ALU ops,
11139    write to output only
11140    - flush the PVS before updating
11141
11142commit 96bea7906c4706fcd57a9cd8f1ce3feab6ac676d
11143Author: Alex Deucher <alex@samba.(none)>
11144Date:   Fri Mar 14 15:59:36 2008 -0400
11145
11146    R3xx: theoretical support for component alpha
11147    
11148    masks are still broken so...
11149
11150commit cffe3dcc8991cd7c457a9c1a9f41055aa9ea3436
11151Author: Alex Deucher <alex@samba.(none)>
11152Date:   Fri Mar 14 14:37:43 2008 -0400
11153
11154    R3xx: VS WIP
11155
11156commit b73f52a50dfd6ff8d92f04d6b510c39582c6ac67
11157Author: Alex Deucher <alex@samba.(none)>
11158Date:   Fri Mar 14 14:20:49 2008 -0400
11159
11160    R3xx/R5xx: enable VS for mask texture
11161
11162commit 569a14ca9be1e18fe9921edc816ac3dc32d6cca7
11163Author: Alex Deucher <alex@samba.(none)>
11164Date:   Fri Mar 14 13:32:12 2008 -0400
11165
11166    R3xx/R5xx: Fix magic numbers in vertex shaders
11167
11168commit 4878997529601d62e257aa1c9112bd460561de73
11169Author: Alex Deucher <alex@samba.(none)>
11170Date:   Thu Mar 13 21:23:40 2008 -0400
11171
11172    R3xx: make sure to set the FS code size correctly
11173
11174commit 22f46b88ef05afb6a6b6d70007ac4980a446430e
11175Author: Alex Deucher <alex@samba.(none)>
11176Date:   Thu Mar 13 20:25:33 2008 -0400
11177
11178    R3xx: attempt to setup the rasterizer properly for mask texture
11179    
11180    Not working yet
11181
11182commit 081fc9e892fa3d2e07b7db65b2e2719646255463
11183Author: Alex Deucher <alex@samba.(none)>
11184Date:   Thu Mar 13 18:38:26 2008 -0400
11185
11186    R3xx: more mask work
11187
11188commit 2bf0236c03538ace3ce6d0e68f0829fc47d1385b
11189Author: Alex Deucher <alex@samba.(none)>
11190Date:   Thu Mar 13 18:32:00 2008 -0400
11191
11192    R3xx: enable composite for non-mask cases
11193
11194commit 74286ba41302107d2fc626fee2181f7c4bc18164
11195Author: Alex Deucher <alex@samba.(none)>
11196Date:   Thu Mar 13 18:25:32 2008 -0400
11197
11198    R3xx: add basic mask support
11199
11200commit a2bbe10d866567911b68f222b4758624bfe9bf84
11201Author: Alex Deucher <alex@samba.(none)>
11202Date:   Thu Mar 13 18:16:53 2008 -0400
11203
11204    R300: setup source selects and output swizzling
11205
11206commit b9974ecce7d1932595226004858b08a7a6b188dc
11207Author: Alex Deucher <alex@samba.(none)>
11208Date:   Thu Mar 13 17:35:38 2008 -0400
11209
11210    R3xx: set the texture id and add some register info
11211
11212commit 0ef700b7da5e554a0d0d166f3fde85ff45c9eb1f
11213Author: Alex Deucher <alex@samba.(none)>
11214Date:   Thu Mar 13 17:02:25 2008 -0400
11215
11216    R3xx/R5xx: enable blending
11217
11218commit b35c09a597c93a1d9f06ef0091c96822b0653f98
11219Author: Dave Airlie <airlied@redhat.com>
11220Date:   Thu Mar 13 18:42:29 2008 +1000
11221
11222    xv: fixup XAA on r500 textured video
11223    
11224    the XAA area should never end up tiled. This may break with nooffscreen pixmaps
11225
11226commit d4446461c3630caff166456c351ace34f57cc119
11227Author: Matt Turner <mattst88@gmail.com>
11228Date:   Tue Mar 11 21:20:53 2008 -0400
11229
11230    Properly fix uninitialized variables warnings
11231    
11232    According to commit 9fd13e6773371c82b9799a5bda7c96ffa5cafe8c to
11233    xf86-video-intel by Kristian Høgsberg, there is a better way to fix the
11234    possibly initialized variables warnings. This patch will use Kristian's fix.
11235
11236commit 20adfd7390d9b1f100e0c4a14f175377b8335c82
11237Author: Alex Deucher <alex@cube.(none)>
11238Date:   Tue Mar 11 20:09:35 2008 -0400
11239
11240    RADEON: enable output attributes that require a modeset immediately
11241    
11242    This should fix bug 14915
11243
11244commit 53ba7f5771b0b53fb0d3bc29d64bdd3813756d10
11245Author: Alex Deucher <alex@cube.(none)>
11246Date:   Tue Mar 11 19:12:40 2008 -0400
11247
11248    RADEON: fix vblank interrupts after VT switch or suspend/resume
11249
11250commit e946c097f0438afbea6f3dd37ee39d67d415708c
11251Author: Matt Turner <mattst88@gmail.com>
11252Date:   Tue Mar 11 19:07:58 2008 -0400
11253
11254    [PATCH] Fix a few warnings
11255
11256commit 8e160508520c0a24ca90aad182f296461ca0d9b6
11257Author: Alex Deucher <alex@cube.(none)>
11258Date:   Tue Mar 11 18:11:13 2008 -0400
11259
11260    DCE3: add support for PCIEPHY (untested)
11261
11262commit fbded88a2925f9f049936dad0736721e7b84a6ee
11263Author: Alex Deucher <alex@cube.(none)>
11264Date:   Tue Mar 11 14:10:31 2008 -0400
11265
11266    ATOM: remove some cruft
11267
11268commit 3263f6e4a410281d620c288a92bb4521f7b6fc06
11269Author: Alex Deucher <alex@cube.(none)>
11270Date:   Tue Mar 11 14:05:48 2008 -0400
11271
11272    DCE3: enable DPMS on DIG ports
11273
11274commit eb90e235b58c94f3d4d75394725ab2fe246a42ff
11275Author: Alex Deucher <alex@cube.(none)>
11276Date:   Tue Mar 11 13:53:54 2008 -0400
11277
11278    DCE3: adjust PLL for DCE3 chips
11279    
11280    this fixes stability issues on digital outputs and certain modes.
11281
11282commit 552615ccc5360baafb8bb41698c1ca27816fd4b2
11283Author: Alex Deucher <alex@cube.(none)>
11284Date:   Tue Mar 11 13:38:29 2008 -0400
11285
11286    ATOMBIOS: enable load detection by default on both DACs
11287    
11288    Load detection is reliable with atom, so enable it by default
11289    on both DACA and DACB, rather than just DACA.
11290
11291commit 78b10487cf222c96f8944ba25e2ea970506b3535
11292Author: Alex Deucher <alex@cube.(none)>
11293Date:   Tue Mar 11 13:16:00 2008 -0400
11294
11295    DCE3: add output attribute to enable/disable coherent mode
11296    
11297    Enabled by default.  The TMDS transmitter can be programmed
11298    slightly differently depending on the chips in the panel.  If you
11299    have problems with tmds on a particular panel, try disabling it.
11300
11301commit d20be31c46fbec623af4c3628a7c603ceacf500f
11302Author: Alex Deucher <alex@botch2.(none)>
11303Date:   Mon Mar 10 21:05:43 2008 -0400
11304
11305    RV550: MC setup is like RV515 not RV530
11306
11307commit 38606b08b68842fbcc81c233009c1117269f3be9
11308Author: Matthieu Herrb <matthieu@bluenote.herrb.net>
11309Date:   Sat Mar 8 23:22:59 2008 +0100
11310
11311    Makefile.am: nuke RCS Id
11312
11313commit 9d710ee1a44cf2f3a948fbdbe17ef09521cbe744
11314Author: Alex Deucher <alex@cube.(none)>
11315Date:   Fri Mar 7 15:09:14 2008 -0500
11316
11317    AVIVO: clean up some unused variables
11318
11319commit c28c30c9f3d7bfebfd56a5c982c96f0090982054
11320Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
11321Date:   Fri Mar 7 14:10:49 2008 -0500
11322
11323    RADEON: Fix crash in last commit
11324
11325commit c3a3635865e380c784a226c8ead069d4716d6b75
11326Author: Dave Airlie <airlied@redhat.com>
11327Date:   Thu Mar 6 20:17:45 2008 -0500
11328
11329    RADEON: fix tiling/interlaced interaction with randr 1.2
11330
11331commit df1b94dc4eb1f35b636dbf2ec0ab1c2da9937c0d
11332Author: Alex Deucher <alex@botch2.(none)>
11333Date:   Thu Mar 6 19:22:08 2008 -0500
11334
11335    DCE3: Ignore outputs with DIN connectors for now
11336
11337commit cb2dc19387c7b6494c47c76d683cf38a48700768
11338Author: Alex Deucher <alex@cube.(none)>
11339Date:   Thu Mar 6 18:33:12 2008 -0500
11340
11341    AVIVO: fix typo from a previous commit
11342    
11343    Leave tv dpms hook disabled or you may get bad interactions
11344    with the shared DAC
11345
11346commit 77355de48057e5e7e0d5b3f3cf5a7a92220a53b1
11347Author: Alex Deucher <alex@cube.(none)>
11348Date:   Thu Mar 6 17:46:00 2008 -0500
11349
11350    AVIVO: don't add outputs for invalid connectors
11351
11352commit 600dbe080997a01ceaf6be86723189d518bc1281
11353Merge: 594743a 5b7875d
11354Author: Alex Deucher <alex@cube.(none)>
11355Date:   Thu Mar 6 17:31:37 2008 -0500
11356
11357    Merge branch 'master' of ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati
11358
11359commit 594743a99811a8b0f391412892414fcd158eeb56
11360Author: Alex Deucher <alex@cube.(none)>
11361Date:   Thu Mar 6 17:30:21 2008 -0500
11362
11363    AVIVO: fix up memsize detection for IGP chips
11364
11365commit 5b7875d0cbfbdbcd1515c4e942d30de298b49dff
11366Author: Doug Chapman <doug.chapman@hp.com>
11367Date:   Thu Mar 6 14:31:06 2008 -0500
11368
11369    Bug #14826: Fix a bogus check around xf86SetOperatingState.
11370
11371commit 651fe23f4c650ed91843dec48db24e18e8b91219
11372Merge: 3de2dc8 766f464
11373Author: Adam Jackson <ajax@redhat.com>
11374Date:   Thu Mar 6 14:28:27 2008 -0500
11375
11376    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-ati
11377
11378commit 41171c25cd235bafad26bcbabced16ead4b8c54b
11379Author: Alex Deucher <alex@cube.(none)>
11380Date:   Thu Mar 6 14:05:18 2008 -0500
11381
11382    DCE3.0: add support for crtc memreq table
11383
11384commit 766f464dfdfccadef23e4232f2bce5db22195513
11385Author: Alex Deucher <alex@cube.(none)>
11386Date:   Thu Mar 6 13:35:43 2008 -0500
11387
11388    RADEON: take 2 on proper pragma pack support for bsds
11389    
11390    See bug 14594.  Based on suggestion by Henry Zhao
11391
11392commit a842ce9ca6494e724a7828cead9b61c9ef02b6aa
11393Author: Alex Deucher <alex@cube.(none)>
11394Date:   Thu Mar 6 12:32:18 2008 -0500
11395
11396    DCE3.0: Minor fixups
11397
11398commit 8a1ba374033591c725a78923aa30829e4de2a5ae
11399Author: Alex Deucher <alex@cube.(none)>
11400Date:   Thu Mar 6 09:53:51 2008 -0500
11401
11402    RADEON: option to override TVDAC adj values from bios with driver defaults
11403    
11404    If you have a washed out image on the tv dac, try this option.
11405    Option "DefaultTVDACAdj" "TRUE"
11406
11407commit 0ed48f8f651a28e189f9fee8c6b593da0178d21c
11408Author: Alex Deucher <alex@cube.(none)>
11409Date:   Wed Mar 5 18:41:01 2008 -0500
11410
11411    AVIVO: Initial support for DCE 3.0 using atombios
11412    
11413    DACs are working well, DIG support (DVI, HDMI, LVDS, etc.)
11414    still has some issues.
11415
11416commit 2901e99f1942842856cd39c1dcc8b22f3cf7d9e3
11417Author: Alex Deucher <alex@botch2.(none)>
11418Date:   Wed Mar 5 10:40:06 2008 -0500
11419
11420    RADEON: fix fetching of dac2 adj values from newer bios tables
11421
11422commit 74eb981287d76836327830bd51272f605a07e0cc
11423Author: Alex Deucher <alex@botch2.(none)>
11424Date:   Mon Mar 3 12:02:44 2008 -0500
11425
11426    ATOMBIOS: fix atombios parser support on *bsd
11427    
11428    bsd requires a different pragma pack than Linux.
11429    See bug 14594.
11430
11431commit f7769ea86e265f347eb58c517ccb5ef8b35eec27
11432Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
11433Date:   Sun Mar 2 14:49:21 2008 -0500
11434
11435    [PATCH] Ensure symbols used by other modules are visible.
11436    
11437    The xf86-video-ati drivers are one of the cases where LoaderSymbol is
11438    widely used in some obscure ways. This patch fixes the problem, and
11439    allows compiling with -fvisibility=hidden.
11440
11441commit a4398ac3ad77216f2c8aa628425bef5f2912a0a9
11442Author: Alex Deucher <alex@cube.(none)>
11443Date:   Sat Mar 1 18:52:26 2008 -0500
11444
11445    RS6xx: change isIGP checks to CHIP_FAMILY_RS690
11446    
11447    these paths are only relevant on RS6xx chips
11448
11449commit 67d4d04836c05293b844bc505f303cfb04c0f8a4
11450Author: Alex Deucher <alex@cube.(none)>
11451Date:   Sat Mar 1 18:33:18 2008 -0500
11452
11453    RADEON: use xf86SetDesiredModes() in screeninit and enterVT
11454    
11455    this should restore the proper output state on VT switches
11456
11457commit be0858a84fbdf74c0b844f462933a221d48c707d
11458Author: Maciej Cencora <m.cencora@gmail.com>
11459Date:   Sat Mar 1 18:11:58 2008 -0500
11460
11461    RADEON: remove driver rec copies of mc info, use save rec directly
11462    
11463    info->mc_* were used and the immediately copied into info->ModeReg
11464    ones.  Just use the ModeReg copies directly.
11465
11466commit dd8ee1b444f4b973a1e0fadca5f943f2162b5e94
11467Author: Alex Deucher <alex@cube.(none)>
11468Date:   Sat Mar 1 16:23:51 2008 -0500
11469
11470    RADEON: memmap rework 1
11471    
11472    Don't restore memmap regs on every mode switch.
11473    Just do memmap save/restore/setup on server start and VT switch.
11474
11475commit 1f6a23000001f3d1c21b5c04f94714a8caa7aa8b
11476Author: Alex Deucher <alex@cube.(none)>
11477Date:   Sat Mar 1 15:53:42 2008 -0500
11478
11479    RADEON: only restore legacy dac regs on legacy radeons
11480
11481commit dee6cef8e62d0651c00319e03eea92940fd24aa4
11482Author: Alex Deucher <alex@botch2.(none)>
11483Date:   Sat Mar 1 14:39:32 2008 -0500
11484
11485    RS4xx: enable exa render accel and textured video
11486    
11487    RS6xx paths seem to work fine on RS4xx
11488
11489commit 129f737efe4e8d1a368e7db4b063bdcd9339cb09
11490Author: Alex Deucher <alex@cube.(none)>
11491Date:   Sat Mar 1 14:32:30 2008 -0500
11492
11493    AVIVO: save/restore regs by block
11494    
11495    Save/Restore the entire block for each output.
11496    This should fix VT switch problems.
11497
11498commit b069aadaa63a95d7a71b5cfbab83577b49501094
11499Author: Alex Deucher <alex@botch2.(none)>
11500Date:   Fri Feb 29 22:36:02 2008 -0500
11501
11502    AVIVO: LVDS panels need dithering enabled
11503    
11504    Fixes bug 14760
11505
11506commit fe87bdee815372b4b4d7d4c705e34681625b90f2
11507Author: Alex Deucher <alex@botch2.(none)>
11508Date:   Fri Feb 29 13:10:13 2008 -0500
11509
11510    AVIVO: disable pageflipping on avivo chips until we have proper drm support
11511
11512commit fb3678c7f511d539a51cd090cb8b5041d7d2ba26
11513Author: Alex Deucher <alex@botch2.(none)>
11514Date:   Fri Feb 29 13:01:21 2008 -0500
11515
11516    R5xx: fix register count when sending fragment program for textured video
11517
11518commit a66d37d1a896ec934989592457c2beff8e6f1639
11519Author: Alex Deucher <alex@botch2.(none)>
11520Date:   Fri Feb 29 04:07:05 2008 -0500
11521
11522    fix off-by-one in last commit
11523
11524commit e56062960be0c8d3947861dd5e0691fce6516b99
11525Author: Alex Deucher <alex@cube.(none)>
11526Date:   Thu Feb 28 19:16:39 2008 -0500
11527
11528    AVIVO: save/restore scaler regs
11529
11530commit ae1c39a9b3e666404d0931679c9078c2e125a8bc
11531Author: Alex Deucher <alex@cube.(none)>
11532Date:   Thu Feb 28 18:53:55 2008 -0500
11533
11534    RS6xx: rework output parsing
11535    
11536    Turns out it's not as complex as I originially thought.
11537    IGP chips just have non-standard GPIO entires for DDC.
11538
11539commit d8d6c9fe4ae7e1ab67dd041a251e901d97c29ed6
11540Author: Alex Deucher <alex@botch2.(none)>
11541Date:   Thu Feb 28 17:01:14 2008 -0500
11542
11543    RS6xx: fix typos in previous commit
11544    
11545    Noted by Maciej Cencora on IRC
11546
11547commit 46547ae8bdbc5c10f1fd028b95ec4c5c31a5b318
11548Author: Alex Deucher <alex@cube.(none)>
11549Date:   Thu Feb 28 14:29:30 2008 -0500
11550
11551    AVIVO: disable dithering on DFPs
11552    
11553    This should fix the color banding some people have noticed.
11554    Also save/restore DDIA regs on RS6xx
11555
11556commit 72a53d6f20ac29b3baddb7d8af04f19b76d2e04f
11557Author: Michel Dänzer <michel@tungstengraphics.com>
11558Date:   Thu Feb 28 17:38:04 2008 +0100
11559
11560    Handle EXA coordinate limits more cleverly.
11561    
11562    Generally set the 2D engine limits, and only enforce the 3D engine limits in the
11563    CheckComposite hook. This should still prevent useless migration of pixmaps the
11564    3D engine can't handle but allows for basic acceleration of bigger ones.
11565    
11566    Fixes http://bugs.freedesktop.org/show_bug.cgi?id=14708 .
11567
11568commit 5249f450a2487475a95531603cc8668db2c21c33
11569Author: Michel Dänzer <michel@tungstengraphics.com>
11570Date:   Thu Feb 28 12:23:58 2008 +0100
11571
11572    Fix 16 bit packed YUV XVideo playback on big endian systems with DRI disabled.
11573    
11574    http://bugs.freedesktop.org/show_bug.cgi?id=14668
11575
11576commit e40d75fd8b2aece9dae8076fac822a4a83025fb2
11577Author: Alex Deucher <alex@samba.(none)>
11578Date:   Wed Feb 27 22:53:10 2008 -0500
11579
11580    R500: fragment program clean up and magic number conversion
11581
11582commit 140dadba36b2191f0e18e41dd987785abd5f55d2
11583Author: Alex Deucher <alex@samba.(none)>
11584Date:   Wed Feb 27 22:21:12 2008 -0500
11585
11586    R300: fix up magic numbers in fragment program
11587
11588commit e521476bb5e2dfabc93747e43eb911a8a101357e
11589Author: Alex Deucher <alex@botch2.(none)>
11590Date:   Wed Feb 27 21:26:55 2008 -0500
11591
11592    R300/R400: bump up the clip limits for textured video
11593    
11594    This allows up to 2560x2560 (hw limit)
11595
11596commit 10db46f11d7e1c055c9ad6034c65ad163dad17dc
11597Author: Alex Deucher <alex@samba.(none)>
11598Date:   Wed Feb 27 15:28:50 2008 -0500
11599
11600    AVIVO: make sure we select the right LUT for each crtc
11601
11602commit ea944f38dcfd871b27345698afea1cb986ecb049
11603Author: Alex Deucher <alex@samba.(none)>
11604Date:   Wed Feb 27 14:37:52 2008 -0500
11605
11606    R300+: update RADEONCP_REFRESH() to reflect new location of scissor regs
11607
11608commit b865faf95666e2172c3eec143f77fe9c524e4983
11609Author: Alex Deucher <alex@samba.(none)>
11610Date:   Wed Feb 27 14:05:44 2008 -0500
11611
11612    R100/R200: move r100/r200 specific 3D setup into appropriate blocks
11613    
11614    R3xx+ doesn't have these regs.
11615
11616commit ee485ee0fc550414cd39cdb8fd2769fe0bc996a8
11617Author: George Sapountzis <gsap7@yahoo.gr>
11618Date:   Wed Feb 27 18:41:31 2008 +0200
11619
11620    radeon: pass distcheck
11621
11622commit ff110c781299fb729e93572ba3d630ca59e8127d
11623Author: George Sapountzis <gsap7@yahoo.gr>
11624Date:   Wed Feb 27 18:41:17 2008 +0200
11625
11626    add warning for r128
11627
11628commit b4a344f36332a12a51c9e896d93e9cb0672d31ef
11629Author: George Sapountzis <gsap7@yahoo.gr>
11630Date:   Wed Feb 27 18:40:50 2008 +0200
11631
11632    add warning for mach64
11633
11634commit 81ce4097c12ab64a52d0992f981f588f5a297b7b
11635Author: George Sapountzis <gsap7@yahoo.gr>
11636Date:   Wed Feb 27 18:40:23 2008 +0200
11637
11638    drop r128
11639
11640commit 873ff2033f1d0b84c91c48e829aa945f41b490b7
11641Author: George Sapountzis <gsap7@yahoo.gr>
11642Date:   Wed Feb 27 18:40:09 2008 +0200
11643
11644    drop r128 (build system)
11645
11646commit 2b8b2676e7b2fd2952f5307a934ef0a11006f838
11647Author: George Sapountzis <gsap7@yahoo.gr>
11648Date:   Wed Feb 27 18:39:49 2008 +0200
11649
11650    drop mach64
11651
11652commit 05bbbec11a04e7f6321b92c9dbec4ad4c0d130ff
11653Author: George Sapountzis <gsap7@yahoo.gr>
11654Date:   Wed Feb 27 18:39:32 2008 +0200
11655
11656    drop mach64 (build system)
11657
11658commit 68888189cf8d460ef6f8f2f1431a6ffe9fcd8134
11659Author: Alex Deucher <alex@samba.(none)>
11660Date:   Wed Feb 27 03:09:28 2008 -0500
11661
11662    RADEON: fix textured video uploads
11663
11664commit 7cfad216a3f1486be194c972b9b6bcf070358586
11665Author: Alex Deucher <alex@samba.(none)>
11666Date:   Wed Feb 27 02:13:10 2008 -0500
11667
11668    RADEON: fix clipping for textured video
11669
11670commit a2dca1d68d751def34ef3c6f836574173737bf76
11671Author: Alex Deucher <alex@samba.(none)>
11672Date:   Tue Feb 26 16:38:29 2008 -0500
11673
11674    RADEON: Convert textured video to use pipelined uploads
11675
11676commit b4fa1ce9d2da04d94521a82d3c2e95f0fe985ccc
11677Author: Alex Deucher <alex@samba.(none)>
11678Date:   Tue Feb 26 14:45:25 2008 -0500
11679
11680    R300/R500: fix up clipping
11681    
11682    Based on patch from Peter Zubaj.
11683
11684commit 44e527a117ab0a363135ff066c7f7e0c12e3dc89
11685Author: Alex Deucher <alex@samba.(none)>
11686Date:   Tue Feb 26 14:33:24 2008 -0500
11687
11688    R300: fix cordinate clamping in render code
11689    
11690    Based on Peter's fix for textured video
11691
11692commit 00ec17ad53d7ad43f19c9b723794ac1b8ef86826
11693Author: Peter Zubaj <pzubaj at marticonet.sk>
11694Date:   Tue Feb 26 14:26:14 2008 -0500
11695
11696    R300: Fix clamping and pitch for textured video
11697
11698commit 4207793f9b6c891cb17ba715223d2002668885e3
11699Author: Alex Deucher <alex@samba.(none)>
11700Date:   Tue Feb 26 13:16:22 2008 -0500
11701
11702    R300/R500: set the number graphics pipes properly
11703    
11704    This should fix the checkerboard issues on r300/r350 cards.
11705
11706commit 823d8bf49e4c0a8c839354179942c5a1944c178d
11707Author: Alex Deucher <alex@samba.(none)>
11708Date:   Tue Feb 26 12:25:14 2008 -0500
11709
11710    R300/R500: clean up magic numbers in textured video
11711
11712commit 8ea75b268f11794f4a7e7bac52cb256490ed3fd2
11713Author: Dave Airlie <airlied@linux.ie>
11714Date:   Tue Feb 26 16:29:19 2008 +1000
11715
11716    regs: fix spelling properly
11717
11718commit f2816064a6c2c4c35ccba74b9aa80547e25c012e
11719Author: Dave Airlie <airlied@linux.ie>
11720Date:   Tue Feb 26 16:28:24 2008 +1000
11721
11722    regs: fix spelling mistake
11723    
11724    pointed out by plaes on irc
11725
11726commit 9d2ca30b90607085578dde1f314db663bd5f82ec
11727Author: Alex Deucher <alex@samba.(none)>
11728Date:   Mon Feb 25 17:34:00 2008 -0500
11729
11730    R300/R500: clean up magic numbers in render code
11731
11732commit 153ad6fcf704cbf9f811d9986cd4baf04e82c9d2
11733Author: Dave Airlie <airlied@linux.ie>
11734Date:   Mon Feb 25 07:10:48 2008 +1000
11735
11736    fixup check for EXA composite pointed out by Alan Swanson
11737
11738commit 85e470e64f629de72e361c77770e2e29998d1bf4
11739Merge: 27ddb39 1b84c76
11740Author: Alex Deucher <alex@samba.(none)>
11741Date:   Sun Feb 24 05:37:22 2008 -0500
11742
11743    Merge master and fix conflicts
11744    
11745    Merge branch 'master' of ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati
11746    
11747    Conflicts:
11748    
11749    	src/radeon_commonfuncs.c
11750
11751commit 27ddb39b12a0b54e099fd5274c4c91f08e2d2822
11752Author: Alex Deucher <alex@samba.(none)>
11753Date:   Sun Feb 24 05:30:11 2008 -0500
11754
11755    R300: clean up magic numbers in RADEONInit3DEngine
11756
11757commit d4c20f33ad6a1f88615cd7e09ad3638896873f9e
11758Author: Alex Deucher <alex@samba.(none)>
11759Date:   Sun Feb 24 04:46:10 2008 -0500
11760
11761    R300: replace magic numbers in cache flush
11762
11763commit e52f1c8d2647b81d891ec0728dd582941a76c83f
11764Author: Alex Deucher <alex@samba.(none)>
11765Date:   Sun Feb 24 04:43:18 2008 -0500
11766
11767    R300: fill in some more 3D bitfields
11768
11769commit 1b84c76f27c8d24cb42beae26abf000721901c1c
11770Author: Dave Airlie <airlied@redhat.com>
11771Date:   Sun Feb 24 19:20:36 2008 +1100
11772
11773    rs690: initial textured video support
11774
11775commit 68158124366db883a901e960fe5f05f8df5efa42
11776Author: Dave Airlie <airlied@redhat.com>
11777Date:   Tue Feb 19 19:51:18 2008 +1100
11778
11779    rs690: initial rs690 rotate
11780    
11781    suffers same problem as r500 with clipping
11782
11783commit e614bb6965588bf09dcb87f5e08e67120ec9847f
11784Author: Dave Airlie <airlied@redhat.com>
11785Date:   Sun Feb 24 01:46:05 2008 -0500
11786
11787    r500: convert fragprog to use register values
11788
11789commit 6ce9ee47c75620b2e5d211c5d59d17271a6a7b19
11790Author: Dave Airlie <airlied@redhat.com>
11791Date:   Sat Feb 23 22:49:34 2008 -0500
11792
11793    r500: add textured video Xv adapter support
11794
11795commit 9aaf8b33b22b6ba112869558ae54e021b9487ad2
11796Author: Dave Airlie <airlied@redhat.com>
11797Date:   Sat Feb 23 22:16:25 2008 -0500
11798
11799    r500: initial rotate support - not fully working yet.
11800    
11801    Just an example of how to setup and run the r500 3D engine for rotation.
11802    this rotates for me but I get some strange clipping on the bottom of my screen
11803
11804commit 05dc3e4fc19d056ce99a7b110665adab2ca1ea21
11805Author: Adam Jackson <ajax@redhat.com>
11806Date:   Sat Feb 23 20:29:51 2008 -0500
11807
11808    Clarify R500 US setup.
11809
11810commit 080606ad528972623e1ed1124d8efe7705a73446
11811Author: Adam Jackson <ajax@redhat.com>
11812Date:   Sat Feb 23 20:21:17 2008 -0500
11813
11814    Add the R500 US index/data pair.
11815
11816commit edfb3b6bbf0ee17ace8e6ba704a6f54e249fec63
11817Author: Alex Deucher <alex@samba.(none)>
11818Date:   Sat Feb 23 19:59:33 2008 -0500
11819
11820    RADEON: no textured video yet on XPRESS chips
11821    
11822    Still need to sort out the VAP and PVS stuff
11823
11824commit 4146bfe5d00e40a86d17826fac50d04b2469621d
11825Author: Alex Deucher <alex@samba.(none)>
11826Date:   Sat Feb 23 19:21:52 2008 -0500
11827
11828    R500: fix typo in new r5xx regs
11829
11830commit d9be9f34b0d3313e7b22b2a8bb0a8924ad3116bf
11831Author: Alex Deucher <alex@samba.(none)>
11832Date:   Sat Feb 23 19:06:30 2008 -0500
11833
11834    RADEON: add textured video support for r1xx-r4xx radeons
11835    
11836    Based on the kdrive ati video code by Eric Anholt.
11837    R3xx/R4xx still have some clipping issues in certain situations
11838
11839commit 9dc4acad79196e9d5d94dd710773bfa83456d47f
11840Author: Alex Deucher <alex@cube.(none)>
11841Date:   Sat Feb 23 18:29:00 2008 -0500
11842
11843    RS6xx: gpio entry for DDIA varies depending on the number of DFP ports
11844
11845commit ed0a93edf28155308e7ab9d8705581bb38455ea0
11846Author: Adam Jackson <ajax@redhat.com>
11847Date:   Sat Feb 23 15:02:17 2008 -0500
11848
11849    Fix R500_US_CONFIG.
11850
11851commit bc2bd6f841b51aeed3b6b4a47dbe758c200bc5a6
11852Author: Adam Jackson <ajax@redhat.com>
11853Date:   Sat Feb 23 14:34:18 2008 -0500
11854
11855    Add R500 unified shader register block.
11856
11857commit a7b5c3bb74fc4de5e38a75ac31656445ce823464
11858Author: Alex Deucher <alex@cube.(none)>
11859Date:   Fri Feb 22 19:35:11 2008 -0500
11860
11861    RS6xx: fix DDC on DDIA output (usually HDMI port)
11862
11863commit 3327a681e21101cc6f6e162f4e29f9937b69ccc3
11864Author: Alex Deucher <alex@cube.(none)>
11865Date:   Fri Feb 22 17:05:56 2008 -0500
11866
11867    ATOM: properly set up DDIA output on RS6xx boards
11868
11869commit 1d0e9ab8b9451101b1b91943546f6c5833c21b3f
11870Author: Michel Dänzer <michel@tungstengraphics.com>
11871Date:   Wed Feb 20 10:21:49 2008 +0100
11872
11873    radeon: Fix typo flagged by gcc -Wall.
11874
11875commit b5bd442b60dbc72fe4c1e928ab864aeb0fd7a3cb
11876Author: Alex Deucher <alex@botch2.(none)>
11877Date:   Tue Feb 19 20:47:40 2008 -0500
11878
11879    R100: fix render accel for transforms
11880    
11881    Not sure why we had a separate broken path for r100 vertex
11882    submission.
11883
11884commit a0a73208a21546ac120fb9a463261836c9ea7b55
11885Author: Alex Deucher <alex@botch2.(none)>
11886Date:   Tue Feb 19 20:11:19 2008 -0500
11887
11888    RADEON: restore clock gating and CP clock errata on VT switch
11889    
11890    This may help people with hangs on resume
11891
11892commit b77e2aff7453a9f370beba37ca3c25b92b3f97ff
11893Author: Alex Deucher <alex@botch2.(none)>
11894Date:   Tue Feb 19 19:55:41 2008 -0500
11895
11896    RADEON: fix DDC types 5 and 6
11897
11898commit af82172a82f2bdf96e571def659a1c70f92dfdbf
11899Author: Alex Deucher <alex@botch2.(none)>
11900Date:   Tue Feb 19 19:39:35 2008 -0500
11901
11902    RADEON: update man page with supported chips
11903
11904commit 1302d1b019c8091986aaf9c86b25c1f36a037788
11905Author: Alex Deucher <alex@botch2.(none)>
11906Date:   Tue Feb 19 00:34:31 2008 -0500
11907
11908    Bump for 6.8 release
11909
11910commit 830d29e8b280c11e798fb5bf5278bf24ecbac7bf
11911Author: Alex Deucher <alex@cube.(none)>
11912Date:   Mon Feb 18 21:17:12 2008 -0500
11913
11914    ATOM: fix RS6xx connector table parsing and fix some warnings
11915
11916commit 03aa4cc6d6e8c715a1c1d677cc1845223505b358
11917Author: Roland Scheidegger <sroland@tungstengraphics.com>
11918Date:   Mon Feb 18 20:19:58 2008 -0500
11919
11920    bring back to life planar-to-packed conversion for rs4xx
11921    
11922    Here's a patch to bring back the code for converting planar yuv to packed yuv,
11923    if a RS400 family chip is used (though I've no idea if they really all fail
11924    with planar yuv).
11925    
11926    fixes bug 12744
11927
11928commit 66b0b3f43bb714bc007169d5ba6dabe34cfc008b
11929Author: George Sapountzis <gsap7@yahoo.gr>
11930Date:   Mon Feb 18 10:33:59 2008 +0200
11931
11932    r128/radeon: probably correct fix for non pci access code
11933
11934commit d055b9e800ae50d08cca9db75fc666ce1da9ab52
11935Author: Dave Airlie <airlied@linux.ie>
11936Date:   Sat Feb 16 09:13:43 2008 +1000
11937
11938    r128/radeon: hopeful fix for non pci access code
11939
11940commit c773bc6a314327da29e21e4ebac6fa7f3e98a0a7
11941Author: Dave Airlie <airlied@linux.ie>
11942Date:   Sat Feb 16 09:05:07 2008 +1000
11943
11944    r128/radeon: fix build without pciaccess
11945
11946commit 690a52da5248f47a587a878d05fce9784957970b
11947Author: Dave Airlie <airlied@linux.ie>
11948Date:   Sat Feb 16 08:33:36 2008 +1000
11949
11950    mach64: fix non pciaccess build
11951
11952commit fc85188fd95bf78b7f965cdde3e22b644c74ff81
11953Author: George Sapountzis <gsap7@yahoo.gr>
11954Date:   Fri Feb 15 18:36:10 2008 +0200
11955
11956    ati: convert to pci probe
11957    
11958    add pciids for each subdriver, make no use of the match_data functionality.
11959    
11960    thanks to Alex Deucher for reviewing and testing.
11961
11962commit 665bd7e2f61cac3e029bbad5024034e5136deec1
11963Author: George Sapountzis <gsap7@yahoo.gr>
11964Date:   Fri Feb 15 18:34:56 2008 +0200
11965
11966    ati wrapper: translate Device lines
11967
11968commit a596c1618f72179a45289a50a1f9e89462ce9667
11969Author: George Sapountzis <gsap7@yahoo.gr>
11970Date:   Fri Feb 15 18:34:31 2008 +0200
11971
11972    r128: do not compile in PciChipsets twice
11973
11974commit 99cd8ff9a7e15fc2b4e55f8bc020f584173a8c2d
11975Author: George Sapountzis <gsap7@yahoo.gr>
11976Date:   Fri Feb 15 18:33:51 2008 +0200
11977
11978    ati: drop duplicate pci-id defines
11979
11980commit 146b01b51069dc227d0b125babb3f6957c9b9de2
11981Author: George Sapountzis <gsap7@yahoo.gr>
11982Date:   Fri Feb 15 18:33:29 2008 +0200
11983
11984    mach64: clean probe a little
11985    
11986    do not report I/O ports now, they are reported later.
11987
11988commit f47d461331a032f9bdcf6f63336e848778cec6cc
11989Author: George Sapountzis <gsap7@yahoo.gr>
11990Date:   Fri Feb 15 18:32:56 2008 +0200
11991
11992    mach64: minor cosmetic, I2C type
11993
11994commit 2c66f2e812195167df9ca113044d46deece776ac
11995Author: Dave Airlie <airlied@clockmaker.usersys.redhat.com>
11996Date:   Fri Feb 15 10:59:30 2008 +1000
11997
11998    make distcheck pass
11999
12000commit ed87f367ddab7366f84917b43b31d76df4ce1110
12001Author: Alex Deucher <alex@botch2.(none)>
12002Date:   Wed Feb 13 12:53:46 2008 -0500
12003
12004    RADEON: disable LVDS if panel size is 0x0
12005    
12006    if we can't get the panel size from the bios or edid
12007    or a user specified option, assume it's not connected.
12008
12009commit 422d7f441fdbb318d22d44db661ac9bd61387bd2
12010Author: Alex Deucher <alex@cube.(none)>
12011Date:   Tue Feb 12 15:35:46 2008 -0500
12012
12013    R6xx: when both crtcs are in use make sure they are both enabled
12014    
12015    sometimes setting a mode on one crtc can cuase a blank screen on the other.
12016    make sure they are both enabled if they should be.
12017
12018commit 860f5af75274cb236f536e1da09da6bd9a579530
12019Author: Alex Deucher <alex@cube.(none)>
12020Date:   Tue Feb 12 14:46:49 2008 -0500
12021
12022    R6xx: fix up use of bios scratch regs to reflect the new offsets
12023
12024commit 32f2119b43a0faf6069d8cc0816f0d9f7914c07f
12025Author: Alex Deucher <alex@cube.(none)>
12026Date:   Tue Feb 12 14:20:02 2008 -0500
12027
12028    R6xx: bios scratch regs moved.
12029
12030commit 8d64be6ebd7f50d4bcb587afeee8252c1367dc77
12031Author: Alex Deucher <alex@samba.(none)>
12032Date:   Tue Feb 12 12:53:09 2008 -0500
12033
12034    RADEON: make sure we always set up the FP crtc shadow registers for crtc0
12035    
12036    The behavior changed when I added rmx center mode support.  In cases where
12037    crtc0 drives a DAC this can lead to a blank screen.
12038
12039commit 810d192ee046077a894e0fb5f2dfd6a7c0130766
12040Author: Alex Deucher <alex@cube.(none)>
12041Date:   Mon Feb 11 19:23:01 2008 -0500
12042
12043    R6xx: add missing objects
12044
12045commit 85043439426e534e561259ce98bebdd8508b36a9
12046Author: Alex Deucher <alex@botch2.(none)>
12047Date:   Mon Feb 11 16:36:58 2008 -0500
12048
12049    R6xx: make sure we set up the HDP base properly
12050
12051commit 9ab5d2ec7c583c74f364d7cfbb54bcd2cd8ae2f5
12052Author: Alex Deucher <alex@botch2.(none)>
12053Date:   Mon Feb 11 15:26:51 2008 -0500
12054
12055    RADEON: always restore crtc1 before crtc0 when using both crtcs
12056    
12057    In some rare cases restoring crtc0 first will result in a blank screen
12058    on crtc1.  If you are having issues with a blank screen on crtc1
12059    that used to work on 6.6.3 or before, this should help.
12060
12061commit e33edca75bd9df0aa19a33e74c38a6d02610befd
12062Author: Alex Deucher <alex@botch2.(none)>
12063Date:   Mon Feb 11 00:33:12 2008 -0500
12064
12065    RADEON: Implement proper (hopefully) BIOS/DRIVER interaction for ATOM bios
12066    
12067    Tested on atom-based Desktop cards.  It'd nice to get some testing
12068    on atom-based laptops.
12069
12070commit 6524e33435a786f7de0064cdd1b04c1120d21593
12071Author: Alex Deucher <alex@botch2.(none)>
12072Date:   Sun Feb 10 18:52:52 2008 -0500
12073
12074    RADEON: Implement proper (hopefully) BIOS/DRIVER interaction for COM bios
12075    
12076    Tested on my M10-based laptop.
12077
12078commit 8606c1bd175893c77e8c758246a1aed166c8be51
12079Author: George Sapountzis <gsap7@yahoo.gr>
12080Date:   Fri Feb 8 19:07:03 2008 +0200
12081
12082    mach64: factor out BIOS panel info parsing
12083
12084commit 9f33218c80f5a6d6d9464aa3db8ae25a4759f351
12085Author: George Sapountzis <gsap7@yahoo.gr>
12086Date:   Fri Feb 8 19:06:41 2008 +0200
12087
12088    mach64: minor cosmetic, LCD panel id
12089
12090commit 8cd5a465a03834b4b2f3a19f8d36fc9d2e18c6d4
12091Author: George Sapountzis <gsap7@yahoo.gr>
12092Date:   Fri Feb 8 19:06:27 2008 +0200
12093
12094    mach64: minor cosmetic, DAC type
12095
12096commit 7f4db96123fdcba9874226352802d702c2a498bd
12097Author: Dave Airlie <airlied@redhat.com>
12098Date:   Fri Feb 8 10:47:10 2008 +1000
12099
12100    add rv670 pciids
12101
12102commit e8899b9978291c62a65f468c92f340f65ad5479d
12103Author: Alex Deucher <alex@botch2.(none)>
12104Date:   Thu Feb 7 19:27:38 2008 -0500
12105
12106    R6xx: fix ddc after my i2c rework
12107    
12108    Seems r6xx does something different for its i2c table,
12109    revert to the old behavior for now.
12110
12111commit 435de6c4e46ff2bebd4cee58888a66b936cd3fdf
12112Author: Alex Deucher <alex@samba.(none)>
12113Date:   Thu Feb 7 19:14:13 2008 -0500
12114
12115    RADEON: sync up with latest upstream versions
12116    
12117    atombios.h
12118    ObjectID.h
12119
12120commit 692789a293970f70b88ccb6adcf0676d8b495ae2
12121Author: George Sapountzis <gsap7@yahoo.gr>
12122Date:   Thu Feb 7 18:03:37 2008 +0200
12123
12124    mach64: factor out BIOS multimedia parsing
12125
12126commit 933328ffd6d1d872a18d3de8624c4df845a64588
12127Author: George Sapountzis <gsap7@yahoo.gr>
12128Date:   Thu Feb 7 18:03:03 2008 +0200
12129
12130    mach64: complement hint for sparc
12131
12132commit 956c8c81f3ff434930a0cb17b027b2f8e4eeabb2
12133Author: George Sapountzis <gsap7@yahoo.gr>
12134Date:   Thu Feb 7 18:02:31 2008 +0200
12135
12136    mach64: consolidate refclk #2
12137
12138commit dce4cc26a8e2bf53805ec63763243f3ff6b4a6d3
12139Author: George Sapountzis <gsap7@yahoo.gr>
12140Date:   Thu Feb 7 18:02:17 2008 +0200
12141
12142    mach64: consolidate refclk #1
12143
12144commit f7ed807f0d82a7446ebc4acdd4e94df44a675f19
12145Author: George Sapountzis <gsap7@yahoo.gr>
12146Date:   Thu Feb 7 18:01:59 2008 +0200
12147
12148    mach64: cosmetic
12149
12150commit cda1cd198f33c26ef1b51532a2126468369743b8
12151Author: George Sapountzis <gsap7@yahoo.gr>
12152Date:   Thu Feb 7 18:01:33 2008 +0200
12153
12154    mach64: factor out BIOS clock parsing
12155
12156commit 73ff279469be9c7cbf9f533b85fcb553694ff413
12157Author: George Sapountzis <gsap7@yahoo.gr>
12158Date:   Thu Feb 7 18:00:55 2008 +0200
12159
12160    mach64: BIOSBase is no longer used
12161
12162commit caea326cc6f1932bb299f451be013651a5749ea7
12163Author: Dave Airlie <airlied@linux.ie>
12164Date:   Wed Feb 6 06:36:13 2008 +1000
12165
12166    r300: move fragprog setup code to prepare composite for now
12167
12168commit 470cd6a401c6a3e8fea981a8fe97c28be3cfb81d
12169Author: Dave Airlie <airlied@linux.ie>
12170Date:   Wed Feb 6 06:04:13 2008 +1000
12171
12172    r300: remove r300 specific vertex emission
12173    
12174    Set the vertex and fragment engine to expect the mask coords.
12175
12176commit f65e8dfac23adfa199026765fe3a1ea08cf4da67
12177Author: Alex Deucher <alex@cube.(none)>
12178Date:   Sun Feb 3 00:09:59 2008 -0500
12179
12180    RADEON: rework i2c handling
12181    
12182    Split out clk, data, and lock regs and masks.  some cards use different
12183    regs and masks for each.  For cards with ATOMBIOS, use the i2c bios
12184    table to grab the i2c data.
12185
12186commit a38a903debc0a50dbc73f59dc2741bbea76d2bd9
12187Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
12188Date:   Fri Feb 1 02:59:07 2008 -0500
12189
12190    RADEON: don't restore LVDS_PLL_CNTL for now
12191    
12192    seems to cause problems with resume for some users.
12193    this needs further investigation.
12194    see bug 12596
12195
12196commit 5d7bea2b62c86868baf1960665a40249a43bafc5
12197Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
12198Date:   Fri Feb 1 02:53:22 2008 -0500
12199
12200    RADEON: remove redundant RADEONDisableDisplays()
12201    
12202    use RADEONBlank() instead
12203
12204commit 73b437ce232c94c0067a0d2f70538b6e1e8c07a7
12205Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
12206Date:   Fri Feb 1 02:47:06 2008 -0500
12207
12208    RADEON: remove unused "aspect" scaler option
12209
12210commit f1fb9e4daa29bc379f653f847254db1496b625fd
12211Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
12212Date:   Fri Feb 1 02:39:18 2008 -0500
12213
12214    RADEON: Implement "center" mode for RMX on legacy radeons
12215
12216commit bcd590103e04bfdb4f12413beacebf344f07e88e
12217Author: Alex Deucher <alex@botch2.(none)>
12218Date:   Tue Jan 29 12:12:54 2008 -0500
12219
12220    RADEON: update man page to reflect AGP 1x default revert
12221
12222commit 09348a83d06ba9d3129499c4daedd44a68771530
12223Author: Alex Deucher <alex@botch2.(none)>
12224Date:   Tue Jan 29 12:09:24 2008 -0500
12225
12226    Seems the default is more reliable... we can't win.
12227    
12228    Revert "radeon: Default to 1x again with non-v3 AGP cards."
12229    
12230    This reverts commit b653e5a628bfa4dfb168e96f93f41eb910f409fb.
12231
12232commit 0c26806245381b925b73ff9f3b747e3dcf0ebd6f
12233Author: Alex Deucher <alex@botch2.(none)>
12234Date:   Tue Jan 29 10:26:48 2008 -0500
12235
12236    RADEON: Add new RV380 pci id
12237    
12238    bug 14289
12239
12240commit ce77ed78a877023da72dbe51609aef9a07e250b1
12241Author: Maciej Cencora <m.cencora@gmail.com>
12242Date:   Mon Jan 28 19:02:56 2008 -0500
12243
12244    RS690: Implement MC idle check
12245
12246commit b7de4ff52cfbdd85ee65000613632e21b92af24e
12247Author: George Sapountzis <gsap7@yahoo.gr>
12248Date:   Sat Jan 26 19:28:05 2008 +0200
12249
12250    mach64: add hint for sparc and minor cosmetic.
12251
12252commit 09d713aa0ed6367b4457420b3c2832fe8eca9b00
12253Author: Alex Deucher <alex@botch2.(none)>
12254Date:   Wed Jan 23 18:05:41 2008 -0500
12255
12256    Revert "RADEON: adjust PAL mode hstart"
12257    
12258    This reverts commit 719a9a376e34d99032af75e3f7b002670ccb816b.
12259    
12260    This breaks TV out on some cards.
12261
12262commit 719a9a376e34d99032af75e3f7b002670ccb816b
12263Author: Alex Deucher <alex@botch2.(none)>
12264Date:   Sun Jan 20 18:40:53 2008 -0500
12265
12266    RADEON: adjust PAL mode hstart
12267    
12268    Most people seem to get a more aligned picture with this setting
12269
12270commit b2db8657fb888cff6d64c6dcb182caac389776ce
12271Author: Alex Deucher <alex@botch2.(none)>
12272Date:   Sun Jan 20 18:33:22 2008 -0500
12273
12274    RADEON: re-work i2c for DDC
12275    
12276    Unify the radeon/avivo paths and grab the data/clk masks from bios
12277    if available
12278
12279commit a43003b24022a833e604f41b2873c0350b34181c
12280Author: Alex Deucher <alex@botch2.(none)>
12281Date:   Sat Jan 19 18:49:53 2008 -0500
12282
12283    RADEON: get dac2 adj values from the bios tables
12284
12285commit d4596c52ac9994be26e9ec2d7d57b3892c34abdb
12286Author: Alex Deucher <alex@botch2.(none)>
12287Date:   Sat Jan 19 17:17:26 2008 -0500
12288
12289    RADEON: grab pll_in_min/pll_in_max from bios tables if available
12290
12291commit 9a0947c812d0d38d1bca6a91140ac210831a6cb4
12292Author: Alex Deucher <alex@botch2.(none)>
12293Date:   Sat Jan 19 13:57:50 2008 -0500
12294
12295    ATOM: Use LVDS edid from bios if available
12296
12297commit 7238258c12def8ef273e5362f716d165f720c5a5
12298Author: Kusanagi Kouichi <slash@ma.neweb.ne.jp>
12299Date:   Sat Jan 19 15:04:21 2008 +0100
12300
12301    radeon: Partial fix for XVideo RGB image distortions.
12302
12303commit 32be3cf9d6c34e60ff8c3d6cfe9f73f1869c50e4
12304Author: Brice Goglin <Brice.Goglin@ens-lyon.org>
12305Date:   Fri Jan 18 14:42:14 2008 -0500
12306
12307    RADEON: print the name of the output when printing the EDID
12308
12309commit 4ba9430ee97dbce8f77db8de6ce9b753a75e453d
12310Author: George Sapountzis <gsap7@yahoo.gr>
12311Date:   Fri Jan 18 18:18:18 2008 +0200
12312
12313    mach64: workaround for corruption at upper-left
12314    
12315    commit possible workaround, it's reported multiple times ...
12316
12317commit 12c00111b68c9cf4872a424258c6f8b7247aac47
12318Author: George Sapountzis <gsap7@yahoo.gr>
12319Date:   Fri Jan 18 18:17:40 2008 +0200
12320
12321    use stand-alone drivers for each chip family.
12322    
12323    Do not load the ati wrapper when the user specifies the sub-driver name in
12324    the Driver line of xorg.conf.  Also, for -configure cause the wrapper to fail
12325    and let each sub-driver speak for themselves.
12326
12327commit 24c7d134cd450f9e2cca85e4a2fc3253d250be04
12328Author: Alex Deucher <alex@botch2.(none)>
12329Date:   Fri Jan 18 09:50:38 2008 -0500
12330
12331    RADEON: make sure EXA Composite is actually disabled on XPRESS chips.
12332
12333commit eaf425436008092abe81208321a2b3b6698a5d79
12334Author: Dave Airlie <airlied@redhat.com>
12335Date:   Fri Jan 18 20:11:57 2008 +1000
12336
12337    fixup register 6594 save/restore
12338
12339commit 3de2dc88cf26ff5932f11cecdf975777b8aa2a4a
12340Author: Adam Jackson <ajax@redhat.com>
12341Date:   Wed Jan 16 14:55:05 2008 -0500
12342
12343    Bump CRTC size limits on AVIVO chips so 30" displays work without tweaking.
12344    
12345    Note that the CRTC size limits we're using right now are _not_ the
12346    hardware limits, they're just heuristics until we can resize the front
12347    buffer properly.
12348
12349commit 2a89a31481d71a56a9930073cf99d3ae7b4290e1
12350Author: Alex Deucher <alex@samba.(none)>
12351Date:   Thu Jan 17 15:08:17 2008 -0500
12352
12353    RADEON: use radeon_output->Flags for tracking RMX rather than mode->Flags
12354
12355commit 495e3119250ffb48489debbaabe560d23753cc43
12356Author: Alex Deucher <alex@samba.(none)>
12357Date:   Thu Jan 17 14:56:19 2008 -0500
12358
12359    AVIVO: Add support for RMX
12360    
12361    Both centered and expansion modes are supported.  Select
12362    using output attributes.
12363
12364commit 6bd510a211f25d52e74791e4a429cd2218ced541
12365Author: Alex Deucher <alex@samba.(none)>
12366Date:   Wed Jan 16 18:09:49 2008 -0500
12367
12368    RADEON: add a message about render accel on newer cards
12369
12370commit 85bf3439fe2579aec48f5cd8d65a9d51b1ae8535
12371Author: Alex Deucher <alex@samba.(none)>
12372Date:   Wed Jan 16 17:52:06 2008 -0500
12373
12374    R300: only init3d on r3xx
12375
12376commit dbb2ca471dfbff245b30c5055871dee0dc0e3d15
12377Author: Alex Deucher <alex@samba.(none)>
12378Date:   Wed Jan 16 17:10:02 2008 -0500
12379
12380    R300: only enable render accel on non-IGP r3xx/r4xx chips for now
12381
12382commit 3c72b100bcfacee600644669b586e86cfd32754e
12383Author: Alex Deucher <alex@samba.(none)>
12384Date:   Wed Jan 16 16:55:42 2008 -0500
12385
12386    R300: First pass at render accel
12387    
12388    This first pass is pretty limited.  All it currently supports
12389    is transforms for rotation.  No blending yet.
12390    
12391    Based on inital implementation from Wolke Liu with
12392    additional lock-up fixes by Dave Airlie.
12393
12394commit 2ba3562d2af911fdd90881049599e239d27260bc
12395Author: George Sapountzis <gsap7@yahoo.gr>
12396Date:   Sat Jan 12 17:11:59 2008 +0200
12397
12398    ati wrapper: xf86PciInfo.h is enough
12399
12400commit c2caeb11a97dad5379d70881c5c0fd834a8c3d54
12401Author: George Sapountzis <gsap7@yahoo.gr>
12402Date:   Sat Jan 12 16:18:34 2008 +0200
12403
12404    ati wrapper: add DriverRec's and use them
12405
12406commit 19e1b180fec6f83a474e125465bc60111c0f43e0
12407Author: George Sapountzis <gsap7@yahoo.gr>
12408Date:   Sat Jan 12 16:18:07 2008 +0200
12409
12410    mach64: load for both "ati" and "mach64" as driver names
12411    
12412    similar to r128/radeon
12413
12414commit 92f54400d5450b29b3a76d5ecc927cf0d73e156e
12415Author: George Sapountzis <gsap7@yahoo.gr>
12416Date:   Sat Jan 12 16:17:47 2008 +0200
12417
12418    mach64: add version (need not match with ati)
12419    
12420    similar to r128/radeon
12421
12422commit 311ec7b6c54a50a4b8a5a445f7283da2b0b2e0f5
12423Author: George Sapountzis <gsap7@yahoo.gr>
12424Date:   Sat Jan 12 16:17:21 2008 +0200
12425
12426    atimisc: rename to mach64
12427
12428commit 5244e235262290eab8a3546f449295c12ed8f6c7
12429Author: Alex Deucher <alex@samba.(none)>
12430Date:   Mon Jan 14 16:11:09 2008 -0500
12431
12432    ATOMBIOS: disable the scaler by default on avivo cards
12433    
12434    Fixes bug 14001
12435
12436commit 729da30c80d6545b75c8faea44754634f477cc09
12437Merge: 000741e 625a885
12438Author: Alex Deucher <alex@samba.(none)>
12439Date:   Mon Jan 14 10:05:01 2008 -0500
12440
12441    Merge branch 'master' of ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati
12442
12443commit 625a885a964488da2a35065eb597a17ee57b22a9
12444Author: George Sapountzis <gsap7@yahoo.gr>
12445Date:   Wed Jan 9 17:39:56 2008 +0200
12446
12447    ati wrapper: use pci ids
12448
12449commit 48865200ca9f1daf87e52620b9f8175f88dd886f
12450Author: George Sapountzis <gsap7@yahoo.gr>
12451Date:   Wed Jan 9 19:01:04 2008 +0200
12452
12453    radeon: remove stray include
12454
12455commit a5a6b873353611cb7e46e5e375f039957c7051a7
12456Author: George Sapountzis <gsap7@yahoo.gr>
12457Date:   Wed Jan 9 13:03:32 2008 +0200
12458
12459    radeon: remove stray _X_EXPORT
12460
12461commit 80c9974b6cdc0147d777df6990b3f3aacd87969d
12462Author: George Sapountzis <gsap7@yahoo.gr>
12463Date:   Tue Jan 8 18:15:47 2008 +0200
12464
12465    r128: pci-rework conversion
12466    
12467    compile-tested only
12468
12469commit cd4b39403d74f314e1c2cfa4cf0e4fe542891dc3
12470Author: George Sapountzis <gsap7@yahoo.gr>
12471Date:   Sat Mar 10 23:12:15 2007 +0200
12472
12473    Drop symbol lists from r128, radeon, theatre.
12474    
12475    compile-tested only
12476
12477commit 63b4b8213fabc5a57f897b60b6eaa9f78d86e6ff
12478Author: George Sapountzis <gsap7@yahoo.gr>
12479Date:   Wed Mar 21 20:24:22 2007 +0200
12480
12481    [mach64] Drop symbol lists.
12482    
12483    egrep LOADER\|SymLists\|Symbols src/*.[hc]
12484    
12485    not needed after server commit bca9364f3f4a2376edbcf57a34f704ce28be21ba, i.e.
12486    xserver 1.2
12487    
12488    compile-tested only
12489
12490commit 000741e250e54122b0adc91694eb4bfa320a70fb
12491Author: Alex Deucher <alex@samba.(none)>
12492Date:   Thu Jan 10 14:49:48 2008 -0500
12493
12494    RADEON: clean up output handling
12495
12496commit 10e7636c02478b8ffe183bb0c46229ca0d6584e1
12497Author: Kristian Høgsberg <krh@bitplanet.net>
12498Date:   Wed Jan 9 12:47:39 2008 -0500
12499
12500    RADEON: fix crtc routing on r4xx cards when using atom to init DVO chip
12501
12502commit 3af671f5963810dbfd63abc9889b1d46b68f404c
12503Author: Alex Deucher <alex@botch2.(none)>
12504Date:   Wed Jan 9 11:30:25 2008 -0500
12505
12506    RADEON: restore FP2 regs before external encoders
12507    
12508    This may fix krh's dvi problem
12509
12510commit 2a54c6bb09ade2ec8f998dfc1624017029d47fa3
12511Author: Alex Deucher <alex@botch2.(none)>
12512Date:   Tue Jan 8 18:43:54 2008 -0500
12513
12514    RADEON: Make default output actually work...
12515
12516commit fa3e2055225c27e25465fc46786da1b7574fd3cc
12517Author: Alex Deucher <alex@botch2.(none)>
12518Date:   Mon Jan 7 01:13:09 2008 -0500
12519
12520    RADEON: add default outputs if no connected devices
12521    
12522    If no connected devices found at server startup, default
12523    to something so the server comes up.  LVDS on mobility chips,
12524    DAC or TMDS on others.
12525
12526commit d972cc9237eb90b49b11f8d2bdc5b61f628911dc
12527Author: Alex Deucher <alex@botch2.(none)>
12528Date:   Sat Jan 5 17:19:06 2008 -0500
12529
12530    RADEON: Fix TVStandard option
12531
12532commit 45656b9d5a426053da2a094de39c2690c0c6f799
12533Author: Alex Deucher <alex@botch2.(none)>
12534Date:   Sat Jan 5 12:00:55 2008 -0500
12535
12536    R128: Like powerpc, don't use VGA by default on sparc
12537
12538commit b8e8db4675d07e45782de0d7c67ee0fd85eaedb3
12539Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
12540Date:   Fri Jan 4 20:16:19 2008 -0500
12541
12542    RADEON: fix tvdac load detection at server start up
12543
12544commit 3ba7f393d0669df36848715799de8affc10a5534
12545Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
12546Date:   Fri Jan 4 20:00:48 2008 -0500
12547
12548    RADEON: further fixup for pScrn->pScreen issue
12549    
12550    the previous fix seems to cause the driver to hang on
12551    some cards.
12552
12553commit a0de9c0844f9e066e0f02e8cd8045bdd278e6494
12554Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
12555Date:   Fri Jan 4 19:48:30 2008 -0500
12556
12557    RADEON: improve ntsc image centering
12558
12559commit 03d2f25801c8a8ec15030f06008df112d07c1a2d
12560Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
12561Date:   Fri Jan 4 18:19:54 2008 -0500
12562
12563    RADEON: fix compile
12564
12565commit 308848783ed9ae27aed7c7de6ee813d375ef495e
12566Author: Dave Airlie <airlied@linux.ie>
12567Date:   Sat Jan 5 09:11:55 2008 +1000
12568
12569    i2c: a line mux of 0 is valid
12570
12571commit 94d5a432f72801f821d1c4ce952baba17552659d
12572Author: Dave Airlie <airlied@linux.ie>
12573Date:   Fri Jan 4 17:16:54 2008 +1000
12574
12575    atombios: i2c lines are all done with sw so we can accept any of them.
12576    
12577    hch reported this working on his laptop with 0x7e60 as EDID for LVDS
12578
12579commit 2e4473b63d65801ae8ac5a8391de232b2201d958
12580Author: Alex Deucher <alex@samba.(none)>
12581Date:   Thu Jan 3 15:47:50 2008 -0500
12582
12583    RADEON: fix crash when setting rotation in the config file
12584    
12585    xf86CrtcRotate() accesses pScrn->pScreen which is not set
12586    during ScreenInit().  This should also be fixed in the server.
12587    See bug 12129
12588
12589commit c652208861bffca94f06b7f67688ce220e050bfb
12590Author: Michel Dänzer <michel@tungstengraphics.com>
12591Date:   Thu Jan 3 17:54:58 2008 +0100
12592
12593    radeon: Adapt manpage to reality wrt AGP options.
12594
12595commit ab451e4b7a5423d61b57cf0646599267d8504af4
12596Author: Michel Dänzer <michel@tungstengraphics.com>
12597Date:   Thu Jan 3 17:52:39 2008 +0100
12598
12599    radeon: Miscellaneous warning fixes.
12600
12601commit 394c52273328e90518568b694ee79dc1a8dab651
12602Author: Dave Airlie <airlied@linux.ie>
12603Date:   Thu Jan 3 18:56:16 2008 +1000
12604
12605    r500: tvout avoid doing dpms here it makes my tv mode go all crappy
12606    
12607    need to investigate further
12608
12609commit 1c647279f021d01e110980727b7c7dd7efae1642
12610Author: Dave Airlie <airlied@linux.ie>
12611Date:   Thu Jan 3 11:55:28 2008 +1000
12612
12613    r600: change devices list depending on connector
12614
12615commit f36db6e10d32a68b32d20ae4ad02cfc0bfd1c9c3
12616Author: Dave Airlie <airlied@linux.ie>
12617Date:   Thu Jan 3 11:27:47 2008 +1000
12618
12619    r600: fixup crash on unknown output type
12620    
12621    not sure this is 100% the correct approach
12622
12623commit 1accfdd590828e95e0d68a576c8ee05a06a86e43
12624Author: Alex Deucher <alex@samba.(none)>
12625Date:   Wed Jan 2 19:48:28 2008 -0500
12626
12627    RADEON: various avivo tv-out related clean-ups
12628
12629commit ce34090c758ac91171cb6adb9b8a36e4adbf99cf
12630Merge: 2180f04 30cab1d
12631Author: Alex Deucher <alex@samba.(none)>
12632Date:   Wed Jan 2 16:41:36 2008 -0500
12633
12634    Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati
12635
12636commit 2180f04b6fb94a638f6274cb4455d5688b324dbc
12637Author: Alex Deucher <alex@samba.(none)>
12638Date:   Wed Jan 2 16:41:06 2008 -0500
12639
12640    RADEON: preliminary support for ATOM RMX
12641    
12642    not functional yet.
12643
12644commit dab4dc285154d40303aadaa849b85f8e251e578e
12645Author: Alex Deucher <alex@samba.(none)>
12646Date:   Wed Jan 2 16:27:19 2008 -0500
12647
12648    RADEON: add support for ATOM component video table
12649    
12650    Component output is still not working.
12651
12652commit 30cab1dbebb7bdb925f2fe9f91b84183312bbbfd
12653Author: Alex Deucher <alex@botch2.(none)>
12654Date:   Wed Jan 2 15:41:01 2008 -0500
12655
12656    RADEON: Make sure all old IGP chips have HasSingleDac set
12657    
12658    fix the csv file and re-gen the headers.
12659
12660commit e8e585651215b011e3ad07c59d0eab9107ccd8c6
12661Author: Dave Airlie <airlied@redhat.com>
12662Date:   Wed Jan 2 10:14:46 2008 +1000
12663
12664    PLL/r600: tweak pll to pick first one found instead of keeping going
12665
12666commit 14aa4060ad27ecb3d40b2b17ee4cf7cc55a121dd
12667Author: Dave Airlie <airlied@redhat.com>
12668Date:   Wed Jan 2 09:49:44 2008 +1000
12669
12670    r600: fix tv-out output naming
12671
12672commit f65374f5e15bfd391a1838a686cd87d3bab8043d
12673Author: Maciej Cencora <m.cencora@gmail.com>
12674Date:   Mon Dec 31 09:44:34 2007 +1000
12675
12676    atombios: initial rs690 patches
12677
12678commit a674f683e6699c30664d9cd468a64de991c3fd7e
12679Author: Dave Airlie <airlied@linux.ie>
12680Date:   Sun Dec 30 17:43:17 2007 +1000
12681
12682    atombios: enable TV-out detection code - tv out works for me with this
12683
12684commit aa7c28cbd943bb525698515d444cb5097880e364
12685Author: Dave Airlie <airlied@linux.ie>
12686Date:   Sun Dec 30 17:40:37 2007 +1000
12687
12688    atombios: enable support for using tv timings
12689    
12690    enable support for the atombios tv timings selection by programming the crtc
12691    with the tv timings if a tv is detected on the output
12692
12693commit 0bc3fd595a73e12a424571697d164a09a6a4c072
12694Author: Dave Airlie <airlied@linux.ie>
12695Date:   Sun Dec 30 16:39:58 2007 +1000
12696
12697    atombios: add support for reading tv standard from atombios
12698    
12699    fix typo in atombios header file
12700
12701commit bfa22d676a6f333503104041f62222f4de9bb7d8
12702Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
12703Date:   Wed Dec 26 12:29:47 2007 -0500
12704
12705    RADEON: fix typo that broke tv load detection
12706
12707commit 0c99554c6fab1192f5e8595469c21b5f33e1eb4f
12708Author: David Miller <davem@davemloft.net>
12709Date:   Wed Dec 26 02:19:12 2007 -0500
12710
12711    [RADEON]: Add missing break in SCLK calculation.
12712
12713commit 6e0d5cc1c62fbfc1962fa0d6333f0c0a8c6327bd
12714Author: David Miller <davem@davemloft.net>
12715Date:   Wed Dec 26 02:17:34 2007 -0500
12716
12717    [RADEON]: Like powerpc, don't use VGA by default on sparc.
12718
12719commit 2b1fae668ddabbc72e5fc31365302ea722174df1
12720Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
12721Date:   Wed Dec 26 02:04:06 2007 -0500
12722
12723    RADEON: fix PAL tv-out
12724    
12725    Many thanks to Andrew Randrianasulu for providing me with
12726    pll reg dumps
12727
12728commit d736eb5732da573162c70712dc4e8b0114986702
12729Author: Alex Deucher <alex@botch2.(none)>
12730Date:   Mon Dec 24 12:34:15 2007 -0500
12731
12732    RADEON: default "IgnoreLidStatus" to TRUE
12733    
12734    Seems there are lots of busted ACPI lid status and people
12735    starting X with the lid closed.
12736
12737commit 653da558148cc601bc1f80253e92ef98c75ef37a
12738Author: Alex Deucher <alex@botch2.(none)>
12739Date:   Mon Dec 24 01:11:56 2007 -0500
12740
12741    RADEON: restore crtc regs before VGA regs.
12742    
12743    It seems some radeons don't restore text console properly if
12744    the crtc regs are restored after the VGA regs.
12745    Thanks to Sverre Froyen for helping me track this down
12746
12747commit ad3325f672a241449ca239c8ee3a24b6d7703d76
12748Author: Alex Deucher <alex@botch2.(none)>
12749Date:   Sun Dec 23 17:18:42 2007 -0500
12750
12751    RADEON: Add "IgnoreLidStatus" option
12752    
12753    Generally, users that start X with the laptop lid closed
12754    want to use one or more external monitors rather than the
12755    internal panel and do not want the internal panel to be on
12756    by default.  Others, it seems, want to always have the
12757    internal panel on, regardless of the lid.  I can't win.
12758    Enable this option to force the latter.
12759
12760commit 20eedf348a527e1e0a5450bc22d7564895034a66
12761Author: Alex Deucher <alex@botch2.(none)>
12762Date:   Sun Dec 23 11:27:55 2007 -0500
12763
12764    RADEON: fix pll input setup on mac cards
12765    
12766    the function was exiting before the complete setup was finished.
12767
12768commit 4f2e833e8ebaba3ad85ec5314fff8fa05395b679
12769Author: Arkadiusz Miskiewicz <arekm@maven.pl>
12770Date:   Fri Dec 21 18:56:34 2007 -0500
12771
12772    configure.ac fixes
12773
12774commit 2b6e8e2b8f74e94560de89693ecbc7260536591e
12775Author: Arkadiusz Miskiewicz <arekm@maven.pl>
12776Date:   Fri Dec 21 18:10:17 2007 -0500
12777
12778    RADEON: various cleanups
12779
12780commit 4c6f60e3b19ac55ab1255c79df03b1df5950864e
12781Author: Alex Deucher <alex@botch2.(none)>
12782Date:   Fri Dec 21 17:33:04 2007 -0500
12783
12784    RADEON: clean up prototypes
12785
12786commit 8c761afdcb9baf1649b93449692fb9ab67bc2c80
12787Author: Alex Deucher <alex@botch2.(none)>
12788Date:   Fri Dec 21 16:24:49 2007 -0500
12789
12790    RADEON: more re-org
12791    
12792    move save/restore routines into legacy_crtc/output
12793
12794commit 910773d3a6c717f9d4762ea7b9ee6c3ae061781e
12795Author: Alex Deucher <alex@botch2.(none)>
12796Date:   Fri Dec 21 15:53:15 2007 -0500
12797
12798    RADEON: more re-org.  move XAA Mem init to radeon_accel.c
12799
12800commit 0631a23bd103f9b74e525da2c41304eab60c6f17
12801Author: Alex Deucher <alex@botch2.(none)>
12802Date:   Fri Dec 21 15:40:18 2007 -0500
12803
12804    RADEON: fix rn50 reversion from last merge
12805
12806commit 5b917797a13c6caa80028d1842a284598e874288
12807Author: Alex Deucher <alex@botch2.(none)>
12808Date:   Fri Dec 21 15:30:20 2007 -0500
12809
12810    RADEON: remove no longer used radeon_display.c
12811
12812commit bf14aa5f88fc3b4e69d71db5b23248b8bb2018d0
12813Author: Alex Deucher <alex@botch2.(none)>
12814Date:   Fri Dec 21 15:29:47 2007 -0500
12815
12816    RADEON: re-org legacy crtc/output code into separate files
12817
12818commit be7f8fd338f5af8b632f16a83db41e15d00af469
12819Author: Dave Airlie <airlied@linux.ie>
12820Date:   Fri Dec 21 10:03:49 2007 +1000
12821
12822    fix mode bandwidth configure check
12823
12824commit 3f9b597dedc45379b0bc0b631f3f924c403bca48
12825Author: Dave Airlie <airlied@linux.ie>
12826Date:   Fri Dec 21 09:55:42 2007 +1000
12827
12828    fixup clip test include handling
12829
12830commit 9a5b501332c0a1f10af20845af48c9ddd2ce26a0
12831Author: Dave Airlie <airlied@linux.ie>
12832Date:   Fri Dec 21 09:45:55 2007 +1000
12833
12834    set ddc line correctly post-merge
12835
12836commit 3c31b96afa20913ad947e68fe0c3a662e5eafbdd
12837Merge: eb99c3c f5e8c18
12838Author: Dave Airlie <airlied@linux.ie>
12839Date:   Fri Dec 21 09:36:22 2007 +1000
12840
12841    Merge remote branch 'origin/atombios-support'
12842    
12843    Conflicts:
12844    
12845    	src/radeon_display.c
12846    	src/radeon_driver.c
12847
12848commit eb99c3c5c9a2249cb84920f0f225e525fc3a4144
12849Author: Alex Deucher <alex@botch2.(none)>
12850Date:   Thu Dec 20 18:14:38 2007 -0500
12851
12852    Bump for RC release
12853
12854commit 8d49ff1da917b7f8240267953ef6ce4ff04daecb
12855Author: Alex Deucher <alex@botch2.(none)>
12856Date:   Thu Dec 20 01:09:57 2007 -0500
12857
12858    RADEON: check for xf86_crtc_clip_video_helper() in configure.ac
12859    
12860    use xf86_crtc_clip_video_helper() from the server if available.
12861
12862commit fb7a4e24f2da3561ef81371ca4013a4f13806e91
12863Author: Adam Jackson <ajax@redhat.com>
12864Date:   Wed Dec 19 19:15:19 2007 -0500
12865
12866    Fix RN50 mode filtering.
12867    
12868    The old code would attempt to limit the maximum pixel size of the screen
12869    by limiting the maximum PLL frequency.  This ends up confusing the PLL
12870    computation code since sometimes your maximum freq can be lower than your
12871    minimum freq.  More to the point it's just wrong, maximum PLL frequency
12872    isn't the same thing as maximum pixel clock, and even that isn't the same
12873    thing as maximum scanout pixels per second.
12874    
12875    The correct thing to do is filter by the mode's effective memory bandwidth.
12876
12877commit c1b0b69cc50516c3b7e881b0eb46cb3cd2e9dce6
12878Merge: 0e66348 ce4fa1c
12879Author: Alex Deucher <alex@botch2.(none)>
12880Date:   Wed Dec 19 11:54:50 2007 -0500
12881
12882    Merge branch 'master' of ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati
12883
12884commit 0e6634870d1ab38ee8c83f6bda1ba60364997853
12885Author: Alex Deucher <alex@botch2.(none)>
12886Date:   Wed Dec 19 11:54:27 2007 -0500
12887
12888    RADEON: skip empty connectors when creating outputs
12889
12890commit 6afbf718c151dc3c5c59bd3136b58a93a114d798
12891Author: Alex Deucher <alex@botch2.(none)>
12892Date:   Wed Dec 19 11:48:38 2007 -0500
12893
12894    RADEON: add support for legacy radeons with DVI and no connector table
12895
12896commit f5e8c185001e62e744310667c2d1bd3fe6542a62
12897Author: Dave Airlie <airlied@clockmaker.usersys.redhat.com>
12898Date:   Wed Dec 19 10:38:58 2007 +1000
12899
12900    more endian related fixage
12901
12902commit 98b247066d00db66abe91f518cd93b5c4da4cfb4
12903Author: Dave Airlie <airlied@clockmaker.usersys.redhat.com>
12904Date:   Wed Dec 19 10:25:41 2007 +1000
12905
12906    fix big endian build since zaphod fixups
12907
12908commit ce4fa1cedec0cf56b9979dfaa12a8d3a7c643df4
12909Author: Arkadiusz Miskiewicz <arekm@maven.pl>
12910Date:   Tue Dec 18 15:34:14 2007 -0500
12911
12912    RADEON: fix fd leak in lid detect code
12913
12914commit 20568f66f9a9a60a33bd9a69ccc14a891c656836
12915Author: Arkadiusz Miskiewicz <arekm@maven.pl>
12916Date:   Tue Dec 18 15:32:10 2007 -0500
12917
12918    RADEON: more cleanups and warning fixes
12919
12920commit 1496194200adbcb044ec3977367a0908262e389c
12921Author: Arkadiusz Miskiewicz <arekm@maven.pl>
12922Date:   Tue Dec 18 15:29:53 2007 -0500
12923
12924    RADEON: driver cleanups, warning fixes
12925
12926commit bd7206fa120495037e3fea0c920d0031d7715bf6
12927Author: Alex Deucher <alex@botch2.(none)>
12928Date:   Tue Dec 18 03:03:11 2007 -0500
12929
12930    RADEON: fix another merge error
12931    
12932    this broken legacy radeons
12933
12934commit 65a3ac7530e11bb7d818a988fd0cf1dde7688fa4
12935Author: Alex Deucher <alex@samba.(none)>
12936Date:   Tue Dec 18 00:15:38 2007 -0500
12937
12938    RADEON: more PLL tweaks
12939
12940commit d93a0e10b8bc6e3797a3cf6c1e28ca413a7c38e4
12941Author: Alex Deucher <alex@samba.(none)>
12942Date:   Mon Dec 17 20:32:45 2007 -0500
12943
12944    RADEON: post div tweaks for legacy radeon
12945
12946commit 03b8b49f6f502c45552b018fd8c44d366b2d576f
12947Author: Alex Deucher <alex@samba.(none)>
12948Date:   Mon Dec 17 20:20:04 2007 -0500
12949
12950    RADEON: fix typo from merge
12951
12952commit 19b9d3708852b7efe2b05249c8359dadb924dd94
12953Merge: cf685f3 29706ca
12954Author: Alex Deucher <alex@samba.(none)>
12955Date:   Mon Dec 17 20:07:32 2007 -0500
12956
12957    Merge branch 'atombios-support' of git+ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support
12958
12959commit cf685f37ec874f0aacd09e7c4eb0402c6daec1b0
12960Merge: 2a134af 44d07c4
12961Author: Alex Deucher <alex@samba.(none)>
12962Date:   Mon Dec 17 20:07:07 2007 -0500
12963
12964    Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support
12965    
12966    merge master and fix conflicts
12967
12968commit 29706ca585ebd9b7b3521521a17016322e9ecccb
12969Author: Dave Airlie <airlied@linux.ie>
12970Date:   Tue Dec 18 10:55:38 2007 +1000
12971
12972    fixup shadow setup on !r600
12973
12974commit 44d07c4ccce9acb5bd21a17acb082e91f7225764
12975Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
12976Date:   Mon Dec 17 18:56:12 2007 -0500
12977
12978    RADEON: typo from last commit
12979
12980commit 4da3782239921eb377216d4de4a9cc5bb55e0e8a
12981Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
12982Date:   Mon Dec 17 18:51:31 2007 -0500
12983
12984    RADEON: add output enable masks
12985    
12986    add output enable masks for outputs that drive
12987    more than one connector.  Make sure we don't turn off
12988    an output that's driving another connector.
12989
12990commit 5c5d2d19b2b032a06dd333b4ecc029aac342fb93
12991Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
12992Date:   Mon Dec 17 18:15:55 2007 -0500
12993
12994    RADEON: whitespace clean-ups
12995
12996commit 9f1d8220315c8894a17f2cc328025dc682b0c6e0
12997Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
12998Date:   Mon Dec 17 18:04:05 2007 -0500
12999
13000    RADEON: more PLL fixes
13001    
13002    - reduce the calculation accuracy
13003    - certain LVDS panels seem to only like certain ref_divs
13004    - add pll flags to handle special cases
13005    - adjust the pll limits on legacy cards
13006
13007commit 2a134af01bc85de758ad83a85b23d1bba4a1a0f5
13008Author: Dave Airlie <airlied@redhat.com>
13009Date:   Mon Dec 17 15:00:36 2007 +1000
13010
13011    r600: add shadow support to r600 driver to at least make 2d useable
13012
13013commit 614414611a9f246cbc74f579a79987fff97cf571
13014Author: Dave Airlie <airlied@redhat.com>
13015Date:   Mon Dec 17 11:10:14 2007 +1000
13016
13017    radeon: cleanup pitch calculation and make r600 work again
13018
13019commit 79a375dbc7f323e2f551490a35f44ec36bed877c
13020Author: George Wu <geo@flood.OCF.Berkeley.EDU>
13021Date:   Mon Dec 17 10:55:36 2007 +1000
13022
13023    r600: might as well fix VT for R600
13024
13025commit bc213ee723a45f2c396b4ed211a50f7642349973
13026Author: Alex Deucher <alex@samba.(none)>
13027Date:   Sun Dec 16 14:54:00 2007 -0500
13028
13029    RADEON: fix sclock printout
13030
13031commit 4747c1f3cd4167b6a51d4864a297719ea48b9346
13032Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
13033Date:   Sun Dec 16 14:07:29 2007 -0500
13034
13035    RADEON: Make sure LVDS_EN bit is set when enabling LVDS
13036
13037commit a9817b2cf436a536dbc43ad77abc3bdcc53d346d
13038Author: Alex Deucher <alex@samba.(none)>
13039Date:   Sat Dec 15 20:51:53 2007 -0500
13040
13041    RADEON: clean up units in PLL calculation
13042
13043commit b653e5a628bfa4dfb168e96f93f41eb910f409fb
13044Author: Michel Dänzer <michel@tungstengraphics.com>
13045Date:   Sat Dec 15 00:50:10 2007 +0100
13046
13047    radeon: Default to 1x again with non-v3 AGP cards.
13048    
13049    Seems more reliable in general than what was set up by firmware - fingers
13050    crossed...
13051
13052commit 6229825fa5d6715569098afbb21a40f7a2e7e6be
13053Author: Michel Dänzer <michel@tungstengraphics.com>
13054Date:   Sat Dec 15 00:48:26 2007 +0100
13055
13056    radeon: Warning fixes.
13057    
13058    The lid detection code probably wouldn't work on other non-x86 platforms
13059    though...
13060
13061commit 818ccf0fd4b5879171c5f20526d5a58638f8fde5
13062Author: Fredrik Höglund <fredrik@kde.org>
13063Date:   Fri Dec 14 23:56:12 2007 +0100
13064
13065    RADEON: Fix the vertex coordinates for transformed pictures
13066    
13067    This partially fixes transformed pictures on R100/R200 based
13068    cards.  The texture still doesn't appear to be clamped correctly,
13069    but since that doesn't matter for rotations at perpendicular
13070    angles, I'm committing this now so randr rotation and reflection
13071    will work properly.
13072
13073commit 3cfbcf4cafbdfdb33411d16e51fb1f77cd0f93dd
13074Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
13075Date:   Fri Dec 14 17:11:00 2007 -0500
13076
13077    RADEON: Fix PLL set up on certain notebooks
13078    
13079    Some LVDS panels require specific PLL dividers as
13080    specified in the bios tables.  Make sure to use them
13081    if the output is LVDS.
13082
13083commit a84d446fd301d456bcea8f7abdc52e5a30776412
13084Author: Alex Deucher <alex@botch2.(none)>
13085Date:   Fri Dec 14 02:17:14 2007 -0500
13086
13087    RADEON: select fb_div0 for LVDS on RV410 (x700) mobility
13088    
13089    Fixes bug 8038
13090    I wonder if desktop RV410 need a similar fix.
13091    If your x700 laptop panel has problems after this let me know.
13092
13093commit b3eed3d87f76779b5a62a3115f99a31484dc38e0
13094Author: Alex Deucher <alex@samba.(none)>
13095Date:   Fri Dec 14 00:20:10 2007 -0500
13096
13097    RADEON: fix typo in previous cursor fix
13098
13099commit 814c6c48aebba2e45ce257289b922cd7e92caf2a
13100Author: Alex Deucher <alex@samba.(none)>
13101Date:   Thu Dec 13 18:45:09 2007 -0500
13102
13103    RADEON: rework PLL calculation
13104    
13105    - Take into account the limits from the bios tables
13106    - Unify the PLL calculation between legacy and avivo chips
13107
13108commit f5ac34983411e4c4f41ab1817dce582830f398fd
13109Merge: f2b2e08 6ccf5b3
13110Author: Alex Deucher <alex@samba.(none)>
13111Date:   Wed Dec 12 22:37:44 2007 -0500
13112
13113    Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support
13114    
13115    merge and fix conflicts
13116
13117commit f2b2e0804183b52d9d3f56ad85b3552ece76c544
13118Author: Alex Deucher <alex@samba.(none)>
13119Date:   Wed Dec 12 22:18:37 2007 -0500
13120
13121    RADEON: fix rotation on avivo chips
13122    
13123    There are still some issues, but this is better than before.
13124
13125commit 6ccf5b33d27218ae1c45ab93c122438ed536d8ba
13126Author: Alex Deucher <alex@botch2.(none)>
13127Date:   Wed Dec 12 20:12:06 2007 -0500
13128
13129    RADEON: only enable vblanks if we want them
13130    
13131    should fix bug 13610
13132
13133commit 1668f2056f56370f1b5681c13f1e14904e301216
13134Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
13135Date:   Wed Dec 12 19:39:08 2007 -0500
13136
13137    RADEON: use /proc/acpi to determine lid status
13138    
13139    Linux only
13140
13141commit 33a39947f7f79533cd90007a17d57b20126642c6
13142Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
13143Date:   Wed Dec 12 18:50:18 2007 -0500
13144
13145    RADEON: fix cursors when using rotation
13146    
13147    allocate separate cursor buffers for each crtc
13148
13149commit 9e5efdecd12092031a4aebce58747cb4a6f48f28
13150Author: Arkadiusz Miskiewicz <arekm@maven.pl>
13151Date:   Tue Dec 11 23:53:03 2007 -0500
13152
13153    sparse fixes and cleanups from arekm
13154
13155commit 372bf41818fdafc6a9d2914aee3a8e359f668f02
13156Author: Alex Deucher <alex@botch2.(none)>
13157Date:   Tue Dec 11 14:04:58 2007 -0500
13158
13159    RADEON: handle HMDI properly (untested) and fix some merge leftovers
13160
13161commit 3c22ad977c25d5ca2811821fcac6bb8ecd79994a
13162Merge: c9a0cee f3d2ec3
13163Author: Alex Deucher <alex@botch2.(none)>
13164Date:   Tue Dec 11 13:11:15 2007 -0500
13165
13166    Merge branch 'master' of ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support
13167    
13168    fix conflicts
13169
13170commit f3d2ec3a5ae61215c792018320158750e7aa937c
13171Author: Alex Deucher <alex@botch2.(none)>
13172Date:   Tue Dec 11 11:57:27 2007 -0500
13173
13174    RADEON: rewrite PLL computation
13175    
13176    Algorithm adapted from BeOS radeon driver with some tweaks by me.
13177    Actually calulate and use the reference divider rather than using the bios default.
13178    Also, always calculate the PLL, rather than falling back to bios dividers.
13179    This should fix bugs 12913, 13590, 13533, possibly others.
13180
13181commit c9a0cee97ca69e8fe1e1937c7670fa903214cded
13182Author: Dave Airlie <airlied@linux.ie>
13183Date:   Tue Dec 11 06:03:46 2007 +1000
13184
13185    more zaphod fixes - some other work maybe needed
13186
13187commit 9b125312ab6edc585e4f5931a6a6de81e13b6acc
13188Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
13189Date:   Mon Dec 10 13:53:15 2007 -0500
13190
13191    RADEON: only update crtc values when RMX is active
13192
13193commit 3a161e1b5d80361e318ced8da5c19e797749d693
13194Author: Alex Deucher <alex@botch2.(none)>
13195Date:   Mon Dec 10 00:57:26 2007 -0500
13196
13197    RADEON: bios PLL cleanup
13198
13199commit 731830297f2fc4a416882aacfb0d9b5f8ed32520
13200Author: Dave Airlie <airlied@linux.ie>
13201Date:   Mon Dec 10 15:50:38 2007 +1000
13202
13203    fixup some warnings
13204
13205commit 2818e2b02ca90c9dfa50905b5311b2ae83ac3b0c
13206Author: Dave Airlie <airlied@linux.ie>
13207Date:   Mon Dec 10 15:43:52 2007 +1000
13208
13209    add more to configure.ac for using out-of-tree mode src
13210
13211commit cc3c36100986f9d8060bc2d433373d4806f8e730
13212Author: Dave Airlie <airlied@linux.ie>
13213Date:   Mon Dec 10 15:25:56 2007 +1000
13214
13215    add support for building against legacy servers similiar to Intel codepaths
13216
13217commit 9c278cb7fa7f18d13bde053fd75221cfba9da377
13218Merge: 6451ea2 cc167b9
13219Author: Dave Airlie <airlied@linux.ie>
13220Date:   Mon Dec 10 15:18:03 2007 +1000
13221
13222    Merge branch 'zaphod-lolz' of git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support
13223    
13224    Conflicts:
13225    
13226    	src/radeon.h
13227    	src/radeon_crtc.c
13228    	src/radeon_driver.c
13229    	src/radeon_output.c
13230
13231commit 6451ea2dcc4fac762442f699935864f4a8d445f7
13232Merge: 0d89556 5896ca4
13233Author: Dave Airlie <airlied@linux.ie>
13234Date:   Mon Dec 10 15:08:42 2007 +1000
13235
13236    Merge branch 'master' into atombios-support
13237
13238commit 5896ca4097d439f59f90f397939132c061c3c364
13239Author: LisaWu <liswu@ati.com>
13240Date:   Fri Dec 7 09:45:05 2007 +0100
13241
13242    radeon: Use %u instead of %d for unsigned value.
13243
13244commit df44f8380268c27d3978c4e91d736f093322b8b8
13245Author: Michel Dänzer <michel@tungstengraphics.com>
13246Date:   Fri Dec 7 09:41:47 2007 +0100
13247
13248    radeon: Use gettimeofday instead of xf86getsecs.
13249
13250commit cc167b9bb7f1c3b8579e51e7bc2fca2f8eba6bd1
13251Author: Dave Airlie <airlied@redhat.com>
13252Date:   Fri Dec 7 15:41:36 2007 +1000
13253
13254    disable tiling for zaphod heads
13255
13256commit 2ce8d192533a8c795714c5a9fb308ec74db40287
13257Author: Dave Airlie <airlied@redhat.com>
13258Date:   Fri Dec 7 15:35:21 2007 +1000
13259
13260    don't add fboffset to info->FB it already is mapped at the offset
13261
13262commit 0dcd926d3092100854b3e362d6659d4950508aeb
13263Author: Dave Airlie <airlied@redhat.com>
13264Date:   Fri Dec 7 14:45:04 2007 +1000
13265
13266    radeon: bring back zaphod all is forgiven.
13267    
13268    You've whined, you've cried, you've nagged, and you're guilt trippin has
13269    made me do it... It actually wasn't as hard as I thought it would be.
13270    
13271    Still not perfect, couple of things to fix yet
13272
13273commit bb5ede557bf32a42eef158ff0fbcfe1c6ede098a
13274Author: Dave Airlie <airlied@redhat.com>
13275Date:   Fri Dec 7 14:30:32 2007 +1000
13276
13277    radeon: move savedreg/modereg into entity instead of info
13278
13279commit 64ab1cdf343a9a69e7e9e64f0bba77c54a94e9d0
13280Author: James Cloos <cloos@jhcloos.com>
13281Date:   Thu Dec 6 15:51:12 2007 -0500
13282
13283    Add missing PHONY line for automatic ChangeLog generation
13284
13285commit 0d89556bfa41a3acbd6afe85b062e3a21f2ca057
13286Author: Dave Airlie <airlied@ppcg5.localdomain>
13287Date:   Thu Dec 6 19:23:06 2007 +1100
13288
13289    powerpc: build fixes from last merge
13290
13291commit dbe3d2608ecc9896db9c23b3a347b50748c51e13
13292Merge: 48e31cd 21ed435
13293Author: Dave Airlie <airlied@redhat.com>
13294Date:   Thu Dec 6 14:22:03 2007 +1000
13295
13296    Merge branch 'master' into atombios-support
13297    
13298    Conflicts:
13299    
13300    	src/radeon_output.c
13301
13302commit 21ed435398e4a398dd8a0a5d7c1d4cc45e916332
13303Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
13304Date:   Tue Dec 4 17:08:58 2007 -0500
13305
13306    RADEON: add MacModel imac-g5-isight for iMac G5 iSight
13307    
13308    Thanks to Étienne Bersac for helping to figure this out.
13309
13310commit 54bfd522405d9fdfb69d3a59e111ac3d63483dbb
13311Author: Étienne Bersac <bersace03@laposte.net>
13312Date:   Tue Dec 4 14:22:42 2007 -0500
13313
13314    RADEON: fix typo
13315
13316commit 5022d006cfc06ca0395981526b2c2c94c6878567
13317Author: Michel Dänzer <michel@tungstengraphics.com>
13318Date:   Sun Dec 2 17:27:33 2007 +0100
13319
13320    radeon: Further XVideo fixes.
13321    
13322    * Make sure pitch constraints are always met for DMA upload blits.
13323    * RGB24 is not affected by endianness.
13324
13325commit 6ed55b70b23dfdc7b41103ea59c1df2bda5e41e6
13326Author: Kusanagi Kouichi <slash@ma.neweb.ne.jp>
13327Date:   Sun Dec 2 17:18:46 2007 +0100
13328
13329    radeon: Fix crash with XVideo 24bit RGB images.
13330    
13331    See https://bugs.freedesktop.org/show_bug.cgi?id=13274 .
13332
13333commit a697b590899bb7704ec4d7ae9a9c3cbbfcaef382
13334Author: Michel Dänzer <michel@tungstengraphics.com>
13335Date:   Sun Dec 2 17:11:20 2007 +0100
13336
13337    Fix build against xserver master.
13338    
13339    (DE)ALLOCATE_LOCAL are gone.
13340
13341commit 48e31cdaa0caa21573879af5b9267773fe89176a
13342Author: George Wu <geo@ocf.berkeley.edu>
13343Date:   Sun Dec 2 15:25:09 2007 +1000
13344
13345    RADEON/R600: small code cleanup
13346
13347commit 00b4480aa2c5d7f751e34fc964f431b90b14c8d2
13348Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
13349Date:   Sat Dec 1 14:18:40 2007 -0500
13350
13351    RADEON: add options for force TV out as detected and to set TV standard
13352    
13353    Also fix a typo in internal tv-out parsing
13354
13355commit 1e029fef5fe264f2ced445b80bf6070abcb84b82
13356Author: Alex Deucher <alex@samba.(none)>
13357Date:   Sat Dec 1 00:58:51 2007 -0500
13358
13359    RADEON: move GPIO lookup to a separate function
13360
13361commit dcbef1ba9dfcf35c28e058832a55adf00afb472e
13362Author: Alex Deucher <alex@samba.(none)>
13363Date:   Sat Dec 1 00:35:25 2007 -0500
13364
13365    RADEON: fix typo in previous commit
13366    
13367    check gpio table revision before connector table revision
13368
13369commit fdce0598a2228c48c84deae1d7bebb2d7b3e979b
13370Author: Alex Deucher <alex@samba.(none)>
13371Date:   Sat Dec 1 00:15:34 2007 -0500
13372
13373    RADEON: convert atombios connector table parsing to use ATOM structs
13374    
13375    convert and add hpd info
13376
13377commit e3d7de9cc956aec5f940ad6db09e826b3a69523a
13378Author: Alex Deucher <alex@botch2.(none)>
13379Date:   Fri Nov 30 20:14:42 2007 -0500
13380
13381    RADEON: remove unused cruft from last atom import
13382
13383commit d5d83411e8a884154d671aad440524507cce313e
13384Author: Alex Deucher <alex@botch2.(none)>
13385Date:   Fri Nov 30 20:11:42 2007 -0500
13386
13387    RADEON: save/restore avivo crtc cursor control
13388    
13389    this should prevent the cursor from showing up on in text
13390    mode or vesafb etc. after running the driver.
13391
13392commit af0196f7bf0d1d5d211391149c18935d64ed2b06
13393Merge: d9858a2 0175b79
13394Author: Alex Deucher <alex@botch2.(none)>
13395Date:   Fri Nov 30 16:40:28 2007 -0500
13396
13397    Merge branch 'master' of ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support
13398    
13399    merge master and fix conflicts
13400
13401commit d9858a2b3744b99003cfb9f31b743a2d31b322e9
13402Author: Dave Airlie <airlied@linux.ie>
13403Date:   Sat Dec 1 06:49:59 2007 +1000
13404
13405    radeon: add in pll spread spectrum workaround
13406
13407commit 0175b79987ef4d7b0ce8238c3bdde989e504516a
13408Author: Alex Deucher <alex@botch2.(none)>
13409Date:   Fri Nov 30 15:37:42 2007 -0500
13410
13411    RADEON: rework MacModel option
13412    
13413    this brings in some previous research from Michel Dänzer,
13414    Sjoerd Simons, and myself.  Hopefully, the driver will pick
13415    the correct MacModel in more cases.  This also changes the
13416    default connector table for desktop Macs to dual DVI rather
13417    than DVI+VGA as that seems to be the case more often than not.
13418    External TMDS chips are handled separately now as well.
13419    Eventually we should add an option to allow the user to specify
13420    what external TMDS chip they need, but we don't have enough info
13421    yet, so we'll rely on OF to init the external chip in most cases
13422    for now.
13423
13424commit e1945f1f25a34310bd58ce128c8ff27ecc985618
13425Merge: b368b0f df7777b
13426Author: Alex Deucher <alex@botch2.(none)>
13427Date:   Fri Nov 30 14:30:55 2007 -0500
13428
13429    Merge branch 'atombios-support' of ssh://agd5f@git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support
13430
13431commit b368b0f22cd1d7ef9b4c65d82929c76f3b82d573
13432Author: Alex Deucher <alex@botch2.(none)>
13433Date:   Fri Nov 30 14:29:27 2007 -0500
13434
13435    RADEON: disable atom pll set for r4xx cards
13436    
13437    the clocks do not get set correctly in all cases.  this needs
13438    further investigation.
13439
13440commit 5af15739571c09260750bcfd3620e16fd7fec862
13441Author: Alex Deucher <alex@botch2.(none)>
13442Date:   Fri Nov 30 14:24:30 2007 -0500
13443
13444    RADEON: small cleanup of pll code
13445
13446commit df7777bff40c1feabcc12d2148ad6ac5213efbb3
13447Author: George Wu <geo@ocf.berkeley.edu>
13448Date:   Fri Nov 30 17:49:33 2007 +1000
13449
13450    Add LVTMA PWRSEQ registers to fix VT switching for LVDS
13451
13452commit 9840a0fd4fc8c980533fcd4a02c55cd0d5634b6d
13453Author: Alex Deucher <alex@botch2.(none)>
13454Date:   Thu Nov 29 13:27:37 2007 -0500
13455
13456    RADEON: add MacModel "mini-internal" for minis with internal TMDS
13457    
13458    Some macs (minis and powerbooks) use internal tmds, others use external tmds
13459    and not just for dual-link TMDS, it shows up with single-link as well.
13460    Unforunately, there doesn't seem to be any good way to figure it out.
13461
13462commit 017c939cf0a2b12fbdc1681cc70c28b23ae3b397
13463Author: Alex Deucher <alex@samba.(none)>
13464Date:   Thu Nov 29 02:52:14 2007 -0500
13465
13466    RADEON: implement CLUT adjust support
13467
13468commit 9963b0fe01feb6dd0cb555b874a48f6fa3b255cb
13469Author: Alex Deucher <alex@samba.(none)>
13470Date:   Thu Nov 29 00:46:23 2007 -0500
13471
13472    RADEON: fix cursor offset on avivo chips
13473
13474commit 6c56e3d7655b17e93e8823aefe34b05291104695
13475Author: Alex Deucher <alex@botch2.(none)>
13476Date:   Tue Nov 27 15:27:36 2007 -0500
13477
13478    RADEON: switch r4xx to atombios load detection
13479    
13480    works great
13481
13482commit 7561242e5b79bc2798ca3aace2b79e1a36949488
13483Author: Alex Deucher <alex@botch2.(none)>
13484Date:   Tue Nov 27 14:50:36 2007 -0500
13485
13486    RADEON: re-org load detection for legacy chips
13487
13488commit febdcc2dccd42acbcd68ae630b7811cae5c58e8a
13489Author: Dave Airlie <airlied@linux.ie>
13490Date:   Wed Nov 28 05:10:57 2007 +1000
13491
13492    legacy: fix fb/agp read/writes
13493
13494commit bb8545146959b748994be055d5b3de66ec66c8b2
13495Author: Alex Deucher <alex@samba.(none)>
13496Date:   Mon Nov 26 17:34:51 2007 -0500
13497
13498    RADEON: first pass at TV/Component video
13499    
13500    Untested and not likely to work just yet.
13501
13502commit e2bde646b864dca9056d9ecfe23a0d905647ea9a
13503Author: Alex Deucher <alex@samba.(none)>
13504Date:   Mon Nov 26 14:35:57 2007 -0500
13505
13506    RADEON: move crtc output source selection into atombios_output.c
13507    
13508    The function fits better as an output function and should now
13509    work with clones as well.
13510
13511commit 16c9be4107678a2a58d3418b7f1cc94d695ca8d6
13512Author: Alex Deucher <alex@samba.(none)>
13513Date:   Mon Nov 26 14:20:54 2007 -0500
13514
13515    RADEON: add default connector table for avivo chips
13516
13517commit 6f080d00e6f4f84d5e0d6b4eff302bf42c230e81
13518Author: Arkadiusz Miskiewicz <arekm@maven.pl>
13519Date:   Mon Nov 26 12:43:30 2007 -0500
13520
13521    RADEON: fix backlight control on some laptops
13522    
13523    It seems the bios scratch regs are involved in backlight control
13524    on some laptops.  This patch fixes the problematic laptops and doesn't
13525    seem to break the previous bios lid and output control fixes.
13526
13527commit dcf22aed87366f4625fb5042cb84fecccd9ceece
13528Author: Alex Deucher <alex@botch2.(none)>
13529Date:   Mon Nov 26 11:10:03 2007 -0500
13530
13531    RADEON: only return status unknown for XPRESS chips
13532    
13533    this seems to cause more issues than it attempted to fix
13534    so limit it to XPRESS chips for now.
13535
13536commit 206e280f02324641b4fe5a1986e26adf0e021fd4
13537Author: Alex Deucher <alex@botch2.(none)>
13538Date:   Mon Nov 26 09:39:27 2007 -0500
13539
13540    RADEON: fix typo in man page
13541
13542commit 4e792db655dc92d2864db36b4d8f6714908de8e8
13543Author: Dave Airlie <airlied@redhat.com>
13544Date:   Fri Nov 23 15:44:44 2007 +1000
13545
13546    r500: set default minimum pll freq
13547
13548commit a13b4c69c105c096dd05e6de2c5c154c9a8bcc71
13549Author: Dave Airlie <airlied@redhat.com>
13550Date:   Fri Nov 23 15:25:06 2007 +1000
13551
13552    r5xx: cleanup pll code..
13553    
13554    Clean the PLL code to use the radeon pll structs.
13555
13556commit 5d792b5673bbf4784eb0ec059221e9b57232a122
13557Author: Dave Airlie <airlied@redhat.com>
13558Date:   Fri Nov 23 15:03:13 2007 +1000
13559
13560    radeon: fix up memory mapping issues for vt switch
13561
13562commit 558a2ef266c1ca517c7fb464b0ccfef83238c913
13563Author: Dave Airlie <airlied@redhat.com>
13564Date:   Fri Nov 23 14:39:32 2007 +1000
13565
13566    fix silly spaces
13567
13568commit 1bda4424a7031de437acfca9c41d4b3668e36051
13569Author: Dave Airlie <airlied@redhat.com>
13570Date:   Fri Nov 23 14:39:19 2007 +1000
13571
13572    r600: add hi agp address for mc
13573
13574commit 133234c31a294f24a3968a576aad2bb8b89d0f6a
13575Author: Dave Airlie <airlied@redhat.com>
13576Date:   Fri Nov 23 14:15:18 2007 +1000
13577
13578    atombios: use values from object header
13579
13580commit dbf6eae7e7a4bd1bc60fefdc7ab6276ed3f097c4
13581Author: Dave Airlie <airlied@redhat.com>
13582Date:   Fri Nov 23 11:55:05 2007 +1000
13583
13584    atombios: add initial object header parsing for r600 cards
13585
13586commit 6b103915c11fc79d2efc43c44fc2a00c3bc64ede
13587Author: Dave Airlie <airlied@redhat.com>
13588Date:   Fri Nov 23 09:24:20 2007 +1000
13589
13590    r500: make vt switch work again for me
13591
13592commit d24208276aad7669feeed527dced60c76d39eae6
13593Author: Dave Airlie <airlied@redhat.com>
13594Date:   Fri Nov 23 08:50:25 2007 +1000
13595
13596    avivo: fix typo in register saving
13597
13598commit 197a62704742a4a19736c2637ac92d1dc5ab34ed
13599Author: Adam Jackson <ajackson@redhat.com>
13600Date:   Thu Nov 22 20:26:23 2007 +1000
13601
13602    radeon: fix openoffice/render bug on r100 chips
13603
13604commit 64010fc4eae8359c01e430f64252931242c91435
13605Author: Dave Airlie <airlied@linux.ie>
13606Date:   Thu Nov 22 20:25:31 2007 +1000
13607
13608    Revert "Disable RENDER acceleration by default on some RV200 chips."
13609    
13610    This reverts commit 145da701bf4fb9c0ad9f95620b20914ae0126852.
13611    
13612    pull in fix from ajax next commit
13613
13614commit 145da701bf4fb9c0ad9f95620b20914ae0126852
13615Author: Stefan Dirsch <sndirsch@suse.de>
13616Date:   Thu Nov 22 08:38:09 2007 +0100
13617
13618    Disable RENDER acceleration by default on some RV200 chips.
13619    
13620    Novell Bug #341699: Render acceleration is known to be broken
13621    on at least "Radeon 7500 QW" and "Radeon Mobility M7 LW".
13622
13623commit e810c3ae9908cd57e95b1b091cded87cbfc12fdc
13624Author: Roland Scheidegger <sroland@tungstengraphics.com>
13625Date:   Thu Nov 22 02:37:55 2007 +0100
13626
13627    really do not set up surface regs for depth buf on r100-class igps (bug #13080)
13628    
13629    fix the if condition testing for these chips...
13630
13631commit 0cc7e94849c1525750fabd04cf58f2dee88372e0
13632Author: Alex Deucher <alex@botch2.(none)>
13633Date:   Wed Nov 21 17:06:17 2007 -0500
13634
13635    RADEON: reorder crtc/pll setup
13636
13637commit d56bde98efceaa8344e62f8e98db90c4bb642331
13638Author: Alex Deucher <alex@botch2.(none)>
13639Date:   Wed Nov 21 17:03:39 2007 -0500
13640
13641    RADEON: fix crtc to output routing
13642    
13643    Thanks to AMD for the information
13644
13645commit a12390c832abe423def60e39cd5a9118e5910339
13646Merge: d531792 e74dca1
13647Author: Alex Deucher <alex@botch2.(none)>
13648Date:   Wed Nov 21 02:24:48 2007 -0500
13649
13650    Merge branch 'atombios-support' of git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support
13651
13652commit d5317922f29a57b6c4127826a2fc126c5fd7c117
13653Author: Alex Deucher <alex@botch2.(none)>
13654Date:   Wed Nov 21 02:23:37 2007 -0500
13655
13656    RADEON: attempt to fix crtc to output routing
13657    
13658    The output routing seems to be based on the output ids from the bios
13659    connector tables and the connected status in the bios scratch regs.
13660    I don't fully understand this yet, but this seems to work
13661    for the most part, however changing modes can sometimes
13662    lead to a blanked head.  This can be remedied by forcing
13663    a dpms off cycle.
13664
13665commit 81ce299bffd75540925b4c8234adf11226147165
13666Author: Alex Deucher <alex@botch2.(none)>
13667Date:   Wed Nov 21 01:35:44 2007 -0500
13668
13669    RADEON: provide clearer debugging info
13670
13671commit e74dca19416b13f97db9d1fc06299b988057d6a4
13672Author: Dave Airlie <airlied@redhat.com>
13673Date:   Wed Nov 21 16:24:25 2007 +1000
13674
13675    re-enable mobility chips
13676
13677commit 9c5b813dd6b3492cbc9833bc59792a5cec457e51
13678Author: Alex Deucher <alex@botch2.(none)>
13679Date:   Wed Nov 21 01:22:42 2007 -0500
13680
13681    RADEON: major re-org and clean up of atom output control
13682    
13683    - use radeon_output->devices to determine output
13684    - clean up and simplify dpms and mode set
13685
13686commit 7634cb6b96f938bc6615eb2c49ae75aaefd04cce
13687Author: Alex Deucher <alex@botch2.(none)>
13688Date:   Wed Nov 21 00:10:14 2007 -0500
13689
13690    RADEON: make naming consistent and remove some cruft
13691
13692commit 908748343fc9a6cdc38af0fc028c63a82766da3f
13693Author: Alex Deucher <alex@botch2.(none)>
13694Date:   Wed Nov 21 00:05:42 2007 -0500
13695
13696    RADEON: store devices ids from bios for each driver output
13697
13698commit 3975da2ea8cb628f7f66c3f26c5dfa181cd1c532
13699Merge: e283aa3 295ce27
13700Author: Alex Deucher <alex@botch2.(none)>
13701Date:   Tue Nov 20 23:52:29 2007 -0500
13702
13703    Merge branch 'atombios-support' of git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support
13704
13705commit e283aa332adf0134243a4fa3d14263719cd8a3fd
13706Author: Alex Deucher <alex@botch2.(none)>
13707Date:   Tue Nov 20 23:35:46 2007 -0500
13708
13709    RADEON: add LVDS atom support
13710
13711commit e4bc3e1e7bb45571367d41b5328ff2590810b0f9
13712Author: Alex Deucher <alex@botch2.(none)>
13713Date:   Tue Nov 20 18:09:29 2007 -0500
13714
13715    RADEON: enable/disable the right TMDS controller
13716
13717commit 3e47683ffaa44a89cda9bcddf530643befb27efa
13718Author: Alex Deucher <alex@botch2.(none)>
13719Date:   Tue Nov 20 18:01:15 2007 -0500
13720
13721    RADEON: fixup for bios tables with wrong connector types
13722
13723commit 7412952eb1d1e9857cdab8417f7305f676900827
13724Author: Alex Deucher <alex@botch2.(none)>
13725Date:   Tue Nov 20 18:00:12 2007 -0500
13726
13727    RADEON: switch to using ATOM defines for bios device table
13728
13729commit 295ce277bb0a44b9539b3dba575e7aff279dc2d0
13730Author: Dave Airlie <airlied@redhat.com>
13731Date:   Wed Nov 21 08:56:40 2007 +1000
13732
13733    add missing files for make dist
13734    
13735    noted by ndim on #radeonhd
13736
13737commit 20083b0695987b25e442ecbdec24f3cb6f1ac2ae
13738Author: Dave Airlie <airlied@redhat.com>
13739Date:   Wed Nov 21 08:53:44 2007 +1000
13740
13741    LVDS on r500/r600 needs some work disable mobile chips for now
13742
13743commit e4b8a4479ddea9b083b3a763dc0b9302e7b9a82a
13744Author: Dave Airlie <airlied@redhat.com>
13745Date:   Wed Nov 21 08:06:12 2007 +1000
13746
13747    r600: add memory controller regs from AMD
13748
13749commit aa88da974b97ea1e9bbb47b3494543575c09d912
13750Author: Dave Airlie <airlied@redhat.com>
13751Date:   Wed Nov 21 08:01:35 2007 +1000
13752
13753    rs690 is !> r600
13754
13755commit c8872603454e6a4ffed9fc7d9adc2c364a429608
13756Author: Dave Airlie <airlied@clockmaker.usersys.redhat.com>
13757Date:   Tue Nov 20 22:33:39 2007 +1000
13758
13759    radeon: restructure pci ids to avoid effort later
13760    
13761    This uses a single file with all the pciids and parameters for radeon
13762    family and setup in it. I don't run the perl script at build time to avoid
13763    a perl dependency on build but adding pci ids should be done via the csv file
13764    with openoffice or gnumeric if possible.
13765
13766commit a5b34c2f1f7d5346c4489cb30e07291d1217026c
13767Author: Dave Airlie <airlied@redhat.com>
13768Date:   Tue Nov 20 16:37:29 2007 +1000
13769
13770    r600: use standard memory controller setup paths
13771
13772commit 4a523da5221d53f2efa49da2326500e9b0b9f14d
13773Author: Dave Airlie <airlied@redhat.com>
13774Date:   Tue Nov 20 15:31:11 2007 +1000
13775
13776    r600: get r600 to work non-accelerated.
13777    
13778    DDC still not working yet
13779
13780commit 80023441ba46882bc810ff3790c7148059f155f5
13781Author: Dave Airlie <airlied@redhat.com>
13782Date:   Tue Nov 20 14:10:23 2007 +1000
13783
13784    r600: block r600 startup due to lack of memory controller info
13785
13786commit f6fbbacc17bf9b1073d3e993b225987fd9173182
13787Author: Dave Airlie <airlied@redhat.com>
13788Date:   Tue Nov 20 13:41:55 2007 +1000
13789
13790    atombios: add warnings for r500 and r600
13791
13792commit 45a8b083c123b820c008f04ab857a64a8facec14
13793Author: Dave Airlie <airlied@redhat.com>
13794Date:   Tue Nov 20 13:37:00 2007 +1000
13795
13796    atombios: add all r5xx and r6xx pci ids
13797
13798commit 5d023e2c3c2ab44ea57ffadc9607025d602c376c
13799Merge: 0d1e0c7 c887260
13800Author: Dave Airlie <airlied@redhat.com>
13801Date:   Tue Nov 20 13:02:43 2007 +1000
13802
13803    Merge branch 'master' into atombios-support
13804    
13805    Conflicts:
13806    
13807    	src/radeon_chipset.h
13808    	src/radeon_driver.c
13809    	src/radeon_probe.c
13810
13811commit 0d1e0c7805b3d8e56ccb49465e6b144afb7bdc51
13812Author: Dave Airlie <airlied@redhat.com>
13813Date:   Tue Nov 20 09:08:04 2007 +1000
13814
13815    r5xx: add 71c5 for macbook pro
13816
13817commit d5909b30595c103bb5f42cd1704330f944bba49c
13818Author: Dave Airlie <airlied@redhat.com>
13819Date:   Tue Nov 20 08:15:58 2007 +1000
13820
13821    r5xx: cleanups after last merge
13822
13823commit fe2f7a09050fb7a345a1f52239f8f3c4f1053891
13824Merge: 744c8cb 49055d8
13825Author: Dave Airlie <airlied@redhat.com>
13826Date:   Tue Nov 20 08:04:32 2007 +1000
13827
13828    Merge branch 'master' into agd-atom-merge
13829    
13830    Conflicts:
13831    
13832    	src/radeon_cursor.c
13833    	src/radeon_output.c
13834
13835commit 744c8cb6c293fcaa687566f52901644e699baace
13836Merge: e258fbe e530af7
13837Author: Dave Airlie <airlied@redhat.com>
13838Date:   Tue Nov 20 07:56:33 2007 +1000
13839
13840    Merge branch 'agd-atom' of ssh://people.freedesktop.org/~agd5f/xf86-video-ati-atom into agd-atom
13841
13842commit e258fbe411d255a1044b61d7ff738aee3fb5b7f4
13843Author: Dave Airlie <airlied@redhat.com>
13844Date:   Mon Nov 19 16:35:05 2007 +1000
13845
13846    makes 2-headed cursor work
13847
13848commit e530af79adf51b3e95a0eca676c915a34dcbf4a7
13849Merge: 69e197f 52aba8d
13850Author: Alex Deucher <alex@botch2.(none)>
13851Date:   Mon Nov 19 00:59:30 2007 -0500
13852
13853    Merge branch 'agd-atom' of /home/alex/git/airlied/xf86-video-ati2 into agd-atom
13854
13855commit 69e197f2c8002aacf2587754c8d3bd63c88f85b1
13856Merge: 5e8940f 862dcab
13857Author: Alex Deucher <alex@botch2.(none)>
13858Date:   Mon Nov 19 00:57:34 2007 -0500
13859
13860    Merge branch 'agd-atom' of /home/alex/git/airlied/xf86-video-ati2 into agd-atom
13861
13862commit fca47ad083449f4cf9063dd970cdcebea6a7f110
13863Author: Dave Airlie <airlied@redhat.com>
13864Date:   Mon Nov 19 15:53:40 2007 +1000
13865
13866    add z3ro's pciids
13867
13868commit 5e8940fa6e33d09091aa4bcf04b0f9e79596e1b8
13869Author: Alex Deucher <alex@botch2.(none)>
13870Date:   Mon Nov 19 00:52:38 2007 -0500
13871
13872    fix logic in connector table check for TVs and switch counter to symbolic names
13873
13874commit c19123fd9483758eb6b286c3dffcb6d79d5b1ee5
13875Author: Dave Airlie <airlied@redhat.com>
13876Date:   Mon Nov 19 15:46:58 2007 +1000
13877
13878    add firegl card on ajaxs machine
13879
13880commit f02f340e466a415b4e01648ca1e323f4ce125885
13881Author: Alex Deucher <alex@botch2.(none)>
13882Date:   Mon Nov 19 00:39:19 2007 -0500
13883
13884    Don't assign a gpio for TV
13885
13886commit 52aba8d73189ba959f19c0437499d5e7a8829827
13887Merge: 862dcab 5e8940f
13888Author: Dave Airlie <airlied@redhat.com>
13889Date:   Mon Nov 19 15:30:46 2007 +1000
13890
13891    Merge branch 'agd-atom' of ssh://people.freedesktop.org/~agd5f/xf86-video-ati-atom into agd-atom
13892
13893commit 862dcabfe0c10751d815e5cdd7436c10c2c2db10
13894Author: Dave Airlie <airlied@redhat.com>
13895Date:   Mon Nov 19 15:30:08 2007 +1000
13896
13897    r520: nail i2c enable/disable issue
13898
13899commit f3dd7f413b670eeb6b8639f6677d72050ad5fe04
13900Author: Alex Deucher <alex@botch2.(none)>
13901Date:   Mon Nov 19 00:19:39 2007 -0500
13902
13903    Don't detect TV out for now
13904
13905commit 94de0e22d7229ca71e18e1e849d8545d9ca7bafe
13906Author: Dave Airlie <airlied@redhat.com>
13907Date:   Mon Nov 19 14:47:33 2007 +1000
13908
13909    i2c: fix bus enable stuff
13910
13911commit 3f1fc7eef13ea02fa5119e9b51d499841b801f2d
13912Author: Alex Deucher <alex@botch2.(none)>
13913Date:   Mon Nov 19 00:02:14 2007 -0500
13914
13915    CRTs/DFPs may share a DVI port, but TV and CV don't
13916
13917commit 8f84c5ad4c4af14612ea68fe6f24d0d527f00acc
13918Author: Alex Deucher <alex@botch2.(none)>
13919Date:   Sun Nov 18 23:43:06 2007 -0500
13920
13921    fix typo in loop
13922
13923commit 384cd8f52c89d089c6559e2eedbae45641fcd14e
13924Merge: f3f0e4e 234b607
13925Author: Dave Airlie <airlied@redhat.com>
13926Date:   Mon Nov 19 14:02:55 2007 +1000
13927
13928    Merge branch 'agd-atom' of ../xf86-video-ati into agd-atom
13929
13930commit f3f0e4ec92c935c89ddb2f4241fe4335a521b439
13931Author: Alex Deucher <alex@botch2.(none)>
13932Date:   Sun Nov 18 23:14:01 2007 -0500
13933
13934    RADEON: unify connectortype handling
13935
13936commit 234b6073054ac7630e82781683e666b94b2f12de
13937Author: Dave Airlie <airlied@redhat.com>
13938Date:   Mon Nov 19 14:02:09 2007 +1000
13939
13940    restore avivo memory map registers at correct places
13941
13942commit 459a30ba511fe2fa8051380a9741fcfd9bb401ef
13943Author: Dave Airlie <airlied@redhat.com>
13944Date:   Mon Nov 19 13:44:38 2007 +1000
13945
13946    fix type for r520 agp code
13947
13948commit 760af92412ef0d5cc44e52e7cec11fd80c4aaaeb
13949Author: Alex Deucher <alex@botch2.(none)>
13950Date:   Sun Nov 18 22:34:59 2007 -0500
13951
13952    RADEON: unify DDC line handling
13953
13954commit e73bf6290da20dd61798ace775999ce1cb550934
13955Author: Dave Airlie <airlied@redhat.com>
13956Date:   Mon Nov 19 13:32:16 2007 +1000
13957
13958    add x1900xt support
13959
13960commit 2e37937bacd624d616b91c41006c113791ebe98d
13961Author: Alex Deucher <alex@botch2.(none)>
13962Date:   Sun Nov 18 20:18:50 2007 -0500
13963
13964    RADEON: step one in output rework
13965    
13966    re-organize the output type
13967
13968commit 679e7a2e0d1b213524b8109193483bc9840fb116
13969Author: Alex Deucher <alex@botch2.(none)>
13970Date:   Sun Nov 18 17:56:51 2007 -0500
13971
13972    Few fixes from the last commit.
13973    
13974    Update parser works fine on r4xx.
13975
13976commit 1cd7cc3e6758ab1012f3ced6e958a1517f45557f
13977Author: Alex Deucher <alex@botch2.(none)>
13978Date:   Sun Nov 18 17:44:36 2007 -0500
13979
13980    WIP: new atom code comples.
13981    
13982    I commented out the object parsing for the time being as
13983    using it will require some thought as to new output
13984    related data structures.
13985
13986commit b155fa872ee4ca5d801e942aee6e619cef104f35
13987Author: Alex Deucher <alex@botch2.(none)>
13988Date:   Sat Nov 17 00:34:56 2007 -0500
13989
13990    WIP: more new ATOM integration work
13991
13992commit 67db114d97abed7a607467e5d67c7b4ffa2c347e
13993Merge: 7d06a87 ea15346
13994Author: Alex Deucher <alex@botch2.(none)>
13995Date:   Fri Nov 16 14:29:53 2007 -0500
13996
13997    Merge branch 'agd-atom' of /home/alex/git/airlied/xf86-video-ati2 into agd-atom
13998
13999commit ea1534659de87d3d75eb20d808d039cff22cb537
14000Author: Dave Airlie <airlied@linux.ie>
14001Date:   Fri Nov 16 18:46:02 2007 +1000
14002
14003    avivo: fixup some i2c stuff
14004
14005commit 7d06a8791839ce6b22e2449646832b79cebf1b21
14006Author: Alex Deucher <alex@botch2.(none)>
14007Date:   Fri Nov 16 02:43:00 2007 -0500
14008
14009    WIP: sync up with the latest ATOM bios code in rhd
14010    
14011    doesn't compile ATM
14012
14013commit 3614d80ceb9a7b3615b0baab3cf2dd34ed4ab464
14014Author: Dave Airlie <airlied@linux.ie>
14015Date:   Fri Nov 16 17:22:39 2007 +1000
14016
14017    add missing hpd register
14018
14019commit 9a2715fda97ac0ebcb45650a416e0652aab575b8
14020Author: Dave Airlie <airlied@linux.ie>
14021Date:   Fri Nov 16 17:22:25 2007 +1000
14022
14023    make i2c unlock/lock registers for gpios
14024
14025commit 20dc549fff9a4137c93ebed449d05e0c437b6bc1
14026Author: Dave Airlie <airlied@linux.ie>
14027Date:   Fri Nov 16 17:01:33 2007 +1000
14028
14029    avivo i2c: consolidate the avivo i2c code
14030
14031commit 3e62730f79a13883a65a568bc821bc56055a4ab7
14032Author: Dave Airlie <airlied@linux.ie>
14033Date:   Fri Nov 16 15:19:00 2007 +1000
14034
14035    atombios: fixup warnings in atombios files
14036
14037commit cca7af3c4910983f7f090792986fcbfa0dc97cfb
14038Author: Dave Airlie <airlied@linux.ie>
14039Date:   Fri Nov 16 15:04:01 2007 +1000
14040
14041    remove avivo_reg.h
14042
14043commit d39eb2077c6b2fc094ccd952772528eb9428c587
14044Author: Dave Airlie <airlied@linux.ie>
14045Date:   Fri Nov 16 15:00:50 2007 +1000
14046
14047    radeon: rename a large section of avivo regs to documented names
14048
14049commit b7774c28dde72a205a40be78003df72eabfb9b1f
14050Author: Dave Airlie <airlied@linux.ie>
14051Date:   Fri Nov 16 14:48:36 2007 +1000
14052
14053    Add copyright headers
14054
14055commit 3cfcd2164b400bd0d1cb4ede8eeb01abba9d75c8
14056Merge: efac14e 718bfd3
14057Author: Alex Deucher <alex@botch2.(none)>
14058Date:   Thu Nov 15 23:25:39 2007 -0500
14059
14060    Merge branch 'agd-atom' of /home/alex/git/airlied/xf86-video-ati2 into agd-atom
14061
14062commit efac14e669a0c6184f8848191eb49ffb21934ee1
14063Author: Dave Airlie <airlied@linux.ie>
14064Date:   Thu Nov 15 23:17:25 2007 -0500
14065
14066    r5xx: fix typo for crtc offset
14067
14068commit e6db621c37ff615be286462f000d67a662c5c331
14069Author: Alex Deucher <alex@botch2.(none)>
14070Date:   Thu Nov 15 23:15:56 2007 -0500
14071
14072    fix INMC() and OUTMC() on !AVIVO chips
14073    
14074    WR_EN is bit 8 so don't use OUTREG8.
14075
14076commit 52ba3fdd1ce05983fabedff234cfaf4c60fba38d
14077Author: Alex Deucher <alex@botch2.(none)>
14078Date:   Thu Nov 15 23:12:30 2007 -0500
14079
14080    atombios_dac_detect() takes care of primary vs tv dac itself
14081
14082commit 49055d8aff91ff12186feaf5343c8fd2f96bcba0
14083Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
14084Date:   Thu Nov 15 22:56:09 2007 -0500
14085
14086    RADEON: set proper defaults for tv dac BGADJ/DACADJ
14087    
14088    we should get these values from the bios tables, but for now use
14089    some reasonable defaults.  This should fix the washed out color
14090    problems on bugs 1082 and 12844.
14091
14092commit 821acf38b716ab87c3d07263d6e4a139fe54803f
14093Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
14094Date:   Thu Nov 15 22:28:42 2007 -0500
14095
14096    RADEON: Make sure we set the MT properly for connected status unknown
14097
14098commit a94123f33ec6584fbdfc4b9ecd543d1357de8814
14099Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
14100Date:   Thu Nov 15 22:19:54 2007 -0500
14101
14102    Revert "Portability fix from netbsd"
14103    
14104    This reverts commit c9264aa53bf1470ad9104d1e7c4a8ce13c49c270.
14105    This breaks damage support.  See bug 13244
14106
14107commit 718bfd3b61879172eee819fdab7080d5d4c0a756
14108Author: Dave Airlie <airlied@linux.ie>
14109Date:   Fri Nov 16 10:37:04 2007 +1000
14110
14111    r5xx: fix typo for crtc offset
14112
14113commit e9d721c31372db045550f9562534b28f16121bb9
14114Author: Roland Scheidegger <sroland@tungstengraphics.com>
14115Date:   Tue Nov 13 23:42:42 2007 +0100
14116
14117    ignore sometime bogus agp_mode bit from chip (bug #13190)
14118    
14119    bit is wrong on at least X700 cards with rialto pcie-agp bridge chip,
14120    should be safe to use just the bit from the bridge hopefully to make
14121    agp setup work on these cards and not adversely affect others.
14122
14123commit b865886d00907899297ae864358eb26d9980975d
14124Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
14125Date:   Sun Nov 11 20:38:41 2007 -0500
14126
14127    bump for RC release
14128
14129commit 7aeb35e5ad1aed6e78a3d8565fbfbfe66232ab45
14130Author: Alex Deucher <alex@botch2.(none)>
14131Date:   Sun Nov 11 19:29:30 2007 -0500
14132
14133    fix from last commit
14134
14135commit 2ea95900547165e86ad3f8a41ce3331a05bad60e
14136Author: Alex Deucher <alex@botch2.(none)>
14137Date:   Sun Nov 11 18:43:03 2007 -0500
14138
14139    Add full parsing support for atom bios connector table
14140
14141commit 7ce730828c293f0810dfdc554df48dfd76e35c49
14142Author: Alex Deucher <alex@botch2.(none)>
14143Date:   Sun Nov 11 12:37:01 2007 -0500
14144
14145    rework crtc output source setup
14146
14147commit d61b6c78aa7810a2f9b9e2d9d95aab4295de80ce
14148Author: Alex Deucher <alex@botch2.(none)>
14149Date:   Sun Nov 11 11:58:17 2007 -0500
14150
14151    make sure i2c bus exists before using it
14152
14153commit 342e3e207efda42ba679731c30dfb9d5e9d5643f
14154Author: Alex Deucher <alex@botch2.(none)>
14155Date:   Fri Nov 9 17:11:43 2007 -0500
14156
14157    combine outputs based on id
14158
14159commit 8078c299d5941460243944d55051547c1a4d3791
14160Author: Alex Deucher <alex@botch2.(none)>
14161Date:   Fri Nov 9 16:35:08 2007 -0500
14162
14163    use atom to program plls on r4xx
14164
14165commit 5febe2c96642f61d006abe6e8081e69d5b95adc0
14166Author: Alex Deucher <alex@botch2.(none)>
14167Date:   Fri Nov 9 16:24:56 2007 -0500
14168
14169    turn off vga control when using ext modes
14170
14171commit 83f170c32c08c74a9e3466ffa0e0a0606c74427b
14172Author: Alex Deucher <alex@botch2.(none)>
14173Date:   Thu Nov 8 19:33:13 2007 -0500
14174
14175    add pci ids for X1550PRO
14176
14177commit 5cdcaba0f6e9de2d15cfcc109ab97d9fd423e3bf
14178Author: Alex Deucher <alex@botch2.(none)>
14179Date:   Thu Nov 8 19:28:03 2007 -0500
14180
14181    make sure to assign gpio
14182
14183commit 2dcb852778301b9284a2b4906dcf64f95ed638b7
14184Author: Alex Deucher <alex@botch2.(none)>
14185Date:   Thu Nov 8 18:39:23 2007 -0500
14186
14187    pull in another of Dave's fixes
14188
14189commit 96273016a0bbdfa4d3a4e6275a3b09eeeadaa534
14190Author: Alex Deucher <alex@botch2.(none)>
14191Date:   Wed Nov 7 01:22:30 2007 -0500
14192
14193    fix and move crtc source set up atombios_output.c
14194    
14195    it's really more output related.
14196
14197commit 5c495c81cc3bcd4a38d06954243ed3bdc85bdc07
14198Author: Alex Deucher <alex@botch2.(none)>
14199Date:   Wed Nov 7 01:04:11 2007 -0500
14200
14201    add support for initing external tmds via ATOM
14202
14203commit 5c13d9355280e6de44ebbf8de7ea89a6b91c7388
14204Author: Alex Deucher <alex@botch2.(none)>
14205Date:   Wed Nov 7 00:17:28 2007 -0500
14206
14207    add avivo output stuff
14208
14209commit 68e7f5c67e2e9d2162b469ce31f452f3f89756b5
14210Author: Alex Deucher <alex@botch2.(none)>
14211Date:   Tue Nov 6 23:43:29 2007 -0500
14212
14213    more avivo updates
14214
14215commit 303562dfb57e13c027b2aa9289d54e547c829ff1
14216Author: Alex Deucher <alex@botch2.(none)>
14217Date:   Tue Nov 6 23:06:46 2007 -0500
14218
14219    add additional connector types
14220
14221commit 0d3e0735f710cb7b9505e4330997aa332f73c102
14222Author: Alex Deucher <alex@botch2.(none)>
14223Date:   Tue Nov 6 22:59:25 2007 -0500
14224
14225    First round of avivo support
14226
14227commit 0abfe3150ce3eed4db93ccc2975bd4622dfa54a7
14228Author: Alex Deucher <alex@botch2.(none)>
14229Date:   Tue Nov 6 18:47:00 2007 -0500
14230
14231    Add atombios files
14232
14233commit 20f01950e42babc308b4470df6a3c6628c932003
14234Author: Alex Deucher <alex@botch2.(none)>
14235Date:   Tue Nov 6 18:04:43 2007 -0500
14236
14237    for r4xx ATOM cards, just use ATOM for PLL
14238    
14239    while crtc timing and pll seem to work fine, output setup
14240    and routing don't seem to work too reliably with atom.
14241    AMD claims ATOM was still pretty new with r4xx so
14242    it's probably better to stick with direct programming for
14243    some things.
14244
14245commit 37af2f6b52c8f217b205486742a6b46a864da8ed
14246Author: Michel Dänzer <michel@tungstengraphics.com>
14247Date:   Mon Nov 5 10:58:25 2007 +0100
14248
14249    radeon: Use indirect register access for (un)hiding the cursor.
14250    
14251    This avoids hangs that occur when touching these registers while the card is
14252    busy with some cards.
14253
14254commit 5659e2f1b08e44d0c4f21a403e91b4801ef78f62
14255Author: Michel Dänzer <michel@tungstengraphics.com>
14256Date:   Mon Nov 5 10:32:04 2007 +0100
14257
14258    radeon: Fix build warning on powerpc.
14259
14260commit d41d73f5f9d8baee7137e94da2c7852ea0412180
14261Author: Michel Dänzer <michel@tungstengraphics.com>
14262Date:   Mon Nov 5 10:30:23 2007 +0100
14263
14264    Revert "radeon: Reinstate sync in radeon_crtc_show/hide_cursor."
14265    
14266    This reverts commit 0241cac643fa1c08a45ea44f5c670b290e760ad8.
14267    
14268    Taking the DRI lock in paths called from the SIGIO handler isn't safe. For
14269    example, the SIGIO handler may be called while the lock is held by an AIGLX
14270    context, resulting in deadlock. See e.g.
14271    https://bugs.freedesktop.org/show_bug.cgi?id=13005 .
14272
14273commit 78a3eabff382e8ebe33df2039076fb083bcc361b
14274Author: Alex Deucher <alex@botch2.(none)>
14275Date:   Sun Nov 4 14:11:26 2007 -0500
14276
14277    WIP: get ATOM crtc stuff working on r4xx
14278
14279commit 5e9ebd8e496b72b051053d637c63b2956b7861d3
14280Author: Alex Deucher <alex@botch2.(none)>
14281Date:   Sat Nov 3 20:46:17 2007 -0400
14282
14283    Initial support for r4xx
14284    
14285    - add r3xx/r4xx MC access macros and functions
14286
14287commit c106075ccb81ca2ee4894743e676fd37653c8dce
14288Author: Alex Deucher <alex@botch2.(none)>
14289Date:   Sat Nov 3 18:29:20 2007 -0400
14290
14291    More of Dave's ATOM init code.
14292
14293commit e18f5d61806b445ad77d93e258fbce9422b52bb6
14294Author: Alex Deucher <alex@botch2.(none)>
14295Date:   Sat Nov 3 18:20:55 2007 -0400
14296
14297    Initial integration of Atom code and some of Dave's code.
14298    
14299    ATOM builds, but it's not hooked up yet.
14300
14301commit aaafc6a8f33d4736c37c43d3fd5e43085a2590fb
14302Author: Brice Goglin <bgoglin@debian.org>
14303Date:   Sun Oct 28 21:10:32 2007 +0100
14304
14305    Fix typo in 'disposing cursor'
14306    
14307    Bug #12984.
14308
14309commit a5c55c418319c1315ad73c305ef48b44fe1d9580
14310Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
14311Date:   Sat Oct 27 19:46:11 2007 -0400
14312
14313    RADEON: disable FP DETECT for DVI.
14314    
14315    These bits don't seem to be reliable or routed right
14316    in all cases.
14317
14318commit 49cf7cb3db36ce7734f7e314a040a240191d6477
14319Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
14320Date:   Thu Oct 25 21:23:09 2007 -0400
14321
14322    RADEON: Fix IgnoreEDID option
14323
14324commit 70bbc0cfe699588f8ae4123efca0e1baffc91000
14325Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
14326Date:   Thu Oct 25 20:56:11 2007 -0400
14327
14328    RADEON: clean up mode handling and improve reliability of DDC
14329    
14330    - Reduce the number of times we do DDC and don't
14331    skip the magical GPIO dance when doing DDC.
14332    - If no DDC modes are found, add the screen modes
14333
14334commit 1a4f590c2ac071f0c348f38e9f26fa6093722453
14335Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
14336Date:   Thu Oct 25 19:25:36 2007 -0400
14337
14338    RADEON: document DefaultTMDSPLL option
14339
14340commit 2d26e0d0bcf25e210dc7771e76638dcfafcc2356
14341Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
14342Date:   Thu Oct 25 19:18:18 2007 -0400
14343
14344    RADEON: Add driver option to force TV DAC load detection on
14345
14346commit a9306b7986467c0794c91625ad2ece597b718462
14347Author: Alex Deucher <alex@botch2.(none)>
14348Date:   Thu Oct 18 20:06:58 2007 -0400
14349
14350    RADEON: fix possible crash in radeon_crtc_mode_set()
14351    
14352    when radeon_crtc_mode_set() is called during ScreenInit(),
14353    we don't have pScrn->pScreen yet.
14354
14355commit 115b4b65ef679a46d90b7fc8ac22ace37038b3fc
14356Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
14357Date:   Wed Oct 17 20:25:47 2007 -0400
14358
14359    RADEON: Remove LVDSBiosNativeMode Option
14360    
14361    Shouldn't be needed any longer as I've finally sorted out
14362    the LVDS issues due to the crtc setup.
14363
14364commit f2eb5c1cc69a4f7b0754ec6b2efde4fa1650ab6d
14365Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
14366Date:   Tue Oct 16 18:54:28 2007 -0400
14367
14368    RADEON: finish fixing LVDS/RMX
14369    
14370    For panels, both the mode and crtc values need to be updated based
14371    on the native mode timing.  This shoudl fix any remaining problems
14372    with RMX.
14373
14374commit 93561688087493fccb7ac387d728feec61212180
14375Author: Michel Dänzer <michel@tungstengraphics.com>
14376Date:   Tue Oct 16 10:57:06 2007 +0200
14377
14378    radeon: Handle 64 bit PCI resource bases better.
14379
14380commit 08945fc8a14ba57e32350e85daa3354619e9e72e
14381Author: Alex Deucher <alex@botch2.(none)>
14382Date:   Mon Oct 15 21:12:46 2007 -0400
14383
14384    RADEON: allow the user to set any tv standard
14385    
14386    allow the user to set any tv standard rather than
14387    limiting it to what the bios says is supported.
14388
14389commit 571548b2b95ce289f26a77c11deb6266f0b18516
14390Author: Alex Deucher <alex@botch2.(none)>
14391Date:   Mon Oct 15 20:33:56 2007 -0400
14392
14393    RADEON: use native timing for RMX
14394    
14395    RMX should work again with native timings after the previous
14396    patch.
14397
14398commit 2f87bff293a343b40c1be096933a5ae126632468
14399Author: Alex Deucher <alex@botch2.(none)>
14400Date:   Mon Oct 15 20:06:28 2007 -0400
14401
14402    RADEON: Fix subtle change in crtc reg init
14403    
14404    At some point we changed how hsync_wid and vsync_wid were clipped.
14405    Previously we used the field size as a mask when building the
14406    register.  This got changed to setting the value to the field
14407    size if it was greater.  this probably explains number stange
14408    mode bugs.
14409
14410commit fd5bb7bb5e968127b87102320eccc1222f205e5a
14411Author: Michel Dänzer <michel@tungstengraphics.com>
14412Date:   Sat Oct 13 18:56:43 2007 +0200
14413
14414    radeon: Improve detection of default value for Option "MacModel" on Linux.
14415    
14416    * Detect all PowerBooks with dual link DVI (according to developer.apple.com)
14417      and both Mac Mini G4 models. Other PowerBooks and iBooks should be covered
14418      by the 'detected as' line in /proc/cpuinfo.
14419    * Give specific instructions for overriding and reporting incorrect detection.
14420    * Only perform detection when Option "MacModel" isn't present with a valid
14421      value.
14422    * Close /proc/cpuinfo file handle when done with it.
14423    * Coding style cleanups.
14424
14425commit fbf121add5584049627f07345fc502b2aefc88ce
14426Author: Eugen Dedu <Eugen.Dedu@pu-pm.univ-fcomte.fr>
14427Date:   Sat Oct 13 16:51:58 2007 +0200
14428
14429    radeon: Derive default value of Option "MacModel" from /proc/cpuinfo on Linux.
14430
14431commit 5db3afaa1fdb69d382ac769ef40191a4b964d28e
14432Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
14433Date:   Thu Oct 11 20:25:20 2007 -0400
14434
14435    RADEON: return status unknown for flaky chip/connector combinations
14436    
14437    This should at least get something on the screen.
14438    XPRESS chips, I'm looking in your general direction...
14439
14440commit 1148d332f52f3780897aae3fcd5d6a67687c42cd
14441Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
14442Date:   Thu Oct 11 19:09:45 2007 -0400
14443
14444    RADEON: fix potential crash in mode handling
14445
14446commit 905b19df33d6f912336b65895e97775ffec07728
14447Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
14448Date:   Thu Oct 11 18:55:08 2007 -0400
14449
14450    RADEON: small cleanup from last commit
14451
14452commit 7afd04c1e4ffa6e4e5ba08ae90ba002237dc282b
14453Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
14454Date:   Thu Oct 11 00:16:45 2007 -0400
14455
14456    RADEON: tell the bios not to muck with the hardware while the driver is active
14457    
14458    by toggling the appropriate bios scratch regs you can tell
14459    the bios not the touch the hw while the driver is active.
14460    This should prevent the bios from scrambling the hardware
14461    when users open the lid or toggle bios hotkeys.
14462    
14463    fixes bug 12567
14464
14465commit 1b231d28fdda5cdc44bb9d2075d4edfd8f17e21f
14466Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
14467Date:   Wed Oct 10 21:54:46 2007 -0400
14468
14469    RADEON: attempt to detect lid status on legacy bios
14470    
14471    I'm not sure how reliable this is.  The lid closed
14472    bit only seems to be set if the lid is closed at boot
14473    so LVDS will default to on if you restart X with the
14474    lid closed after boot.
14475
14476commit 47ef583b993607bc3a372dd125c6e5228c4ec7bf
14477Author: Alex Deucher <alex@botch2.(none)>
14478Date:   Wed Oct 10 19:35:31 2007 -0400
14479
14480    RADEON: more XPRESS connector table hacks
14481    
14482    Seems XPRESS desktop chips with DVI-D list a proprietary
14483    connector type rather than DVI-D.  try and do the right thing.
14484    Also, XPRESS chips seem to include connector type 8 and ddc
14485    type 8 which are unknown at this time.
14486
14487commit c9264aa53bf1470ad9104d1e7c4a8ce13c49c270
14488Author: Joerg Sonnenberger <joerg@britannica.bec.de>
14489Date:   Tue Oct 9 23:18:29 2007 -0400
14490
14491    Portability fix from netbsd
14492
14493commit 80eee856938756e1222526b6c39cee8b5252b409
14494Author: Matthieu Herb <>
14495Date:   Tue Oct 9 16:17:50 2007 -0400
14496
14497    RADEON: fix console restore on netbsd
14498    
14499      Include the mode restore bugfix from monolithic Xorg, that is derived
14500      from the version in xsrc which in turn was provided by Matthieu Herb
14501      over 3 years ago on the XFree86 lists. Suggested by various
14502      developers, hold-back due to the working state in xorg-server 1.1.1.
14503      Tracing down the exact change showed that the changed default color
14504      depth made this issue a lot more prominent again. Discussed with Eric
14505      Anholt.
14506
14507commit 547fef4c6382f8a4951c086ee531b804cba31075
14508Author: Lars Weiler <pylon@gentoo.org>
14509Date:   Tue Oct 9 16:10:34 2007 -0400
14510
14511    include stdint.h to fix the build on some platforms
14512    
14513    fixes bug 12733
14514
14515commit ddec5783103045084a66a34d71326cc6e4a3f598
14516Author: George Sapountzis <gsap7@yahoo.gr>
14517Date:   Tue Oct 9 13:27:27 2007 +0300
14518
14519    theatre compiles with pci-rework.
14520
14521commit 051435610a66735fd455bbb526fa294fcfe8c0b6
14522Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
14523Date:   Sun Oct 7 19:39:47 2007 -0400
14524
14525    RADEON: still more LVDS fixes
14526    
14527    Seems some laptops need the native mode from the bios for
14528    LVDS while others seem to prefer a CVT mode.  Add an option
14529    to pick the preferred mode.  The default it to use the bios
14530    table timing.
14531
14532commit 0b03a73b7dcb4aa192c42f2a4c842d324c358122
14533Author: Dave Airlie <airlied@linux.ie>
14534Date:   Sat Oct 6 20:11:19 2007 +1000
14535
14536    radeon: add support for DDC type 6
14537    
14538    thanks to arekm on xorg-devel for testing/feedback
14539
14540commit 83d7506a603889b6c18736cff9b2cd3296c95c84
14541Author: Alex Deucher <alex@botch2.(none)>
14542Date:   Fri Oct 5 20:25:04 2007 -0400
14543
14544    Bump for RC release
14545
14546commit fe66cc4e02a52e1d014ae5de192c65e8abd7f58a
14547Author: Tormod Volden <bugzi06.fdo.tormod@xoxy.net>
14548Date:   Fri Oct 5 20:10:55 2007 -0400
14549
14550    RADEON: rename to PCI_CHIP_RS485_5975 everywhere
14551    
14552    RS482_5975 is actually RS485.  see bug 12048
14553
14554commit 314e8fdbe5369e4c1786d176d03d0d2a046f25d5
14555Author: Tormod Volden <bugzi06.fdo.tormod@xoxy.net>
14556Date:   Fri Oct 5 20:05:54 2007 -0400
14557
14558    RADEON: Disable DRI by default for RS482 cards
14559    
14560    fixes bug 12048
14561
14562commit abbafe6db7c0d24efc61a05950d4214c00d3f043
14563Author: Michel Dänzer <michel@tungstengraphics.com>
14564Date:   Thu Oct 4 11:33:09 2007 +0200
14565
14566    radeon: Fix compile warnings.
14567
14568commit 1110957ba703475847b8e72023c6edcbd1068aef
14569Author: Michel Dänzer <michel@tungstengraphics.com>
14570Date:   Thu Oct 4 11:32:48 2007 +0200
14571
14572    radeon: Fix for pci-rework.
14573    
14574    Surprisingly easy, thanks to George's pci-rework changes.
14575
14576commit 7addf41885ec5658f531624a9c24ea5bd7d22d19
14577Merge: 3a958ba 78c6bd3
14578Author: Michel Dänzer <michel@tungstengraphics.com>
14579Date:   Thu Oct 4 11:06:08 2007 +0200
14580
14581    Merge remote branch 'origin/pci-rework'
14582
14583commit 3a958ba136c3fae5a4ddd56373ac7cd47046f10e
14584Author: Alex Deucher <alex@botch2.(none)>
14585Date:   Wed Oct 3 22:59:14 2007 -0400
14586
14587    RADEON: remove some cruft
14588
14589commit b6bda79f72df5e5bf9c6b71fa3298e765da506bd
14590Author: Alex Deucher <alex@botch2.(none)>
14591Date:   Wed Oct 3 22:56:27 2007 -0400
14592
14593    RADEON: more fixes for single crtc chips
14594
14595commit 5f5c4e6ad61c45c24f1443b91b4bc5375efdebc0
14596Author: Alex Deucher <alex@botch2.(none)>
14597Date:   Wed Oct 3 22:46:21 2007 -0400
14598
14599    RADEON: remove RADEONSaveMode()
14600    
14601    It's only called by RADEONSave(), so just move its
14602    contents into RADEONSave().  this mirrors RADEONRestore().
14603
14604commit bfede412b3a3cd11769a580b167c528734146096
14605Author: Alex Deucher <alex@botch2.(none)>
14606Date:   Wed Oct 3 22:19:16 2007 -0400
14607
14608    RADEON: minor fixes for external TMDS
14609
14610commit 597dffce9bdc200003d0be880235258386a0bdd7
14611Author: Alex Deucher <alex@botch2.(none)>
14612Date:   Wed Oct 3 21:43:08 2007 -0400
14613
14614    RADEON: final fix for RMX/LVDS
14615    
14616    It seems that on quite a few laptops the LVDS H/V timing
14617    from the bios tables are way off or just doesn't work period.
14618    Either we are using it wrong or we need some additional checks
14619    when we parse it. Only the dot clock seems to really matter,
14620    so use cvt modes and update the dotclock.  This seems to work
14621    correctly in all cases.
14622
14623commit cc0c2d8e61600652b1f9cb3dc49db2ef62b1e40d
14624Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
14625Date:   Wed Oct 3 00:59:37 2007 -0400
14626
14627    RADEON: Finally sort out LVDS modes
14628    
14629    - The panel timing from the bios tables is for the crtc,
14630    not the native panel mode, so add cvt modes for the panel
14631    and fix up the crtc values in mode_fixup().
14632    - rename and reconfigure RADEONValidateFPModes() to what it
14633    really does: add screen modes.  I suppose for backwards
14634    compatibility we ought to add the screen modes to every
14635    reasonable output, but everyone should really use xrandr
14636    or an output monitor section to add custom modes.  Hopefully
14637    this will go away at some point.
14638
14639commit 0ca184c3c35032df39ea7ce5d2d4aba1a97b6426
14640Author: Alex Deucher <alex@botch2.(none)>
14641Date:   Tue Oct 2 19:38:18 2007 -0400
14642
14643    RADEON: fix RADEONInitDispBandwidth() on single crtc cards
14644    
14645    Should fix bug 12490
14646
14647commit a5fb2a5d54cdd562a97881cdea1a4af35b483aab
14648Author: Dave Airlie <airlied@linux.ie>
14649Date:   Mon Oct 1 08:48:27 2007 +1000
14650
14651    radeon: fix powerpc build
14652
14653commit 22519fde1e002f28d6036d448fcd18452d00f1bb
14654Author: Alex Deucher <alex@botch2.(none)>
14655Date:   Sun Sep 30 13:11:20 2007 -0400
14656
14657    RADEON: add support for ext tmds table and ext tmds chip init
14658    
14659    This probably won't work on all chips as the various gpio lines
14660    seem to need special magic to to actually talk to the i2c slave
14661    chips.
14662
14663commit dcc376e2d2a13329dd03f1bc4b471329757a6f5f
14664Author: Alex Deucher <alex@botch2.(none)>
14665Date:   Wed Sep 26 23:27:38 2007 -0400
14666
14667    RADEON: remove cruft
14668
14669commit 99ceaefa18c6e07b55106cca0ea8996fa73667be
14670Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
14671Date:   Sun Sep 30 12:02:54 2007 -0400
14672
14673    RADEON: more work on LVDS mode validation and fixups
14674    
14675    Hopefully this will fix up the weird mode issues with LVDS and
14676    native and RMX modes, but I can't seem to get quite the right
14677    combo to fix everyone.
14678
14679commit d808781d48adf01e80b5bb476bae2d2f599030f1
14680Author: Dave Airlie <airlied@redhat.com>
14681Date:   Fri Sep 28 14:50:42 2007 +1000
14682
14683    rc410: disable DRI by default due to it not working
14684
14685commit 4d9f944e40c6b9ac7e80428dff49c6e83fda1d8f
14686Author: Michel Dänzer <michel@tungstengraphics.com>
14687Date:   Thu Sep 27 17:50:15 2007 +0200
14688
14689    radeon: Fix build on little endian platforms.
14690    
14691    This was accidentally broken when moving away from using pixmap data pointers
14692    directly.
14693
14694commit 5902e913010a2fb0c17efe01f9aade73f9646f16
14695Author: Michel Dänzer <michel@tungstengraphics.com>
14696Date:   Thu Sep 27 12:53:34 2007 +0200
14697
14698    radeon: EXA pitch fixes.
14699    
14700    The combined pitch/offset registers only support pitches up to 16320 bytes.
14701    
14702    With EXA >= 2.3, set the maxPitchBytes field accordingly. With older versions,
14703    limit maxX such that the pitch of 32bpp pixmaps doesn't exceed the limit.
14704    
14705    Also check the limit in RADEONGetOffsetPitch just in case.
14706    
14707    Fixes https://bugs.freedesktop.org/show_bug.cgi?id=12551 .
14708
14709commit ca728973bce504e03bf6228d18287906c35eaa3f
14710Author: Michel Dänzer <michel@tungstengraphics.com>
14711Date:   Thu Sep 27 11:14:21 2007 +0200
14712
14713    radeon: Don't use pixmap data pointer directly with EXA.
14714    
14715    Fixes segfault with current xserver master without AccelDFS.
14716
14717commit 21593d04d222b05dbba9abd31eaa3bfb91d999b6
14718Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
14719Date:   Mon Sep 24 23:01:20 2007 -0400
14720
14721    RADEON: more clean up of mode code
14722    
14723    also print out LVDS mode info from bios for both
14724    legacy and atom bioses
14725
14726commit 22cccb99d762567757d3fd38795f71e943f1faf9
14727Author: Alex Deucher <alex@botch2.(none)>
14728Date:   Mon Sep 24 00:10:01 2007 -0400
14729
14730    bump for RC release
14731
14732commit fad9e7b00de051f632000eb2304ac23a524f7c8e
14733Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
14734Date:   Sun Sep 23 23:43:26 2007 -0400
14735
14736    RADEON: Rework LVDS mode validation
14737    
14738    The old validation code wasn't really well suited to randr.
14739    This fixes several issues:
14740    - missing display size for panels with edid
14741    - broken duplicate modes
14742
14743commit bf9674b9df351108e069d037ec10869a4154a881
14744Author: Alex Deucher <alex@botch2.(none)>
14745Date:   Sun Sep 23 15:01:34 2007 -0400
14746
14747    RADEON: properly set default RMX types
14748
14749commit b27135bce8b41d69290613b440a338b0a7fe0200
14750Author: Alex Deucher <alex@botch2.(none)>
14751Date:   Sun Sep 23 14:44:38 2007 -0400
14752
14753    RADEON: fix up LVDS handling for r3xx and newer
14754
14755commit d5cf268be2c9b3e320d7101f5213f7d5609b6308
14756Author: Alex Deucher <alex@botch2.(none)>
14757Date:   Sat Sep 22 18:31:51 2007 -0400
14758
14759    RADEON: Fix crash when Xv window is outside of either crtc
14760
14761commit 8aca0ca6be7122e0ece20985a1862553a1b225c0
14762Author: Alex Deucher <alex@botch2.(none)>
14763Date:   Sat Sep 22 17:56:50 2007 -0400
14764
14765    Revert "RADEON: fix crash when Xv window is outside of either crtc"
14766    
14767    This reverts commit 9109e62e3be7f96b41b534ab517fdf1baf458806.
14768    
14769    This breaks ABI.  better fix to come.
14770
14771commit d6e1d9be1cd5786a24ed4bb8e45fa7e04df56622
14772Author: Alex Deucher <alex@botch2.(none)>
14773Date:   Sat Sep 22 16:14:06 2007 -0400
14774
14775    RADEON: Don't make the entity as shareable
14776    
14777    This should prevent people from mistakenly trying to run
14778    zaphod mode
14779
14780commit 81114af1cdddc0b10d076f2e38c7a00c1223cc48
14781Author: Alex Deucher <alex@botch2.(none)>
14782Date:   Sat Sep 22 15:51:23 2007 -0400
14783
14784    RADEON: preliminary support for mac mini
14785    
14786    Option "MacModel" "mini"
14787    may not be 100% correct yet
14788
14789commit 6c482e453bc8156886294d0c1b8f3f1b3dcf4b36
14790Author: Alex Deucher <alex@botch2.(none)>
14791Date:   Sat Sep 22 15:11:20 2007 -0400
14792
14793    RADEON: Fix RMX on LVDS
14794    
14795    LVDS + RMX doesn't seem to like having the crtc values tweaked.
14796
14797commit 9109e62e3be7f96b41b534ab517fdf1baf458806
14798Author: Michel Dänzer <daenzer@debian.org>
14799Date:   Sat Sep 22 14:19:10 2007 -0400
14800
14801    RADEON: fix crash when Xv window is outside of either crtc
14802    
14803    Should fix bug 12175
14804
14805commit d2ce4a5003ce1291ea2327b2c00a0b24408fe26c
14806Author: Alex Deucher <alex@botch2.(none)>
14807Date:   Sat Sep 22 10:41:55 2007 -0400
14808
14809    RADEON: RMX updates
14810    
14811    - add option to turn off RMX
14812    - turn off RMX by default on DVI
14813    - add infrastructure to support more RMX modes
14814
14815commit f95b9ab729376083bf0d12987ee260ec2aba721e
14816Author: Alex Deucher <alex@botch2.(none)>
14817Date:   Fri Sep 21 00:12:37 2007 -0400
14818
14819    RADEON: remove more old cruft
14820
14821commit 5a6f74103f0ec0d451d0e2573442efe5922848af
14822Author: Maciej Cencora <m.cencora@gmail.com>
14823Date:   Thu Sep 20 23:56:08 2007 -0400
14824
14825    RADEON: fix video in on RV380 (tested on X600 VIVO)
14826
14827commit c72a365386e19f9257db041d44b09ad499cc9f6a
14828Author: Alex Deucher <alex@botch2.(none)>
14829Date:   Thu Sep 20 23:49:57 2007 -0400
14830
14831    RADEON: fix up dvo support (still no external chip init)
14832
14833commit 5e4d98470b6412a686883c554e7eb7badbe78c4d
14834Author: Alex Deucher <alex@botch2.(none)>
14835Date:   Thu Sep 20 23:22:48 2007 -0400
14836
14837    RADEON: round 3 on the PLLs.  should fix the LVDS issues
14838
14839commit c5e2a2f09af807006c7ea493a8e90ff77abe207c
14840Author: Alex Deucher <alex@botch2.(none)>
14841Date:   Wed Sep 19 19:58:28 2007 -0400
14842
14843    bump for RC release
14844
14845commit 46ff78b9f010ca24178d4363761be00eb3ecb632
14846Author: Alex Deucher <alex@botch2.(none)>
14847Date:   Wed Sep 19 19:49:58 2007 -0400
14848
14849    RADEON: add default connector setup for single crtc chips
14850
14851commit 509ca0cb0e1cde905b47db2bbac6f2a58523b279
14852Author: Alex Deucher <alex@botch2.(none)>
14853Date:   Wed Sep 19 19:41:17 2007 -0400
14854
14855    RADEON: fix external TMDS parsing in legacy bios connector table
14856
14857commit 5a59547ef7e986c9613023d941c3354cd476faf1
14858Author: Alex Deucher <alex@botch2.(none)>
14859Date:   Wed Sep 19 19:28:09 2007 -0400
14860
14861    Revert "RADEON: initial pass at external TMDS support"
14862    
14863    This reverts commit 4000a710c93dd2d82891e4082bc7fa922ba9c5f4.
14864    
14865    This needs to be reworked and needs more soak time.  so revert
14866    for now.
14867
14868commit dc333884c540d536bffe51a5ebfaf1822af6a91c
14869Author: Alex Deucher <alex@botch2.(none)>
14870Date:   Tue Sep 18 22:23:12 2007 -0400
14871
14872    RADEON: fix plls again
14873    
14874    previous fix seemed to break other chips.  Lets see how
14875    this goes.
14876
14877commit 271e541088f455d1cfedff87e88c9a4fdbdbe424
14878Author: Alex Deucher <alex@botch2.(none)>
14879Date:   Tue Sep 18 22:12:31 2007 -0400
14880
14881    RADEON: Remove more mergedfb cruft
14882
14883commit 8ae69c496eba701e744cca0605f73242673f7b3f
14884Author: Alex Deucher <alex@botch2.(none)>
14885Date:   Tue Sep 18 20:12:21 2007 -0400
14886
14887    RADEON: adjust pll restore
14888    
14889    some chips seem to be pickier than others. fixes bug 12467
14890
14891commit 8a84dc8ee260716026fa661a6dced2000621efa2
14892Author: Michel Dänzer <michel@tungstengraphics.com>
14893Date:   Tue Sep 18 11:53:39 2007 +0200
14894
14895    radeon: Remove declaration of unused variable.
14896
14897commit 2fbbd9c5f0ec27e72780e8b054bc59502f1e5651
14898Author: Alex Deucher <alex@botch2.(none)>
14899Date:   Tue Sep 18 00:45:56 2007 -0400
14900
14901    RADEON: note that MergedFB support has been replaced with randr 1.2
14902
14903commit 81b708dbd35c29bf2d67e8c655af97b60e61498b
14904Author: Alex Deucher <alex@botch2.(none)>
14905Date:   Mon Sep 17 23:54:03 2007 -0400
14906
14907    RADEON: turn off load detection on tv dac by default
14908    
14909    it's just too unreliable and even when it is most people
14910    don't want it.  enable it via output attribute or force
14911    the outputs on with xrandr
14912
14913commit c3ab53159d42157985a25e9125eaa5362273b73d
14914Author: Alex Deucher <alex@botch2.(none)>
14915Date:   Mon Sep 17 23:28:51 2007 -0400
14916
14917    RADEON: XPRESS connector tables are crap
14918    
14919    besides specifying the pimary DAC (which they don't have),
14920    most seem to specify DDC_CRT2 for DDC, which does not seem
14921    to ever work.  Some have reported success with DDC_MONID so
14922    lets give that a try.
14923
14924commit 1fafa970fa78ddea29a8804b6cd0aea52e4fa2e1
14925Author: Alex Deucher <alex@botch2.(none)>
14926Date:   Mon Sep 17 23:10:13 2007 -0400
14927
14928    RADEON: ignore edid digital bit on analog ports
14929    
14930    Some monitors have this bit set even on analog ports
14931
14932commit 4000a710c93dd2d82891e4082bc7fa922ba9c5f4
14933Author: Alex Deucher <alex@botch2.(none)>
14934Date:   Mon Sep 17 23:04:17 2007 -0400
14935
14936    RADEON: initial pass at external TMDS support
14937    
14938    - Based on Dave Airlie's initial work and the dvo support
14939    in the intel driver.
14940    - Only sil164 is supported at the moment.
14941    - Once we get some testing and such, we ought to move the dvo
14942    drivers out of the drivers so they can be shared among all drivers
14943    - Doesn't seem to work on my card (r4xx ATOM) card ATM
14944    - Legacy bios table programming sequence not implemented yet
14945
14946commit 38515d402555eaa61c686d42973e59f659b07466
14947Author: Alex Deucher <alex@botch2.(none)>
14948Date:   Sat Sep 15 11:39:47 2007 -0400
14949
14950    RADEON: don't restore bios scratch regs
14951    
14952    Leave them as programmed by the bios
14953    fixes bug 12424
14954
14955commit 78c6bd305f2ea70629d1dda3c0c48c067451f5fb
14956Author: George Sapountzis <gsap7@yahoo.gr>
14957Date:   Mon Sep 10 19:00:16 2007 +0300
14958
14959    [mach64] Revert to multiple mappings per BAR.
14960    
14961    libpciaccess added subrange mappings and mtrr handling.
14962    
14963    compile-tested only.
14964
14965commit 0241cac643fa1c08a45ea44f5c670b290e760ad8
14966Author: Michel Dänzer <michel@tungstengraphics.com>
14967Date:   Sat Sep 8 00:22:40 2007 +0200
14968
14969    radeon: Reinstate sync in radeon_crtc_show/hide_cursor.
14970    
14971    Make sure the DRI lock is held though, as these can be called asynchronously.
14972    
14973    Fixes https://bugs.freedesktop.org/show_bug.cgi?id=12245 .
14974
14975commit 49933e2f7d590811f2bc8c0d51a09f3b7f14845e
14976Author: Alex Deucher <alex@botch2.(none)>
14977Date:   Sat Sep 1 12:23:07 2007 -0400
14978
14979    RADEON: automatically disable tiling if requested virtual desktop exceeds surface limits
14980    
14981    Also, tweak default desktop sizes and add some informational messages
14982
14983commit d49a60bc939c9f3e9d57c23e44263f5bb52f09fb
14984Author: Sjoerd Simons <sjoerd@luon.net>
14985Date:   Thu Aug 30 11:40:13 2007 +0200
14986
14987    radeon: Fix Option "MacModel".
14988
14989commit 2b860726fff058623e0e8e1b0aca092c246875ce
14990Author: Michel Dänzer <michel@tungstengraphics.com>
14991Date:   Thu Aug 30 11:38:28 2007 +0200
14992
14993    radeon: Don't build currently unused RADEONSavePalette.
14994
14995commit 12187a6aa93049c002a4171344d03c713f7f3c5d
14996Author: Alex Deucher <alex@botch2.(none)>
14997Date:   Wed Aug 29 23:11:30 2007 -0400
14998
14999    RADEON: Add quirk and connector tables for apple laptops
15000    
15001    As far as I can tell there are three apple laptop variants:
15002    ibook              - LVDS, TVDAC drives TV or VGA via dongle
15003    powerbook-duallink - LVDS, TV, External TMDS/Primary DAC
15004    powerbook          - LVDS, TV, Internal TMDS/Primary DAC
15005    use Option "MacModel" "<string>"
15006    to enable the appropriate quirks where string is one of the above
15007    
15008    We can't yet init the external TMDS directly, but if OF inits it,
15009    it should work. This should also fix bug 9955.
15010    
15011    Please test!
15012
15013commit 61c1fdaa8553581944f78a11e6f9aa76163a468a
15014Author: Alex Deucher <alex@botch2.(none)>
15015Date:   Tue Aug 28 23:47:19 2007 -0400
15016
15017    RADEON: add option to force tmds pll to default table
15018    
15019    Also rework the tmds pll output attribute handling a bit
15020
15021commit 0d9087bc60bb95c770b899cfed29699c02bdac49
15022Author: Alex Deucher <alex@botch2.(none)>
15023Date:   Tue Aug 28 23:08:20 2007 -0400
15024
15025    RADEON: remove some cruft forgotten in a previous commit
15026
15027commit 6ff0645ecfe65727e8ef5d5e6215b4e03078e1a5
15028Author: George Sapountzis <gsap7@yahoo.gr>
15029Date:   Tue Aug 28 15:37:11 2007 +0300
15030
15031    [mach64] Convert to pci-rework, keeping source-code compatibility.
15032    
15033    It still uses the old probe method though, this is due to the ati wrapper.
15034
15035commit 7b38d9a1209f87255e5bb0aefe46a363ce4fb6ef
15036Merge: 2e3d43a 673f799
15037Author: George Sapountzis <gsap7@yahoo.gr>
15038Date:   Tue Aug 28 16:01:12 2007 +0300
15039
15040    Merge branch 'master' into pci-rework
15041    
15042    Conflicts:
15043    
15044    	src/ati.c
15045
15046commit 673f799729824f4439dd5f681f75dd5aab50947f
15047Author: Alex Deucher <alex@botch2.(none)>
15048Date:   Tue Aug 28 00:42:30 2007 -0400
15049
15050    RADEON: Update tv attributes immediately
15051
15052commit ad6f7ad1b2ccae0bc0a416b9b0ca22709c9d5199
15053Author: Alex Deucher <alex@botch2.(none)>
15054Date:   Tue Aug 28 00:08:41 2007 -0400
15055
15056    RADEON: remove the "default" tv_standard option
15057
15058commit 17e0f9e6cbfdb115034d327bd34d46339fd632b7
15059Author: Alex Deucher <alex@botch2.(none)>
15060Date:   Mon Aug 27 23:59:03 2007 -0400
15061
15062    RADEON: enable load detection for tvdac if output count for tvdac < 2
15063
15064commit 42839fb5a8584196e7b18375bff6c426ed0347d9
15065Author: Alex Deucher <alex@botch2.(none)>
15066Date:   Mon Aug 27 23:44:13 2007 -0400
15067
15068    RADEON: make load detection an output attribute for analog outputs
15069    
15070    Since TV/VGA/DVI-I can share the TV DAC, we often get false detection
15071    of all inputs that share that DAC.  Make load detection an output
15072    attribute.  Enabled by default on primary dac and on cards where
15073    tv dac is (usually) dedicated to tv (non-IGP mobilities).
15074
15075commit a5a1055d64ab4fa16bfb03a412ae6c4fe69ff65d
15076Author: Alex Deucher <alex@botch2.(none)>
15077Date:   Mon Aug 27 22:42:22 2007 -0400
15078
15079    RADEON: make tmds pll an output attribute
15080    
15081    sometimes the bios tmds plls are busted for certain
15082    monitors. sometimes the dirver tables are.  Let the user
15083    pick at run time.
15084
15085commit a12e4aa01bf1c5723c3c791ff9bdc26eef21d5ea
15086Author: Alex Deucher <alex@botch2.(none)>
15087Date:   Sun Aug 26 18:51:29 2007 -0400
15088
15089    Bump for new release
15090
15091commit d43596e5f5d7c60f96b57bc3e743a9b40eb7109d
15092Author: Alex Deucher <alex@botch2.(none)>
15093Date:   Sun Aug 26 18:07:50 2007 -0400
15094
15095    RADEON: Fix rotation.  works now
15096
15097commit 47eb3327c258bb0cfd9a1d5677624b9988a39057
15098Author: Alex Deucher <alex@botch2.(none)>
15099Date:   Sun Aug 26 15:43:22 2007 -0400
15100
15101    RADEON: minor tweak to tv out
15102
15103commit f36720377737210c985b196d9a988efdd767f1c7
15104Author: Alex Deucher <alex@samba.(none)>
15105Date:   Sun Aug 26 14:13:06 2007 -0400
15106
15107    RADEON: fix depth 16 palette for real this time
15108
15109commit f2b13f1457bf860b075310d3962254be0ed7bea3
15110Author: Alex Deucher <alex@botch2.(none)>
15111Date:   Sun Aug 26 13:27:19 2007 -0400
15112
15113    RADEON: Only update pixclks_cntl when updating tv routing
15114    
15115    No need to re-set all of the pll2 stuff
15116
15117commit 5d044b9f74c7aa7e12f2822896fed881e2ca9d19
15118Author: Alex Deucher <alex@botch2.(none)>
15119Date:   Sat Aug 25 21:03:08 2007 -0400
15120
15121    RADEON: fix crtc clipping for Xv
15122
15123commit 3fd2d22a02812d5f86cdc1c9503f48362b0c362b
15124Author: Alex Deucher <alex@botch2.(none)>
15125Date:   Sat Aug 25 17:37:35 2007 -0400
15126
15127    RADEON: remove fbdev option
15128    
15129    FBDev support is currently broken, and it not really compatible
15130    with randr
15131
15132commit 3469e1aa08792890fa6a5c72da52a1992a0b382c
15133Author: Alex Deucher <alex@botch2.(none)>
15134Date:   Fri Aug 24 20:42:13 2007 -0400
15135
15136    RADEON: add extra green data in depth 16
15137    
15138    Apparently some radeons need this?
15139
15140commit 71f650d1bc432514516f7ac64a5e8a54c5227881
15141Author: Michel Dänzer <michel@tungstengraphics.com>
15142Date:   Fri Aug 24 09:21:39 2007 +0200
15143
15144    Require xorg-server >= 1.3 for RandR 1.2.
15145
15146commit d7230939f523610c57f92bdfc72966bdbc6f1070
15147Author: Michel Dänzer <michel@tungstengraphics.com>
15148Date:   Fri Aug 24 09:21:14 2007 +0200
15149
15150    64 bit warning fixes.
15151    
15152    For printf vs. CARD32, use %u or %x and and a cast to unsigned.
15153
15154commit 91c45fedfd155a153dcd2c3f3e30986bfbd44e6f
15155Author: Dave Airlie <airlied@nx6125b.(none)>
15156Date:   Fri Aug 24 15:05:01 2007 +1000
15157
15158    radeon: don't disable dac if either tv or vga is using it
15159    
15160    On my rs480 I had to vt switch to get hotplug VGA working due to the tv-out
15161    code turning off the dac when the vga code was actually using it.
15162
15163commit 056ca6bb5adf974290693b55de6cd6880d2132d1
15164Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15165Date:   Thu Aug 23 20:19:47 2007 -0400
15166
15167    RADEON: NONE to None to match other port info
15168
15169commit 13fd53286bdda2c55683bdb5f63e7d345f6c63ef
15170Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15171Date:   Thu Aug 23 20:17:51 2007 -0400
15172
15173    RADEON: set (hopefully) reasonable default max desktop sizes
15174    
15175    Based on the amount of vram.  We really need ttm...
15176
15177commit 53bad86ca48a9b6529c1f0989ee568d9d48841c6
15178Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15179Date:   Thu Aug 23 19:24:59 2007 -0400
15180
15181    RADEON: clean up the logic in crtc_mode_set()
15182
15183commit 4712dedea225e9e07177aebda2ffc6290d1f53c7
15184Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15185Date:   Thu Aug 23 18:51:34 2007 -0400
15186
15187    RADEON: Always assume LVDS is connected
15188    
15189    Not all bioses seem to set the right scratch bits.  If we have
15190    LVDS (via bios table or otherwise) assume it's connected.
15191
15192commit b0f170c5f736ecba1a5899d602c4173fe9b9b1fa
15193Author: Michel Dänzer <michel@tungstengraphics.com>
15194Date:   Thu Aug 23 12:55:40 2007 +0200
15195
15196    radeon: Remove unnecessary #include <time.h>.
15197
15198commit ac54c0e4360099697755d14b1030def73d8235b0
15199Author: Michel Dänzer <michel@tungstengraphics.com>
15200Date:   Wed Aug 22 14:33:59 2007 +0200
15201
15202    radeon: Warning fixes.
15203
15204commit de26e406f52b3b13f03eee2b8023924ec6406f0a
15205Author: Alon Ziv <alonz@nolaviz.org>
15206Date:   Mon Jul 30 22:47:59 2007 +0300
15207
15208    radeon: Sane handling of timeouts in WaitForVerticalSync(2).
15209    
15210    RADEONWaitForVerticalSync() and RADEONWaitForVerticalSync2() need to wait
15211    for a timeout specified in milliseconds; looping around usleep() causes
15212    the timeout to be unnecessarily long, as the OS may sleep longer than
15213    requested (on Linux the minimum actual sleep value may be several ms).
15214    
15215    The new logic uses gettimeofday() in the loop to see when the (absolute)
15216    timeout has arrived.
15217    
15218    Signed-off-by: Alon Ziv <alonz@nolaviz.org>
15219
15220commit c66e5de26ae93caa368213f3cce139aacec955d2
15221Author: Sascha Sommer <saschasommer@freenet.de>
15222Date:   Thu Aug 23 12:11:51 2007 +0200
15223
15224    radeon: Round down RMX stretch ratios.
15225    
15226    Fixes issues with RMX scaling, see
15227    https://bugs.freedesktop.org/show_bug.cgi?id=8983 .
15228
15229commit 633c1fff10a3be4c9f48c1995e330d60bf6abbb2
15230Author: Michel Dänzer <michel@tungstengraphics.com>
15231Date:   Thu Aug 23 12:11:41 2007 +0200
15232
15233    radeon: Sync pages when enabling page flipping with EXA as well.
15234    
15235    Exclude the DRI window(s) though to avoid scribbling over 3D rendering.
15236
15237commit 4f8010ce22043c0f8d60c0f49d270ce98c9d2466
15238Author: Michel Dänzer <michel@tungstengraphics.com>
15239Date:   Thu Aug 23 12:11:12 2007 +0200
15240
15241    radeon: Don't synchronize DRI windows between pages when possible.
15242
15243commit 7b527054a7c81d1d1dbc79d41b9e53064dab68cb
15244Author: Michel Dänzer <michel@tungstengraphics.com>
15245Date:   Thu Aug 23 12:10:33 2007 +0200
15246
15247    radeon: Restore memmap registers even if only AGP location changed.
15248
15249commit d7ba9f001c0ab645984526afd0e64d1c6a6d654a
15250Author: Michel Dänzer <michel@tungstengraphics.com>
15251Date:   Thu Aug 23 11:39:54 2007 +0200
15252
15253    radeon: Change a test to info->IsIGP from several IGP families.
15254
15255commit 8c7c22e22b6076abc80e4e1aaa8d1f4cf2f3ed14
15256Author: Michel Dänzer <michel@tungstengraphics.com>
15257Date:   Thu Aug 23 11:38:17 2007 +0200
15258
15259    radeon: Wait for pending overlay flip to finish before emitting new one.
15260
15261commit 92fa7cc00688d7bfc1fb72e645ac30c6d92669c6
15262Author: Michel Dänzer <michel@tungstengraphics.com>
15263Date:   Thu Aug 23 11:38:16 2007 +0200
15264
15265    radeon: Don't call RADEONDRIRefreshArea when the damaged region is empty.
15266
15267commit 5cb20c2dc5eca9d7d7d78e9924ea1b90076e7253
15268Author: Dave Airlie <airlied@linux.ie>
15269Date:   Thu Aug 23 18:46:41 2007 +1000
15270
15271    radeon: bug 11899 + debian 435040 - test for usefbdev before calling int10
15272    (cherry picked from commit 3334c247540b113f9c4a5ce1879d8648a45a959a)
15273
15274commit 9d6261c024c697a211da4b6300420153eb72a264
15275Author: Roland Bär <roland@verifysoft.de>
15276Date:   Thu Aug 23 18:33:34 2007 +1000
15277
15278    radeon: bug 11860 fix some mem leaks
15279
15280commit 7bc1f862bc5f992f213143fbafef52459ba7db4a
15281Author: Roland Bär <roland@verifysoft.de>
15282Date:   Thu Aug 23 18:37:35 2007 +1000
15283
15284    radeon: bug 11861 - dead code removal in radeon_video.c
15285    (cherry picked from commit 8e3a6f83016cd8c4cfd43ceee4cbf0a8dc018b2a)
15286
15287commit 9d38c8aa1a7d6fb1af41ee8abdb4a95f94843538
15288Author: Dave Airlie <airlied@clockmaker.usersys.redhat.com>
15289Date:   Thu Aug 23 20:10:24 2007 +1000
15290
15291    radeon: cleanup some warnings
15292
15293commit e4c8969b48a6c8dcc4e7f9852479d24a0204fc0d
15294Author: Dave Airlie <airlied@redhat.com>
15295Date:   Thu Aug 23 19:56:21 2007 +1000
15296
15297    updated release numbering for randr 1.2
15298
15299commit 81a8093f2ffdce59d4e8a44f65f3d5c771fd6425
15300Merge: c08e6ec 53a67e3
15301Author: Dave Airlie <airlied@redhat.com>
15302Date:   Thu Aug 23 19:51:47 2007 +1000
15303
15304    Merge remote branch 'origin/randr-1.2'
15305
15306commit c08e6ec9e7ac06caee53689b0ec50ef6a7a0ba37
15307Merge: 5793e87 a0d0fcd
15308Author: Dave Airlie <airlied@clockmaker.usersys.redhat.com>
15309Date:   Thu Aug 23 19:42:19 2007 +1000
15310
15311    Merge branch 'master' into randr-merge
15312    
15313    Conflicts:
15314    
15315    	src/radeon.h
15316    	src/radeon_bios.c
15317    	src/radeon_display.c
15318    	src/radeon_dri.c
15319    	src/radeon_driver.c
15320    	src/radeon_modes.c
15321    	src/radeon_probe.h
15322    	src/radeon_video.c
15323
15324commit 53a67e31904bec9a3aa1bd24de8034dcafea1d2a
15325Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15326Date:   Tue Aug 21 21:20:41 2007 -0400
15327
15328    RADEON: Fix color problem on pre-R3xx chips tv-out
15329
15330commit e9719e8e02eef46717ae9b4d8c7998466dac30cb
15331Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15332Date:   Tue Aug 21 21:17:20 2007 -0400
15333
15334    RADEON: more tv out fixes and clean up
15335
15336commit 36c22a49580d86a6518b67f31a78bd53d39491af
15337Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15338Date:   Tue Aug 21 20:28:39 2007 -0400
15339
15340    RADEON: fix tv-out on R3xx
15341    
15342    R3xx apparently needs the tv clock forced on.
15343
15344commit 9470bd67731059f26859ed5f0bea3ade09e2c80c
15345Author: Alex Deucher <alex@botch2.com>
15346Date:   Mon Aug 20 20:54:06 2007 -0400
15347
15348    RADEON: Add DefaultConnectorTable option
15349    
15350    This option skips the parsing the BIOS connector table
15351    and falls back to chip specific defaults.
15352    Also remove man page section for the now gone bioshotkeys
15353    option.
15354
15355commit a0d0fcd3bab765b4db25e04884fd8a342abb9c66
15356Author: iLisa Wu <liswu@ati.com>
15357Date:   Mon Aug 20 15:44:07 2007 +0200
15358
15359    Fix crash with no valid mode in xorg.conf's modelist and empty Virtual
15360    
15361    If the resolution defined in xorg.conf failed to find a matching mode in the
15362    supported modelist, and no virtual desktop dimensions are defined the xorg.conf
15363    either, virtual X and Y dimension will be set to 0 which will cause Xserver
15364    crash.
15365    
15366    (Novell bugzilla #296856, closed)
15367
15368commit b275febdb0918e8cebdffbb433b0eeb3ff4d3746
15369Author: Alex Deucher <alex@samba.(none)>
15370Date:   Sun Aug 19 20:55:32 2007 -0400
15371
15372    RADEON: turn off TVCLK when blanking tv encoder
15373
15374commit a90d675832ddb02c81ace010ccbf02619b70edac
15375Author: Alex Deucher <alex@botch2.com>
15376Date:   Thu Aug 16 21:55:14 2007 -0400
15377
15378    RADEON: fix Xv clipping and overlay sourcing
15379    
15380    - Basically just copied from the intel driver.  I'm planning to push
15381    this to the server soon, but add it now to get things working
15382    and to provide compat for older servers.
15383    
15384    - Overlay crtc source control attribute now called XV_CRTC
15385    The old attribute XV_SWITCHCRT has been removed.  If anyone cares,
15386    we can add it back as an alias to XV_CRTC
15387    XV_CRTC: -1 auto, 0 crtc0, 1 crtc1
15388
15389commit 5793e8753d11432bf95c7c6dd80c811e16aba058
15390Author: Alex Deucher <alex@botch2.com>
15391Date:   Wed Aug 15 19:26:36 2007 -0400
15392
15393    RADEON: Remove RADEONRestoreMode()
15394    
15395    Since we no longer use it to write modes all it did
15396    was restore some of the regs for a console restore.
15397    Just move the relevant bits into RADEONRestore() and
15398    remove it.
15399
15400commit 6f011aaabaf18d66ffc255ad76aaf938b2396302
15401Author: Lisa Wu <Lisa.Wu@amd.com>
15402Date:   Wed Aug 15 19:17:51 2007 -0400
15403
15404    RADEON: fix console restore on r3xx and r4xx
15405    
15406    When restoring the console we need to:
15407    1) we need to restore DAC registers after all other registers are
15408     restored and CRTCs are enabled.
15409    2) we need to enable CRTC2 registers before CRTC1 registers
15410
15411commit c8dad98abb042c6abbbee18f9ae4db72084bc513
15412Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15413Date:   Wed Aug 15 00:55:24 2007 -0400
15414
15415    RADEON: make sure crtc routing is correct in r300_detect_tv()
15416    
15417    Also remove some unused variable
15418
15419commit f8cd74435f0072dbf5f6e83d67d2d5e1f4e82c91
15420Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15421Date:   Tue Aug 14 23:50:57 2007 -0400
15422
15423    RADEON: minor cleanup
15424
15425commit 6f398cd07ea734dd66a8eac71b629e59123d75b8
15426Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15427Date:   Tue Aug 14 23:42:32 2007 -0400
15428
15429    RADEON: Implement improved tv load detection for r300
15430    
15431    The previous implementation resulted in false positives
15432    on occasion.  This method works much more reliably.
15433    Based on beos code by Thomas Kurschel
15434
15435commit 366a1d4c240ac93622caff97b652696db99bf2e6
15436Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15437Date:   Tue Aug 14 23:25:37 2007 -0400
15438
15439    RADEON: Turn off tv encoder in disableoutputs()
15440
15441commit 5b4a04c23e3f1ec2490418b111f417c16463c709
15442Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15443Date:   Tue Aug 14 23:11:52 2007 -0400
15444
15445    RADEON: Make sure RMX is always programmed for crtc1
15446    
15447    If the RMX registers are left as programmed by the bios
15448    this can lead to a blank screen when crtc1 is feeding a
15449    DAC.  Fix found and reported by Lisa Wu <liswu@ati.com>
15450    Fixes bug 11985
15451
15452commit db2a828b2f21b92cd654b309d137204334975b89
15453Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15454Date:   Tue Aug 14 22:47:29 2007 -0400
15455
15456    RADEON: Add load detection
15457    
15458    Based on the beos driver by Thomas Kurschel and the
15459    existing load detection code in this driver.
15460
15461commit 6fc3ddbbb6fbbee1f6076c776e5b46c0c772b6d4
15462Author: Alex Deucher <alex@botch2.com>
15463Date:   Sun Aug 12 12:00:20 2007 -0400
15464
15465    RADEON: order the VGA and DVI ports correctly
15466
15467commit b7738d2ef82e1759adf78e5db1291f8739b4166f
15468Author: Alex Deucher <alex@botch2.com>
15469Date:   Sat Aug 11 17:50:42 2007 -0400
15470
15471    RADEON: fix connector setup when there's no bios tables
15472
15473commit d0895f67e327bb268fd59fcfd8fc22678d804f57
15474Author: Luc Verhaegen <libv@skynet.be>
15475Date:   Thu Aug 9 12:11:40 2007 +0200
15476
15477    AGPFastWrite risk reduction.
15478    
15479    Actively warn the user in the log about the effects of AGPFastWrite and
15480    sanitise AGPFastWrite handling while we're here.
15481
15482commit c01000bc684f6a23a38a52f0808182cefaa686bb
15483Author: Alex Deucher <alex@botch2.com>
15484Date:   Wed Aug 8 00:07:16 2007 -0400
15485
15486    RADEON: fix typo in comment
15487
15488commit 5c3f49e651c36f3bd14fa29359e24825d8f7f77f
15489Author: Lisa Wu <liswu@ati.com>
15490Date:   Wed Aug 8 00:05:47 2007 -0400
15491
15492    RADEON: make sure RADEON_CRTC2_CRT2_ON bit state is properly accounted for
15493    
15494    - when the TV DAC is used for crtc1 make sure to keep this bit set when
15495    initializing crtc2.
15496    - fixes bug 11894
15497
15498commit 08fe7ad00fba523775e95b5e6295fe23a5119d60
15499Author: Alex Deucher <alex@botch2.com>
15500Date:   Tue Aug 7 23:16:05 2007 -0400
15501
15502    RADEON: fix ConnectorTable option after connector table re-work
15503    
15504    We may want to add the possiblity of more connectors to this option
15505
15506commit f56b90a60393ed187c0e39e149b2a3a32331ea52
15507Author: Alex Deucher <alex@botch2.com>
15508Date:   Tue Aug 7 23:08:02 2007 -0400
15509
15510    RADEON: Make sure the default TV standard is supported
15511
15512commit a88a0e77eec514325b4d07bf7be9fb04e6f8e244
15513Author: Alex Deucher <alex@botch2.com>
15514Date:   Tue Aug 7 00:43:20 2007 -0400
15515
15516    RADEON: minor fix to legacy bios connector table
15517
15518commit 3752808d6c08a9727370ef8d79088e787791e131
15519Author: Alex Deucher <alex@botch2.com>
15520Date:   Sun Aug 5 16:13:39 2007 -0400
15521
15522    RADEON: Always set MonType in radeon_detect()
15523    
15524    - Always set the the MonType in radeon detect even if no
15525    monitor is detected so users can still force disconnected
15526    outputs on.  For DVI-I users will have to set the
15527    dvi_monitor_type attribute to force digital or analog,
15528    everything else should just work.
15529
15530commit b4ec3e436afb5bc99ec755cbd96eee9a1ec492a5
15531Author: Alex Deucher <alex@botch2.com>
15532Date:   Sun Aug 5 15:37:04 2007 -0400
15533
15534    RADEON: add tv out properties
15535
15536commit 1fc2a1120e7c05938e2bd72d3c7837ecff8bc9da
15537Author: Alex Deucher <alex@botch2.com>
15538Date:   Sun Aug 5 14:41:57 2007 -0400
15539
15540    RADEON: switch DVI-I monitor type attribute to string
15541
15542commit 7d8eb3751d74bd8a1fb9fa2d2fcb9c4c895f6ba4
15543Author: Alex Deucher <alex@botch2.com>
15544Date:   Sun Aug 5 14:31:18 2007 -0400
15545
15546    RADEON: make backlight attribute lower case
15547
15548commit e71bb88bc9052af8866fb6945dbc06dbb0e6d1c0
15549Author: Alex Deucher <alex@botch2.com>
15550Date:   Sun Aug 5 14:26:15 2007 -0400
15551
15552    RADEON: switch RMX attribute to string type
15553    
15554    Still not actually hooked up.
15555
15556commit 284323135ec04635dfa9cabd5790a35b953abca2
15557Author: Alex Deucher <alex@botch2.com>
15558Date:   Sun Aug 5 04:35:24 2007 -0400
15559
15560    RADEON: typo
15561
15562commit d1abdad167aa24ac970c69422435df443c82ebd6
15563Author: Alex Deucher <alex@botch2.com>
15564Date:   Sun Aug 5 03:45:02 2007 -0400
15565
15566    RADEON: fixes
15567    
15568    - fix output ordering
15569    - set tv-out to return un-connected for now in radeon_detect()
15570
15571commit 0cca25d8d6a0cb0d29b68e6cd9c699d1390aede1
15572Author: Alex Deucher <alex@botch2.com>
15573Date:   Sun Aug 5 03:19:24 2007 -0400
15574
15575    RADEON: Fix DVI-I support in ATOM bios connector table parsing
15576
15577commit ba5496ae7973786802962bf649dd91c219531749
15578Author: Alex Deucher <alex@botch2.com>
15579Date:   Sun Aug 5 02:27:32 2007 -0400
15580
15581    RADEON: refactor output init to handle multiple DVI or VGA
15582    
15583    - refactor output init to handle multiple DVI or VGA with the new
15584    bios table parsing
15585
15586commit 2ec22783ddf4c522df9e5fd1b2003854486d7a2b
15587Author: Alex Deucher <alex@botch2.com>
15588Date:   Sun Aug 5 01:39:35 2007 -0400
15589
15590    RADEON: attempt to do the right thing for standards other than PAL or NTSC
15591
15592commit cc8e1d95f1b90a259beea4e8cc4d7e29af660919
15593Author: Alex Deucher <alex@botch2.com>
15594Date:   Sun Aug 5 01:14:36 2007 -0400
15595
15596    RADEON: Major rework of BIOS table parsing
15597    
15598    - greatly simplify ATOM and legacy connector table parsing
15599    - use bios tables to detect LVDS and TV outputs
15600    - add support for TV table parsing (legacy only)
15601
15602commit 1de52d91ff3a04b9b587b858e1e5be40d3a7fd0a
15603Author: Dave Airlie <airlied@linux.ie>
15604Date:   Sat Aug 4 17:58:58 2007 +1000
15605
15606    update configure.ac for 6.6.193 release
15607
15608commit 371001c0433db1d17e468f3ea99ea57f922145a3
15609Author: Dave Airlie <airlied@linux.ie>
15610Date:   Sat Aug 4 17:51:19 2007 +1000
15611
15612    radeon: remove unused variables
15613
15614commit 90946c53d7a4b23d03270ad6da0450759a11de3d
15615Author: Dave Airlie <airlied@linux.ie>
15616Date:   Sat Aug 4 17:51:06 2007 +1000
15617
15618    ati: add -Wall for gcc
15619    
15620    As per luc's "suggestion" in Novell bug.
15621    
15622    This may generate warnings on 64-bit until we get rid of CARD32
15623
15624commit e30a145934df8f6a7f71290d6c75e4239f9d52f7
15625Author: Dave Airlie <airlied@linux.ie>
15626Date:   Sat Aug 4 17:44:46 2007 +1000
15627
15628    radeon: cleanup some pieces of the dpms/blank register programming
15629
15630commit a156db5e8b037ed12a448f70045453baf9d0c504
15631Author: Luc Verhaegen <libv@skynet.be>
15632Date:   Sat Aug 4 17:37:18 2007 +1000
15633
15634    Clean up PortInfo to CRTC mapping
15635    
15636    Also sanitise blanking and DPMS functions
15637    
15638    Fixes from Novell Bug 264720, and fd.o 10772
15639
15640commit b61a49f2a5401560f85e11bcdd005287433cad12
15641Author: Alex Deucher <alex@botch2.com>
15642Date:   Fri Aug 3 19:27:59 2007 -0400
15643
15644    RADEON: Change indexing of TV constants table in preparation for standard re-work
15645
15646commit 288fa627274cb399059262d4f8bd844fc220a042
15647Author: Alex Deucher <alex@botch2.com>
15648Date:   Thu Aug 2 02:37:16 2007 -0400
15649
15650    RADEON: avoid a divide by 0 and only save tv out regs if the chip has them
15651
15652commit b66a1bc7994b33d349c1519761e431959311c85f
15653Author: Alex Deucher <alex@botch2.com>
15654Date:   Thu Aug 2 02:11:20 2007 -0400
15655
15656    RADEON: fix tv-out enable/disable
15657
15658commit d86592c8d5ce45d81d8a726c263e870e94fbcf11
15659Author: Alex Deucher <alex@botch2.com>
15660Date:   Thu Aug 2 00:50:51 2007 -0400
15661
15662    RADEON: add missing break
15663
15664commit 971feb34843225030fff05b3f9d3801534fbf2d4
15665Author: Alex Deucher <alex@botch2.com>
15666Date:   Thu Aug 2 00:50:04 2007 -0400
15667
15668    RADEON: move tv dac enable to enabledisplay()
15669
15670commit 98d7e00437bea78e03180eb30ff30de3455d9d1a
15671Author: Alex Deucher <alex@botch2.com>
15672Date:   Thu Aug 2 00:20:50 2007 -0400
15673
15674    RADEON: limit tv modes to the only one we can program at the moment
15675
15676commit 5c549c1d42f7bbc556942af13aff2661fae856f2
15677Author: Alex Deucher <alex@botch2.com>
15678Date:   Wed Aug 1 23:45:07 2007 -0400
15679
15680    RADEON: remove unused elements
15681
15682commit b03978028fd975eb6946503d3a56a49c5a67f339
15683Author: Alex Deucher <alex@botch2.com>
15684Date:   Wed Aug 1 22:39:16 2007 -0400
15685
15686    RADEON: convert hard coded tv out values to calculations
15687
15688commit cf54222f1fa37366b2c2b39c82f8afc02f32e63c
15689Author: Alex Deucher <alex@botch2.com>
15690Date:   Tue Jul 31 02:01:49 2007 -0400
15691
15692    RADEON: more fixes...
15693
15694commit 22d460d3ad991223aa1fbd7e5edeb45e36c65dc0
15695Author: Alex Deucher <alex@botch2.com>
15696Date:   Tue Jul 31 01:28:05 2007 -0400
15697
15698    RADEON: fix name of tv output
15699
15700commit 4822a2b837334f408f962646ab5ea4f8b0335ac9
15701Author: Alex Deucher <alex@botch2.com>
15702Date:   Tue Jul 31 01:18:40 2007 -0400
15703
15704    RADEON: tv-out fixes.  works now.  tested on rv350.
15705    
15706    VT siwtch is busted, and xrandr doesn't play nice yet.
15707    uncomment code in radeon_output.c to test.
15708
15709commit fe494c9db2995bb8ce7a028ecf9626e0cb0cf506
15710Author: Alex Deucher <alex@botch2.com>
15711Date:   Sun Jul 29 15:26:34 2007 -0400
15712
15713    RADEON: add info about tv out code and authorship
15714
15715commit 6b9b7a7bdc290d07de9b226691ec8025af8db896
15716Author: Alex Deucher <alex@botch2.com>
15717Date:   Sun Jul 29 15:23:14 2007 -0400
15718
15719    RADEON: Initial pass at integrated tv out support
15720    
15721    Based on the GATOS tv-out support by Federico Ulivi <fulivi@lycos.com>
15722    and information from ati with substantial rework by myself.
15723    
15724    Code is not actually hooked up yet.
15725
15726commit 8d043db1817d94edeb72ab208dfea60026715d48
15727Author: Alex Deucher <alex@botch2.com>
15728Date:   Wed Jul 25 20:37:58 2007 -0400
15729
15730    RADEON: Compute PLL VCO gain
15731
15732commit 62f06d89da3f7160d5e4df8d7ce6fe1a94e9d07c
15733Author: Alex Deucher <alex@botch2.com>
15734Date:   Wed Jul 25 20:22:25 2007 -0400
15735
15736    RADEON: write out saved vclk and pixclk values
15737
15738commit 165a07cbbfcd94e3d1fac434b8fada8d29428a09
15739Author: Brice Goglin <Brice.Goglin@ens-lyon.org>
15740Date:   Wed Jul 25 19:01:02 2007 +0200
15741
15742    Minor fixes in the manpages
15743    
15744    - ati.man
15745      . add references to radeon and r128 manpages in SEE ALSO
15746        (Xavier Bestel in Debian bug #386001).
15747      . remove the manpage suffix from atimisc reference in the text
15748        since there is no such manpage for now.
15749    - radeon.man
15750      . typo in "specifying" (reported by A. Costa in Debian bug #432059).
15751      . replace a non-ascii character with the corresponding groff escape
15752        sequence so that it works whatever the locale (Julien Cristau).
15753
15754commit 9cc3ab8320162f371bba15dc131f23c5de2013fc
15755Author: Alex Deucher <alex@botch2.com>
15756Date:   Wed Jul 25 02:24:14 2007 -0400
15757
15758    RADEON: hack around console restore hang on r4xx
15759    
15760    r4xx seems to hang when unblanking the crtc(s) when
15761    restoring the console.  This needs to be investigated
15762    further.
15763
15764commit 193d58b0ea9de3e326017e50b88e2f3726854506
15765Author: Alex Deucher <alex@botch2.com>
15766Date:   Wed Jul 25 01:27:58 2007 -0400
15767
15768    RADEON: fix randr on r4xx
15769    
15770    Seems the way we parse the ATOM connector table results
15771    in reversed connectors.
15772
15773commit 262e32bd9ea4123b116362b33b5798753b2568fe
15774Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15775Date:   Thu Jul 19 23:48:57 2007 -0400
15776
15777    RADEON: fix palette when depth != 24
15778
15779commit 18b00b47a483e7854727e99126808ddf361e7a4a
15780Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15781Date:   Thu Jul 19 19:01:42 2007 -0400
15782
15783    R128: don't clip modes to panel on laptops when only using the CRT port
15784    
15785    fixes bug 5832
15786
15787commit 882fe7631586b0a7919f808588a2ea4fb555f7e8
15788Author: Brice Goglin <brice.goglin@ens-lyon.org>
15789Date:   Thu Jul 19 18:44:27 2007 -0400
15790
15791    MACH64: avoid crash in Xv code
15792    
15793    fixes bug 11054
15794
15795commit 7b3e22e96cfc98621bd20fa76317e6d8f7242165
15796Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15797Date:   Thu Jul 5 20:37:10 2007 -0400
15798
15799    RADEON: set default values for crtc_offset_cntls
15800
15801commit 2a35ccfb8ffee9f0ef6f8d4f0eeb80a471543caa
15802Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15803Date:   Thu Jul 5 20:04:04 2007 -0400
15804
15805    RADEON: Fix tiling on r1xx and r2xx
15806    
15807    spotted by Andrew Randrianasulu <randrik@mail.ru>
15808    fixes bug 11357
15809
15810commit ac9cbaf32176cf144bc694ac879e7c9e2920f762
15811Author: Michel Dänzer <michel@tungstengraphics.com>
15812Date:   Mon Jul 2 10:06:02 2007 +0200
15813
15814    radeon: Fully zero-initialize info->CRT2pScrn->monitor.
15815    
15816    This prevents modes from getting rejected due to the uninitialized maxPixClock
15817    value.
15818    
15819    Fixes http://bugs.freedesktop.org/show_bug.cgi?id=9816 .
15820
15821commit bdcae622100c81a4d9a53938542b64908bacd195
15822Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15823Date:   Fri Jun 29 01:15:57 2007 -0400
15824
15825    RADEON: save crtc on/off state for console restore
15826    
15827    - prevents a possible hang if console is only using 1 crtc
15828
15829commit 21be0d3a1f4700572c6425800596785d6850626f
15830Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15831Date:   Fri Jun 29 00:38:50 2007 -0400
15832
15833    RADEON: simplify console restore
15834    
15835    - still need to track crtcs for blank/unblank when restoring text console
15836
15837commit d9bf28b55d98fea2d285c9c46362aaf2175d0a46
15838Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15839Date:   Thu Jun 28 23:52:28 2007 -0400
15840
15841    RADEON: factor out surface_cntl init into one function
15842
15843commit 9f193985627be8e6ea1418a424e825ddbc4957b2
15844Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15845Date:   Thu Jun 28 23:43:13 2007 -0400
15846
15847    RADEON: move crtc base setups to new functions
15848
15849commit 0f361e9e80a29d287fa42436c32c657e3c102539
15850Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15851Date:   Thu Jun 28 23:08:07 2007 -0400
15852
15853    RADEON: fix corruption after 3D apps run
15854
15855commit 1d4630067d293d26284d5fe230debef3913ec6cf
15856Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15857Date:   Thu Jun 28 22:24:04 2007 -0400
15858
15859    RADEON: set info->CurrentLayout.displayWidth in RADEONSetPitch()
15860
15861commit 2754d1ba01fc3367019487e0c0f59d74c950aaa7
15862Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15863Date:   Thu Jun 28 22:15:22 2007 -0400
15864
15865    RADEON: Switch cursor back to memcpy()
15866
15867commit 7901bcafa92dccd319ddb5de4627d806a39f15f9
15868Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15869Date:   Mon Jun 25 18:39:14 2007 -0400
15870
15871    RADEON: make sure we unblank in RADEONRestore()
15872    
15873    reported by Andrew Randrianasulu (bugs 11357, 11146)
15874
15875commit 6a3599d6155d073a3116c4b13bdf04b44bb9e087
15876Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15877Date:   Mon Jun 25 18:20:54 2007 -0400
15878
15879    RADEON: make sure we set the stride properly
15880
15881commit 771c37fcac8104b894120cc3fc0154b31b0318d1
15882Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15883Date:   Mon Jun 25 17:53:26 2007 -0400
15884
15885    RADEON: attempt to fix cursor on big endian (only tested on x86)
15886
15887commit 5b5b90c2cea7e36895354f5872acd3fc769653f9
15888Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15889Date:   Mon Jun 25 16:27:54 2007 -0400
15890
15891    RADEON: fix possible segfault on mobility chips with MM tables
15892    
15893    spotted by Stefan Buehler
15894
15895commit 01bd5eb713500d3e3d4351865d460c8d1e476454
15896Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15897Date:   Mon Jun 25 16:16:18 2007 -0400
15898
15899    RADEON: fix possible segfault on mobility chips with MM tables
15900    
15901    reported by Stefan Buehler
15902
15903commit 52cc1dc1491559a9055f3ba6dd54064bb382ad86
15904Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15905Date:   Mon Jun 25 15:49:19 2007 -0400
15906
15907    RADEON: tiling and FB size fixes
15908    
15909    - fix tiling on older radeons
15910    - allow the user to specify FB size using Virtual line in config
15911    Current default is 1600x1200
15912    - reset ecp_div for Xv in randr crtc mode set
15913
15914commit 3bb46c03fddd3bd79bdab887366aeeced0290a3a
15915Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15916Date:   Fri Jun 22 01:12:38 2007 -0400
15917
15918    RADEON: bump crtc max to 1200 so 1600x1200 will work out of the box
15919    
15920    - a better fix will be forthcoming...
15921
15922commit b9fac5695bf8f123b391e3b162c4865258a685dd
15923Author: Andrew Randrianasulu <randrik@mail.ru>
15924Date:   Fri Jun 22 01:01:14 2007 -0400
15925
15926    RADEON: Fix VT switch hangs
15927    
15928    - re-order DRI resume functions in EnterVT()
15929    - fixes bug 11287
15930
15931commit 92e65d5e0d6817ff4c9a08020a0a9b3a8c3c98b0
15932Author: Andrew Randrianasulu <randrik@mail.ru>
15933Date:   Fri Jun 22 00:55:00 2007 -0400
15934
15935    RADEON: Fix VT switch hangs
15936    
15937    - reorder RADEONDRISetVBlankInterrupt() and RADEONDRIResume()
15938    - see bug 11287
15939
15940commit ec1fd2c388ec2c4033644776ee8588405a3d25f1
15941Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15942Date:   Tue Jun 19 00:39:59 2007 -0400
15943
15944    RADEON: Split FP reg restore to only touch regs relevant to the output
15945    
15946    - only restore output specific regs
15947    - restore fp2_gen_cntl on R200 DAC restore as R200 DAC2 is connected via
15948    DVO
15949
15950commit 0f5a92667281ca3f80218bc67d4031125a5e4793
15951Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15952Date:   Mon Jun 18 23:35:21 2007 -0400
15953
15954    RADEON: only touch LVDS on mobility chips
15955
15956commit b72ff160f908bf3aa9f64705377e92d80360a4f7
15957Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15958Date:   Mon Jun 18 21:51:45 2007 -0400
15959
15960    RADEON: only touch LVDS on mobility chips
15961
15962commit 80313621ffa8c409ae63fc1b28c15fc4abdc3a7b
15963Author: Henry Zhao <henryz@localhost.localdomain>
15964Date:   Fri Jun 15 17:00:05 2007 -0700
15965
15966    Update CRT2pScrn->monitor->Last to reflect the
15967    last mode of CRT2pScrn. See bug 11278.
15968
15969commit 5868af53204e8fc210735e68e891e15085285629
15970Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15971Date:   Tue Jun 12 23:53:48 2007 -0400
15972
15973    RADEON: yet another LVDS...
15974
15975commit f19a6f7ee5bf4ec632e7813359f167599c08e823
15976Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15977Date:   Tue Jun 12 23:44:41 2007 -0400
15978
15979    RADEON: additional LVDS off fix (missed in previous commit)
15980
15981commit 4f2a1ba9c2fc20042d67132f986a86a9783a245e
15982Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15983Date:   Tue Jun 12 23:41:24 2007 -0400
15984
15985    RADEON: additional LVDS off fix (missed in previous commit)
15986
15987commit 9fc416ce08cc5d74faa7b184e80ce43ed2f4fbee
15988Author: Michel Dänzer <michel@tungstengraphics.com>
15989Date:   Tue Jun 12 23:35:09 2007 -0400
15990
15991    radeon: Fix panel size detection from registers with stretched mode programmed.
15992
15993commit c4045cbc5e6975520efef422ce9df2a7d99a7ff4
15994Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
15995Date:   Tue Jun 12 23:32:18 2007 -0400
15996
15997    RADEON: make sure to clear RADEON_LVDS_ON when turning LVDS off
15998    
15999    - fixes bug 3483
16000
16001commit 090888d3baf61a70640d28e99afdce20952cdea0
16002Author: Tormod Volden <bugzi06.fdo.tormod@xoxy.net>
16003Date:   Tue Jun 12 23:30:18 2007 -0400
16004
16005    RADEON: limit PanelPwrDly to 2000 ms on ATOM bios as per legacy bios
16006    
16007    - fixes bug 11238
16008
16009commit 44748a826b52924a6e050215d8d62755e0ac7fb2
16010Author: Tormod Volden <bugzi06.fdo.tormod@xoxy.net>
16011Date:   Tue Jun 12 23:23:49 2007 -0400
16012
16013    RADEON: limit PanelPwrDly to 2000 ms on ATOM bios as per legacy bios
16014    
16015    - fixes bug 11238
16016
16017commit c292fc64499ff4cc135c07deda99cf4169f8fef4
16018Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16019Date:   Tue Jun 12 23:20:18 2007 -0400
16020
16021    RADEON: make sure RADEON_LVDS_ON is cleared when turning LVDS off
16022    
16023    - fixes bug 3483
16024
16025commit c6a3286d6f6ddda89115d98d45665dadd78bf41d
16026Author: Michel Dänzer <michel@tungstengraphics.com>
16027Date:   Mon Jun 11 09:39:38 2007 +0200
16028
16029    radeon: Fix panel size detection from registers with stretched mode programmed.
16030
16031commit 7a6b3c0f77c69019268f585c51c3dcbcc99014d4
16032Author: Michel Dänzer <michel@tungstengraphics.com>
16033Date:   Mon Jun 11 09:39:38 2007 +0200
16034
16035    radeon: Don't loop indefinitely if no mode matches detected panel size.
16036
16037commit f31fd9ce598841c505a0b5ed32bf124f49fea332
16038Author: Michel Dänzer <michel@tungstengraphics.com>
16039Date:   Mon Jun 11 09:39:38 2007 +0200
16040
16041    radeon: Fix some more ErrorFs when setting mode.
16042
16043commit 9dd9f09a9021653e5590d27bd7aa0e7af85416ad
16044Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16045Date:   Thu Jun 7 15:32:31 2007 -0400
16046
16047    RADEON: fix some issues with bios table init code
16048    
16049    - fix some issues with bios table init code
16050    - re-org preinit to better handle bios table init of cards
16051
16052commit 9ad311eeb0ac2b70a862dbb9de278154ba9142ec
16053Author: Tilman Sauerbeck <tilman@code-monkey.de>
16054Date:   Thu Jun 7 11:03:02 2007 +0200
16055
16056    Fixed 'make dist'.
16057
16058commit 2527f2b69aa7dffa3ba4359c45955e3185bdf0e6
16059Author: Alex Deucher <alex@botch2.com>
16060Date:   Wed Jun 6 00:08:45 2007 -0400
16061
16062    RADEON: implement support for posting cards based on x86 bios tables (untested)
16063    
16064    This is based on the netbsd radeonfb driver by Garrett D'Amore.
16065    The code is not hooked up yet, but should allow you to post cards
16066    without needing to execute bios code.  This should be useful on
16067    non-x86 platforms, for posting secndary cards, and for suspend/resume.
16068    Works on legacy bioses only (no ATOM support).
16069
16070commit e67d1420bf65055ecb6fdfe6b1b1f53aae83854a
16071Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16072Date:   Tue Jun 5 22:31:50 2007 -0400
16073
16074    RADEON: fixup RADEONDisplayVideo() to better handle the crtc being used
16075
16076commit 7886405308e3288d5c86b6f2c7dbfa8ff865139c
16077Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16078Date:   Mon Jun 4 21:16:56 2007 -0400
16079
16080    RADEON: fix indenting
16081
16082commit f54ad565a69deb52547fd04e123f56fc1294cd0a
16083Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16084Date:   Mon Jun 4 21:13:16 2007 -0400
16085
16086    RADEON: no need to go through all the crtcs, we've got what we need
16087
16088commit 687879bff716ad01f9f158860deb8ba770faab99
16089Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16090Date:   Mon Jun 4 21:08:40 2007 -0400
16091
16092    RADEON: add support for RMX on DVI, make sure RMX is only enabled on crtc1
16093
16094commit e6161e472ff266f69547704a61040228a8704b06
16095Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16096Date:   Mon Jun 4 20:32:55 2007 -0400
16097
16098    RADEON: remove some cruft
16099
16100commit be0ce38232ea4f5679c5829ab663939144c6e617
16101Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16102Date:   Mon Jun 4 20:22:15 2007 -0400
16103
16104    RADEON: number the outputs if there are more than one of the same
16105
16106commit 8ec617f6493dd0aea5d11f92e3d58c3feef8c8fd
16107Author: Dave Airlie <airlied@linux.ie>
16108Date:   Sun Jun 3 17:32:43 2007 +1000
16109
16110    radeon: disable irqs at server start until 3D app starts
16111
16112commit 2d40fa55e8d7a1cfb204d66ca4a4d95a3b13d5b5
16113Author: Dave Airlie <airlied@linux.ie>
16114Date:   Sun Jun 3 17:32:43 2007 +1000
16115
16116    radeon: disable irqs at server start until 3D app starts
16117
16118commit dcb64a4d3947e5a9fbda4b72e29a5b6102370f07
16119Author: Dave Airlie <airlied@linux.ie>
16120Date:   Sun Jun 3 17:10:49 2007 +1000
16121
16122    radeon: disable vbl interrupts when no 3d is running on a new enough drm
16123
16124commit 73d8e3ec8536b4777490b7ba457566f02233811f
16125Author: Dave Airlie <airlied@linux.ie>
16126Date:   Sun Jun 3 17:07:59 2007 +1000
16127
16128    randr-1.2 increase dri minor version for mesa to know we can do vbl on both
16129
16130commit 63f0d4ed0a98830ecbe18c6e4174689111a59b68
16131Author: Dave Airlie <airlied@linux.ie>
16132Date:   Sun Jun 3 16:49:14 2007 +1000
16133
16134    randr-1.2: add support for vblank on both heads
16135    
16136    Also disable vbl when 3D isn't running
16137
16138commit d7775c1b38b5bdc439a27ec2c3c3a03a5b24cf57
16139Author: Dave Airlie <airlied@linux.ie>
16140Date:   Sun Jun 3 12:46:31 2007 +1000
16141
16142    randr-1.2: make native mode preferred
16143    
16144    If we have a native mode from the BIOS make it preferred mode
16145
16146commit 5a9516fe4f17854acd4fbf3a8eadf5139081dbd4
16147Author: Paul TBBle Hampson <Paul.Hampson@pobox.com>
16148Date:   Sat Jun 2 14:28:18 2007 -0400
16149
16150    RADEONProbePLLParameters sets pll->reference_div, and
16151    RADEONGetPanelInfoFromReg uses it.
16152    
16153    This ensures that the former is called before the latter.
16154    (this should fix randr on ppc)
16155
16156commit 802804461ebdca9a951e7e562ec68fd08d8eae01
16157Author: Matthieu Herrb <matthieu@deville.herrb.com>
16158Date:   Thu May 31 22:23:57 2007 -0600
16159
16160    Fix build whithout XF86DRI
16161
16162commit 0e0946e0aa2527794e07473199e851bbfbc47cb1
16163Author: Michel Dänzer <michel@tungstengraphics.com>
16164Date:   Wed May 30 18:56:53 2007 +0200
16165
16166    radeon: Lots of warning fixes.
16167    
16168    Move code where it's used, remove unused variables, etc.
16169
16170commit 31c1be420d5277dd15505bd73e6144827a0580cd
16171Author: Dave Airlie <airlied@nx6125b.(none)>
16172Date:   Wed May 30 17:49:01 2007 +1000
16173
16174    remove these syncs, at least on rs480 it doesn't break
16175    
16176    probably requires testing on other r300 based cards, with the syncs in
16177    we hang when moving the cursor into the second CRTC.
16178
16179commit 7fc02657c4d740941fbda5a8823cf45de3eca3f8
16180Merge: 800bf53 4c61c0e
16181Author: Dave Airlie <airlied@nx6125b.(none)>
16182Date:   Wed May 30 17:27:22 2007 +1000
16183
16184    Merge branch 'origin' into randr-1.2-test
16185    
16186    Conflicts:
16187    
16188    	src/radeon_cursor.c
16189    	src/radeon_display.c
16190    	src/radeon_driver.c
16191
16192commit 800bf53279e2c2bf854682bbfd6fa16d03afed00
16193Author: Matthieu Herrb <matthieu@deville.herrb.com>
16194Date:   Tue May 29 23:31:13 2007 -0600
16195
16196    Fix build without XF86DRI
16197
16198commit 4c61c0ee91a2ffeefce30972a584486f1df1d1ae
16199Author: Matthieu Herrb <matthieu@deville.herrb.com>
16200Date:   Tue May 29 21:35:35 2007 -0600
16201
16202    Fix build without XF86DRI
16203
16204commit 5337e7bd0069a3f2c4ab22b21a19471427ad3d81
16205Author: Dave Airlie <airlied@nx6125b.(none)>
16206Date:   Wed May 30 08:10:44 2007 +1000
16207
16208    radeon: add bios quirk for nx6125 monid
16209
16210commit bff809dc8ed07ac39e9b576a87916486a5e37156
16211Author: Dave Airlie <airlied@nx6125b.(none)>
16212Date:   Wed May 30 08:02:26 2007 +1000
16213
16214    rs480: more unknown regs
16215    
16216    Hardcode the values from a working fglrx run, this works for me now
16217    
16218    I've no idea what it might do for anyone else
16219
16220commit 104105fee5c3945d3f210e6a4cb73ab492c61543
16221Author: Dave Airlie <airlied@nx6125b.(none)>
16222Date:   Tue May 29 19:09:33 2007 +1000
16223
16224    rs480: make second crtc work with magic number in magic register.
16225    
16226    I've no idea why or what this does.
16227
16228commit 5aa603bcabbb077dec169c48438c2e2ebe1195d7
16229Author: Dave Airlie <airlied@nx6125b.(none)>
16230Date:   Tue May 29 07:23:24 2007 +1000
16231
16232    rs480: only has single dac
16233
16234commit c52322354fe64725733842b3356798c50e7735d5
16235Merge: dd6a966 975da59
16236Author: Dave Airlie <airlied@nx6125b.(none)>
16237Date:   Tue May 29 07:21:48 2007 +1000
16238
16239    Merge branch 'origin'
16240
16241commit c2637a01f9aca4032262c66ade305f5fe2c54294
16242Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16243Date:   Sat May 26 18:26:35 2007 -0400
16244
16245    RADEON: remove some dead code from the last commit
16246
16247commit bbb769c4107bfcae682e46d026e54cbfb67d62cd
16248Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16249Date:   Sat May 26 18:25:06 2007 -0400
16250
16251    RADEON: more rotation work (still not there)
16252    
16253    - once again borrowed heavily from intel
16254
16255commit a69f90be9384244744fabfa76469ede9cd26ac98
16256Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16257Date:   Sat May 26 17:54:48 2007 -0400
16258
16259    RADEON: first pass at rotation (not working yet)
16260    
16261    - based heavily on intel
16262
16263commit 3b619d88a65a5801c85d120f2d39704194433f10
16264Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16265Date:   Sat May 26 17:06:18 2007 -0400
16266
16267    RADEON: clean up and add comment regarding clones
16268
16269commit 089ae4afd23322bf602d340c531c36a4c8b461ed
16270Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16271Date:   Sat May 26 15:49:11 2007 -0400
16272
16273    RADEON: Switch SetOutputType() to use names rather than numbers
16274
16275commit c4cef0c9481257a744ac99dfc7beb988ce51a8ee
16276Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16277Date:   Sat May 26 13:12:37 2007 -0400
16278
16279    RADEON: make sure we have the lock when SYNCing
16280
16281commit 899c62e987d5c7524817ba85675e39a8a28e0232
16282Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16283Date:   Sat May 26 12:54:01 2007 -0400
16284
16285    RADEON: Make sure LVDS and FP2 routing info gets written
16286
16287commit 18857184ffa6847815d349c020b003f8401e36ee
16288Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16289Date:   Sat May 26 12:27:00 2007 -0400
16290
16291    RADEON: fix handling of DRI lock
16292
16293commit 3a61453efb4f04492cef823b6dd1273b55c6a785
16294Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16295Date:   Sat May 26 01:38:09 2007 -0400
16296
16297    RADEON: implement backlight control for LVDS
16298    
16299    This code is currently disabled as I'm not sure which
16300    laptops actually use this method for backlight control.
16301    My laptop seems to use another method as adjusting the
16302    backlight level doesn't seem to touch LVDS_GEN_CNTL.
16303    Maybe just macs?
16304
16305commit ceec3f62257bafe4771e75d3c4f1d2a517d7acf8
16306Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16307Date:   Fri May 25 23:29:51 2007 -0400
16308
16309    RADEON: implement auto/analog/digital output property for DVI-I (untested)
16310
16311commit e3e9c608651e7cbb9851489274815f47d2a8dbbb
16312Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16313Date:   Fri May 25 19:26:24 2007 -0400
16314
16315    RADEON: more clean of last commits
16316
16317commit a7d2c9c0f6155c4e65a2e73f3832c0d8ca7af5fc
16318Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16319Date:   Fri May 25 19:09:11 2007 -0400
16320
16321    RADEON: fixup last commit and add support for ext TMDS detect
16322
16323commit e50ca35ce2ea79dadb38ce14e459eed836452ff7
16324Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16325Date:   Fri May 25 18:56:32 2007 -0400
16326
16327    RADEON: clean up non-DDC probe, add detect for DVI
16328
16329commit abb9b57e7b4162ab6c21fd1e809d24f13f7e1ea1
16330Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16331Date:   Wed May 23 21:37:58 2007 -0400
16332
16333    RADEON: clean up some logic
16334
16335commit 679236defd28bea8874004377436347950ff7bec
16336Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16337Date:   Wed May 23 21:18:40 2007 -0400
16338
16339    RADEON: add output properties (not functional yet)
16340
16341commit 975da595f032c145ad74079ff8edeaead779dc7b
16342Author: Michel Dänzer <michel@tungstengraphics.com>
16343Date:   Tue May 22 10:56:47 2007 +0200
16344
16345    radeon: Provide new DRI texOffsetStart hook when available with EXA.
16346
16347commit e38cad5633c974467f6417051eda8d487ac3686e
16348Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16349Date:   Tue May 22 00:09:46 2007 -0400
16350
16351    RADEON: Only add valid connectors
16352
16353commit 8275151baac22c34149cef0b7d922771d24abc3e
16354Author: Michel Dänzer <michel@tungstengraphics.com>
16355Date:   Mon May 21 10:25:48 2007 +0200
16356
16357    radeon: HW cursor cleanup.
16358    
16359    Don't needlessly turn the HW cursor on/off in RADEONLoadCursor*().
16360    
16361    Besides cleaning up the code, this semms to avoid some HW cursor related 3D
16362    lockups, see https://bugs.freedesktop.org/show_bug.cgi?id=10815 . My best
16363    guess is that this is because the engine is now always idled before touching
16364    the CRTC registers.
16365
16366commit 137e3fc1899078af0f72303ab0a4e6cf35804a7b
16367Author: Michel Dänzer <michel@tungstengraphics.com>
16368Date:   Mon May 21 10:25:48 2007 +0200
16369
16370    radeon: Suppress debugging output by default.
16371    
16372    It can be enabled at runtime by increasing the log verbosity level.
16373    
16374    Also change the prefix from (**) to (II) to make grepping the log file for
16375    defaults overridden by xorg.conf more useful again.
16376    
16377    Turn some MC related debugging output into normal informational output as it's
16378    useful for recognizing corner cases that can cause stability issues.
16379
16380commit aed193a47a939451d9a6d05b02653b1d73e1d523
16381Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16382Date:   Sun May 20 21:13:59 2007 -0400
16383
16384    RADEON: fix crtc1 (un)blanking code after last commit
16385    
16386    - crtc1 MC control is on CRTC_GEN_CNTL
16387    - fix indenting
16388
16389commit 870c8043068a0f44b53d1148371b2cc1e3970a7b
16390Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16391Date:   Sun May 20 21:03:10 2007 -0400
16392
16393    RADEON: several updates
16394    
16395    - move output init from InitCrtc() functions to the output mode_set()
16396    - take the crtc off the MC when blanking
16397    - move EnableDisplay() to output commit()
16398    - clean up some dead code
16399    - don't enable dacs in initcrtc() functions, this is taken care of in EnableDisplay()
16400
16401commit 09bfc8ed000f95ede5b73f2bad69edc1a4d9bac6
16402Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16403Date:   Sun May 20 18:06:22 2007 -0400
16404
16405    update to 6.6.192 for rc release
16406
16407commit 764cb73e8dec4040cdd418d249fc504399fca3ee
16408Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16409Date:   Sun May 20 17:26:26 2007 -0400
16410
16411    Fix regular/"xinerama"/zaphod dualhead mode
16412    
16413    - logic in RADEONUnblank() was wrong
16414    - Calling RADEONSetupConnectors() on second instance screwed up the port info
16415    - still seem to be HW cursor issues with zaphod mode
16416
16417commit 9a147fef8e0e2ede2a0008c4ecfbd9b00c8dc5f6
16418Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16419Date:   Fri May 18 23:45:11 2007 -0400
16420
16421    RADEON: if connector is VGA set TMDS to none
16422
16423commit bbd6faff4c6acb48970d774375c8a61861405f96
16424Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16425Date:   Fri May 18 23:30:19 2007 -0400
16426
16427    RADEON: Change default LVDS i2c line for powerpc
16428
16429commit 7940ec364f3cbf02ba64b92c74cbaad4555baf38
16430Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16431Date:   Fri May 18 00:23:08 2007 -0400
16432
16433    RADEON: cleanup
16434
16435commit f71bfde7352ef858c1041037d7dc77c237e315a4
16436Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16437Date:   Fri May 18 00:12:03 2007 -0400
16438
16439    RADEON: more cleanup
16440
16441commit f711e266d6927dec648f6ff26f15c6f48643f78c
16442Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16443Date:   Thu May 17 23:59:07 2007 -0400
16444
16445    RADEON: turn off all outputs in screeninit().  We'll turn on the ones we want later
16446
16447commit bfc1c372d7475b7fa6bffb8a79dec1dc2f11ec59
16448Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16449Date:   Thu May 17 23:45:29 2007 -0400
16450
16451    RADEON: More cleanup
16452
16453commit c60b3bc9e3e7463bdb42e2478be8cc3f22c63c68
16454Author: Paul TBBle Hampson <Paul.Hampson@pobox.com>
16455Date:   Thu May 17 23:26:54 2007 -0400
16456
16457    Fix for infinite loop in RADEONGetLVDSInfo
16458
16459commit 11289f8206cab1a94bd64a3938cf9af50f19497e
16460Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16461Date:   Tue May 15 00:48:31 2007 -0400
16462
16463    RADEON: remove some debugging code
16464
16465commit fba1a11e287ebf04cf311645d31299896bad7283
16466Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16467Date:   Tue May 15 00:44:29 2007 -0400
16468
16469    RADEON: Move DAC regs to their own Save() function
16470
16471commit 9ed00e959fcdab2739a7e64ca1e303a6faf28f15
16472Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16473Date:   Tue May 15 00:36:05 2007 -0400
16474
16475    RADEON: Lots of small fixes
16476    
16477    - remove extra crtc2_base set
16478    - remove some debugging code
16479    - clean up RestoreMode()
16480    - make sure a DDC reg gets assigned for LCD_DDC
16481    - make sure we adjust the right frame in AdjustFrame()
16482    - rename RADEONMapControllers() to RADEONPrintPortMap() to
16483    reflect what it actually does now
16484    - make i2c bus name match the DDC port
16485    - remove or comment out un-needed code
16486
16487commit 5106c8fe5f74865cac8b00937739a4efde9fc254
16488Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16489Date:   Sun May 13 21:48:26 2007 -0400
16490
16491    RADEON: Further cleanup
16492
16493commit 224a73e41e9be344d5644203e7ebd5a3a8272604
16494Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16495Date:   Sun May 13 21:41:59 2007 -0400
16496
16497    RADEON: remove remnants of "old" multi-head support
16498    
16499    The old screen based multi-head code is broken at this point
16500    and I have no intention of fixing it, so to clean things up
16501    I've removed it.
16502
16503commit 9c2f20a83a5fed14225f4c3ebcd8ca41e9d4bd48
16504Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16505Date:   Sun May 13 21:13:23 2007 -0400
16506
16507    RADEON: additional cleanups
16508
16509commit e187321ab8dd58d2b2fe92c062d070ba4820a2bf
16510Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16511Date:   Sun May 13 19:49:10 2007 -0400
16512
16513    RADEON: add new ConnectorTable option and re-add PanelSize option
16514
16515commit e60a7bcaf5611ad4706b1d1442ce4cae49145f42
16516Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16517Date:   Sun May 13 18:14:29 2007 -0400
16518
16519    RADEON: remove mergedfb, etc. cruft from man page
16520
16521commit 51caa5dccc4a2e14d1b41bb7868ad20468dd4cfe
16522Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16523Date:   Sun May 13 18:10:02 2007 -0400
16524
16525    RADEON: remove old mergedfb and dualhead options that are no longer used
16526
16527commit c5da9d4040cb08598d171d20f84d3f6c20a033e0
16528Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16529Date:   Sun May 13 18:05:38 2007 -0400
16530
16531    RADEON: remove more dead code
16532
16533commit e776fa9ecc53d63f916a5447a76fb2bb3b824167
16534Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16535Date:   Sun May 13 15:43:39 2007 -0400
16536
16537    RADEON: re-org randr code
16538    
16539    - move crtc stuff to radeon_crtc.c
16540    - move output stuff to radeon_output.c
16541
16542commit 58ce388452b7bc790c438d75c9cf4a0f69f0d7b2
16543Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16544Date:   Sun May 13 15:05:01 2007 -0400
16545
16546    RADEON: Remove dead code
16547
16548commit 66e8e6c8348d007930730e90295588efe8108844
16549Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16550Date:   Sun May 13 14:25:03 2007 -0400
16551
16552    RADEON: several fixes
16553    
16554    - give better DDC names
16555    - disable DAC if connector is DVI-D
16556    - fix indentation in ProbeDDCModes()
16557
16558commit 1c16c2ce9c5b02b03d23da965127d82eea4c4039
16559Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16560Date:   Sun May 13 13:54:04 2007 -0400
16561
16562    RADEON: fix VT switch
16563
16564commit 7c66e903368f77ecc4d3bd1c9f08d2adbd85e83c
16565Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16566Date:   Sun May 13 13:37:59 2007 -0400
16567
16568    RADEON: move crtc offset handling into init/save/restore functions
16569
16570commit aec078eb0740651fba8ec602e8239bd679efc8ad
16571Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16572Date:   Sun May 13 11:57:57 2007 -0400
16573
16574    RADEON: fix up DDCConnected()
16575
16576commit 0550c37ecc434b8075fb3c367d100ff27625bb64
16577Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16578Date:   Sun May 13 11:44:50 2007 -0400
16579
16580    RADEON: don't need to pass pScrn to EnableDisplay()
16581
16582commit 117220527de9fd3158f600645bcfcaf46847f45f
16583Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16584Date:   Sun May 13 11:37:35 2007 -0400
16585
16586    RADEON: remove hardcoded output limit and PortInfo stuff
16587
16588commit 7e5c29961ac2a9e9dbe5d6d2d73d11cd018d62b5
16589Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16590Date:   Fri May 11 18:00:40 2007 +0200
16591
16592    RADEON: Fix RMX after the last commit
16593
16594commit ab5603edd8fc3ef0560bdfb6a6d9c6af2a49d1e5
16595Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16596Date:   Fri May 11 17:34:35 2007 +0200
16597
16598    RADEON: Move LVDS, TMDS, DAC properties to the output rec
16599
16600commit 94eb0681de0641e490f06486468617a727fefe86
16601Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16602Date:   Fri May 11 14:39:48 2007 +0200
16603
16604    RADEON: switch output dpms to use RADEONEnableDisplay()
16605
16606commit 673ede5578d5d9caf2adf0445fe1e684b034eea5
16607Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16608Date:   Fri May 11 14:28:17 2007 +0200
16609
16610    RADEON: re-arrange output mode setting
16611
16612commit 0070a7d787adaae99f7bc2659be4b0f49f439db5
16613Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16614Date:   Fri May 11 13:06:15 2007 +0200
16615
16616    RADEON: more re-org
16617    
16618    - move crtc mode setting around
16619    - add dri lock/unlock to crtc lock/unlock calls
16620
16621commit bba456232ac9a6218aa7fbd504d6093fa72860cf
16622Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16623Date:   Thu May 10 15:33:51 2007 +0200
16624
16625    RADEON: fix VT switch
16626
16627commit 1779a12a947401e5c6bcf784b47e9b3c80d37204
16628Author: Jesse Barnes <jbarnes@jbarnes-mobile.amr.corp.intel.com>
16629Date:   Thu May 10 06:22:35 2007 -0700
16630
16631    Add cscope files to .gitignore
16632
16633commit 0cb23277666db3b30438c6f88840d861e04df414
16634Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16635Date:   Thu May 10 15:20:56 2007 +0200
16636
16637    RADEON: randr driver re-org checkpoint
16638    
16639    - split the mode setting per-crtc
16640    - reduce start up flicker
16641
16642commit 33c370b1d8350945f80ac12097d3e91243a400f2
16643Author: Jesse Barnes <jbarnes@jbarnes-mobile.amr.corp.intel.com>
16644Date:   Wed May 9 16:16:39 2007 -0700
16645
16646    RADEON:
16647      - fix an ugly modesetting bug:  if we happened to set the mode on
16648        CRTC1 before CRTC2, CRTC2's RestoreMode function would clobber
16649        CRTC1's CRTC_OFFSET register since we never updated
16650        ModeReg.crtc_offset...  so make AdjustFrame use ModeReg and pull
16651        the call to it up before RestoreMode, seems to work ok here.
16652
16653commit 6263248a0044777a352e4ee7380b4b8f9afd091b
16654Author: Jesse Barnes <jbarnes@jbarnes-mobile.amr.corp.intel.com>
16655Date:   Wed May 9 14:52:00 2007 -0700
16656
16657    RADEON:
16658      - use fixup_mode hook to set RADEON_USE_RMX flag so panel scaling
16659        works
16660      - use valid_mode hook to prune invalid default modes from list
16661      - use adjusted_mode in crtc_mode_set (using adjusted_mode from
16662        fixup hook)
16663
16664commit d2497009e395800fbde5777465f3087a54b94418
16665Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16666Date:   Wed May 9 22:23:45 2007 +0200
16667
16668    randr checkpoint
16669    
16670    - server still hangs if you start with external monitor connected
16671    - RMX not working
16672    - more than 2 outputs now possible (untested)
16673
16674commit 4488f0737d5268168eab41440b7a3b5732efb15e
16675Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16676Date:   Wed May 9 16:41:13 2007 +0200
16677
16678    more randr re-work
16679    
16680    - remove RADEONQueryConnectedDisplays(); randr takes care of this now
16681    - print edid after randr detection
16682
16683commit 4d992386e2ab9d8c50f0484445564325dfb42930
16684Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16685Date:   Wed May 9 16:12:21 2007 +0200
16686
16687    enable all outputs on each crtc on mode restore
16688
16689commit 2618cf2aa8ed76411b943eb90c95869814c2f151
16690Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16691Date:   Wed May 9 15:48:40 2007 +0200
16692
16693    More re-org to allow more than 2 outputs
16694    
16695    - Move radeon output crtc map into crtc_set_mode
16696    - in modeinit, set up all outputs attached to crtc
16697
16698commit 61b9e79cbeee6f735a4c82ec8a802aee85d8b890
16699Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16700Date:   Wed May 9 15:11:23 2007 +0200
16701
16702    start to clean up MapControllers
16703
16704commit 6a724dd798c1a7b461672993c02be83a7bccded6
16705Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16706Date:   Wed May 9 14:48:17 2007 +0200
16707
16708    minor cleanup
16709
16710commit 03860fed24b4f76cc7f1f4210ec8f8040fa04777
16711Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16712Date:   Tue May 8 19:27:48 2007 +0200
16713
16714    remove some old mergedfb cruft
16715
16716commit 76670f665ebec7cdf40a04bf9379cb3ad4417507
16717Merge: 83f81ed a3ee422
16718Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16719Date:   Tue May 8 18:41:25 2007 +0200
16720
16721    Merge branch 'master' into randr-1.2 and fix conflicts
16722
16723commit 83f81ed5e3c33c94c80500316c37a7cbfc51f41f
16724Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16725Date:   Mon May 7 22:54:16 2007 +0200
16726
16727    RADEON: Fix cursor handling for randr
16728
16729commit 5fc21cd34436919300018d8d4850fc67db284eb3
16730Author: Jesse Barnes <jbarnes@jbarnes-mobile.amr.corp.intel.com>
16731Date:   Mon May 7 13:31:20 2007 -0700
16732
16733    - fix randr 1.2 on pre-RV350 chips by enabling DAC_MACRO_CNTL writes
16734    - set dac_cntl on non-primary crtcs
16735    - set XCRT_CNT_EN in CRTC_EXT_CNTL just because
16736    - fix warnings in calls to xf86PrintModeline (wants screen index not
16737      pScrnInfo)
16738
16739commit 99b3df154317f0209618e532282a3e7ad091c00f
16740Author: Alex Deucher <alex@t41p.hsd1.va.comcast.net>
16741Date:   Mon May 7 19:02:35 2007 +0200
16742
16743    RADEON - update randr cursor handling, LVDS setup fix
16744    
16745    - quick fix for the cursor handling to update to the latest
16746    server bits
16747    - make sure connector type is CONNECTOR_PROPRIETARY for LVDS.
16748
16749commit a3ee42207aab77d93655a82fdcb32be38268b85f
16750Author: Dave Airlie <airlied@linux.ie>
16751Date:   Wed Apr 25 09:52:22 2007 +1000
16752
16753    radeon: another attempt at fixing the mergedfb refresh rate
16754    
16755    This attempts to keep it inside the 32-bit limit when multiplying things out
16756    later in the randr tree.
16757    
16758    Let me know if I screwed this up..
16759
16760commit 3828237200fc16d4d32664fb8358950c213d4897
16761Author: Dave Airlie <airlied@nx6125b.(none)>
16762Date:   Sun Apr 22 11:36:00 2007 +1000
16763
16764    radeon: add support for DDC on some laptop chipsets
16765    
16766    I noticed fglrx has DDC for the panel in the rs480 laptop, however radeon
16767    didn't pick it up, so I valgrinded fglrx and spotted 0x1a0/0x1a4 accesses
16768    I actually noticed this before from the BIOS but never figured it out.
16769    
16770    So now I get DDC from the LCD on this laptop.
16771
16772commit dd6a966e862b774a8e8b9e1a085309219673efad
16773Author: Dave Airlie <airlied@nx6125b.(none)>
16774Date:   Sun Apr 22 11:36:00 2007 +1000
16775
16776    radeon: add support for DDC on some laptop chipsets
16777    
16778    I noticed fglrx has DDC for the panel in the rs480 laptop, however radeon
16779    didn't pick it up, so I valgrinded fglrx and spotted 0x1a0/0x1a4 accesses
16780    I actually noticed this before from the BIOS but never figured it out.
16781    
16782    So now I get DDC from the LCD on this laptop.
16783
16784commit c81ed9bd7b37c9d02141d10f6c7bad3d0c57032f
16785Author: Dave Airlie <airlied@linux.ie>
16786Date:   Sat Apr 21 18:58:40 2007 +1000
16787
16788    radeon: fix build on older server
16789
16790commit 406eec71116a58d42288a7f1c809a92d5bda7350
16791Author: Dave Airlie <airlied@linux.ie>
16792Date:   Sat Apr 21 18:56:28 2007 +1000
16793
16794    radeon: fix build since patches for IBM don't actually build
16795
16796commit ad119960095b4b64f4c6793f65950c9967ce4989
16797Author: Matthias Hopf <mhopf@suse.de>
16798Date:   Thu Apr 19 11:54:46 2007 +0200
16799
16800    Disable RMX for IBM Lewis server.
16801    
16802    Due to the hardware layout RMX ddc_mode has to be set.
16803    If ddc_mode is set, RADEONValdiateFPModes() shouldn't be called.
16804    Bugzilla #10620 (3).
16805
16806commit 16ef77df4ebaf5ea13baa82972aaf98e71ac32ee
16807Author: Matthias Hopf <mhopf@suse.de>
16808Date:   Wed Apr 18 17:36:15 2007 +0200
16809
16810    Set sync polarity restriction flags even for non-"digital separate" monitors.
16811    
16812    According to Lisa Wu, this is correct regarding the VESA EEDID standard.
16813    Bugzilla #10620 (2), original patch by Lisa Wu @ATI
16814
16815commit 0abce69f0d826a7ca1a41d963cd4730b6e01c145
16816Author: Matthias Hopf <mhopf@suse.de>
16817Date:   Wed Apr 18 17:32:52 2007 +0200
16818
16819    Fix inconsistent use of Mode lists.
16820    
16821    Some scans used to only check every second entry, some stopped at the entry
16822    before the last entry.
16823    Bugzilla #10620 (1), original patch by Lisa Wu @ATI
16824
16825commit aea801cf9a5ce519a53d6fffd9a3a2e526ec79ea
16826Author: Matthias Hopf <mhopf@suse.de>
16827Date:   Fri Apr 13 16:16:05 2007 +0200
16828
16829    Fix crash if MergedFB and secondary head not found
16830    
16831    If the secondary head isn't found (Monitor unplugged etc.) but MergedFB
16832    is configured, the driver segfaults because it tries to access the mode
16833    list private structures, which are not filled in.
16834
16835commit 07ddffb32e6293c77b32c94b87ec468caef3d6f5
16836Author: Matthias Hopf <mhopf@suse.de>
16837Date:   Wed Apr 11 14:36:51 2007 +0200
16838
16839    Fixed typo in mode list generation.
16840
16841commit 4effa67ea75736a31b9e78a7b35acf74b067c43e
16842Author: Dave Airlie <airlied@linux.ie>
16843Date:   Mon Apr 9 22:08:31 2007 +1000
16844
16845    radeon: add support for enabling direct rendering on RS480
16846    
16847    Thanks to Matthew Garrett and Ubuntu for the hw loan to get this working.
16848    
16849    Still no 3D driver support but at least you should get CP acceleration for
16850    2D now.
16851
16852commit 6b25a4c48796e022a093f3072574ffe9709ecaf4
16853Author: Michel Dänzer <michel@tungstengraphics.com>
16854Date:   Wed Apr 4 10:47:29 2007 +0200
16855
16856    radeon: Link nearest modes by default for clone mode.
16857    
16858    This makes sure all modes of both CRTCs will be available by default with
16859    MergedFB.
16860
16861commit 3c892f163ec1fa9be6e733aab091c9b718f41efc
16862Author: Michel Dänzer <michel@tungstengraphics.com>
16863Date:   Wed Apr 4 09:52:37 2007 +0200
16864
16865    radeon: Always sort modes when adding to list.
16866    
16867    This makes sure mode lists will always be sorted from larger to smaller.
16868
16869commit 3a8190ccc79969925257e7b980b78d79053d208d
16870Author: Michel Dänzer <michel@tungstengraphics.com>
16871Date:   Wed Apr 4 09:47:07 2007 +0200
16872
16873    radeon: Don't shrink virtual size based on secondary modes.
16874
16875commit 9b1e97284ce185d358ca756a235d2cee346fa53f
16876Author: Henry Zhao <henryz@localhost.localdomain>
16877Date:   Sat Mar 31 23:01:52 2007 -0800
16878
16879    10205: Radeon driver's own mode validation code does not work properly
16880
16881commit 9c2dcd19be8fc2cc29e637d1e9748e66196e3900
16882Author: Henry Zhao <henryz@localhost.localdomain>
16883Date:   Sat Mar 31 20:10:03 2007 -0800
16884
16885    9337: EDID modes do not participate in validation for CRT monitor
16886
16887commit 1acd6d6fa42acec07fb11aeb189f492ddb021cb4
16888Author: Michel Dänzer <michel@tungstengraphics.com>
16889Date:   Fri Mar 30 11:06:10 2007 +0200
16890
16891    radeon: Guard some MergedFB specific code with info->MergedFB tests.
16892    
16893    Fixes https://bugs.freedesktop.org/show_bug.cgi?id=10442 .
16894
16895commit 1a71106c0e4fe5f650239dc694163fdf52d33663
16896Author: Michel Dänzer <michel@tungstengraphics.com>
16897Date:   Tue Mar 27 10:13:21 2007 +0200
16898
16899    radeon: Fix typo.
16900
16901commit f87e57d4d773a019d1cc8a10425c57480430f6a4
16902Author: Dave Airlie <airlied@linux.ie>
16903Date:   Tue Mar 27 18:08:54 2007 +1000
16904
16905    radeon: fix up crtc debug dereference problem
16906
16907commit 66b4a571a4e7960da6807d3f30955aa08e89ccc6
16908Author: Dave Airlie <airlied@linux.ie>
16909Date:   Tue Mar 27 17:00:37 2007 +1000
16910
16911    update number to 6.6.191 for rc release
16912
16913commit fca30a6b581cb6c1466ab1bc316df8fed5d82b60
16914Author: Alex Deucher <alex@botch2.com>
16915Date:   Mon Mar 26 23:26:51 2007 -0400
16916
16917    fix NULL dereference
16918    
16919    when IsSecondary is true, crtc1 is NULL
16920    Noticed by Sverre Froyen.
16921
16922commit 97d8d1ed10d069343f2b3172ba64ca421821a602
16923Author: George Sapountzis <gsap7@yahoo.gr>
16924Date:   Sat Mar 24 20:02:12 2007 +0200
16925
16926    Move atichip.c from ati to atimisc.
16927
16928commit aa8f5b02ebc9be60df48722588261627d6a457e8
16929Author: George Sapountzis <gsap7@yahoo.gr>
16930Date:   Sat Mar 24 19:53:02 2007 +0200
16931
16932    [mach64] Use Mach64Chipsets[] instead of ATIChipNames[].
16933    
16934    atimisc is PCI-only now, we can get the chip name with xf86TokenToString().
16935
16936commit 39e896a1e688ea2d2d21f88c1c5d34c5810aac1c
16937Author: George Sapountzis <gsap7@yahoo.gr>
16938Date:   Sat Mar 24 19:47:18 2007 +0200
16939
16940    [mach64] Set pATI->ChipRevision correctly, instead of overriding.
16941    
16942    There is no need to override pATI->ChipRevision for GX/CX, as it is only
16943    reported with a printf.
16944
16945commit f046a910ca117279fbabc6281b2e23439ec9ea4e
16946Author: George Sapountzis <gsap7@yahoo.gr>
16947Date:   Fri Mar 23 22:19:17 2007 +0200
16948
16949    Drop probing by driver name from "Device" section.
16950    
16951    atimisc is PCI-only now, so we only need to scan the PCI space.
16952
16953commit 9cd175d9cd4ed710fccb303664c77519ecaf1e21
16954Author: George Sapountzis <gsap7@yahoo.gr>
16955Date:   Fri Mar 23 22:12:48 2007 +0200
16956
16957    Fold FillIn() back to Probe().
16958
16959commit d7a8cd0e476034796fc38e25a28cd28d05ea4a13
16960Author: George Sapountzis <gsap7@yahoo.gr>
16961Date:   Fri Mar 23 22:10:03 2007 +0200
16962
16963    Drop now unneeded _X_EXPORT's.
16964
16965commit 58626d8b78f26f0d9c480033d3c3a12e541342b1
16966Author: George Sapountzis <gsap7@yahoo.gr>
16967Date:   Fri Mar 23 21:30:19 2007 +0200
16968
16969    Move {atimach64,r128,radeon}_probe.c from ati to subdrivers.
16970    
16971    Subdrivers are now loaded from the wrapper Probe function rather than at screen
16972    creation time.
16973    
16974    The wrapper Identify callback only prints chip families now, chip lists are
16975    printed when a subdriver is loaded. This also avoids duplication of subdriver
16976    Identify callbacks.
16977    
16978    Unknown radeons should still get a list of known radeon and then probe fails...
16979    
16980    Probe for atimisc last to avoid needless loading in most cases (r128, radeon).
16981
16982commit 2e3d43af1e5077cc61dd8668551a6291368d9ed2
16983Author: George Sapountzis <gsap7@yahoo.gr>
16984Date:   Mon Mar 19 19:05:04 2007 +0200
16985
16986    [mach64] Compute MMIO address once for each case (PIO, MMIO).
16987    
16988    For an MMIO-only driver, the extra MMIO address probing is not needed since we
16989    already compute the MMIO address during probe and do not make any BIOS calls.
16990    
16991    For a PIO driver, this extra probing could even result in a wrong MMIO address
16992    since the checking is done by reading through PIO, not MMIO. The MMIO address
16993    is later corrected but having the extra probe there is useless.
16994
16995commit e7defc0e930f1b2d83623a769b2bfdb05c66a5fe
16996Author: George Sapountzis <gsap7@yahoo.gr>
16997Date:   Mon Mar 19 19:04:10 2007 +0200
16998
16999    [mach64] Move setting of PIO and MMIO addresses up, after BIOS init.
17000    
17001    Partially revert "Minor refactoring of pATI->Block0Base computation."
17002    
17003    This parially reverts commit 2c8b33b761e4411451aea1eea3a89d629aeea40d.
17004
17005commit 3dfdba195f1ff794ab00585ab80e7ea6ac92fcf4
17006Author: George Sapountzis <gsap7@yahoo.gr>
17007Date:   Sun Mar 18 16:40:07 2007 +0200
17008
17009    [mach64] Make mapping code friendlier to pci-rework source-code compatibility.
17010
17011commit 321db6d87c9110654ab386e5ec270116eca1e04f
17012Author: George Sapountzis <gsap7@yahoo.gr>
17013Date:   Sun Mar 18 16:15:20 2007 +0200
17014
17015    [mach64] Add macros for pci-rework source-code compatibilty.
17016
17017commit dfd07b6e99020d1db43d7ce0cae4423d8c6b1f05
17018Author: George Sapountzis <gsap7@yahoo.gr>
17019Date:   Sun Mar 18 16:38:26 2007 +0200
17020
17021    [mach64] Drop checking that BAR base + size fits in 32 bit.
17022    
17023    I can't see how these tests could fail on 32-bit. OTOH they are potentially
17024    problematic with 64-bit PCI addresses.
17025
17026commit e674338a98c50800637b8ebc01adf3aec2a3eb38
17027Author: George Sapountzis <gsap7@yahoo.gr>
17028Date:   Sun Mar 18 15:50:41 2007 +0200
17029
17030    [mach64] Single mapping per BAR.
17031    
17032    - We reset write-combining of the FB when MMIO registers fall in the linear
17033      aperture.
17034    
17035    - We set MMIOInLinear in all three aperture mappings since the mapping code
17036      depends on it.
17037    
17038    - We map the linear aperture in its entirety for MMIOInLinear also.
17039      This simplifies mapping of HW cursor and the LE aperture on BE archs, as
17040      they always fall in the linear aperture.
17041    
17042    - I assumed that BAR[2] is page-aligned (we know it's 4K-aligned for sure).
17043
17044commit e7969de8ec572d8801806f9525a9a081a58a03f1
17045Author: George Sapountzis <gsap7@yahoo.gr>
17046Date:   Sun Mar 18 15:35:25 2007 +0200
17047
17048    [mach64] Drop poking the VGA MMIO aperture.
17049    
17050    We will not be able to handle this when we do mappings for PCI BARs only and
17051    it should be handled with a CPIO driver anyway.
17052
17053commit 166c760a86165330175023e07c4b2bd6891633c5
17054Author: Michel Dänzer <michel@tungstengraphics.com>
17055Date:   Tue Mar 20 09:16:02 2007 +0100
17056
17057    Fix advertised minimum minor version of the DRI module.
17058    
17059    We don't automatically require bumped minor versions.
17060
17061commit 1bdd376dbd57de8925244f0808f974d6d8cff39d
17062Author: Michel Dänzer <michel@tungstengraphics.com>
17063Date:   Tue Mar 20 09:14:39 2007 +0100
17064
17065    radeon: Only sync to hardware when really necessary with EXA.
17066    
17067    In particular, don't sync again after accelerated DownloadFromScreen, which
17068    syncs implicitly. This avoids calling into the kernel when it's not necessary,
17069    which can be relevant in some situations.
17070
17071commit 3cfa3a5c8daf03aaad6fc30d275709f6eb717d29
17072Author: Michel Dänzer <michel@tungstengraphics.com>
17073Date:   Tue Mar 20 09:13:24 2007 +0100
17074
17075    radeon: Unify code to release the CP.
17076
17077commit e174d8df8c801fad95e5f79cff69187c200bee6e
17078Author: Michel Dänzer <michel@tungstengraphics.com>
17079Date:   Tue Mar 20 09:12:51 2007 +0100
17080
17081    radeon: Minor BlockHandler cleanups.
17082    
17083    Don't flush indirect buffer in BlockHandler; it's done in LeaveServer.
17084    
17085    Also set the EXA engine mode to unknown only at the end.
17086
17087commit 113fb4b61e709a9b54fc2ef73efce06011e771c1
17088Author: Michel Dänzer <michel@tungstengraphics.com>
17089Date:   Tue Mar 20 09:12:09 2007 +0100
17090
17091    radeon: Disable CP line acceleration on RV280s.
17092    
17093    There have been several reports of stability issues with things like the
17094    xscreensaver hack hypercube.
17095
17096commit 4651d00b183cb498879d605c4b93cd3a0c63cb33
17097Author: Michel Dänzer <michel@tungstengraphics.com>
17098Date:   Tue Mar 20 09:10:19 2007 +0100
17099
17100    radeon: Make sure 3D clients will re-upload textures to video RAM after LeaveVT.
17101    
17102    Walk the SAREA texList and bump the age of every active object, so their owners
17103    will consider them kicked out when they grab the HW lock next time.
17104
17105commit 2d2fb54ba370c1df9ef5102e83c17a7ff5c55403
17106Author: Michel Dänzer <michel@tungstengraphics.com>
17107Date:   Thu Mar 15 17:26:56 2007 +0100
17108
17109    atimisc: Fix strict aliasing violation flagged by -Wall.
17110
17111commit cfb82631fb683a0dc9bbc8f2d214646a8f1bca0b
17112Author: Michel Dänzer <michel@tungstengraphics.com>
17113Date:   Thu Mar 15 17:12:43 2007 +0100
17114
17115    radeon: Fix build warnings.
17116
17117commit 50a524445ed1ea3c4fab56de772921ba86a21d35
17118Author: George Sapountzis <gsap7@yahoo.gr>
17119Date:   Thu Mar 8 17:43:48 2007 +0200
17120
17121    Move atioption.c from ati to atimisc.
17122
17123commit 52684241ba1ffb393cb655ecc09cbd0cef5b1717
17124Author: George Sapountzis <gsap7@yahoo.gr>
17125Date:   Thu Mar 8 07:07:02 2007 +0200
17126
17127    Move atiprobe.c from ati to atimisc.
17128
17129commit 2a1cd107a593630001799d6cd9e72c64222553b2
17130Author: Jesse Barnes <jbarnes@jbarnes-mobile.amr.corp.intel.com>
17131Date:   Tue Mar 6 14:35:50 2007 -0800
17132
17133    Add prepare/commit hooks to output and crtc func table
17134
17135commit 703c6fc0142ffc600285c13fe6dafecf988c0a1d
17136Author: Jesse Barnes <jbarnes@jbarnes-mobile.amr.corp.intel.com>
17137Date:   Tue Mar 6 10:12:42 2007 -0800
17138
17139    Update for new CRTC resize hooks.
17140
17141commit 1e270b411cf691c69194932b864ee2c9db292263
17142Author: George Sapountzis <gsap7@yahoo.gr>
17143Date:   Sun Mar 4 18:21:49 2007 +0200
17144
17145    [mach64] Bug 5586: overlay scaler limited to 720 pixels on ATI Rage Pro.
17146
17147commit 54f9b8c1d01ecb97e2d4d247918f0efc86ed6037
17148Author: George Sapountzis <gsap7@yahoo.gr>
17149Date:   Sun Mar 4 18:16:40 2007 +0200
17150
17151    [mach64] Xv: use single surface and encoding structs.
17152
17153commit e1e55b533d3ae528c8da37dcb77ed906d05697fb
17154Author: Dave Airlie <airlied@linux.ie>
17155Date:   Sun Mar 4 19:11:34 2007 +1100
17156
17157    radeon: add option to set pci aperture size from config file
17158    
17159    This requires a drm > 1.26 to work
17160
17161commit 58ee31d015cf8bec0edca62a46faec0b3505be8c
17162Author: Dave Airlie <airlied@linux.ie>
17163Date:   Sun Feb 25 23:29:09 2007 +1100
17164
17165    fix typo
17166
17167commit 3cfe94d5438961b869766dacbcd13fde8b770ca2
17168Merge: 31c018c 3b43788
17169Author: Dave Airlie <airlied@linux.ie>
17170Date:   Sun Feb 25 23:27:19 2007 +1100
17171
17172    Merge branch 'radeon-randrv12-v4'
17173    
17174    Conflicts:
17175    
17176    	src/radeon_display.c
17177    	src/radeon_driver.c
17178
17179commit 3b43788c45f51ad2d3e8e64383c412f4ddd97207
17180Author: Dave Airlie <airlied@linux.ie>
17181Date:   Sun Feb 25 23:17:31 2007 +1100
17182
17183    cleanup radeon code against master server
17184
17185commit 24c6fa7cfac5602ba9e6e2f331bcac52fab258e5
17186Author: Dave Airlie <airlied@linux.ie>
17187Date:   Sun Feb 25 21:43:54 2007 +1100
17188
17189    make radeon randr build against master server
17190
17191commit 4374895d393bf170134ccffc188521fe515d5a77
17192Author: George Sapountzis <gsap7@yahoo.gr>
17193Date:   Sat Feb 24 21:25:13 2007 +0200
17194
17195    [mach64] Consolidate adjustments of mode timings, part 3.
17196    
17197    Cosmetic.
17198
17199commit 8b9a4ec8af90b2f9f0d0a3a7f6627061df7e01b3
17200Author: George Sapountzis <gsap7@yahoo.gr>
17201Date:   Sat Feb 24 21:22:49 2007 +0200
17202
17203    [mach64] Consolidate adjustments of mode timings, part 2.
17204    
17205    Factor out to seperate function.
17206
17207commit bb226c9e7218d2a65c056fe74cb7eece0550670f
17208Author: George Sapountzis <gsap7@yahoo.gr>
17209Date:   Sat Feb 24 21:20:53 2007 +0200
17210
17211    [mach64] Consolidate adjustments of mode timings, part 1.
17212    
17213    Move LCD block from atimode.c to atimach64.c .
17214
17215commit 31c018ca4a18ce426b29006f103f56eee7f985fa
17216Author: Roland Scheidegger <sroland@tungstengraphics.com>
17217Date:   Wed Feb 21 13:47:37 2007 +0100
17218
17219    add missing part of last commit...
17220
17221commit df07fa14da73e92d1a6ee0173468ab5c075d1cbb
17222Author: Roland Scheidegger <sroland@tungstengraphics.com>
17223Date:   Wed Feb 21 13:05:42 2007 +0100
17224
17225    fix alignment issues with planar yuv and a bug with packed uyvy
17226    
17227    respect that all source planar yuv planes are already dword aligned.
17228    Some attempts to fix up odd widths and odd heights (which are a bit strange
17229    for 4:2:0 formats). They still don't quite work 100% correctly (at the borders)
17230    but neither do they with packed yuv formats.
17231    While here, fix totally broken packed UYVY format by inserting missing break...
17232    Both bugs reported by Felipe Contreras.
17233
17234commit dfcb431adfbbaaee0d262d32735585555a0cbde4
17235Author: Dave Airlie <airlied@linux.ie>
17236Date:   Tue Feb 20 21:20:28 2007 +1100
17237
17238    radeon: move some i2c registers out into common register file
17239    
17240    These regs are more useful than just multimedia
17241
17242commit 7a25512415bb40b772491bb4a773dfe02ac8b71a
17243Author: Alex Deucher <alex@botch2.com>
17244Date:   Fri Feb 16 00:44:11 2007 -0500
17245
17246    Add "DRI" option
17247    
17248    This option allows you to disable the DRI per card.  It also
17249    removes the "RN50Force3D" option as it is now covered by this
17250    option. RN50 users should set this to TRUE if they want to force
17251    the DRI on.
17252
17253commit fa30ec6d5cd9bf4eb1a960592ca7311175219e4b
17254Author: George Sapountzis <gsap7@yahoo.gr>
17255Date:   Tue Feb 13 15:35:32 2007 +0200
17256
17257    [mach64] PreInit: maxPitch, minor cosmetic.
17258
17259commit 1777dcc1956d910073e13322767d9a3de41a949b
17260Author: George Sapountzis <gsap7@yahoo.gr>
17261Date:   Tue Feb 13 15:03:40 2007 +0200
17262
17263    [mach64] PreInit: pitchInc is local.
17264
17265commit 9cdf4fcc3a93a4e20244286392dc31a0b8e6a10a
17266Author: George Sapountzis <gsap7@yahoo.gr>
17267Date:   Tue Feb 13 11:53:42 2007 +0200
17268
17269    [mach64] PreInit: Use goto bail.
17270    
17271    Match ATILock - ATIUnlock.
17272
17273commit 482b85144fee42b6543dcc97a75899e363e05e9e
17274Author: George Sapountzis <gsap7@yahoo.gr>
17275Date:   Mon Feb 12 14:27:37 2007 +0200
17276
17277    [mach64] Enable RENDER acceleration on the Pro variants.
17278
17279commit 63248f0b4308a4487cda3aa22daa36e3e0d38d14
17280Author: Dave Airlie <airlied@linux.ie>
17281Date:   Mon Feb 12 19:37:36 2007 +1100
17282
17283    fix LVDS by moving bios reading around
17284
17285commit 6a25f620d40cbb063de94aa6b5267296cd5a0670
17286Author: David Airlie <airlied@asimov.stargames.com.au>
17287Date:   Mon Feb 12 15:59:43 2007 +1100
17288
17289    remove assignments to pOutput before it is created
17290
17291commit 9234d8045c5fefbd1a781209409e55a13e3e5370
17292Author: David Airlie <airlied@asimov.stargames.com.au>
17293Date:   Mon Feb 5 11:53:18 2007 +1100
17294
17295    remove all the locking glxgears runs fine over screen changes without it
17296
17297commit eda9fb15e8bc042661a91a3d8c921006dfb3ddd9
17298Author: George Sapountzis <gsap7@yahoo.gr>
17299Date:   Tue Nov 21 04:02:41 2006 +0200
17300
17301    Consolidate atixv.c w/ atimach64xv.c, part 2.
17302    
17303    Move {Initialize,Close}XVideo from atixv.c to atimach64xv.c .
17304
17305commit 67b240ddd4a6549a23885afc723b6efa7c52db4c
17306Author: George Sapountzis <gsap7@yahoo.gr>
17307Date:   Tue Oct 31 16:44:10 2006 +0200
17308
17309    Consolidate atixv.c w/ atimach64xv.c, part 1.
17310    
17311    Merge ATIXVInitializeAdaptor() in ATIMach64XVInitialiseAdaptor().
17312
17313commit 4dac7896549392f7378cad9620618cec28f41a16
17314Author: George Sapountzis <gsap7@yahoo.gr>
17315Date:   Sun Oct 29 03:55:39 2006 +0200
17316
17317    Consolidate aticursor.c w/ atimach64cursor.c
17318
17319commit 23b12b9ff55224e8c3c45eb58ea5fbf2f747d82e
17320Author: George Sapountzis <gsap7@yahoo.gr>
17321Date:   Tue Oct 31 16:10:07 2006 +0200
17322
17323    Consolidate atiaccel.c w/ atimach64accel.c, part 2.
17324    
17325    Merge ATIInitializeAcceleration() in ATIMach64AccelInit().
17326
17327commit bc3b222b57d7edf7bdce00a53e8abd9047c314a4
17328Author: George Sapountzis <gsap7@yahoo.gr>
17329Date:   Sat Oct 28 19:29:12 2006 +0300
17330
17331    Consolidate atiaccel.c w/ atimach64accel.c, part 1.
17332    
17333    Move ATIResizeOffscreenLinear() from atiaccel.c to atimach64xv.c and make it
17334    static. It is only used by XV memory management functions.
17335
17336commit d876889add41c8052d4f3feaa21ddf384f5a7054
17337Author: George Sapountzis <gsap7@yahoo.gr>
17338Date:   Tue Nov 21 04:47:06 2006 +0200
17339
17340    Drop non-PCI support from atividmem.c
17341    
17342    - we require a PCI device (pVideo != NULL)
17343    - map the VGA framebuffer with xf86MapDomainMemory()
17344
17345commit 2c8b33b761e4411451aea1eea3a89d629aeea40d
17346Author: George Sapountzis <gsap7@yahoo.gr>
17347Date:   Tue Nov 21 04:51:02 2006 +0200
17348
17349    Minor refactoring of pATI->Block0Base computation.
17350
17351commit a659b7235332e19659c56cc9d7af362bd8885a29
17352Author: George Sapountzis <gsap7@yahoo.gr>
17353Date:   Sun Feb 4 11:28:54 2007 +0200
17354
17355    Cleanup checks for pATI->PCIInfo.
17356    
17357    Fixes a bug where shadowfb would not be enabled by default in the non-accel
17358    case because pATI->PCIInfo is now set after ATIProcessOptions() is called.
17359
17360commit 9d77aabdff919360f0c9333105436c31f1f5749a
17361Merge: ff8ea19 57822be
17362Author: George Sapountzis <gsap7@yahoo.gr>
17363Date:   Mon Feb 5 19:16:51 2007 +0200
17364
17365    Merge branch 'mach64-pci-1'
17366
17367commit d7317604c843e21c1df048a9253ed55a1957cccd
17368Author: David Airlie <airlied@linux.ie>
17369Date:   Fri Feb 2 14:54:00 2007 +1100
17370
17371    get rid of mergetype and displaytype from radeon.h
17372
17373commit 15c68ac19ff9971ae02cf52036ba36ddea1a6759
17374Author: David Airlie <airlied@linux.ie>
17375Date:   Fri Feb 2 14:30:16 2007 +1100
17376
17377    rename some variables to output from connector
17378
17379commit 72ef23ef7dd159d827e8e122482a58928d532268
17380Author: David Airlie <airlied@linux.ie>
17381Date:   Fri Feb 2 14:26:29 2007 +1100
17382
17383    fixup mode probing a bit neater
17384
17385commit 96acf6b2b242454345cc4b9cfc7ca07e0b597b43
17386Author: David Airlie <airlied@linux.ie>
17387Date:   Fri Feb 2 14:26:19 2007 +1100
17388
17389    bring over setproperty from intel code
17390
17391commit 76bc53f9b153880730ab61dcd2b6e4e7717e4058
17392Author: David Airlie <airlied@linux.ie>
17393Date:   Fri Feb 2 14:15:03 2007 +1100
17394
17395    move i2c buses into outputs
17396
17397commit 47fb9ce657f018177a35b449a4d716dc03be9327
17398Author: David Airlie <airlied@linux.ie>
17399Date:   Fri Feb 2 11:45:40 2007 +1100
17400
17401    fixup callers to crtcsetmode fixes my cursors
17402
17403commit 720730b1b0de632488d3b9818210ec5e9c7f07ae
17404Author: David Airlie <airlied@linux.ie>
17405Date:   Thu Feb 1 16:43:38 2007 +1100
17406
17407    add locks for crtcs and some missing lines from intel update
17408
17409commit 6748732658850ea506f623a3622aa7135513ffd0
17410Author: David Airlie <airlied@linux.ie>
17411Date:   Thu Feb 1 16:26:31 2007 +1100
17412
17413    update to latest intel codebase modulo using their mode set
17414    
17415    and it breaks my cursor
17416
17417commit a77f08298dc7e097025e3f7f92e3665c0ef30095
17418Author: David Airlie <airlied@linux.ie>
17419Date:   Mon Jan 29 16:12:24 2007 +1100
17420
17421    radeon: always reset cursor regs
17422
17423commit ff8ea19fcdce099732f9359e53cd62b9a04bfa6d
17424Author: Alex Deucher <alex@botch2.hsd1.va.comcast.net>
17425Date:   Tue Jan 30 21:11:09 2007 -0500
17426
17427    add option to force the DRI on for RN50 chips
17428    
17429    Allow user to force the DRI on for RN50 chips.
17430    3D is not guaranteed to work on these chips,
17431    however in some cases it does.
17432    fixes bug 9802.
17433
17434commit 57822be75740f339445f2375d44632560f4bbe57
17435Author: George Sapountzis <gsap7@yahoo.gr>
17436Date:   Tue Nov 21 03:08:26 2006 +0200
17437
17438    Drop pATI->Chipset, no longer used.
17439
17440commit 8b7c88e9ed549777413136c0f2ccc61747b010d8
17441Author: George Sapountzis <gsap7@yahoo.gr>
17442Date:   Thu Dec 28 14:46:10 2006 +0200
17443
17444    Add option "probe_sparse" to force probing sparse I/O bases.
17445
17446commit 3654b786f1ad1f4e6bfb2fff5ff057254958f7c0
17447Author: George Sapountzis <gsap7@yahoo.gr>
17448Date:   Wed Dec 27 17:59:14 2006 +0200
17449
17450    Sane probe, based on work by Luc Verhaegen <libv@skynet.be>.
17451
17452commit 0117c9bde0d0bbb487bc259cf55e8066ebd63f6a
17453Author: George Sapountzis <gsap7@yahoo.gr>
17454Date:   Wed Dec 27 17:49:45 2006 +0200
17455
17456    Drop checking of sparse I/O bases conflicts
17457    
17458    This will be handled with an option somehow.
17459
17460commit 87cf2f1874ca8a7cc492d2e2b6918ba69a8aa713
17461Author: George Sapountzis <gsap7@yahoo.gr>
17462Date:   Mon Aug 14 17:55:14 2006 +0300
17463
17464    Minor refactoring of module (un)loading for TV_OUT.
17465
17466commit 0b31333c9147af21c50493872779da12a3668e5d
17467Author: George Sapountzis <gsap7@yahoo.gr>
17468Date:   Mon Nov 20 22:08:49 2006 +0200
17469
17470    Drop support for non-programmable clocks.
17471    
17472    From README.ati:
17473    
17474    Clocks for supported programmable clock generators:
17475    
17476      The driver currently supports all programmable clock generators known
17477      to exist on Mach64 adapters.
17478    
17479    Clocks for unsupported programmable clock generators:
17480    
17481      This case is unlikely to occur, but is documented for the sake of
17482      completeness.
17483    
17484    Thus:
17485    
17486    - check for (pATI->ProgrammableClock > ATI_CLOCK_FIXED) &&
17487                (pATI->ProgrammableClock < ATI_CLOCK_MAX)
17488    
17489    - drop "probe_clocks" option
17490    
17491    - pATIHW->ClockUnmap is no longer used
17492    
17493    - pATIHW->ClockMap is only used with NewHW.crtc which is always ATI_CRTC_MACH64
17494      and has the identity map, so drop it
17495    
17496    - (pATI->ProgrammableClock != ATI_CLOCK_INTERNAL) => (pATI->depth <= 8)
17497
17498commit c9a9ea5ebd1c27881c1fac19842cfa3af55c126e
17499Author: George Sapountzis <gsap7@yahoo.gr>
17500Date:   Mon Nov 20 15:09:41 2006 +0200
17501
17502    Banked memory is no longer needed.
17503    
17504    - (pATI->BankInfo.BankSize = 0) in all cases, cull pATI->BankInfo
17505    
17506    - only keep the minimal pATIHW.SetBank interface for save/restore
17507    
17508    - clean ATISwap() a little, (NewHW.crtc != ATI_CRTC_VGA)
17509    
17510    - (UseSmallApertures == TRUE) <=> pATI->VGAAdapter
17511
17512commit 383e963e275d351ea3631c352f5795340162d69f
17513Author: George Sapountzis <gsap7@yahoo.gr>
17514Date:   Sun Jan 28 00:44:31 2007 +0200
17515
17516    Always use the linear aperture.
17517    
17518    - drop (pATI->OptionLinear == FALSE)
17519    
17520    - AcceleratorVideoRAM is always set, i.e. VGAVideoRAM is not used
17521    
17522    - pATI->LinearBase is always set
17523    
17524    - xf86LinearVidMem() is now checked in atipreinit() for both CPIO and MMIO
17525
17526commit 9b126f45db27496c1ad16db65a61fe641a018983
17527Author: George Sapountzis <gsap7@yahoo.gr>
17528Date:   Mon Nov 20 20:38:59 2006 +0200
17529
17530    We always use the accelerator CRTC within the xserver.
17531    
17532    - cull (pATI->NewHW.crtc != ATI_CRTC_MACH64).
17533
17534commit 0abcb2b2c84a50e64bb6aa9e94760659ecf33add
17535Author: George Sapountzis <gsap7@yahoo.gr>
17536Date:   Sun Jan 28 00:19:15 2007 +0200
17537
17538    Clean pATI->Adapter and pATI->VGAAdapter.
17539    
17540    - cull (pATI->Adapter != ATI_ADAPTER_MACH64)
17541    
17542    - treat pATI->VGAAdapter as Bool
17543
17544commit 817b4b5338dba4d8eb862f1f79ef0edb75aad7f4
17545Author: George Sapountzis <gsap7@yahoo.gr>
17546Date:   Wed Dec 27 21:16:18 2006 +0200
17547
17548    Keep PCI mach64 only, drop:
17549    
17550    - Chip < ATI_CHIP_88800GXC
17551    - Chipset != ATI_CHIPSET_ATI
17552    - Adapter != ATI_ADAPTER_MACH64
17553    
17554    - depth < 8
17555
17556commit d350860e29f043e98bfb1da74b26280f1755ab6f
17557Author: George Sapountzis <gsap7@yahoo.gr>
17558Date:   Wed Dec 27 20:56:45 2006 +0200
17559
17560    Keep PCI mach64 only (atipreinit.c, atimode.c), drop:
17561    
17562    - Chip < ATI_CHIP_88800GXC
17563    - Chipset != ATI_CHIPSET_ATI
17564    - Adapter != ATI_ADAPTER_MACH64
17565    
17566    - depth < 8
17567    
17568    atimode.c only:
17569    
17570    - NewHW.crtc != ATI_CRTC_MACH64
17571    
17572      This allows to drop VGACalculate(), VGAWonderCalculate() cruft early.
17573
17574commit 5fa77f2d122e7267911a15235338d8d3f9eece2e
17575Author: George Sapountzis <gsap7@yahoo.gr>
17576Date:   Wed Dec 27 14:50:48 2006 +0200
17577
17578    Drop probing for VGA, VGAWonder, 8514, Mach32.
17579    
17580    - ChipHasSUBSYS_CNTL
17581    - Coprocessor
17582    - SharedAccelerator
17583    - SharedVGA <=> (VGAAdapter != ATI_ADAPTER_NONE)
17584
17585commit 1b2a9e1735da63bbb8cb41939668f789cee22579
17586Author: George Sapountzis <gsap7@yahoo.gr>
17587Date:   Mon Nov 20 02:35:56 2006 +0200
17588
17589    Drop AVOID_NON_PCI.
17590    
17591    This was not set anyway, because configure.ac would compute ATIMISC_NON_PCI and
17592    then test ATI_AVOID_NON_PCI to set AVOID_NON_PCI...
17593
17594commit 2fb84dd2fc1a663c7b9d77e706189439ffe08381
17595Author: Alex Deucher <alex@botch2.hsd1.va.comcast.net>
17596Date:   Thu Jan 25 02:01:42 2007 -0500
17597
17598    I think we can say r300 support is not experimental
17599
17600commit e155659f4b006edff31f1fda88b32bf608dbeece
17601Author: Alex Deucher <alex@botch2.hsd1.va.comcast.net>
17602Date:   Thu Jan 25 01:59:27 2007 -0500
17603
17604    update man page.  fixes bug 6457
17605    
17606    Most cards support 2D and 3D now
17607
17608commit fa12fe1cc90dd745f3eea35a07d4f3efd652e7b4
17609Author: Dave Airlie <airlied@linux.ie>
17610Date:   Tue Jan 23 19:37:51 2007 +1100
17611
17612    remove unused restore palette function
17613
17614commit 4d3649b84a3325043c38cece4499de0095cebd71
17615Author: Dave Airlie <airlied@linux.ie>
17616Date:   Tue Jan 23 19:37:21 2007 +1100
17617
17618    remove isused and isactive
17619
17620commit 9149e763865598c307cbefc753ff6ebdeeaf32ae
17621Author: David Airlie <airlied@asimov.stargames.com.au>
17622Date:   Tue Jan 23 15:20:11 2007 +1100
17623
17624    radeon: fixup problem with cursor not going off
17625    
17626    Also fixup secondary dac detect to return unknown for now
17627
17628commit 2a13a3b641d9acf4f50472e1c8ba07633c3b78d6
17629Author: David Airlie <airlied@asimov.stargames.com.au>
17630Date:   Tue Jan 23 10:36:06 2007 +1100
17631
17632    fixup init disp bandwidth
17633    
17634    This probably break old-style dualhead badly
17635
17636commit cbd84bed13582e82f8b2e84aa152602474c09cd4
17637Author: Dave Airlie <airlied@linux.ie>
17638Date:   Mon Jan 22 22:19:46 2007 +1100
17639
17640    removed even more  mergedfb remains
17641
17642commit 6296882135b183425a219efb75374d3b172de370
17643Author: Dave Airlie <airlied@linux.ie>
17644Date:   Mon Jan 22 22:14:48 2007 +1100
17645
17646    remove more mergedfb relics
17647
17648commit 26e1bab2c7a4ad52710746265b3da495b54dab36
17649Author: Dave Airlie <airlied@linux.ie>
17650Date:   Mon Jan 22 22:11:55 2007 +1100
17651
17652    radeon: fixup some of the video code after randr
17653    
17654    This may not be complete, I need to test on dual-head system later
17655
17656commit 9008e1caa45e4a18e6f3289c7b17036730fe578a
17657Author: Dave Airlie <airlied@linux.ie>
17658Date:   Mon Jan 22 21:16:47 2007 +1100
17659
17660    remove unused merged code
17661
17662commit e29a32d711553fcb4ca9928122ac285fe0b0c1a7
17663Author: Dave Airlie <airlied@linux.ie>
17664Date:   Mon Jan 22 21:09:53 2007 +1100
17665
17666    add back overlay CRTC chooser this may not work yet
17667
17668commit aa9d04ba94a3cd60b248231da517e2817591fc69
17669Author: Dave Airlie <airlied@linux.ie>
17670Date:   Sun Jan 21 20:29:56 2007 +1100
17671
17672    remove alot more mergedfb support
17673
17674commit e8be0056e8ff666f63a294691661f5dab289203e
17675Author: Dave Airlie <airlied@linux.ie>
17676Date:   Thu Jan 18 16:41:25 2007 +1100
17677
17678    remove mergedfb
17679
17680commit a648050a3cc60f92b1ca0b3d707aadf93d076d91
17681Author: Dave Airlie <airlied@linux.ie>
17682Date:   Wed Jan 17 17:28:07 2007 +1100
17683
17684    move some cursor code around for show/hide
17685
17686commit d2ecfb507282726122bb8b0d17fd3637d0ae7d46
17687Author: Dave Airlie <airlied@linux.ie>
17688Date:   Wed Jan 17 17:16:27 2007 +1100
17689
17690    make dri work again
17691
17692commit 369f7c85ceff983defb7657b80ec9cd3e5440b07
17693Author: Dave Airlie <airlied@linux.ie>
17694Date:   Wed Jan 17 11:14:09 2007 +1100
17695
17696    comment out unblanking on VT switch
17697
17698commit bdb66a2042f02c4b57bd3c0181a00b39fcbdb232
17699Author: Dave Airlie <airlied@linux.ie>
17700Date:   Sun Jan 14 21:07:05 2007 +1100
17701
17702    radeon: get randr-1.2 mode switching mostly working on my laptop
17703    
17704    The main change is to fix the dac macro + cntl register writes for rv350 and
17705    above, this still has a problem with resetting the same mode after connect
17706    disconnect cycle, need to talk to keithp
17707
17708commit aa0e7337815d4daca4df0671768621330b759011
17709Author: Dave Airlie <airlied@linux.ie>
17710Date:   Sun Jan 14 19:17:32 2007 +1100
17711
17712    use more randr-ish names for variables
17713
17714commit 9d37f23aea43b74a7ec640e6b03617c8392e2572
17715Author: Dave Airlie <airlied@linux.ie>
17716Date:   Sun Jan 14 19:10:11 2007 +1100
17717
17718    radeon: move blank/unblank to use randr
17719
17720commit 6bd4fe42789c38e7e804826715214ce6badcca6a
17721Author: Dave Airlie <airlied@linux.ie>
17722Date:   Sun Jan 14 18:38:59 2007 +1100
17723
17724    disable dpms on/off as it was writing regs before we wanted to
17725
17726commit 3949288ed26a91e180b178f4796f2f7e1bdc8ed6
17727Author: Dave Airlie <airlied@linux.ie>
17728Date:   Sun Jan 14 16:26:39 2007 +1100
17729
17730    radeon: destroy and fixup LVDS crtc
17731
17732commit f5ffb9fb3bdd7cec020240c5831ae92ee744972c
17733Author: Timo Jyrinki <timo.jyrinki@hut.fi>
17734Date:   Fri Jan 12 23:08:50 2007 +1100
17735
17736    ati: fix detection of some newer radeons using ati wrapper
17737    
17738    This is mainly due to the cards having a different resource 1.
17739    Fixes 6796
17740
17741commit 1e690c57ad1dfaeb760ef6e799faa6398e9a0551
17742Author: Dave Airlie <airlied@linux.ie>
17743Date:   Fri Jan 12 23:03:10 2007 +1100
17744
17745    always create a second CRTC I think this should solve any problems
17746
17747commit 25b36a4c56422ad8e25a4a1c55055c2f062213ca
17748Author: Dave Airlie <airlied@linux.ie>
17749Date:   Fri Jan 5 16:13:16 2007 +1100
17750
17751    minor randr1.2 fixups
17752
17753commit abe8791e4f9fa3e88273897b351387cd33822734
17754Author: Dave Airlie <airlied@linux.ie>
17755Date:   Fri Jan 5 15:09:43 2007 +1100
17756
17757    hook up DPMS through xf86
17758
17759commit 8a9c68c2234b91ed38555f892afdad30b9e4b455
17760Author: Dave Airlie <airlied@linux.ie>
17761Date:   Fri Jan 5 15:09:15 2007 +1100
17762
17763    set binding for new heads
17764
17765commit d6a2b8aeb5a97ee907fd45b574bc6e4ab4b3aede
17766Author: Dave Airlie <airlied@linux.ie>
17767Date:   Fri Jan 5 09:33:54 2007 +1100
17768
17769    fix LUT
17770
17771commit ef1d36e56dec1fec37cee2dfd9cb5bf8ce2c485c
17772Author: Roland Scheidegger <sroland@tungstengraphics.com>
17773Date:   Wed Jan 3 15:56:23 2007 +0100
17774
17775    fix uninitialized mode regs (bug 9495)
17776    
17777    Since the reorganization of the mode setting code, the mode registers relying
17778    on state already set (by bios) were not read, thus clearing out all bits the
17779    driver does not touch. At the very least, this could lead to completely
17780    nonfunctional to misbehaving dvi output (see bug 9495). Fix this by using the
17781    SavedReg values, which also makes it more obvious that those are bits which
17782    were not set by the driver previously, but come from register readback.
17783    (cherry picked from 9506f7015a1e442f4ca0bd3bfae555ec7e8a5f37 commit)
17784
17785commit 55aa832157bdebcba2d58896777942d108c352b0
17786Author: Dave Airlie <airlied@linux.ie>
17787Date:   Thu Jan 4 17:57:31 2007 +1100
17788
17789    fix cursor handling
17790
17791commit 4f8a7cafdc77e98dc44f9eced876560b1ee01117
17792Author: Dave Airlie <airlied@linux.ie>
17793Date:   Thu Jan 4 16:23:39 2007 +1100
17794
17795    hook up crtc modesetting
17796
17797commit 52f749c8a613ee316044abe82156ee270412ced8
17798Author: Dave Airlie <airlied@linux.ie>
17799Date:   Thu Jan 4 16:23:26 2007 +1100
17800
17801    fix typo
17802
17803commit d7ff61c6822cbede7f5b59b411048d33dbae9ee4
17804Author: Dave Airlie <airlied@linux.ie>
17805Date:   Thu Jan 4 13:38:26 2007 +1100
17806
17807    hook up detection of output
17808
17809commit 50439d7e9f4f6f9933bacd59f8bb3e655a35dbc2
17810Author: Dave Airlie <airlied@linux.ie>
17811Date:   Thu Jan 4 13:21:57 2007 +1100
17812
17813    fixup some function calls
17814
17815commit e067bfee92f2b0877108355619b2fb9188a9d15a
17816Author: Dave Airlie <airlied@linux.ie>
17817Date:   Thu Jan 4 13:21:45 2007 +1100
17818
17819    add more files for back compat
17820
17821commit f1f34627ffbe2136ac3e023c01c0430412919ded
17822Author: Dave Airlie <airlied@linux.ie>
17823Date:   Thu Jan 4 12:50:03 2007 +1100
17824
17825    make restore mode non-static
17826
17827commit 249ec67c296b34d0c7c1d78602628d2f7ce6a045
17828Author: Dave Airlie <airlied@linux.ie>
17829Date:   Thu Jan 4 12:43:03 2007 +1100
17830
17831    more minor fixes to get radeon up to speed
17832
17833commit a43c1d55f5f855d9e6ae939dd4eec1c607b6d514
17834Author: Dave Airlie <airlied@linux.ie>
17835Date:   Thu Jan 4 12:29:51 2007 +1100
17836
17837    bring radeon randr code inline with intel randr code
17838
17839commit c54a31565e3ea50f1af7b81b1bf0c0e437099f47
17840Author: Dave Airlie <airlied@linux.ie>
17841Date:   Thu Jan 4 10:39:01 2007 +1100
17842
17843    radeon: fixup fastwrites to be always off
17844    
17845    My 8500 in i845 doesn't work with fastwrites even setup by the firmware.
17846
17847commit dda2bbfdc2e0da6e8b9cb8d1bf78b91f1bb8131f
17848Author: Dave Airlie <airlied@linux.ie>
17849Date:   Thu Jan 4 10:29:54 2007 +1100
17850
17851    radeon: don't touch Controller[1] on single CRTC cards.
17852    
17853    This might fix bug 9371
17854
17855commit 9506f7015a1e442f4ca0bd3bfae555ec7e8a5f37
17856Author: Roland Scheidegger <sroland@tungstengraphics.com>
17857Date:   Wed Jan 3 15:56:23 2007 +0100
17858
17859    fix uninitialized mode regs (bug 9495)
17860    
17861    Since the reorganization of the mode setting code, the mode registers relying
17862    on state already set (by bios) were not read, thus clearing out all bits the
17863    driver does not touch. At the very least, this could lead to completely
17864    nonfunctional to misbehaving dvi output (see bug 9495). Fix this by using the
17865    SavedReg values, which also makes it more obvious that those are bits which
17866    were not set by the driver previously, but come from register readback.
17867
17868commit d5c6306385cbc7b13a132ae72ed04e04e24d9886
17869Author: George Sapountzis <gsap7@yahoo.gr>
17870Date:   Tue Dec 19 09:45:24 2006 +0200
17871
17872    Use portable XORG_RELEASE_VERSION macro.
17873
17874commit 97df0a32b14e34f22dce9cd3b375c1ac5fb1c5eb
17875Author: Michel Dänzer <michel@tungstengraphics.com>
17876Date:   Tue Dec 19 11:28:21 2006 +0100
17877
17878    radeon: Advertise 2D engine limits to EXA when we're not using the 3D engine.
17879    
17880    Also round up to the maximum width and height, as that's what EXA compares.
17881
17882commit 295823d0879a5b574bb79843a6acd43adb9259e5
17883Author: Michel Dänzer <michel@tungstengraphics.com>
17884Date:   Tue Dec 19 11:19:20 2006 +0100
17885
17886    radeon: Default to leaving AGP transfer mode and fast writes unchanged.
17887    
17888    Based on the assumption that firmware should have set up the card and host
17889    bridge appropriately for these settings, this may actually be safer, at least
17890    for the transfer rate; leaving fast writes enabled is hopefully safe as well,
17891    it certainly is on my sytem.
17892    
17893    See https://bugs.freedesktop.org/show_bug.cgi?id=9284 .
17894
17895commit 81f3b4070b70483d6da4f7587e52a64ac69c8ca0
17896Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
17897Date:   Mon Dec 18 14:06:15 2006 -0500
17898
17899    Revert "Convert callers of LookupWindow() to dixLookupWindow()."
17900    
17901    This reverts commit 48ff33a1770f3684cd50184db8f1944a456d9974.
17902
17903commit 87592ffb717da1f0a1767a38918d16d60953599c
17904Author: Dave Airlie <airlied@linux.ie>
17905Date:   Sun Dec 17 20:10:58 2006 +1100
17906
17907    add setdpi call
17908
17909commit 41cd50487bc85708a3f791dfa70bf85223d91a65
17910Author: Dave Airlie <airlied@linux.ie>
17911Date:   Sun Dec 17 20:08:07 2006 +1100
17912
17913    add displayWidth set
17914
17915commit 555e0f988c571aa47bc62ec6d9612a71f1a1f59b
17916Author: Dave Airlie <airlied@linux.ie>
17917Date:   Sun Dec 17 19:59:19 2006 +1100
17918
17919    add randr pre init
17920
17921commit 3e2c72d7ac80ed874bcf2887a5253dac1c9bb02c
17922Author: Dave Airlie <airlied@linux.ie>
17923Date:   Sun Dec 17 19:49:08 2006 +1100
17924
17925    fixup even more remnants of old code
17926
17927commit 4356b031886e00b3ed5ac1dbceeadebd7fc29fc2
17928Author: Dave Airlie <airlied@linux.ie>
17929Date:   Sun Dec 17 19:47:45 2006 +1100
17930
17931    fix remnant of old code
17932
17933commit 17d39502a8dbea395051007aebffdf23644e9ee1
17934Author: Dave Airlie <airlied@linux.ie>
17935Date:   Sun Dec 17 19:44:39 2006 +1100
17936
17937    use getddcmodes properly
17938
17939commit bf0b364cbd8682f297e2d110ece1f72e7151340d
17940Author: Dave Airlie <airlied@linux.ie>
17941Date:   Sun Dec 17 17:31:08 2006 +1100
17942
17943    fix up output namings
17944
17945commit 4962a5430844114de864418d803f3182b90792ff
17946Author: Dave Airlie <airlied@linux.ie>
17947Date:   Sun Dec 17 16:58:07 2006 +1100
17948
17949    remove some code that moved into server
17950
17951commit b47013f41249516ae82e22bd75caf573da2cc13c
17952Author: Dave Airlie <airlied@linux.ie>
17953Date:   Sat Dec 16 12:02:37 2006 +1100
17954
17955    hook up mode detect to new randr code
17956
17957commit 48ff33a1770f3684cd50184db8f1944a456d9974
17958Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
17959Date:   Fri Dec 15 17:43:39 2006 -0500
17960
17961    Convert callers of LookupWindow() to dixLookupWindow().
17962
17963commit 62a5e7565b66d7b7d65609c034f34b55bd266617
17964Author: Dave Airlie <airlied@linux.ie>
17965Date:   Fri Dec 15 19:48:42 2006 +1100
17966
17967    bring over latest code from Intel git repo.
17968    
17969    this code doesn't work yet just realigns with intel work
17970
17971commit 29124400c7f193317d41d8cfd748371a239cfea1
17972Author: Dave Airlie <airlied@linux.ie>
17973Date:   Sun Dec 10 18:00:17 2006 +1100
17974
17975    hook up randr crtc setting
17976
17977commit 120c854f185c1e7711cf0dee19303fdb8894d49d
17978Author: Roland Scheidegger <sroland@tungstengraphics.com>
17979Date:   Fri Dec 8 02:51:52 2006 +0100
17980
17981    radeon: avoid unnecessary OUTPLL/INPLL calls when displaying video
17982    
17983    It is not necessary to always emit a OUTPLL/INPLL pair when we display
17984    a video frame. On some chips there are erratas for which the workarounds
17985    cause a 10ms delay by those calls. This is related to #5876 though those
17986    affected may suffer from other slowness issues too.
17987
17988commit ccd37b3e88cdcfe03b7c707b6082339eb8f11e6b
17989Author: Michel Dänzer <michel@tungstengraphics.com>
17990Date:   Thu Dec 7 18:41:48 2006 +0100
17991
17992    radeon: Move Xv option handling code into RADEONPreInitXv().
17993    
17994    This unclutters RADEONPreInit() somewhat, but more importantly moves comparison
17995    against info->ChipFamily after that's initialized.
17996
17997commit 02be8c04a268eaa71bdfe891331758715fef4e71
17998Author: Michel Dänzer <michel@tungstengraphics.com>
17999Date:   Thu Dec 7 18:31:58 2006 +0100
18000
18001    radeon: Make cache flushing for R300 series less invasive.
18002    
18003    Instead of calling the DRM CP idle ioctl, just emit the cache flush commands
18004    into the CP stream.
18005
18006commit be46f7b6f7a729695a0affe2328077666283af12
18007Author: Michel Dänzer <michel@tungstengraphics.com>
18008Date:   Thu Dec 7 16:27:10 2006 +0100
18009
18010    Fix radeon compile warnings.
18011
18012commit 59c5b4f69c97fb233144677ab18095f88aed006b
18013Author: Daniel Stone <daniel@fooishbar.org>
18014Date:   Wed Dec 6 18:48:55 2006 +0200
18015
18016    Makefile.am: re-add ChangeLog to CLEANFILES
18017
18018commit 7611f14dc697b75cd7bb6493bb65b3a7ead379b8
18019Author: Daniel Stone <daniel@fooishbar.org>
18020Date:   Wed Dec 6 18:47:33 2006 +0200
18021
18022    Makefile.am: fix changelog hook
18023    Make changelog hook safe for all situations.
18024
18025commit f2a9d2d61addc4e3d5e128d8078a04c9a136be6a
18026Author: Roland Scheidegger <sroland@tungstengraphics.com>
18027Date:   Wed Dec 6 00:16:41 2006 +0100
18028
18029    radeon: fix up packed yuv broken by planar yuv patch
18030    
18031    fix the forgotten leftuv value for packed yuv which is
18032    needed to get correct uv starting pixel (fixes broken clipping /
18033    non-null src start pixel as tvtime uses)
18034
18035commit d2aa57a4bdd4a0deb2c659bb07f3f57d1116f0d1
18036Author: Roland Scheidegger <sroland@tungstengraphics.com>
18037Date:   Tue Dec 5 01:30:13 2006 +0100
18038
18039    radeon: use overlay scaler native planar yuv capability.
18040    
18041    Radeons can do planar yuv just fine, there is no need to convert all data
18042    to packed yuv manually. This saves some cpu cycles as well as some
18043    (graphic card) ram.
18044
18045commit 5d5fa1b86e5179b061f0db47fe0227d1b84c37f8
18046Author: Dave Airlie <airlied@linux.ie>
18047Date:   Mon Dec 4 18:53:33 2006 +1100
18048
18049    update radeon driver to Intel driver xf86Crtc interfaces
18050
18051commit 51d1cf19e71dd5de47f2c6467f4a1685eefd9e1e
18052Author: Dave Airlie <airlied@linux.ie>
18053Date:   Sun Dec 3 16:30:01 2006 +1100
18054
18055    Add radeon randr 1.2 initial attempt at support
18056    
18057    This doesn't do a huge amount yet
18058
18059commit eb17c9aed2144701ad7bd1042b2905446e4d708a
18060Author: airlied <airlied@optimus.localdomain>
18061Date:   Sat Nov 18 15:48:02 2006 +1100
18062
18063    move radeon over to not using X's mode management like the intel driver.
18064    
18065    this builds and at least seems to pick a mode.. might be near to hooking
18066    up randr1.2 soon
18067
18068commit 941b5120916ebff69ec0ee4ca7a46105d5306e5d
18069Author: airlied <airlied@optimus.localdomain>
18070Date:   Sat Nov 18 10:41:12 2006 +1100
18071
18072    make radeon modes use generic code
18073
18074commit 608427283ea59cdfe3d85e1cf32719bc3809dc16
18075Author: airlied <airlied@optimus.localdomain>
18076Date:   Sat Nov 18 10:35:31 2006 +1100
18077
18078    add more functions from i830 driver
18079    
18080    This adds more generic functions from the i830 driver to the radeon
18081
18082commit d5b8cafc185b7d9fb909cb18a08615f81d89eaf8
18083Author: airlied <airlied@optimus.localdomain>
18084Date:   Sat Nov 18 10:22:38 2006 +1100
18085
18086    add generic mode handling code from Intel driver
18087
18088commit 9cfa82e1670ad85746926995972a535ddf03ee07
18089Author: Dave Airlie <airlied@linux.ie>
18090Date:   Sun Dec 3 15:56:38 2006 +1100
18091
18092    move monitor detection into single function
18093
18094commit 032a00d155ecdcdcab3ca0d047f552fe6b338a97
18095Author: airlied <airlied@optimus.localdomain>
18096Date:   Sat Nov 18 10:23:12 2006 +1100
18097
18098    make DDC function more generic
18099
18100commit 2632ae24b3b50c69567e92611ce7c2cd2ee98baa
18101Author: Dave Airlie <airlied@linux.ie>
18102Date:   Sun Dec 3 15:22:38 2006 +1100
18103
18104    re-program bios 4 scratch so we know if the LCD panel is there post startup
18105
18106commit ddec94e8f2f5746bad0e998d15303e771803d22b
18107Author: Dave Airlie <airlied@linux.ie>
18108Date:   Sun Dec 3 11:07:23 2006 +1100
18109
18110    move crtc to connector mapping to a connector to crtc mapping.
18111    
18112    Still not allowing any clone modes, but heading in the correct direction
18113    I hope... there is a chance this will regress something from superpatch..
18114
18115commit 218cb7f8db35d0ce8f9fc4ece72bd5ec3f52106f
18116Author: Dave Airlie <airlied@linux.ie>
18117Date:   Sun Dec 3 09:53:35 2006 +1100
18118
18119    radeon: dynamically allocate connectors
18120
18121commit f22fd02bc7f7ef67e33c9bd93eae2d7488669b5e
18122Author: Dave Airlie <airlied@linux.ie>
18123Date:   Sat Dec 2 19:48:00 2006 +1100
18124
18125    make CRTCs malloc'ed rather than part of Ent
18126    
18127    This is leading towards randr-1.2 believe me :-)
18128
18129commit 13efd1f75fbd29a4d1f69d7d5a5bb2b8d90ad820
18130Author: Dave Airlie <airlied@linux.ie>
18131Date:   Sat Dec 2 19:16:41 2006 +1100
18132
18133    move HasCRTC2 to pRADEONEnt from info
18134
18135commit 3933b86390eb2f4198d490acd4914fb470c40f47
18136Author: Michel Dänzer <michel@tungstengraphics.com>
18137Date:   Fri Dec 1 18:00:17 2006 +0100
18138
18139    Make log file output clear about origin of used overlay scaler buffer width.
18140
18141commit 563dfb52f5b24d2f765fae0394e599c11dcf0b5b
18142Author: Michel Dänzer <michel@tungstengraphics.com>
18143Date:   Fri Dec 1 17:56:19 2006 +0100
18144
18145    Increase default overlay scaler buffer width for RV350.
18146    
18147    Works with 1920x1080 video on my M10.
18148
18149commit 984ea3d9b7c27d8183ca94ad9d7905f03613fe10
18150Author: Michel Dänzer <michel@tungstengraphics.com>
18151Date:   Fri Dec 1 17:42:23 2006 +0100
18152
18153    Fix build warning.
18154
18155commit 9f5ea3981449f29ff204eb154166e8fc813205fa
18156Author: Roland Scheidegger <rscheidegger_lists@hispeed.ch>
18157Date:   Wed Nov 29 16:46:57 2006 +0100
18158
18159    radeon: bug #1462, predownscale to make HD video work.
18160    
18161    Use the overlay scaler's predownscale capability to make videos with large
18162    horizontal resolution work if it exceeds the scaler buffer width. Make the
18163    scaler buffer width user-configurable since we don't know it for all chips,
18164    and using predownscaling may otherwise reduce quality even if it wouldn't
18165    be needed. This should fix bug #1462.
18166
18167commit 35a5eaf5adf103ef57f8d4590dae25b0c50bd780
18168Author: airlied <airlied@optimus.localdomain>
18169Date:   Tue Nov 28 17:31:05 2006 +1100
18170
18171    fixup EXA after previous commit
18172
18173commit ba047ae863aac869595a31ea94f102084636fd29
18174Author: airlied <airlied@optimus.localdomain>
18175Date:   Tue Nov 28 17:26:10 2006 +1100
18176
18177    radeon: initial move framebuffer away from zero prep.
18178    
18179    In theory the driver should be able to handle the front buffer not at VRAM 0
18180    In practice it didn't.. this is cleanup for at least XAA parts of the driver
18181    to allow for the frontbuffer to move. It has to re-organise a large part of ScreenInit so things happen in the correct order otherwise some things get setup in-correctly. (not sure EXA with fb not at 0 works yet...)
18182
18183commit 0d42cab2d889070ab6de05990e2b19724595f7af
18184Author: Alex Deucher <alex@t41p.(none)>
18185Date:   Wed Nov 22 13:44:49 2006 -0500
18186
18187    clean up previous VIP commit.
18188
18189commit 8e0f57571228729cc40ed59266484ecc43819f44
18190Author: Alex Deucher <alex@t41p.(none)>
18191Date:   Wed Nov 22 13:38:01 2006 -0500
18192
18193    Don't mess with the VIP bus on mobility chips.  Seems to cause fan
18194    problems on asus laptops (see bug 7463).  We don't support video-in
18195    on any laptops at the moment anyway.
18196
18197commit e4850610596a08082a528c38186268b72012e78c
18198Author: Alain Péteut <alain.peteut@gmx.ch>
18199Date:   Wed Nov 22 12:54:55 2006 -0500
18200
18201    enable i2c for PCI_CHIP_RV250_If.  allows AIW fuctionality to work.
18202    patch and testing from Alain Péteut
18203
18204commit ff38c2c9cf0c6acbdaf53b681ec721487cf411f8
18205Author: Michel Dänzer <michel@tungstengraphics.com>
18206Date:   Sun Nov 19 17:11:46 2006 +0100
18207
18208    radeon: Bug #8989: Fix page flipping artifacts with XAA.
18209    
18210    We still have to force-sync the pages on enabling page flipping with XAA as the
18211    second page may have been clobbered by the offscreen pixmap cache since they
18212    were last synced.
18213
18214commit 2dd0892817090709b2fb7ffba920595ada00fcad
18215Author: Michel Dänzer <michel@tungstengraphics.com>
18216Date:   Sun Nov 19 17:09:11 2006 +0100
18217
18218    Fix compile warnings.
18219
18220commit 8c1b9269aaac746989bdb9be02915722bcf6fec0
18221Author: airlied <airlied@optimus.localdomain>
18222Date:   Fri Nov 17 18:47:50 2006 +1100
18223
18224    forgot SetPitch function is called
18225
18226commit 3a0338bb487739a1740ddfb4d36d53cfa7f798c6
18227Author: airlied <airlied@optimus.localdomain>
18228Date:   Fri Nov 17 18:37:00 2006 +1100
18229
18230    split mode handling code into separate modes source file
18231
18232commit 13e0a95564220d42ad8060b43b0aaaba3002157a
18233Author: David Airlie <airlied@asimov.stargames.com.au>
18234Date:   Mon Nov 13 09:35:18 2006 +1100
18235
18236    fix up issue with bindings and mergedfb
18237
18238commit 63444770ff30afeb134befed5bb3a5c28b7bc4e9
18239Author: George Sapountzis <gsap7@yahoo.gr>
18240Date:   Thu Nov 9 22:01:28 2006 +0200
18241
18242    [mach64] Prefer double-buffered visuals for GLX.
18243    
18244    So that 3D apps apropriately fail in DRI...
18245
18246commit 0411f68d71c75cda38ad46ad5c0f5cc3cda64464
18247Author: George Sapountzis <gsap7@yahoo.gr>
18248Date:   Thu Nov 9 22:00:56 2006 +0200
18249
18250    [mach64] Use asynchronous DMA mode by default.
18251
18252commit 8dd668db05e8f1282fa0e29a91e38c7cbdc97aa1
18253Author: Dave Airlie <airlied@linux.ie>
18254Date:   Sun Nov 12 16:33:21 2006 +1100
18255
18256    radeon: abstract init display bandwidth from mergedfb
18257
18258commit 45a9f434b77ad892efcdba267a935135b972dd42
18259Author: Dave Airlie <airlied@linux.ie>
18260Date:   Sun Nov 12 16:12:56 2006 +1100
18261
18262    add radeon Init2 function, to abstract some mergedfb mode setting
18263
18264commit d0828804aec0852afaca44ee41c4792edc40dbb4
18265Author: Dave Airlie <airlied@linux.ie>
18266Date:   Sun Nov 12 15:59:02 2006 +1100
18267
18268    add initial controller binding, remove uses of mergedfb test
18269
18270commit 78061ca460c9d6fd338ccf273bbfa152f471622e
18271Author: Dave Airlie <airlied@linux.ie>
18272Date:   Mon Oct 23 16:49:59 2006 +1000
18273
18274    radeon: separate static controller setup from non-static
18275
18276commit f917f65e8d2b13d8b9bfc4320f4a935f5a5c4bff
18277Author: George Sapountzis <gsap7@yahoo.gr>
18278Date:   Thu Nov 2 21:16:53 2006 +0200
18279
18280    Officially require libdrm 2.2.0
18281    
18282    Note that this is only for the headers at compile-time. The driver still
18283    uses libdrm 1.2.0 from Xserver at run-time.
18284
18285commit ca8c148942371c9445f32985625ce38eabc016e1
18286Author: George Sapountzis <gsap7@yahoo.gr>
18287Date:   Thu Oct 26 15:40:46 2006 +0300
18288
18289    Handle .99 in version patch level.
18290
18291commit 23cec754158c94b43225b2070fc0a0b003e7bd25
18292Author: George Sapountzis <gsap7@yahoo.gr>
18293Date:   Thu Oct 26 15:39:49 2006 +0300
18294
18295    [mach64] EXA: reserve DRI buffers only when DRI is active.
18296
18297commit 9cd78af1d06f753e7bd7e1acaff25398bde45f6e
18298Author: Dave Airlie <airlied@linux.ie>
18299Date:   Mon Oct 23 16:52:07 2006 +1000
18300
18301    radeon: set preferred modes
18302
18303commit 914a5f0117ccb76292bdd81ea4a2a79d33319550
18304Author: Michel Dänzer <michel@tungstengraphics.com>
18305Date:   Mon Oct 23 10:13:24 2006 +0200
18306
18307    radeon: Pitch doesn't matter when height == 1.
18308
18309commit 2bcb51d66edaa944379cf8c8ca1ba91fffdc20a8
18310Author: Michel Daenzer <michel@tungstengraphics.com>
18311Date:   Sun Oct 22 17:26:28 2006 +0200
18312
18313    Bug #6756: Attempt to fix repeat picture acceleration.
18314    
18315    Always use normalized texture coordinates on R200 and fall back if a POT
18316    texture pitch doesn't match the HW's implicit pitch.
18317
18318commit dabffb8335027b60ca1fc554423e196dfb9acd6d
18319Author: Henry Zhao <henry.zhao@sun.com>
18320Date:   Tue Oct 17 21:17:47 2006 -0400
18321
18322    improved results for mergedfb xrandr refresh rates - bug 6966
18323
18324commit 831fc4a009841f68fe161b6e0db5b212d7d8079b
18325Author: Henry Zhao <henry.zhao@sun.com>
18326Date:   Sun Oct 15 17:12:06 2006 -0400
18327
18328    fix bug 6966 (Henry Zhao, Shem Multinymous)
18329
18330commit 5425be996692425e57884e5a4c159fc79510e89f
18331Author: Alex Deucher <alex@t41p.(none)>
18332Date:   Sun Oct 15 16:49:24 2006 -0400
18333
18334    clean up magic number
18335
18336commit 457178f418983041ea59df703a17513a47d17044
18337Author: Alex Deucher <alex@t41p.(none)>
18338Date:   Sun Oct 15 16:40:08 2006 -0400
18339
18340    Disable all ouputs on initial mode set.  The ones we want will get
18341    enabled by RADEONEnableDisplay().
18342
18343commit 3fb3f410931a13542fdd4c51c4c9ecada7b37d76
18344Author: Alex Deucher <alex@t41p.(none)>
18345Date:   Sun Oct 15 13:29:48 2006 -0400
18346
18347    Rework the output init code.  Divide into separate functions
18348    for each output.
18349
18350commit 45e13f3c8786e75276cce85de4af653713d9b4d8
18351Author: Alex Deucher <alex@t41p.(none)>
18352Date:   Sun Oct 15 13:18:01 2006 -0400
18353
18354    Remove paneloff option.  This is already covered by monitorlayout and
18355    shouldn't be needed with xrandr++.
18356    Also remove commented out Bioshotkey code.
18357
18358commit 4abb5b7afea8d37e95461335e52b16168e555dab
18359Author: Alex Deucher <alex@t41p.(none)>
18360Date:   Sun Oct 15 13:10:22 2006 -0400
18361
18362    Remove Bioshotkeys option.  Leave the bios as configured at boot.
18363    Most distros enable this option by defalt anyway, and with xrandr++
18364    it won't be an issue anyway.
18365
18366commit 2933140b5f1f8a6e270460d8918a14943bd0f174
18367Author: Michel Dänzer <michel@tungstengraphics.com>
18368Date:   Sun Oct 15 17:05:02 2006 +0200
18369
18370    radeon: Use xf86XVFillKeyHelperDrawable() when available.
18371
18372commit 4edbfb9eb952f9b3f5f597749192c17baf15cdce
18373Author: Michel Dänzer <michel@tungstengraphics.com>
18374Date:   Sun Oct 15 17:03:13 2006 +0200
18375
18376    radeon: Track screen damage all the time for page flipping.
18377    
18378    This way we don't ever have to forcedly synchronize the pages so we hopefully
18379    never clobber one page's contents when we shouldn't.
18380
18381commit c9c2ac2b42398f5bfad909f3289e2545bb7b3888
18382Author: Michel Dänzer <michel@tungstengraphics.com>
18383Date:   Sat Oct 14 15:49:22 2006 +0200
18384
18385    radeon: Don't try to synchronize pages when the CP isn't running.
18386    
18387    Also move the DamageEmpty() call into RADEONDRIRefreshArea().
18388
18389commit c19915a401ccf69046bed03c8d5067f2e72a094e
18390Author: Dave Airlie <airlied@linux.ie>
18391Date:   Fri Oct 6 09:55:40 2006 +1000
18392
18393    always turn on DAC for scanning the CRT connect.
18394    
18395    Ubuntu 63994 - myself and BenH discussed this as a good idea on irc
18396
18397commit b8547aa89f93a7fefbefb1c0d2743999930ac785
18398Author: Dave Airlie <airlied@linux.ie>
18399Date:   Wed Oct 4 01:44:24 2006 +1000
18400
18401    update version number to 6.6.99 in preparation for a 6.7 branch at some stage
18402
18403commit 23a6f97e08fd49e1cae03cd97cae67a5f06b7634
18404Author: Alex Deucher <alex@samba.(none)>
18405Date:   Tue Oct 3 13:48:09 2006 -0400
18406
18407    FP timing regs required for both internal and external TMDS
18408
18409commit 829be884702043fe4c9e349488d2585bf0561ae9
18410Author: Alex Deucher <alex@samba.(none)>
18411Date:   Tue Oct 3 13:41:21 2006 -0400
18412
18413    remove bogus registers
18414
18415commit cd900580dbc8928ebc28514162b4c1dbfe9fd5ae
18416Author: George Sapountzis <gsap7@yahoo.gr>
18417Date:   Tue Oct 3 00:32:22 2006 +0300
18418
18419    [mach64] Fix build for !defined(USE_EXA).
18420
18421commit 22860a3c0685a25f982983654303ad02aedc02ec
18422Author: George Sapountzis <gsap7@yahoo.gr>
18423Date:   Sun Jul 16 19:23:56 2006 +0300
18424
18425    Bug 6242: [mach64] Use private DMA buffers.
18426    
18427    Map the DMA buffers read-only. This eliminates a security problem where a
18428    client can alter the contents of the DMA buffer after submission to the DRM.
18429
18430commit cb53fe7c1e45937746e43437ae6adb0355306ae9
18431Author: Alex Deucher <alex@t41p.(none)>
18432Date:   Sun Oct 1 18:46:05 2006 -0400
18433
18434    fix LVDS plus internal TMDS
18435
18436commit 145c716de6d42778e447581578f3e4db13c9a653
18437Author: David Woodhouse <dwmw2@infradead.org>
18438Date:   Sun Oct 1 18:22:14 2006 +0200
18439
18440    Fix radeon vs fbdev pitch calculation.
18441    
18442    Fetch the correct displayWidth from fbdevhw after setting the mode.
18443
18444commit d43ad88fa3913437f6987ab5ab46a38f0cb555a8
18445Author: Michel Dänzer <michel@tungstengraphics.com>
18446Date:   Sat Sep 30 19:25:20 2006 +0200
18447
18448    radeon: Add support for page flipping with EXA.
18449    
18450    Also use the damage layer directly instead of via shadowfb and blit dirty
18451    rectangles to the second page in LeaveServer in order to try and improve the
18452    tradeoff between performance and correctness.
18453
18454commit 146ea328b7962f56c6ab47fbe2adc7561b36189c
18455Author: Michel Dänzer <michel@tungstengraphics.com>
18456Date:   Sat Sep 30 19:22:26 2006 +0200
18457
18458    radeon: Fix function name typo which could probably lead to an unresolved symbol.
18459    
18460    Also remove declaration of an unused variable.
18461
18462commit 6671c1b01bf29d8f1cacf9306ef658b967d8a3cf
18463Author: Michel Dänzer <michel@tungstengraphics.com>
18464Date:   Sat Sep 30 18:29:45 2006 +0200
18465
18466    radeon: Always call RADEONGetAccessibleVRAM().
18467    
18468    This fixes issues with Option "UseFBDev" and the new memmap code.
18469    
18470    OTOH, there is potential for this to break IGPs, but that's what Bugzilla and
18471    git-bisect are for...
18472
18473commit c979c7f87fc449cc9631820101edff82c3013e66
18474Author: Roland Scheidegger <rscheidegger_lists@hispeed.ch>
18475Date:   Sat Sep 30 15:14:42 2006 +0200
18476
18477    radeon: Check ROM more thoroughly before treating it as an x86 BIOS.
18478    
18479    This prevents the ROMs on some Mac cards getting treated as x86 BIOSen,
18480    resulting in garbage values.
18481
18482commit 37c114acbabe35881c39642e293519e2635907aa
18483Author: Michel Dänzer <michel@tungstengraphics.com>
18484Date:   Sat Sep 30 15:11:42 2006 +0200
18485
18486    Remove some dead code.
18487    
18488    Fix two compile warnings.
18489
18490commit 6d7b0763173f56050411d7bdf9a583b9bfc050c4
18491Author: Adam Jackson <ajax@benzedrine.nwnk.net>
18492Date:   Fri Sep 29 18:50:44 2006 -0400
18493
18494    Undo unintended configure.ac change.
18495    
18496    Dammit, git, grow a sensible UI already.
18497
18498commit f96ddd32d3a9e64dc0adec5c50386d6db5b182ee
18499Author: Ronald Wahl <rwahl@gmx.de>
18500Date:   Fri Sep 29 17:51:42 2006 -0400
18501
18502    Hook up DFP power to DPMS events.
18503
18504commit f6b42149c5a3fee663575fe6bbe78b62695bdbc8
18505Author: Alex Deucher <alex@samba.(none)>
18506Date:   Fri Sep 29 00:44:36 2006 -0400
18507
18508    tvdac handling was reversed between r200 and other chips
18509
18510commit c0660495080719c052d6393ede707755929102cd
18511Author: Dave Airlie <airlied@linux.ie>
18512Date:   Wed Sep 27 18:12:52 2006 +1000
18513
18514    radeon: check DDC info for both connectors not just the pScrn one.
18515    
18516    Otherwise we disable DDC before we've checked the CRT if LVDS is in use
18517
18518commit 5b98545618141e86164f3ce66469f9e16b1cf6d4
18519Author: Dave Airlie <airlied@linux.ie>
18520Date:   Wed Sep 27 18:10:30 2006 +1000
18521
18522    radeon: don't move connectors around if LVDS connector is connector 1
18523    
18524    On my laptop this allow me to plug or not plug a monitor without affecting
18525    my lvds
18526
18527commit 74c725bd86348b5bf9bba0c50e8a6a7885d7ff7b
18528Author: Dave Airlie <airlied@linux.ie>
18529Date:   Mon Sep 25 11:35:32 2006 +1000
18530
18531    radeon: cleanup some bits from superpatch
18532
18533commit 9827afaa40720a58e2fc029c0bf92ad2fe223d11
18534Merge: 10b4b46 ad8259c
18535Author: Dave Airlie <airlied@linux.ie>
18536Date:   Mon Sep 25 11:25:17 2006 +1000
18537
18538    Merge branch 'radeon-sp'
18539
18540commit ad8259c814629e741ed5567923f40879cc0c7051
18541Author: Dave Airlie <airlied@linux.ie>
18542Date:   Mon Sep 25 11:25:03 2006 +1000
18543
18544    radeon : add back tv-dac register write
18545
18546commit 10b4b46c16ff3748856b732f9a39de40ba197112
18547Author: Dave Airlie <airlied@linux.ie>
18548Date:   Mon Sep 25 09:08:47 2006 +1000
18549
18550    remove all CVS annotations from the ATI driver files
18551
18552commit 976dec04786e9b050945c290840b4cdc978c0b23
18553Author: Dave Airlie <airlied@linux.ie>
18554Date:   Mon Sep 25 09:00:21 2006 +1000
18555
18556    radeon: put back in reverseddc code
18557    
18558    BenH claims it is needed, agd5f can fix it up later if it isn't.
18559
18560commit 980fb2f6bd7641c8c57769b0c67e3561903e89a9
18561Author: Dave Airlie <airlied@linux.ie>
18562Date:   Sat Sep 23 08:31:56 2006 +1000
18563
18564    radeon: add some missing bits of superpatch for crtc registers
18565
18566commit 1ba4f36821e60289cad937abbb0edb273c88436c
18567Author: Dave Airlie <airlied@linux.ie>
18568Date:   Sat Sep 23 08:25:42 2006 +1000
18569
18570    radeon: finish radeon_driver.c import for register changes
18571
18572commit 547543bbefe605a453bfa5ae6d063ae02c5f040e
18573Author: Alex Deucher <alexdeucher@gmail.com>
18574Date:   Sat Sep 23 08:21:59 2006 +1000
18575
18576    radeon: re-organise FP and CRTC register setting routines
18577
18578commit fd978140bcb7670f28c684c06c2b6c611c26bef4
18579Author: Dave Airlie <airlied@linux.ie>
18580Date:   Sat Sep 23 08:09:57 2006 +1000
18581
18582    radeon: initial CRTC register setting alignment
18583
18584commit 406f4911e7ce821002c111d6bcdec35f5b56c943
18585Author: Dave Airlie <airlied@linux.ie>
18586Date:   Sat Sep 23 07:59:24 2006 +1000
18587
18588    radeon: setup the radeon init function to use secondary
18589
18590commit 452f0f8079d65679905ed5178a256534ef0db0e4
18591Author: Dave Airlie <airlied@linux.ie>
18592Date:   Sat Sep 23 07:41:57 2006 +1000
18593
18594    radeon: bring over final set of changes for radeon_display.c from susperpatch
18595    
18596    This brings over Alex's final set of changes...
18597    
18598    i'm unsure about the disappearance of reverseddc - alex to review
18599
18600commit a8b9aa69259a0706d0688d2656ece5a292799242
18601Author: Dave Airlie <airlied@linux.ie>
18602Date:   Sat Sep 23 07:38:25 2006 +1000
18603
18604    radeon: align tabs and make display detection like superpatch
18605
18606commit 8d4ae98c528a2309dc3c545893dbba2e7f76916c
18607Author: Dave Airlie <airlied@linux.ie>
18608Date:   Sat Sep 23 07:26:44 2006 +1000
18609
18610    radeon: align some output with superpatch
18611
18612commit 65b54847c5e79b2ec3cb1a08b265229443c9deb9
18613Author: Dave Airlie <airlied@linux.ie>
18614Date:   Sat Sep 23 07:22:31 2006 +1000
18615
18616    radeon: change function name to Displays rather than Monitors
18617
18618commit 7e16d9fff96dcdff8c25dbbe2a51be0023b7985a
18619Author: Dave Airlie <airlied@linux.ie>
18620Date:   Sat Sep 23 07:21:15 2006 +1000
18621
18622    radeon: make GetConnectedMonitors a static void
18623
18624commit 6f63b3dc8b3e2299f5f02abc1c565176d2d46cee
18625Author: Dave Airlie <airlied@linux.ie>
18626Date:   Sat Sep 23 07:19:43 2006 +1000
18627
18628    radeon: some minor alignments and cleanups for info->
18629
18630commit c9f3ced3b1c194cacf1ab9436ee6c2d4efd3a8e9
18631Author: Alex Deucher <alexdeucher@gmail.com>
18632Date:   Sat Sep 23 07:16:10 2006 +1000
18633
18634    radeon: add reverse display option to switch displays on non-mobility cards
18635
18636commit e752443c540d9a94522050c61ef7c33d912fece5
18637Author: Dave Airlie <airlied@linux.ie>
18638Date:   Fri Sep 22 07:10:10 2006 +1000
18639
18640    radeon: flesh out mapcontrollers
18641
18642commit 7a0e4eb47655c4701fc3a4b33b6c8e9f378ccc9e
18643Author: Dave Airlie <airlied@linux.ie>
18644Date:   Fri Sep 22 07:05:56 2006 +1000
18645
18646    radeon: add some info to the map controllers
18647
18648commit 75bf69c868be6164d0041a32f52244f1ef83e050
18649Author: Dave Airlie <airlied@linux.ie>
18650Date:   Fri Sep 22 07:03:52 2006 +1000
18651
18652    radeon: add simple map controllers call
18653
18654commit 8ba5abd1329347c7fbf4b4d09c95da0d23b4884a
18655Author: Dave Airlie <airlied@linux.ie>
18656Date:   Fri Sep 22 06:58:41 2006 +1000
18657
18658    radeon: move comment
18659
18660commit e8d77b7c36fa791a2350a6f4b15728b15d8f3de0
18661Author: Dave Airlie <airlied@linux.ie>
18662Date:   Fri Sep 22 06:55:51 2006 +1000
18663
18664    radeon: refactor blank/unblank
18665
18666commit 8534723f5710e2916b4a22efe22a6b7365cc8db6
18667Author: Alex Deucher <alexdeucher@gmail.com>
18668Date:   Fri Sep 22 06:36:03 2006 +1000
18669
18670    radeon: make DVI_I default connector
18671
18672commit d7fc79fd9f094ac462de0883af7e6030cb6195a6
18673Author: Dave Airlie <airlied@linux.ie>
18674Date:   Fri Sep 22 06:35:34 2006 +1000
18675
18676    radeon: add enable display function
18677
18678commit 4a54886d510f26b29d27e5c9a73647554291b1a6
18679Merge: 70264d6 9fa176c
18680Author: Dave Airlie <airlied@linux.ie>
18681Date:   Fri Sep 22 06:00:04 2006 +1000
18682
18683    Merge branch 'master' into radeon-spm1
18684    
18685    Conflicts:
18686    
18687    	src/radeon_driver.c
18688
18689commit 9fa176c7989030e7340cc9b85d0b6a7b34303091
18690Author: Alex Deucher <alex@samba.(none)>
18691Date:   Tue Sep 19 13:58:17 2006 -0400
18692
18693    Provide all resolutions (instead only the largest one) in MergedFB clone
18694    mode without config file (Henry Zhao)
18695
18696commit e742aeb28c7d9d6e75932c408bcc7c44af52e303
18697Author: Alex Deucher <alex@samba.(none)>
18698Date:   Tue Sep 19 13:45:33 2006 -0400
18699
18700    fix large negative refresh rates with mergedfb (Henry Zhao)
18701    fixes bug 6966
18702
18703commit 9c0c805704f1df1b66adc2a6b9313597ae5b86cc
18704Author: Dave Airlie <airlied@linux.ie>
18705Date:   Mon Sep 18 19:41:21 2006 +1000
18706
18707    radeon: fix rn50 memmap
18708    
18709    This should fixup the rn50/m6/m7 memory map problem that has been reported
18710    since BenH's memory mapping changes
18711
18712commit 70264d645724718a48ca229fedc04e33681b7d31
18713Author: Dave Airlie <airlied@starflyer-ubuntu.(none)>
18714Date:   Mon Sep 18 09:56:25 2006 +1000
18715
18716    radeon; put back old TV DAC code for now
18717
18718commit 53eb843ad8ec5a292dff0844330ecfa9b7b2a0cb
18719Author: Dave Airlie <airlied@starflyer-ubuntu.(none)>
18720Date:   Mon Sep 18 07:55:21 2006 +1000
18721
18722    radeon: move code around in InitCrtcRegisters
18723
18724commit bcae4352079109a9dd16117bf9ec19dd215180bf
18725Author: Dave Airlie <airlied@starflyer-ubuntu.(none)>
18726Date:   Mon Sep 18 07:33:48 2006 +1000
18727
18728    radeon: cleanup DPMS set on/off code to use new controller structure
18729
18730commit 87622f56b3dd7e2d2f00ad71e5b569eac31fb2b1
18731Author: Dave Airlie <airlied@starflyer-ubuntu.(none)>
18732Date:   Mon Sep 18 07:15:54 2006 +1000
18733
18734    radeon: cleanup DacPowerSet
18735
18736commit a417fa081926b2f84e2cbdc355cc7462d1ebdfad
18737Author: Dave Airlie <airlied@starflyer-ubuntu.(none)>
18738Date:   Mon Sep 18 07:15:41 2006 +1000
18739
18740    radeon: fixup InitFPRegisters function call to not pass info
18741
18742commit 8bff57a938e92dfc8729e40f7aa9ad9a96262131
18743Author: Dave Airlie <airlied@starflyer-ubuntu.(none)>
18744Date:   Mon Sep 18 07:02:35 2006 +1000
18745
18746    radeon: copy of overupdated bios hotkeys code from Alex
18747
18748commit 76352c684d5e840c9f7ac0781e3ecb32951b32db
18749Author: Dave Airlie <airlied@starflyer-ubuntu.(none)>
18750Date:   Mon Sep 18 06:54:28 2006 +1000
18751
18752    radeon: minor cleanup of masking for crtc registers
18753
18754commit a7b97697ed13ac25844890439ffba31524e03a16
18755Author: Dave Airlie <airlied@starflyer-ubuntu.(none)>
18756Date:   Mon Sep 18 06:53:23 2006 +1000
18757
18758    radeon: initialise controller structures
18759
18760commit 362ee3778764633cb4c9388aa329c5b715885038
18761Author: Dave Airlie <airlied@starflyer-ubuntu.(none)>
18762Date:   Mon Sep 18 06:41:14 2006 +1000
18763
18764    radeon: move InitFPRegisters up to align with superpatch
18765
18766commit 11fb9a14741746c752b0001c1b1d39a54e69657a
18767Author: Dave Airlie <airlied@starflyer-ubuntu.(none)>
18768Date:   Mon Sep 18 06:35:50 2006 +1000
18769
18770    radeon: add tv dac adj lookup
18771
18772commit a15ac59c4d1a15380910be2a7438111b09161c81
18773Author: Dave Airlie <airlied@starflyer-ubuntu.(none)>
18774Date:   Mon Sep 18 06:35:28 2006 +1000
18775
18776    radeon: re-add ATI patch for rn50 modes
18777
18778commit d80ea2d67b63ea2f2ce0277952af186b69b19e7d
18779Author: Dave Airlie <airlied@starflyer-ubuntu.(none)>
18780Date:   Mon Sep 18 06:30:30 2006 +1000
18781
18782    radeon: re-add DAC power on/off code around detect
18783
18784commit 0a93936f9f048b8837f1c765fea7ccb61f072697
18785Author: Dave Airlie <airlied@starflyer-ubuntu.(none)>
18786Date:   Mon Sep 18 06:25:15 2006 +1000
18787
18788    radeon: restore secondary head behaviour
18789
18790commit 6da5a0bfdedb2062ec835f45514c22917abdcf4c
18791Author: Alex Deucher <alexdeucher@gmail.com>
18792Date:   Mon Sep 18 06:16:58 2006 +1000
18793
18794    radeon: move to using Alex's controller structure
18795
18796commit cd1bc1d1febf0a79d835c7dc8b353123278dec51
18797Author: Alex Deucher <alexdeucher@gmail.com>
18798Date:   Mon Sep 18 02:44:09 2006 +1000
18799
18800    radeon: add save/restore of some new registers
18801    
18802    move some registers about
18803
18804commit 9b5c4cf8a98b0c20bb821f5003495481fbd0c10c
18805Author: Alex Deucher <alexdeucher@gmail.com>
18806Date:   Mon Sep 18 02:28:32 2006 +1000
18807
18808    radeon: add pre init controller function
18809
18810commit 311e776c4429485d29aaf11d350cab8e6fe7564b
18811Author: Alex Deucher <alexdeucher@gmail.com>
18812Date:   Mon Sep 18 02:21:49 2006 +1000
18813
18814    radeon: add missing tv-out registers to register list
18815
18816commit 65cb77c79c2c5cb536494200d4fba6815d7e771c
18817Author: Alex Deucher <alexdeucher@gmail.com>
18818Date:   Mon Sep 18 02:21:29 2006 +1000
18819
18820    radeon: restructure files along lines of Alex's superpatch
18821
18822commit 25fa71ca0a24190cc8be2e80769443e0e09303b3
18823Author: Henry Zhao <henryz@ati.com>
18824Date:   Mon Sep 18 03:15:54 2006 +1000
18825
18826    Power up DAC around check for CRT connectedness
18827
18828commit 39fcac431eba60adf2d4e357cfc811dbae36a4e1
18829Author: Henry Zhao <henryz@ati.com>
18830Date:   Mon Sep 18 03:09:43 2006 +1000
18831
18832    Bump up clock rate for ES1000 to allow higher resolutions
18833
18834commit 7d9e2b450f0fa42553156f57572a6dab70a0ea13
18835Author: Dave Airlie <airlied@starflyer-ubuntu.(none)>
18836Date:   Tue Sep 12 07:04:23 2006 +1000
18837
18838    radeon: this stops mergedfb working on my ATI M7 development board
18839    
18840    I've no idea what this is for, it came from an ATI codedrop and it may
18841    fix some laptop or production system, but it looks to me more like a dirty
18842    hack than a true fix, as I have an M7 which I need to specify CRT for the
18843    second head and it breaks mergedfb for me.
18844
18845commit ad1778eb1eb59de14ec309b99131931cbccf64e9
18846Author: Michel Dänzer <michel@tungstengraphics.com>
18847Date:   Sun Sep 10 23:32:44 2006 +0200
18848
18849    Revert "* [ Bug 6966 ] large negative refresh rates reported"
18850    
18851    This reverts caaed927a07ffbac68b08246185ef93c1e7bb98c commit.
18852    
18853    See https://bugs.freedesktop.org/show_bug.cgi?id=8137 .
18854
18855commit 6e92981b024b59c2237f949321f6b2591dada519
18856Author: Tilman Sauerbeck <tilman@code-monkey.de>
18857Date:   Sun Sep 3 21:11:10 2006 +0200
18858
18859    Removed the warning re. the r300 DRI driver status.
18860
18861commit caaed927a07ffbac68b08246185ef93c1e7bb98c
18862Author: Henry Zhao <henryz@localhost.localdomain>
18863Date:   Thu Aug 31 13:27:45 2006 -0700
18864
18865    * [ Bug 6966 ] large negative refresh rates reported
18866    * [ Bug 6309 ] radeon/r128 fails to read hsync/vsync rates when rang
18867    *              descriptor is missing
18868    * [ Bug 5473 ] Blank screen with Radeon Mobility X700 (Acer Ferrari 4005)
18869    * Reboot should not be needed for external CRT to function when connected
18870      later on Ferrari 4000
18871    * Modes need to be sorted, and sorted correctly
18872    * Provide all resolutions (instead only the largest one) in MergedFB clone
18873      mode without config file
18874    * Bump up clock rate for ES1000 to allow higher resolution
18875
18876commit 6d2028b84ff2b82c849b74776258f8e52c952e36
18877Author: Dave Airlie <airlied@linux.ie>
18878Date:   Fri Aug 25 10:05:44 2006 +1000
18879
18880    and of course it takes two commits to do a simple commit
18881
18882commit e90c6feddbcd719fda3bbc3d48fd55045e9d5adc
18883Author: Dave Airlie <airlied@linux.ie>
18884Date:   Fri Aug 25 09:59:58 2006 +1000
18885
18886    add changelog hook from nv driver
18887
18888commit 1e06212f792d1ed1f7545e16824b86fbd34fa284
18889Author: Adam Jackson <ajax@benzedrine.nwnk.net>
18890Date:   Thu Aug 24 19:52:30 2006 -0400
18891
18892    Enable CPIO in the atimisc driver on ia64 platforms.
18893    
18894    This fixes many mach64s, but potentially breaks mach32.  Mach64 is widespread
18895    on ia64 machines but PCI mach32's are quite rare on any platform.
18896
18897commit dfa47b09b5b8d7eeaa3f8ae629ebb3c7efb51511
18898Author: Adam Jackson <ajax@benzedrine.nwnk.net>
18899Date:   Thu Aug 24 19:50:46 2006 -0400
18900
18901    Disable DRI on xpress 200{,m} since we know it's broken.
18902
18903commit 1dcd9b1f75ba2307beb42556aa7f2f945171d5fb
18904Author: Adam Jackson <ajax@benzedrine.nwnk.net>
18905Date:   Thu Aug 24 19:42:26 2006 -0400
18906
18907    Disable DRI on RN50 in a more pleasant way.
18908    
18909    Rather than publish a non-existant driver name for RN50, just don't bother
18910    initializing it in the first place.
18911
18912commit 64b18e246586b1043a12f381a9d4c834464ed9b5
18913Author: Dave Airlie <airlied@linux.ie>
18914Date:   Fri Aug 25 09:40:04 2006 +1000
18915
18916    update version numbers for release
18917
18918commit be229d97e1f0282f2099c7ace7cb257a2738a58f
18919Author: Dave Airlie <airlied@linux.ie>
18920Date:   Fri Aug 25 09:39:46 2006 +1000
18921
18922    make colortiling default to on all cards
18923
18924commit 750ed51bc3d5119e2d2a91a05ae5a971dcd3b88a
18925Author: George Sapountzis <gsap7@yahoo.gr>
18926Date:   Mon Aug 7 17:09:02 2006 +0300
18927
18928    [mach64] RENDER support: drop caching DP_WRITE_MASK.
18929    
18930    Caching DP_WRITE_MASK causes artifacts, e.g. with evas_xrender_x11_test.
18931
18932commit b2beea2fa8949874d3d57fb9b43fe85cc08a8bff
18933Author: George Sapountzis <gsap7@yahoo.gr>
18934Date:   Sat Aug 5 18:36:24 2006 +0300
18935
18936    [mach64] RENDER support: save/restore, cache texture registers.
18937
18938commit 43aaed99950640c3695b3c2b91faabf00c6338a7
18939Author: George Sapountzis <gsap7@yahoo.gr>
18940Date:   Sat Aug 12 22:12:07 2006 +0300
18941
18942    [mach64] RENDER support (bug #6877).
18943    
18944    RENDER accleration is disabled by default. It is strongly recommended that the
18945    patch from bug #6772 and the 'exa-damagetrack branch' are merged in the xserver
18946    before enabling RENDER acceleration. To enable RENDER acceleration, add the
18947    following in xorg.conf:
18948    
18949    Section "Device"
18950            [...]
18951    
18952            Option          "AccelMethod"           "exa"
18953            Option          "RenderAccel"           "true"
18954    EndSection
18955
18956commit d113f40fd97408661193895ff3aa82262f100143
18957Author: Dave Airlie <airlied@linux.ie>
18958Date:   Sat Aug 12 17:16:33 2006 +1000
18959
18960    radeon: make some local data static
18961    
18962    This is inspired by a patch in XFree86 from David Dawes, it isn't the
18963    same as we have different gamma curves.
18964
18965commit a1da2b5e0a38feae01107676a76bdc5c185ad34b
18966Author: George Sapountzis <gsap7@yahoo.gr>
18967Date:   Sat Aug 5 03:18:34 2006 +0300
18968
18969    [mach64] Halve max w/h for hardware-accelerated operations.
18970    
18971    EXA hits these limits for some operations on offscreen pixmaps and GTPRO seems
18972    to support the reduced limits.
18973
18974commit a66c8d2f9855caa10142b39f155dd8232b1f2389
18975Author: George Sapountzis <gsap7@yahoo.gr>
18976Date:   Sat Aug 5 03:16:56 2006 +0300
18977
18978    [mach64] EXA: add memcpy-based UTS/DFS.
18979    
18980    EXA hits more optimized paths when it does not have to fallback because of
18981    missing UTS/DFS.
18982
18983commit 0fb8503d60cf646c91a806f9ed322f9ceff18baa
18984Author: George Sapountzis <gsap7@yahoo.gr>
18985Date:   Sat Aug 5 03:16:15 2006 +0300
18986
18987    [mach64] XAA: minor refactoring of memory manager setup.
18988    
18989    - DRI: factor out to separate function and add comments on layout
18990    - no DRI: factor out to separate function, maxScanlines is always equal to
18991      ATIMach64MaxY
18992
18993commit e203d86643d5d70bf18248712d05b72b79aee705
18994Author: George Sapountzis <gsap7@yahoo.gr>
18995Date:   Sat Aug 5 03:15:42 2006 +0300
18996
18997    [mach64] EXA support.
18998
18999commit dc1e289a611a17090e6dc7ae8a8d3f26d20df4eb
19000Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
19001Date:   Sat Jul 29 01:05:35 2006 +0300
19002
19003    Bug #6623: Fix I2C bus Mach64 initialisation failure.
19004
19005commit b377f403e0cd5253402ef3945e5944d1a2763a94
19006Author: Marc Aurele La France <tsi@xfree86.org>
19007Date:   Sat Jul 29 01:03:34 2006 +0300
19008
19009    Fix warnings for Option:1 bit fields.
19010
19011commit 91b8b0ca41ad0b9659f0982a05148cab8558e9d5
19012Author: Marc Aurele La France <tsi@xfree86.org>
19013Date:   Sat Jul 29 01:02:48 2006 +0300
19014
19015    Bug #807: copy throttling.
19016    
19017    Fix corruption associated with the engine randomly not waiting for a copy
19018    operation to commit its results.
19019
19020commit 7800407a2db4b7307192bf3b43fffb9c4748b9c0
19021Author: Marc Aurele La France <tsi@xfree86.org>
19022Date:   Sat Jul 29 01:00:56 2006 +0300
19023
19024    Bug #807: invalidate read-back cache.
19025    
19026    Fix corruption when scaling 1-pixel wide pixmaps, in which case the first CPU
19027    read of the framebuffer will return stale data.
19028    
19029    This bug always manifests itself in mach64 EXA (to be committed soon), with
19030    this patch mach64 EXA passes rendercheck.
19031
19032commit 49b11c540d37152eee4907ab30353ede01e4fb56
19033Author: George Sapountzis <gsap7@yahoo.gr>
19034Date:   Sat Jul 29 00:52:28 2006 +0300
19035
19036    Bug #807: split out TestRegisterCaching block for DP regs.
19037
19038commit 290c5aaa580428bc4748a47e4b9bcc22b90fc8d4
19039Author: George Sapountzis <gsap7@yahoo.gr>
19040Date:   Sat Jul 29 00:51:53 2006 +0300
19041
19042    Bug #807: split out TestRegisterCaching block for DP regs.
19043
19044commit fba8c839b47e2c8d6a6d65950c3431ff5b870aa0
19045Author: Michel Dänzer <michel@tungstengraphics.com>
19046Date:   Sun Jul 23 18:51:47 2006 +0200
19047
19048    Bug #6819: Fix broken rendering with *8b8g8r8 source formats.
19049    
19050    Use the corresponding texture formats with R200 family.
19051    
19052    Unfortunately, it looks like the R100 family can't accelerate these source
19053    formats, so we have to fall back for them.
19054
19055commit 60ebe97e2d5d27c2bf4213e201cef74503809cb6
19056Author: Tilman Sauerbeck <tilman@code-monkey.de>
19057Date:   Mon Jul 3 19:37:28 2006 +0200
19058
19059    Move variable declarations before statements to be C89 compatible
19060
19061commit 6900ff3c5e574881b1470e2363b200e99ab8bf3e
19062Author: Alex Williamson <alex.williamson@hp.com>
19063Date:   Mon Jul 3 13:09:47 2006 +0200
19064
19065    Bug #6872: Disable digital output while reading ROM with Radeon 7000.
19066    
19067    This is a workaround for ATI Radeon 7000 erratum F1.
19068
19069commit 920ac1f56fad6f48a30e65836ce054815f270738
19070Author: Michel Dänzer <michel@tungstengraphics.com>
19071Date:   Mon Jul 3 01:21:18 2006 +0200
19072
19073    Do even less cache flushing when the previous engine mode is known.
19074    
19075    OTOH, flush everything when the previous engine mode is unknown, and mark the
19076    engine mode as unknown in a couple more cases.
19077
19078commit dd0dd4bab76907b4b1b6d814f24e73e57d71f587
19079Author: Eric Anholt <anholt@freebsd.org>
19080Date:   Mon Jul 3 01:10:10 2006 +0200
19081
19082    Bug #6762: Remove gratuitous cache flushing.
19083
19084commit 22f165f290f57e638d198f24a37f62fc16b72bae
19085Author: Michel Dänzer <michel@tungstengraphics.com>
19086Date:   Mon Jul 3 00:39:45 2006 +0200
19087
19088    Build and warning fixes for !defined(USE_XAA).
19089
19090commit ea5105230c7c3519730b8d3c250e9ba9a4e4374a
19091Author: Michel Dänzer <michel@tungstengraphics.com>
19092Date:   Mon Jul 3 00:03:22 2006 +0200
19093
19094    Reserve HW cursor memory statically instead of from EXA offscreen.
19095    
19096    As a result, quite a bit of code can be removed that attempted to deal with the
19097    EXA offscreen memory disappearing, with varying success. Because the HW cursor
19098    memory is now always immediately after the front buffer and before the back
19099    buffer, this also fixes bug #6808.
19100    
19101    As the HW cursor memory is now reserved statically with EXA and XAA, change
19102    RADEONUseHWCursor() to check info->cursor instead of info->cursor_offset, for
19103    which 0 might become valid with HW cursor enabled in the future.
19104    
19105    Change info->cursor_offset from unsigned long to CARD32 as the corresponding
19106    register is 32 bits wide, and to avoid issues with printf.
19107
19108commit 66586f905857ea5bf37cb5d34949cd450a9ed067
19109Author: Michel Dänzer <michel@tungstengraphics.com>
19110Date:   Sun Jul 2 23:38:20 2006 +0200
19111
19112    Clean up some redundant code.
19113
19114commit 1159c85861dc507ebf323aca82e32fcc67726420
19115Author: Michel Dänzer <michel@tungstengraphics.com>
19116Date:   Sun Jul 2 18:24:28 2006 +0200
19117
19118    Bug #6548: Fix playback of interlaced video with more than 1023 lines.
19119    
19120    This will still break with 2048 lines...
19121
19122commit 11bedb7c845fc6074383890d5525315aebe05f2c
19123Author: Michel Dänzer <michel@tungstengraphics.com>
19124Date:   Sun Jul 2 17:03:23 2006 +0200
19125
19126    Bug #6939: Disable RENDER acceleration by default on RN50.
19127    
19128    Based on patch from Weixing Zhang, but still allows enabling it with Option
19129    "RenderAccel".
19130
19131commit 4a0c22e32901a510c7aad070be25c31519c284e3
19132Author: Weixing Zhang <anzhang@ati.com>
19133Date:   Sun Jul 2 16:55:25 2006 +0200
19134
19135    Bug #6939: Disable 3D acceleration on RN50 by setting invalid ClientDriverName.
19136
19137commit 9c4a1e3300d30b23806988aa9328fc6ef92e2663
19138Author: Frank Gevaerts <frank@gevaerts.be>
19139Date:   Thu Jun 29 18:21:22 2006 +0200
19140
19141    Fix build for !defined(USE_EXA).
19142
19143commit ee0544b670567491b7770f469a64a6cd85519ba1
19144Author: Michel Dänzer <michel@tungstengraphics.com>
19145Date:   Thu Jun 29 18:19:58 2006 +0200
19146
19147    Remove unused variables.
19148
19149commit 15c556f5a8c9069d3dd00ce139d46c39b7298951
19150Author: Michel Dänzer <michel@tungstengraphics.com>
19151Date:   Thu Jun 29 18:18:21 2006 +0200
19152
19153    Don't declare unused variables on __powerpc__ and __alpha__.
19154
19155commit 055ac2836ec0afd51cf554d043a59068c36a07d3
19156Author: Michel Dänzer <michel@tungstengraphics.com>
19157Date:   Thu Jun 29 18:14:45 2006 +0200
19158
19159    Fix strict aliasing violation flagged by gcc -Wall.
19160
19161commit 4b1904017caa976c138594a86e75feaf470e72b5
19162Author: Dave Airlie <airlied@linux.ie>
19163Date:   Mon Jun 26 20:34:34 2006 +1000
19164
19165    radeon: force CP and VIP clocks on some r300 and rv100 chips.
19166    
19167    fglrx appears to do this on r300 and Jerome Glisse has spent most of his
19168    life tracking down what caused the 9800 to lockup. This is my attempt to
19169    fix this. Please report if it works for you.
19170    
19171    Signed-off-by: Dave Airlie <airlied@linux.ie>
19172
19173commit c5d8c8db3e75976687bfb364f0a7b235c7ae8793
19174Author: Michel Dänzer <michel@tungstengraphics.com>
19175Date:   Sat Jun 24 16:01:19 2006 +0200
19176
19177    Bug #7274: Fix corruption with 'small' accelerated DownloadFromScreen transfers.
19178
19179commit f25ba3dc0e7850f0b1b78f54c0e7211bf2e81b3a
19180Author: Tilman Sauerbeck <tilman@code-monkey.de>
19181Date:   Fri Jun 16 11:38:18 2006 +0200
19182
19183    Remove obsolete FIXME.
19184
19185commit 764013ec61b9043f1487513658e374569f7154a9
19186Author: Tilman Sauerbeck <tilman@code-monkey.de>
19187Date:   Fri Jun 16 10:56:02 2006 +0200
19188
19189    Use AC_CHECK_HEADER() to check for exa.h
19190
19191commit 3c701d49b3eb7adb82267cec53163e475913aca3
19192Author: Tilman Sauerbeck <tilman@code-monkey.de>
19193Date:   Fri Jun 16 09:59:29 2006 +0200
19194
19195    Use AC_MSG_RESULT() instead of echo for check results.
19196
19197commit dbef62615f38aebf4cdc579e3b26a7e7c719abc4
19198Author: Tilman Sauerbeck <tilman@code-monkey.de>
19199Date:   Fri Jun 16 08:50:49 2006 +0200
19200
19201    conditionally declare pPCI and PciReg, too
19202
19203commit a01c01787cfbe3706ae7747cde1657abd79ecdaa
19204Author: Michel Dänzer <michel@tungstengraphics.com>
19205Date:   Wed Jun 21 09:38:47 2006 +0200
19206
19207    Bug #7283: Build fixes for !defined(XF86DRI).
19208    
19209    Thanks to Matthieu Herrb for pointing out some of these.
19210
19211commit 79d1c573133e64ddf4446b6bb0eaab4a5a6c73ab
19212Author: Michel Dänzer <michel@tungstengraphics.com>
19213Date:   Sun Jun 18 17:39:09 2006 +0200
19214
19215    Implement accelerated EXA DownloadFromScreen hook.
19216    
19217    x11perf -getimage numbers only increase by about 20-30% on my PowerBook with an
19218    M9, but by about 100 times(!) with a PCIe X550. I suspect the former could
19219    perform better with PCI as opposed to AGP transfers, which would also remove
19220    the need to disable this by default with AGP.
19221
19222commit 2bcdc7cfd013bd457d35f927390e5cc3544f30f1
19223Author: Michel Dänzer <michel@tungstengraphics.com>
19224Date:   Sun Jun 18 16:01:00 2006 +0200
19225
19226    Remove #include <fbdevhw.h>, not used here.
19227
19228commit 25a5ccb63a9e3074b4c8eaf48844877d84ff76bb
19229Author: Michel Dänzer <michel@tungstengraphics.com>
19230Date:   Sun Jun 18 15:26:55 2006 +0200
19231
19232    Prefer visuals with stencil when it's hardware acclerated.
19233    
19234    Also make the formatting of the if statements consistent.
19235
19236commit 8fcc436f19f9c1371295af2d0c45608fb43c584b
19237Author: Michel Dänzer <michel@tungstengraphics.com>
19238Date:   Sun Jun 18 15:16:08 2006 +0200
19239
19240    Take part of the blame for the radeon driver.
19241
19242commit c8366d7b457565a06acdf6b40c5448c7f13f1641
19243Author: Michel Dänzer <michel@tungstengraphics.com>
19244Date:   Sun Jun 18 14:24:14 2006 +0200
19245
19246    Add Option "DepthBits".
19247    
19248    This allows getting higher depth buffer precision and stencil hardware
19249    acceleration in depth 16 or saving some video RAM at the cost of these features
19250    in depth 24.
19251
19252commit 23a21d00db6f3b88b54c44648f968018a03677d3
19253Author: Tilman Sauerbeck <tilman@code-monkey.de>
19254Date:   Fri Jun 16 16:37:07 2006 +1000
19255
19256    [PATCH] move the declaration of pMach64 into the correct ifndef statement
19257    Signed-off-by: Tilman Sauerbeck <tilman@code-monkey.de>
19258    Signed-off-by: Dave Airlie <airlied@linux.ie>
19259
19260commit c6b33db9d2c751e34c2152b0bb7e0e84a812589f
19261Author: Dave Airlie <airlied@linux.ie>
19262Date:   Fri Jun 16 16:22:03 2006 +1000
19263
19264    ati: prepare for release
19265    
19266    Update some versions for release
19267
19268commit 9c534b5330534fc6cf392936a9b200a5128c787c
19269Author: Michel Dänzer <michel@tungstengraphics.com>
19270Date:   Thu Jun 15 16:09:55 2006 +0200
19271
19272    Some more ignores.
19273
19274commit 3d68698647fb17a6f5ae9a225f552cb0130fa946
19275Author: Michel Dänzer <michel@tungstengraphics.com>
19276Date:   Thu Jun 15 16:07:15 2006 +0200
19277
19278    Fix semantic glitches pointed out by gcc -Wall.
19279    
19280    The radeon driver builds warning-free with gcc -Wall here now.
19281
19282commit ab2b48e0df328fd08a2412911126b3184a601aea
19283Author: Michel Dänzer <michel@tungstengraphics.com>
19284Date:   Thu Jun 15 16:06:13 2006 +0200
19285
19286    Remove another unused variable.
19287
19288commit 56bd5a370472663af5607cd327f757367b238db0
19289Author: Michel Dänzer <michel@tungstengraphics.com>
19290Date:   Thu Jun 15 15:35:05 2006 +0200
19291
19292    Fix some more cosmetic warnings.
19293
19294commit ec93e08b24f7c0e583970d08bfe18ad142e6b047
19295Merge: 051c49d 6ca9862
19296Author: Michel Dänzer <michel@tungstengraphics.com>
19297Date:   Thu Jun 15 15:03:27 2006 +0200
19298
19299    Merge branch 'master' of ssh+git://git.freedesktop.org/git/xorg/driver/xf86-video-ati
19300
19301commit 6ca986242c80bcfe7ca2d435a772bbdf034892c4
19302Author: Dave Airlie <airlied@linux.ie>
19303Date:   Thu Jun 15 21:24:46 2006 +1000
19304
19305    remove unused variable
19306
19307commit 9a5f5bc0d3f5e62b79355993ca6246382394daee
19308Author: Dave Airlie <airlied@linux.ie>
19309Date:   Thu Jun 15 21:24:16 2006 +1000
19310
19311    remove all printf specifier warnings on Linux
19312
19313commit 051c49d0f002c72d1d8f15f6df264d8b093d4e95
19314Merge: a840afc dfac819
19315Author: Michel Dänzer <michel@tungstengraphics.com>
19316Date:   Thu Jun 15 13:10:44 2006 +0200
19317
19318    Merge branch 'master' of ssh+git://git.freedesktop.org/git/xorg/driver/xf86-video-ati
19319
19320commit dfac8191dbda29ef7f6ce33d7356fee89c17d59b
19321Author: Dave Airlie <airlied@linux.ie>
19322Date:   Thu Jun 15 21:05:16 2006 +1000
19323
19324    fix last ati*.[ch] format specifiers
19325
19326commit 33525540f3a9d6760c6edcfe765d2a004a6b894f
19327Author: Dave Airlie <airlied@linux.ie>
19328Date:   Thu Jun 15 21:03:01 2006 +1000
19329
19330    fix more printf formats
19331
19332commit 6bcf6f29af24b6725e097dd72af8e8b9f6d0676c
19333Author: Dave Airlie <airlied@linux.ie>
19334Date:   Thu Jun 15 20:59:33 2006 +1000
19335
19336    some more unused variable cleanups
19337
19338commit a840afc75a0453b4694e3f987ebdbddc6844a169
19339Merge: c90c49d d511ef4
19340Author: Michel Dänzer <michel@tungstengraphics.com>
19341Date:   Thu Jun 15 12:46:58 2006 +0200
19342
19343    Merge branch 'master' of ssh+git://git.freedesktop.org/git/xorg/driver/xf86-video-ati
19344
19345commit d511ef486a15b582e5d1708a17a00701f5cf1ccd
19346Author: Dave Airlie <airlied@linux.ie>
19347Date:   Thu Jun 15 20:39:22 2006 +1000
19348
19349    ati/r128: add includes to get C function decls
19350    
19351    Also fix a void pointer cast
19352
19353commit f46c3bebe821ee0031770d98d04bd406d1abb9ed
19354Author: Dave Airlie <airlied@linux.ie>
19355Date:   Thu Jun 15 20:34:56 2006 +1000
19356
19357    fix some more unused variables and bad parameter passing
19358
19359commit 6c3f81683abab8ff6b8f2fcaf01a2a1a63af5ef6
19360Author: Dave Airlie <airlied@linux.ie>
19361Date:   Thu Jun 15 20:25:00 2006 +1000
19362
19363    ati: fix -Wall in atidri.c
19364    
19365    atidri.c has some parameter passing bugs, fixed those and cleaned other
19366    warnings.
19367
19368commit 58c6aac0669101481ef6b8217e5cede4573ece42
19369Author: Dave Airlie <airlied@linux.ie>
19370Date:   Thu Jun 15 19:58:11 2006 +1000
19371
19372    theatre: fix all -Wall warnings in theatre*
19373    
19374    This fixes all the warnings, it doesn't clean up the horrible mess that is
19375    theatre*.[ch].
19376
19377commit c90c49da3844f93d2d29070b15bb7def72b98b0f
19378Author: Michel Dänzer <michel@tungstengraphics.com>
19379Date:   Thu Jun 15 10:29:46 2006 +0200
19380
19381    Collapse .gitignore files into single toplevel file, sorted with LC_ALL=C.
19382    
19383    Suggested by Keith Packard.
19384
19385commit b7a3e4c9b33f72ae447f99c0c765f24fce988142
19386Author: Michel Dänzer <michel@tungstengraphics.com>
19387Date:   Thu Jun 15 09:45:12 2006 +0200
19388
19389    Fix some implicit function declarations.
19390
19391commit 556ddc9c41020271e92389a3900d097ec443c625
19392Author: Michel Dänzer <michel@tungstengraphics.com>
19393Date:   Thu Jun 15 09:30:43 2006 +0200
19394
19395    .cvsignore -> .gitignore
19396
19397commit 4708327969a21fc171dcd80a1b506028cc8e4f90
19398Author: Dave Airlie <airlied@linux.ie>
19399Date:   Thu Jun 15 07:37:03 2006 +1000
19400
19401    ati: remove Changelog from ATI driver.
19402
19403commit ecbec8379c24bd6c16ced674d5e6affcd3985e46
19404Author: Michel Daenzer <michel@daenzer.net>
19405Date:   Thu Jun 8 17:29:12 2006 +0000
19406
19407    Bug #5678: Fix setting of transfer mode for AGPv3 devices (Tilman
19408        Sauerbeck).
19409
19410commit 874ff105bc63c4fc242fbabaec04fde2cb81fdd4
19411Author: Daniel Stone <daniel@fooishbar.org>
19412Date:   Sat Jun 3 10:50:33 2006 +0000
19413
19414    Bug #1889: Stop the CCE before an engine reset. (Conn)
19415
19416commit f9db5595fe4d62c54b3a501b2af64b4e2b7035cd
19417Author: Michel Daenzer <michel@daenzer.net>
19418Date:   Sun May 21 14:33:34 2006 +0000
19419
19420    Derive ATI_VERSION_{MAJOR,MINOR,PATCH} from package version in order to
19421        hopefully confuse bug triagers a little less.
19422
19423commit 25ba85cab8b3d831da646fef19f01769410fc958
19424Author: Alex Deucher <agd5f@yahoo.com>
19425Date:   Wed May 10 02:46:37 2006 +0000
19426
19427    - remove obsolete option "OverlayOnCRT2" (bug 6488)
19428
19429commit ede75fe2b1850a4d9f03c724b7c1d1ed65e60f2f
19430Author: Michel Daenzer <michel@daenzer.net>
19431Date:   Tue May 9 14:40:23 2006 +0000
19432
19433    Drop support for radeon DRM <= 1.7. The 2.4 kernel has version 1.7, and
19434        various problems up to system hangs on X server startup have been
19435        reported with that and DRI enabled.
19436
19437commit bc93a46c4fe499f23b9c0ff52e2e36b4c587f7d6
19438Author: Michel Daenzer <michel@daenzer.net>
19439Date:   Mon May 8 09:29:34 2006 +0000
19440
19441    Bugzilla #4640 <https://bugs.freedesktop.org/show_bug.cgi?id=4640> Patch
19442        #5273 <https://bugs.freedesktop.org/attachment.cgi?id=5273>:
19443    Add cases for FOURCC_RGBA32 and FOURCC_RGB24. This prevents clients from
19444        receiving incorrect data sizes with these formats. (Jan Schmidt)
19445
19446commit 2b0cdd9448a24ea067b0d78f319b99c1041df2e0
19447Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
19448Date:   Wed May 3 04:25:27 2006 +0000
19449
19450    Enable decoding of version 4 TMDS PLL config tables, they actually work,
19451        the problem in the comment only concerned pre-production cards that Hui
19452        tested apparently. Also set back the default value to what it was
19453        initially, fixes some more cards that don't have a proper table (Mac
19454        Mini for example)
19455
19456commit 36c04b88416905b9ae305583e8e34fefdbfafc50
19457Author: Michel Daenzer <michel@daenzer.net>
19458Date:   Mon May 1 17:49:41 2006 +0000
19459
19460    Bugzilla #6755 <https://bugs.freedesktop.org/show_bug.cgi?id=6755> Patch
19461        #5536 <https://bugs.freedesktop.org/attachment.cgi?id=5536>:
19462    Change HostDataBlit interface to take dst_offset_pitch and coordinates
19463        instead of just a destination pointer, as the latter is not sufficient
19464        with tiling. Also, use HW clipping to avoid overwriting destination
19465        data outside of the specified width.
19466    Adapt to new HostDataBlit interface. This fixes corruption with
19467        UploadToScreen to the front buffer (from exaPutImage).
19468
19469commit b90d3710e67caad0686efab491c2b76ae877920c
19470Author: Michel Daenzer <michel@daenzer.net>
19471Date:   Sat Apr 29 21:30:23 2006 +0000
19472
19473    Bugzilla #1992 <https://bugs.freedesktop.org/show_bug.cgi?id=1992> Patch
19474        #4988 <https://bugs.freedesktop.org/attachment.cgi?id=4988>: Fix Option
19475        "DisplayPriority" "HIGH" for R300 family.
19476
19477commit 30f3ce5c5ba205a23748def11de019ee727897f3
19478Author: Michel Daenzer <michel@daenzer.net>
19479Date:   Sat Apr 29 20:34:57 2006 +0000
19480
19481    Properly de-initialize EXA driver data, so EXA can be initialized again in
19482        the next generation.
19483
19484commit d705429c230c9cc1645ae540a51dba62cae9f23e
19485Author: Michel Daenzer <michel@daenzer.net>
19486Date:   Sat Apr 29 20:18:48 2006 +0000
19487
19488    Fix tests for (un)forcing HW cursor. The broken tests caused problems when
19489        switching to console with 3D clients running.
19490
19491commit 6142cb079d4a5844e4863c800baf4ae19c636af5
19492Author: Michel Daenzer <michel@daenzer.net>
19493Date:   Sat Apr 29 20:12:38 2006 +0000
19494
19495    Prefer double-buffered visuals. As a consequence, the root window's visual
19496        is double-buffered by default, which is desirable in a number of
19497        situations, in particular when running a GLX compositing manager with
19498        AIGLX.
19499
19500commit eb841974d041b19461b7fb726687df8938b2e39b
19501Author: Eric Anholt <anholt@freebsd.org>
19502Date:   Fri Apr 28 02:55:08 2006 +0000
19503
19504    Bug #6761: Fix font rendering in non-DRI mode by replacing RB2D_DSTCACHE_*
19505        with RB3D_DSTCACHE_*. The RB2D versions are read-only mirrors of the
19506        RB3D. This is masked when DRI is enabled because the DRM uses the right
19507        registers in its flushing.
19508
19509commit 85e2ee6de6fd347aad66785ec7119f92013cd994
19510Author: Dave Airlie <airlied@linux.ie>
19511Date:   Wed Apr 26 08:38:47 2006 +0000
19512
19513    Make the ATI driver use the PCI BAR size to determine the MMIO register
19514        aperture size. Otherwise it tries to overmap things if they are up near
19515        the end of memory.
19516
19517commit 13b19edf5accb7427436d3f0b1c9a9efb4fe98fa
19518Author: Eric Anholt <anholt@freebsd.org>
19519Date:   Wed Apr 26 07:26:15 2006 +0000
19520
19521    Add support for some component-alpha operations (InReverse, OutReverse)
19522        necessary for testing upcoming general component alpha acceleration
19523        assistance in EXA. Tested with rendercheck on an r100.
19524
19525commit 44a45bcb82d49349f4fdfae3e4b8f24f98d99b46
19526Author: Eric Anholt <anholt@freebsd.org>
19527Date:   Tue Apr 25 23:31:56 2006 +0000
19528
19529    Use a CPPFLAGS with XORG_CFLAGS so that the exa test can actually find its
19530        headers and not fail. Also correct some nearby spelling.
19531
19532commit cc1825b503ce7e785cbb4611fd177477a1081b6e
19533Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
19534Date:   Mon Apr 24 07:44:52 2006 +0000
19535
19536    Fix enabling of external VGA output on some cards with dual entity setup
19537        instead of MergedFB. This was broken due to bogus manipulations of a
19538        register between the 2 entities. This fix is a big "violent" in that it
19539        always enables the analog output regardless of what is plugged. It
19540        should work though (at the expense of some additional power
19541        consumption). A proper fix should be easy to do once Alex gets his
19542        output mapping rework in.
19543
19544commit a66145bc9d487f7e19237cf292f12750cb959f61
19545Author: Dave Airlie <airlied@linux.ie>
19546Date:   Fri Apr 21 00:38:44 2006 +0000
19547
19548    Bugzilla 6672: fix interrupts on radeon since memmap changes
19549
19550commit f1f057df9aaba42986d9e20afe6f609a90318333
19551Author: Dave Airlie <airlied@linux.ie>
19552Date:   Fri Apr 21 00:34:43 2006 +0000
19553
19554    Add support for backing up the PCIE GART table on VT switch. This makes
19555        suspend/resume work a lot better on PCIE cards.
19556
19557commit 31396df3b0101571bb85a4a66b67f5a8b0c992a9
19558Author: Adam Jackson <ajax@nwnk.net>
19559Date:   Sat Apr 8 01:19:17 2006 +0000
19560
19561    Bump to 6.6.0 and release. This module's versioning is completely screwed,
19562        so until we split out mach64/r128/radeon please just increment the
19563        package number whenever you make significant changes.
19564
19565commit d706f494ed22afd369991e8c75a2d4f5aed15305
19566Author: Aaron Plattner <aplattner@nvidia.com>
19567Date:   Fri Apr 7 23:06:02 2006 +0000
19568
19569    Add a DrawablePtr argument to the XV functions to pave the way for
19570        redirected video.
19571
19572commit f94685aec26b65f60c00a4b1bcd8f26bd80eb6e4
19573Author: Eric Anholt <anholt@freebsd.org>
19574Date:   Tue Apr 4 07:42:36 2006 +0000
19575
19576    Bug #5632: Fix up ati.4 to explain that it is a wrapper driver for the
19577        other three. While here, touch up radeon.4, and add an authors list
19578        gleaned from checking copyright headers.
19579
19580commit 58c9b1d84f514755945e7a0d25fd5530af34ce95
19581Author: Eric Anholt <anholt@freebsd.org>
19582Date:   Sun Apr 2 21:45:12 2006 +0000
19583
19584    Add missing .cvsignore lines.
19585
19586commit f1ce6170ef21e1f9769337c3138cd8d65c33e40a
19587Author: Alex Deucher <agd5f@yahoo.com>
19588Date:   Sat Apr 1 23:02:40 2006 +0000
19589
19590    - Fix dpi when switching from clone to dualhead with MergedFB.
19591    - Add ConstantDPI option to force a particlar dpi across mode changes Both
19592        based on Thomas Winischhofer's sis code.
19593
19594commit 607f18cfbfc2a7b5509f8b567bf510fce31b361e
19595Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
19596Date:   Mon Mar 27 06:12:57 2006 +0000
19597
19598    Fix a regression of my latest fix that broke color tiling on some setups.
19599        RADEONRestoreMemMapRegisters() must not clear CRTC_OFFSET_CNTL and
19600        friends unconditionally but only when there is a map change or it will
19601        clear them after the DRI updates the AGP location, thus turning tiling
19602        back off on the CRTC. Also remove a duplicate call to
19603        RADEONInitCommonRegisters().
19604
19605commit bf1c4471137f10b7de9d79519ca2240058997e18
19606Author: Roland Scheidegger <rscheidegger_lists@hispeed.ch>
19607Date:   Thu Mar 23 18:04:17 2006 +0000
19608
19609    commit the actual changes instead of just the Changelog...
19610
19611commit aa5fff9bae4818bbf99e8d9caa8f2ce9905294ca
19612Author: Roland Scheidegger <rscheidegger_lists@hispeed.ch>
19613Date:   Thu Mar 23 17:59:25 2006 +0000
19614
19615    Use programmable tap coefficients for (hopefully) better video image
19616        quality when downscaling. Remove unnecessary code programming the tap
19617        coefficients twice. Disable some code which is supposed to improve
19618        filtering quality but causes very visible image quality problems at
19619        least with rv250 when upscaling. Fix potentially broken FOURCC_RGB16T
19620        format (untested if it was broken, untested if it works now...). Change
19621        some magic numbers to (new) macro defines.
19622
19623commit 17c52ff15ebe2cf220d5988ee13b599c41799886
19624Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
19625Date:   Thu Mar 23 01:37:15 2006 +0000
19626
19627    Call RADEONRestoreCommonRegisters() before RADEONRestoreCrtc2Registers()
19628        instead of after. I can't find any good reason why we did it backward
19629        until now and it definitely causes problems as the workaround for VT
19630        switch in RADEONRestoreCommonRegisters() will break output to the
19631        secondary head in various situations. Also does an unrelated minor
19632        update to a comment.
19633
19634commit 673e4d7501861066fdd0874919a4524b820b944b
19635Author: Kristian Høgsberg <krh@redhat.com>
19636Date:   Thu Mar 23 00:06:56 2006 +0000
19637
19638    Add atipciids.h.
19639
19640commit 5dcb4152dca6ac1fe9342f44eb48c0198b15772e
19641Author: Kristian Høgsberg <krh@redhat.com>
19642Date:   Wed Mar 22 22:30:14 2006 +0000
19643
19644    Convert use of xf86fopen() and other xf86 wrapped libc symbols to use libc
19645        symbols directly. The xf86* versions aren't supposed to be used
19646        directly.
19647    Drop libc wrapper; don't include xf86_ansic.h and add includes now missing.
19648
19649commit 21acdf371e3cf913c5affbd3e86641cfb115311c
19650Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
19651Date:   Sat Mar 18 00:08:24 2006 +0000
19652
19653    Clear the offsets when updating the memory map instead of when enabling the
19654        CRTCs and try to make that code more reliable. Doesn't disable the
19655        CRTCs beforehand.
19656
19657commit 323ecb92e40d71c5ef994b41b6d8dedba6dd6203
19658Author: Roland Scheidegger <rscheidegger_lists@hispeed.ch>
19659Date:   Fri Mar 17 03:00:53 2006 +0000
19660
19661    Fix various small cosmetic issues. Change a driver message, get the order
19662        right for requesting drm versions, replace the use of some numbers with
19663        the respective macro defines in radeon_video.c, and add some more macro
19664        defines. None of that really matters.
19665
19666commit dc552edf191e14249421f8b27146874f16b80c1a
19667Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
19668Date:   Thu Mar 16 21:53:58 2006 +0000
19669
19670    Add missing return statement (the driver would not start randomly), add
19671        RV410 to the list of new generation cards for the memory map setup and
19672        fix a bogus message.
19673
19674commit 901409f47cc990721c1648b1c08e23450e6a4452
19675Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
19676Date:   Thu Mar 16 04:32:22 2006 +0000
19677
19678    Fix incorrect CRTC2_OFFSET values when using old-style dual head (not
19679        MergedFB). Fixes Xinerama for me.
19680
19681commit 4d6656062129da0489eb4bc898871379ba891d8f
19682Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
19683Date:   Thu Mar 16 03:09:34 2006 +0000
19684
19685    Add various workarounds that seem to fix some remaning lockup scenarios I'm
19686        experiencing with the driver when setting the memory map. Some of the
19687        magic delays are a bit dodgy but they seem to work, I suppose I can't
19688        do better now without help from ATI. Also removed some really too noisy
19689        debug messages.
19690
19691commit 36799e3ea7ddde5fce528e8bc17ea942933a9111
19692Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
19693Date:   Wed Mar 15 04:03:37 2006 +0000
19694
19695    Fix various issues with DRI & server recycle by putting DRICloseSreen in
19696        the normal CloseScreen callback chain at a spot that matches the call
19697        to DRIFinishScreenInit in order to unwrap at the right time.
19698
19699commit 50923b6a9325592edc8b02b17646f96b9b8c4a01
19700Author: Luc Verhaegen <libv@skynet.be>
19701Date:   Wed Mar 15 00:46:33 2006 +0000
19702
19703    Add some autoconf to keep this driver from building EXA when a slightly
19704        older server with older exa is installed.
19705    The way in which this problem was treated by the actually related
19706        developers explains a lot about this driver.
19707
19708commit 74f4ed4275866475b3c182fae962df2fc0946b85
19709Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
19710Date:   Mon Mar 13 02:57:17 2006 +0000
19711
19712    Fix typo in the function setting the color space transformation factors for
19713        old radeon
19714
19715commit 65625c6c2053792cd14b54c904bf46f360ef1565
19716Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
19717Date:   Mon Mar 13 00:09:44 2006 +0000
19718
19719    Earliest fix introduced a bug due to another chicken & egg problem in card
19720        detection. Now split PreInitConfig into PreInitChipType and PreInitVRAM
19721        so that PreInitDRI can be done just in between. Restores proper AGPx4
19722        functionality (when enabled)
19723
19724commit 3a290115af41b0ecb94eb201d7e7abb42ebbfec6
19725Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
19726Date:   Sun Mar 12 06:53:27 2006 +0000
19727
19728    Stop using xf86PciInfo.h, instead use a local copy of the PCI IDs we need
19729        in atipciids.h so we can update the ATI driver independently of the
19730        server when new chips are added
19731
19732commit d6b8f0a5eeb332563ec3ec7082f03be1797d26d8
19733Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
19734Date:   Sat Mar 11 04:19:47 2006 +0000
19735
19736    Add #ifdef XF86DRI guards around references to info->allowPageFlip and
19737        info->depthMoves, since they are only defined if building with DRI.
19738
19739commit 69fe90bc501df9bd9e74b894bfca79a4025725bd
19740Author: Roland Scheidegger <rscheidegger_lists@hispeed.ch>
19741Date:   Fri Mar 10 13:00:49 2006 +0000
19742
19743    Use "FBTexPercent" option for XAA too (only for increasing memory reserved
19744        for textures).
19745
19746commit 8033d7423267fc1b3725df6a077dd910b586daaf
19747Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
19748Date:   Thu Mar 9 23:26:27 2006 +0000
19749
19750    More memory map fixes !!! This time, we add a way to get the DRM kernel
19751        module version early, in order to properly limit the framebuffer size
19752        when a module that doesn't support the new map is loaded. That will
19753        improve backward compatibility. I also made the minimum required kernel
19754        module version 1.3 which hopefully shouldn't be a problem for anybody,
19755        and cleaned up the ordering in which we test for DRM version to enable
19756        features
19757
19758commit c637939d3c4ce5cdddbc5200d5ffbca4c3927050
19759Author: Michel Daenzer <michel@daenzer.net>
19760Date:   Thu Mar 9 15:41:16 2006 +0000
19761
19762    RN50: Skip modes that exceed memory bandwidth.
19763    Bugzilla #5766 <https://bugs.freedesktop.org/show_bug.cgi?id=5766> Patch
19764        #4636 <https://bugs.freedesktop.org/attachment.cgi?id=4636>
19765    - Acknowledge that RN50 only has one CRTC, and use this to distinguish it
19766        from RV100.
19767    - Fix detection of RN50 memory type and bus width.
19768    - Model RN50 memory bandwidth limits by capping the pixel clock range based
19769        on memory clock, bpp and memory bus width. (ATI Technologies Inc.)
19770
19771commit 890b95a3ddad7634f3aea635cb236b221e902acc
19772Author: Eric Anholt <anholt@freebsd.org>
19773Date:   Thu Mar 9 06:06:25 2006 +0000
19774
19775    Update drivers that support EXA for the new EXA ABI. This consists of
19776        moving all the accel and card members into the driver ptr, filling in
19777        the exa_major/ exa_minor fields, and always using LoadSubModule so we
19778        can check the module version up front. Only tested on ATI.
19779
19780commit e19ccfa18fee046c54d7a9401e4e0098b2300598
19781Author: Michel Daenzer <michel@daenzer.net>
19782Date:   Fri Mar 3 16:41:41 2006 +0000
19783
19784    Add Option "FBTexPercent" to override the amount of video RAM reserved for
19785        OpenGL textures with EXA.
19786
19787commit ca00035eccb6e3495b27f8e64f2d016d8d2a9ce2
19788Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
19789Date:   Thu Mar 2 02:05:17 2006 +0000
19790
19791    Fix the fix ... I didn't interpret PciInfo->size properly and forgot that
19792        the function works in Kb not bytes... Ooops.
19793
19794commit b2145aea36bb035bff048366c607b967d70fff49
19795Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
19796Date:   Wed Mar 1 21:35:14 2006 +0000
19797
19798    Extend the alignement workaround to post-rv280 chips as well (thanks Hui)
19799        and also limit the CPU accessible memory to the size of the PCI BAR
19800        size (yeah, it was passed to the driver, I just got blind for a while
19801        it seems)
19802
19803commit 163581a82fe9395672c31b41cd67aa44158f5201
19804Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
19805Date:   Tue Feb 28 23:34:03 2006 +0000
19806
19807    Workaround for rv280 bug which needs the framebuffer memory mapping to be
19808        aligned to its own size. Also add back limit of 128Mb of mapped fb
19809        space for now until I fully sort out what's up with dual function
19810        cards. I would really need to access the PCI BAR sizes here but that
19811        information seem to be missing from the PCI info passed to the driver.
19812
19813commit 5ff8fb2bea1fe7d14db53c19ff3a3a56668ec417
19814Author: Roland Scheidegger <rscheidegger_lists@hispeed.ch>
19815Date:   Tue Feb 28 00:52:53 2006 +0000
19816
19817    Add the newly added (and tons of previously forgotten ones) pci ids to the
19818        ati wrapper too (probably not required for it to work as everything
19819        should default to radeon anyway there).
19820
19821commit 1574b41a0f894f9b6e30d3ee94e596695a4c64f0
19822Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
19823Date:   Sun Feb 26 10:01:32 2006 +0000
19824
19825    Fix page flipping with XAA. The new code ended up calling ShadowFBInit()
19826        before XAAInit(), which breaks ShadowFB.
19827
19828commit 1f43a584a684af8078631425886cce236500e0e6
19829Author: Roland Scheidegger <rscheidegger_lists@hispeed.ch>
19830Date:   Sat Feb 25 01:57:05 2006 +0000
19831
19832    Add pci ids known to exist (see #4284 for instance). There are still
19833        entries which probably don't really exist (cancelled cards and such),
19834        leave them as-is. Fix the name of some entries, mostly based on the
19835        .inf file of the newest catalyst driver. Use own family id for rv410
19836        and rs400, though there is no different code (yet?).
19837
19838commit 5c141bb15d1163e04c012a0cdf0699d534f0be37
19839Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
19840Date:   Thu Feb 16 23:27:44 2006 +0000
19841
19842    Memory map and misc fixes. This completely reworks the way the driver
19843        detects available & accessible video memory and initializes the card
19844        internal memory map. Along the way, I re-ordered some of the stuffs in
19845        pre-init in order to remove some dodgy codepath, fixed various init,
19846        exit and vt switch issues, and overall made the driver more robust. The
19847        full memory map fix requires an updated DRM. The X driver no longer
19848        tries to position the AGP aperture, this becomes entirely DRM
19849        responsibility.
19850
19851commit 8c6e5a6eb50d371fd4ec700c26aa628cb5f45731
19852Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
19853Date:   Wed Feb 15 23:36:55 2006 +0000
19854
19855    The engine setup would trigger a bogus line write before the proper
19856        addresses are setup, thus causing the card to try to bus master over
19857        the system bus to some stale location (usually 0 but could depend on
19858        whatever was used before X). Remove that useless init bit, and always
19859        setup some good enough engine source & destination pointers in case we
19860        have some other spurrious engine activity going on.
19861
19862commit d4ec0223029d8fe03a836a5a6e9a7cc8897b4c90
19863Author: Benjamin Herrenschmidt <benh@kernel.crashing.org>
19864Date:   Mon Feb 13 05:30:13 2006 +0000
19865
19866    Fix EXA acceleration of textures with byteswap or tiling From John Clemens
19867        <john@deater.net>
19868
19869commit 79c60ebbc34aaf0ac0b0723898d5b63015547178
19870Author: Eric Anholt <anholt@freebsd.org>
19871Date:   Tue Feb 7 04:39:59 2006 +0000
19872
19873    Fix a copy'n'paste-o in the EXA render implementation that resulted in
19874        [ax]8b8g8r8 pict formats not being supported on r200, but no other
19875        issues.
19876
19877commit 8d74f3d49e73626f5d658ba6586a7c1487dae141
19878Author: Daniel Stone <daniel@fooishbar.org>
19879Date:   Thu Jan 19 14:20:37 2006 +0000
19880
19881    Bug #5656: Set all Radeon XPRESS 200 R[CS]4xx-based chips to have IsIGP =
19882        1, fixing modesetting issues.
19883
19884commit e490f4b86e6bba70f7c884fca3cf41d159323689
19885Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
19886Date:   Fri Jan 13 01:37:43 2006 +0000
19887
19888    XF86_VERSION_CURRENT -> XORG_VERSION_CURRENT
19889
19890commit ac296d9137b02753bc79a9930d168855adea9c95
19891Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
19892Date:   Fri Jan 13 01:02:01 2006 +0000
19893
19894    When failing to parse MetaModes, reset CRT2pScrn to NULL after free'ing it
19895        so we don't crash when trying to use it later (such as in
19896        RADEONFreeRec).
19897
19898commit dd98ce78407c9eddd7adaad1d73d6910e6949b87
19899Author: Adam Jackson <ajax@nwnk.net>
19900Date:   Sun Jan 8 19:02:16 2006 +0000
19901
19902    Bug #5523: Make radeon compile without USE_XAA. (Tilman Sauerbeck)
19903
19904commit a99429b2bc6407ff2a094e6ee30ce2032f734966
19905Author: Kevin E Martin <kem@kem.org>
19906Date:   Wed Dec 21 02:29:59 2005 +0000
19907
19908    Update package version for X11R7 release.
19909
19910commit 96e225b950c74e64f3f788be8a8489c5075ea55a
19911Author: Adam Jackson <ajax@nwnk.net>
19912Date:   Mon Dec 19 16:25:52 2005 +0000
19913
19914    Stub COPYING files
19915
19916commit 6bea785ea0bdf01673a6ddc45765ae7372fdd371
19917Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
19918Date:   Mon Dec 19 09:07:50 2005 +0000
19919
19920    Typo fixes, mailing list & url updates, and other changes to prepare for
19921        X11R6.9 & 7.0 releases.
19922
19923commit 07d5cf8fc37eb72dbb344081ff07d59dbf568e9c
19924Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
19925Date:   Thu Dec 15 23:15:37 2005 +0000
19926
19927    Bugzilla #5238 <https://bugs.freedesktop.org/show_bug.cgi?id=5238> Patch
19928        #3978 <https://bugs.freedesktop.org/attachment.cgi?id=3978> r128 man
19929        page dualhead note update (Alex Deucher)
19930
19931commit 6db5cbfbf6d405d9871892d1255dd7442e4539e9
19932Author: Kevin E Martin <kem@kem.org>
19933Date:   Thu Dec 15 00:21:32 2005 +0000
19934
19935    Update package version number for final X11R7 release candidate. Bump
19936        driver version number.
19937
19938commit 726fd3a81dfbd1b0c8e4ede104a48523daecab92
19939Author: Adam Jackson <ajax@nwnk.net>
19940Date:   Wed Dec 14 19:41:28 2005 +0000
19941
19942    Bug #1760: Fix ati wrapper multihead to be dlloader friendly.
19943
19944commit 328a2d74dabe32ce35e879799412666feedb0eef
19945Author: Adam Jackson <ajax@nwnk.net>
19946Date:   Fri Dec 9 18:25:02 2005 +0000
19947
19948    Bug #3869: Don\'t walk off the end of an array in connector detection.
19949        (Eric Anholt)
19950
19951commit 03961a05438e916b6725f4e547f23a84ead13c5e
19952Author: Adam Jackson <ajax@nwnk.net>
19953Date:   Fri Dec 9 18:15:31 2005 +0000
19954
19955    Bug #1106: Fix memory allocation for Render. (Michel Daenzer)
19956
19957commit 091e5c584124f9b849c0f46802b2f0d8b0cc2388
19958Author: Kevin E Martin <kem@kem.org>
19959Date:   Thu Dec 8 17:55:18 2005 +0000
19960
19961    Add configure options to allow hard-coded paths to be changed.
19962
19963commit e38e2df15c9a4b08dee6386a225e98827bb35aad
19964Author: Kevin E Martin <kem@kem.org>
19965Date:   Thu Dec 8 17:54:40 2005 +0000
19966
19967    Allow hard-coded paths to be configurable.
19968
19969commit b8203604bf9bd3813668313a1c8c17040b9d93ce
19970Author: Kevin E Martin <kem@kem.org>
19971Date:   Tue Dec 6 22:48:33 2005 +0000
19972
19973    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
19974
19975commit a86920e812bfd40ec9facfc234220e83066dd263
19976Author: Kevin E Martin <kem@kem.org>
19977Date:   Sat Dec 3 05:49:32 2005 +0000
19978
19979    Update package version number for X11R7 RC3 release.
19980
19981commit 010adc8988846e6f76f111a9fd32eca021d12fbc
19982Author: Kevin E Martin <kem@kem.org>
19983Date:   Sat Dec 3 05:45:17 2005 +0000
19984
19985    Bump version numbers for X11R6.9/X11R7 RC3.
19986
19987commit a5efa6724e7fd8318e262060b084630632dfcb44
19988Author: Kevin E Martin <kem@kem.org>
19989Date:   Fri Dec 2 02:16:07 2005 +0000
19990
19991    Remove extraneous AC_MSG_RESULT.
19992
19993commit feeef3cba1f4736a96daf3002ec902ced2874198
19994Author: Adam Jackson <ajax@nwnk.net>
19995Date:   Wed Nov 30 18:51:22 2005 +0000
19996
19997    Bump libdrm dep to 2.0.
19998
19999commit 7ca2b3fa30fedd07951f7c6e73ed4d2a6f6606ea
20000Author: Adam Jackson <ajax@nwnk.net>
20001Date:   Tue Nov 29 23:29:58 2005 +0000
20002
20003    Only build dlloader modules by default.
20004
20005commit e167e5151e32d54919e96cbfdcf932e16b1cab2a
20006Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
20007Date:   Mon Nov 28 22:04:08 2005 +0000
20008
20009    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
20010        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
20011
20012commit 0015b1a007bed61aaf389f8f927e4ae0568d7da7
20013Author: Eric Anholt <anholt@freebsd.org>
20014Date:   Mon Nov 21 10:49:09 2005 +0000
20015
20016    Add .cvsignores for drivers.
20017
20018commit 00b8f6ccfbb5163c47e9def0e4ecc6ac7be7e8af
20019Author: Eric Anholt <anholt@freebsd.org>
20020Date:   Fri Nov 11 11:05:42 2005 +0000
20021
20022    Bug #1028: Don't (incorrectly) mark the 24/8 z/stencil case as slow, which
20023        resulted in whining at runtime about the visual not being supported.
20024
20025commit 33326847ccc9cf4cd6a23a257e5392e348e6dd22
20026Author: Kevin E Martin <kem@kem.org>
20027Date:   Wed Nov 9 21:31:20 2005 +0000
20028
20029    Bump version numbers for X11R6.9/X11R7 RC2.
20030
20031commit 68e11246bd6f6a641807230834dce4e7fd6911af
20032Author: Kevin E Martin <kem@kem.org>
20033Date:   Wed Nov 9 21:15:14 2005 +0000
20034
20035    Update package version number for X11R7 RC2 release.
20036
20037commit 1582d3b34643babcbb794d2df8d7c9a755d569c9
20038Author: Matthias Hopf <mhopf@suse.de>
20039Date:   Wed Nov 9 17:42:57 2005 +0000
20040
20041    Bug #4998: Add ';' and ',' as valid separators for MetaModes as well.
20042
20043commit 2d22d78d157e07e6ec6a3e2d03fc17f102f6e00e
20044Author: Kevin E Martin <kem@kem.org>
20045Date:   Wed Nov 9 07:30:03 2005 +0000
20046
20047    Fix DoLoadableServer NO build.
20048
20049commit 999f67763a5ea9fef7b7b576262f0da079efcfee
20050Author: Michel Daenzer <michel@daenzer.net>
20051Date:   Tue Nov 8 16:30:48 2005 +0000
20052
20053    bugzilla #988 (https://bugs.freedesktop.org/show_bug.cgi?id=988) Fix typo
20054        which may or may not have had a negative impact on stability with R300
20055        class cards.
20056
20057commit 5aa401efa0b8d81da418eafeb857142a33f85da9
20058Author: Michel Daenzer <michel@daenzer.net>
20059Date:   Tue Nov 8 14:05:00 2005 +0000
20060
20061    bugzilla #4494 (https://bugs.freedesktop.org/show_bug.cgi?id=4494) Call
20062        RADEONDGAInit() even if EXA is enabled; the problematic DGA
20063        acceleration hooks are already disabled in that case.
20064    This fixes DGA issues such as DGA mouse (typically used by games in
20065        fullscreen mode) not working.
20066    Fix suggested by Eric Anholt.
20067
20068commit 345180131a7b2752773dc2a3ee1221ad1e05c815
20069Author: Michel Daenzer <michel@daenzer.net>
20070Date:   Tue Nov 8 13:35:23 2005 +0000
20071
20072    bugzilla #4916 (https://bugs.freedesktop.org/show_bug.cgi?id=4916) Fix
20073        segfault with MergedFB and EXA enabled and HW cursor temporarily
20074        disabled.
20075
20076commit 23911421ffa7bdd2e191a72c41bf1f26c92c1a67
20077Author: Michel Daenzer <michel@daenzer.net>
20078Date:   Tue Nov 8 09:44:41 2005 +0000
20079
20080    bugzilla #4951 (https://bugs.freedesktop.org/show_bug.cgi?id=4951)
20081        attachment #3689 (http://bugs.freedesktop.org/attachment.cgi?id=3689)
20082        Fix HW cursor getting silently disabled with EXA.
20083
20084commit e1259c0117a190cf4c6e7be07d5aa83e03afb3a0
20085Author: Bogdan Diaconescu <b_diaconescu@yahoo.com>
20086Date:   Mon Nov 7 19:28:40 2005 +0000
20087
20088    Replaced the variadic macros(gcc) by macros according to C99 standard
20089
20090commit 67bdaae04ab37f38a6d0c8dc4b6328c3ba3b3393
20091Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
20092Date:   Sun Nov 6 07:41:29 2005 +0000
20093
20094    Sun bug #6325220: Xorg dumps core in dual monitor configuration with radeon
20095        driver if CRT2Position not specified in xorg.conf
20096        <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6325220>
20097        (Stuart Krietman - Sun Microsystems)
20098
20099commit 733ebf6e4a7c7b2f1a861077d43da2a853e4c0d7
20100Author: Kevin E Martin <kem@kem.org>
20101Date:   Tue Nov 1 15:08:52 2005 +0000
20102
20103    Update pkgcheck depedencies to work with separate build roots.
20104
20105commit dd0eb76337bfdaec8f456380a6ced9e0487e190f
20106Author: Adam Jackson <ajax@nwnk.net>
20107Date:   Fri Oct 21 18:40:18 2005 +0000
20108
20109    Bug #4829: Remove some useless DRI symbol checks.
20110
20111commit e6c1859e3a7c84b882e0c30d0783255ed1258d9e
20112Author: Donnie Berkholz <spyderous@gentoo.org>
20113Date:   Thu Oct 20 23:01:58 2005 +0000
20114
20115    Bug #4831 <https://bugs.freedesktop.org/show_bug.cgi?id=4831>. Check for
20116        x86_64 in addition to amd64 in host_cpu.
20117
20118commit 33460fb393c9591babcc43b30a73eef3971765c2
20119Author: Kevin E Martin <kem@kem.org>
20120Date:   Wed Oct 19 02:48:02 2005 +0000
20121
20122    Update package version number for RC1 release.
20123
20124commit 77d5c3549db4f6a7ff9f969f885d7a4e58ab2b16
20125Author: Kevin E Martin <kem@kem.org>
20126Date:   Tue Oct 18 15:46:37 2005 +0000
20127
20128    Do the following to make the drivers pass distcheck:
20129    - Only define EXTRA_DIST when there are actually man pages to be processed
20130    - Add missing man pages to keyboard and ati drivers EXTRA_DIST
20131
20132commit 35e717078c840414b0d6a0e37b3ffed0a7b102aa
20133Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
20134Date:   Tue Oct 18 00:01:52 2005 +0000
20135
20136    Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
20137        substitutions to work better with BSD make
20138
20139commit ff6e5b0412fe347575992c83bb7cb47b6f96f390
20140Author: Adam Jackson <ajax@nwnk.net>
20141Date:   Mon Oct 17 22:57:32 2005 +0000
20142
20143    More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
20144        of indirectly
20145
20146commit a2e7c55850d383e3af948d445b1645d8a47811cf
20147Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
20148Date:   Mon Oct 17 00:09:01 2005 +0000
20149
20150    Use sed & cpp to substitute variables in driver man pages
20151
20152commit 524fb1440760a14c53fb3f238aad6c3cdb7e6a08
20153Author: Dave Airlie <airlied@linux.ie>
20154Date:   Sun Oct 9 10:36:50 2005 +0000
20155
20156    Secure the Radeon PCIE GART tables in framebuffer memory by not allowing
20157        the clients to get access to a secure area of framebuffer.
20158
20159commit e526211b86ec5343002978debfcf78f74a10c69e
20160Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
20161Date:   Tue Oct 4 20:01:03 2005 +0000
20162
20163    Check in generated README files
20164
20165commit 431d0e144ae4c294e1f6110fc3db497ce9bd9cfd
20166Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
20167Date:   Mon Oct 3 21:22:07 2005 +0000
20168
20169    - For all drivers that have a <driver>.sgml file, add code in their build
20170        system to build the README file at make dist time
20171    - in util/macros/xorg-macros.m4, add a new XORG_CHECK_LINUXDOC macro that
20172        will check if the required tools and files exist, and if so set a
20173        conditional.
20174    - util/modular/symlink.sh
20175    - Link all the <driver>.sgml to xf86-video-<driver>/README.sgml
20176    - Add all the README.<driver> to the list of excluded files
20177    - xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml: Various changes to make
20178        it spew less warnings when the text file is built.
20179
20180commit 9147c20e5ff662ac511a19e7623b406dffee2242
20181Author: Adam Jackson <ajax@nwnk.net>
20182Date:   Mon Oct 3 06:14:58 2005 +0000
20183
20184    Bug #4001: Don't crash when PanelSize is unset. (Alan Coopersmith)
20185
20186commit 7e2090e3ebf0bd699d66d336353c097d658a86ae
20187Author: Matthieu Herrb <matthieu.herrb@laas.fr>
20188Date:   Sat Oct 1 20:42:06 2005 +0000
20189
20190    missed one missing return value.
20191
20192commit a843e4281134de1545d538cb8970179b1d6977f6
20193Author: Matthieu Herrb <matthieu.herrb@laas.fr>
20194Date:   Sat Oct 1 17:09:48 2005 +0000
20195
20196    add missing return value on success in RADEONSetupMemXAA().
20197
20198commit 98f7d043f894c73fecaf14440c1a24b6c2fc4b06
20199Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
20200Date:   Wed Sep 28 15:10:38 2005 +0000
20201
20202    Make ati driver distcheck
20203    radeon_commonfuncs.c \
20204    radeon_exa_render.c \
20205    radeon_exa_funcs.c \
20206
20207commit e7b1af5d1677e53820dd1c0926cc8b5a4284901e
20208Author: Roland Scheidegger <rscheidegger_lists@hispeed.ch>
20209Date:   Tue Sep 27 23:55:15 2005 +0000
20210
20211    Move the RADEONEnablePageFlip/RADEONChangeSurfaces calls back to the end of
20212        the function (the code above will cause pixmap cache to be freed and
20213        copied around, and these functions must be called after that otherwise
20214        pixmap damage will occur). May be related to #4440, #4456 (unclear if
20215        these setups involve 3d apps)
20216
20217commit bc3c26fe365347c427e04385c1df95a5eec14f28
20218Author: Eric Anholt <anholt@freebsd.org>
20219Date:   Tue Sep 27 23:34:11 2005 +0000
20220
20221    Fix Radeon MMIO Render acceleration with EXA by writing out floating- point
20222        coordinates rather than integers.
20223
20224commit 58dfb95c446b73fbc34784f0894cf89152dab043
20225Author: Adam Jackson <ajax@nwnk.net>
20226Date:   Sat Sep 24 18:45:45 2005 +0000
20227
20228    Disable the {Open,Close}FullScreen DRI protocol. Remove empty FullScreen
20229        stubs from drivers, comment the non-empty ones.
20230
20231commit 65b5f0017e29903565aff0b7527d955ed016c9a6
20232Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
20233Date:   Tue Sep 20 16:53:34 2005 +0000
20234
20235    Only include radeon_dri.h & radeon_sarea.h if XF86DRI is defined.
20236    Include "compiler.h" to define __inline__ on non-gcc compilers
20237
20238commit 0b7441b19a1a5df91aca6b1a02944afb636bc523
20239Author: Eric Anholt <anholt@freebsd.org>
20240Date:   Sun Sep 18 02:32:23 2005 +0000
20241
20242    Break EXA ABI while we still can. Add coordinates to the UploadToScreen
20243        hook so we can upload a subset of a pixmap, and convert the current
20244        drivers to respect that. Use this support to directly UploadToScreen in
20245        exaGlyphs, providing a 47.4% +/-2.4% decrease in wall time for ls -lR
20246        programs/Xserver in an antialiased gnome-terminal on an M6 (n=3, caches
20247        hot). I would have bumped major version, only I can't tell what the
20248        EXA_VERSION_* is supposed to be doing as opposed to the module version.
20249
20250commit 64e7db2698ee48af92594c16d72e33c16372c9d7
20251Author: Eric Anholt <anholt@freebsd.org>
20252Date:   Sat Sep 17 20:02:01 2005 +0000
20253
20254    - Don't try to upload 0 byte-per-pixel (PICT_a1) data using
20255        RADEONHostDataBlit.
20256    - Disable the shortcut for switching from 3d to 3d in radeon_exa.c. It
20257        appears that we do need the cache flush here, thought it's not clear
20258        why. Disable the 2d to 2d shortcut while here, since I'm unsure of what
20259        we're doing. Exposed by the following bit:
20260    - Bug #4485: Add a new routine, exaGlyphs, to handle font drawing. Glyphs
20261        were being accumulated in from non-migratable scratch pixmaps, causing
20262        the destination pixmap to move towards screen but the migration
20263        necessary for source never to happen, leading to abysmal performance.
20264        Instead, copy the scratch glyph data into a real pixmap first, then
20265        composite from that into the destination, allowing for migration. time
20266        ls -lR from programs/Xserver showed 26.9% (+/- 6.3%) decrease in wall
20267        time (n=3).
20268    - Create exaDrawableUse* wrapping exaPixmapUse*, but which are aware of
20269        windows needing backing store. Makes migration code prettier, and
20270        ensures that composited windows will be migrated as normal when we turn
20271        off cw for EXA. (issue brought up by keithp)
20272
20273commit 3c71198a088e71a105e274f176c8ceb503615d46
20274Author: Dave Airlie <airlied@linux.ie>
20275Date:   Sat Sep 17 07:47:51 2005 +0000
20276
20277    Switch radeon driver to using a card type rather than having a IsPCI flag,
20278        allow for PCI/AGP/PCIE cards. Set PCI gart allocation to only happen on
20279        PCIE cards. Add Radeon PCIE card detection using capability bits.
20280
20281commit 10cf3523f236a017a1ca7e5ee57e02176b924059
20282Author: Eric Anholt <anholt@freebsd.org>
20283Date:   Wed Sep 14 22:06:41 2005 +0000
20284
20285    Bug #2573: Remove the disabling of automatic cache flushing on non-r300
20286        cards. It has been implicated in hanging at least r300s and some r100s,
20287        and seemed to be the cause of some bad rendering for me.
20288
20289commit d68894a463a3bb08c97e91ff6fc4b65b29183ff6
20290Author: Eric Anholt <anholt@freebsd.org>
20291Date:   Tue Sep 13 22:04:12 2005 +0000
20292
20293    Remove the hardcoded USE_EXA/USE_XAA defines now that they've been
20294        hardcoded in configure.ac (config.h).
20295
20296commit baa9b5b6e19cf9794bf810e3c582bf1d7f808663
20297Author: Dave Airlie <airlied@linux.ie>
20298Date:   Mon Sep 12 09:27:07 2005 +0000
20299
20300    Fix Radeon EXA for when RENDER isn't defined
20301
20302commit 8c89610389197dc94d3bceaf44d9d2ea91848f1b
20303Author: Dave Airlie <airlied@linux.ie>
20304Date:   Mon Sep 12 09:17:42 2005 +0000
20305
20306    Move GART offset/size outside XAA
20307
20308commit eba44d9747adde8385f2a242dee5a8e73ce5a205
20309Author: Daniel Stone <daniel@fooishbar.org>
20310Date:   Mon Sep 12 09:04:36 2005 +0000
20311
20312    Define USE_XAA and USE_EXA for the time being.
20313
20314commit a255e7b0984890daad98b74ace0c572965fe61f5
20315Author: Eric Anholt <anholt@freebsd.org>
20316Date:   Sun Sep 11 21:00:44 2005 +0000
20317
20318    Attempt to fix up the modular pieces for EXA support. (untested)
20319
20320commit 3e0d9c945a6a71cc476d27341ef18618529a91a8
20321Author: Eric Anholt <anholt@freebsd.org>
20322Date:   Sun Sep 11 20:58:53 2005 +0000
20323
20324    Add support for EXA to the radeon driver. Building EXA and XAA support is
20325        controlled at compile time, plus the runtime option of Option
20326        "AccelMethod" "EXA" or "XAA". The XAA support appears to remain as
20327        before, while the EXA pieces need just a little more polishing. Notable
20328        features:
20329    - Render acceleration working on Radeon 100 and 200-series with DRI on.
20330    - DRI works with EXA Notable issues:
20331    - DGA disabled in the EXA case.
20332    - Backbuffer moves disabled in the EXA case.
20333    - No textured XVideo.
20334    - MMIO render acceleration is close but still has some issues.
20335    - Memory pressure while using Composite is really troublesome with DRI on.
20336        This patch is based on an initial patch by Zack Rusin, with significant
20337        work by Benjamin Herrenschmidt and myself.
20338
20339commit fd62082b68ac3aadd8ffc441352d75d88334904e
20340Author: Dave Airlie <airlied@linux.ie>
20341Date:   Sun Sep 11 08:51:38 2005 +0000
20342
20343    Add support for allocating PCI GART table in framebuffer memory. This is
20344        needed to support PCIE Radeons using a new DRM.
20345
20346commit cb63f8d9c0563fb0eff28e2be6d4adf5666540d2
20347Author: Dave Airlie <airlied@linux.ie>
20348Date:   Tue Sep 6 10:03:19 2005 +0000
20349
20350    Handle VIP timeouts more gracefully -- impose a hard limit of 10ms on
20351        waiting for VIP_BUSY so we don't lock up hard, spinning.
20352
20353commit dbd83cf18e1bf5e7e31e1ac150227bd27e8b1739
20354Author: Adam Jackson <ajax@nwnk.net>
20355Date:   Sun Aug 28 20:51:14 2005 +0000
20356
20357    Bug #4148: Bump required DRM version for r300 to 1.17.
20358
20359commit ce0589ff3b9fcf8c6bab64da4dba40ba540a6a03
20360Author: Adam Jackson <ajax@nwnk.net>
20361Date:   Sun Aug 28 18:10:34 2005 +0000
20362
20363    Bug #1109: Fix VGA init on Rage Mobility 7500 (Marc Le France)
20364
20365commit 250c8732a54924eeb459880f2905f8e59d038e60
20366Author: Bogdan Diaconescu <b_diaconescu@yahoo.com>
20367Date:   Sun Aug 28 18:00:23 2005 +0000
20368
20369    Modified the licens type from GPL to a X/MIT one
20370
20371commit 94c0196652c3cfa0558f61b55f5df9bf50f9ac49
20372Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
20373Date:   Fri Aug 26 20:04:01 2005 +0000
20374
20375    #include "extensions/dpms.h" -> <X11/extensions/dpms.h>
20376
20377commit 107e42cabe1cc41fe86b0218c3229b5f34b2df84
20378Author: Daniel Stone <daniel@fooishbar.org>
20379Date:   Fri Aug 26 07:00:24 2005 +0000
20380
20381    Fix 'ugly' warning in r128. (Branden Robinson, Debian #069)
20382
20383commit d3f5911c85ccfaaf50c05ce80d56dac13fd15701
20384Author: Daniel Stone <daniel@fooishbar.org>
20385Date:   Fri Aug 26 05:30:52 2005 +0000
20386
20387    Only use vgahw symbols if we're building vgahw for this architecture. TODO:
20388        Fix this for the modular tree (maybe an unconditional yes?). Define
20389        that we're using a DPMS server and include DPMS headers. (Debian #024b)
20390
20391commit 879213455740d2d653d38c712275f07610e4dc9c
20392Author: Alex Deucher <agd5f@yahoo.com>
20393Date:   Fri Aug 26 02:11:24 2005 +0000
20394
20395    - fix pitch increment (Aapo Tahkola, Roland Scheidegger)
20396
20397commit 6519cc71e4387ef979de90be517145611511ff1a
20398Author: Daniel Stone <daniel@fooishbar.org>
20399Date:   Thu Aug 25 03:34:58 2005 +0000
20400
20401    Fix bug in Radeon connector table parsing -- parse all entries, not just
20402        the first. (Ben Herrenschmidt)
20403
20404commit 8734a5d0bafb60f5e38b2cee10587f01fc016379
20405Author: Daniel Stone <daniel@fooishbar.org>
20406Date:   Thu Aug 25 03:07:50 2005 +0000
20407
20408    Blacklist Radeon M300 from multimedia I2C code. Handle I2C timeouts more
20409        gracefully -- impose a hard limit of 10ms on waiting for I2C_GO so we
20410        don't lock up hard, spinning.
20411
20412commit 578564b4f7fce1f02d056c2b12ffb7803d268829
20413Author: Adam Jackson <ajax@nwnk.net>
20414Date:   Mon Aug 22 03:05:52 2005 +0000
20415
20416    Explicit license statement.
20417
20418commit c9005c91bf6aaf4728a6606284f5d24e0b4a8282
20419Author: Daniel Stone <daniel@fooishbar.org>
20420Date:   Thu Aug 18 09:03:46 2005 +0000
20421
20422    Update autogen.sh to one that does objdir != srcdir.
20423
20424commit 508a7421a1386b5b783a867d860b858a55f216d3
20425Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
20426Date:   Mon Aug 15 07:30:05 2005 +0000
20427
20428    Egbert's 64bit fixes for mixed 32/64bit clients
20429
20430commit 204290412fbe8b4ac1a0f4f97bc7aec2847a1df7
20431Author: Daniel Stone <daniel@fooishbar.org>
20432Date:   Sun Aug 14 16:14:51 2005 +0000
20433
20434    Make DGA, CPIO, non-PCI, and TV-Out support detected per-platform, using
20435        the same semantics as in drivers/ati/Imakefile.
20436
20437commit adb093bdf3cea8108a40bcd72f09924b416de0c1
20438Author: Alex Deucher <agd5f@yahoo.com>
20439Date:   Mon Aug 8 23:42:36 2005 +0000
20440
20441    - radeon XPRESS chips are actually RV3xx based
20442
20443commit 9c11018beb186b4b303524685fb62629b9ca863e
20444Author: Vladimir Dergachev <volodya@mindspring.com>
20445Date:   Sun Aug 7 14:46:55 2005 +0000
20446
20447    Modified:
20448    programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
20449    Update warning about DRI support on R300 and later cards.
20450
20451commit a28b2c76c7df2fe65a93eed34bc85c2cf5afb314
20452Author: Vladimir Dergachev <volodya@mindspring.com>
20453Date:   Sun Aug 7 14:40:58 2005 +0000
20454
20455    Modified:
20456    programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
20457    Properly configure fbLocation and related registers for R300 cards. (Dave
20458        Airlie)
20459
20460commit 692fb0f8b51abeccaf70b51fc1defc62132b15e9
20461Author: Alex Deucher <agd5f@yahoo.com>
20462Date:   Sat Aug 6 17:23:16 2005 +0000
20463
20464    - missing line in mergedfb option parsing. Spotted by Christoph Bauer
20465
20466commit 14e77a39320a7a074b5c2eeeea9750b469abc978
20467Author: Ian Romanick <idr@us.ibm.com>
20468Date:   Fri Aug 5 23:04:32 2005 +0000
20469
20470    I have resolved this by making all the "Direct rendering disabled" messages
20471        X_WARNING and all the "Direct rendering enabled" messages X_INFO.
20472        Ideally, we need to factor some of this stuff out to common code. There
20473        is a *LOT* of duplication among the *_dri.c files under
20474        programs/Xserver/hw/xfree86/drivers.
20475    I'm trying to clean up as much low hanging fruit as I can and got tired of
20476        waiting for ajax. :P
20477
20478commit 8e88d36f78c13025847310b411402f1d46a2e0cd
20479Author: Adam Jackson <ajax@nwnk.net>
20480Date:   Sun Jul 31 17:19:27 2005 +0000
20481
20482    Post-merge fixups:
20483    - Disable building the gamma driver
20484    - Fix numerous Imakefiles to get header paths and subdirs right
20485    - Symlink client-side GLX lib source from Mesa
20486    - Add new shader subdirs to the Mesa core build
20487    - Tweak the DDX drivers to not ask for "xf86dri.h"; they don't need it,
20488        since they don't generate protocol, and it was breaking the build.
20489
20490commit fb9f712fd1044feb8ce6a99aabaeb5966123e268
20491Author: Kevin E Martin <kem@kem.org>
20492Date:   Fri Jul 29 21:22:42 2005 +0000
20493
20494    Various changes preparing packages for RC0:
20495    - Verify and update package version numbers as needed
20496    - Implement versioning scheme
20497    - Change bug address to point to bugzilla bug entry form
20498    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
20499        reenable it)
20500    - Fix makedepend to use pkgconfig and pass distcheck
20501    - Update build script to build macros first
20502    - Update modular Xorg version
20503
20504commit ee45e1fb5da793fa14770b28fd662e69d52b2c6a
20505Author: Michel Daenzer <michel@daenzer.net>
20506Date:   Fri Jul 29 19:45:14 2005 +0000
20507
20508    bugzilla #3911 (https://bugs.freedesktop.org/show_bug.cgi?id=3911)
20509        attachment #3191 (http://bugs.freedesktop.org/attachment.cgi?id=3191)
20510        Disable bus mastering while updating MC_FB_LOCATION and friends to
20511        prevent the X server from hanging on startup every now and then under
20512        some circumstances. (ATI Technologies Inc.)
20513
20514commit 44a66ec5a01c3b4dfa046a66b80a3b7e9dfff537
20515Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
20516Date:   Fri Jul 15 15:02:47 2005 +0000
20517
20518    Install theathre drivers in @moduledir@/multimedia
20519
20520commit dbcf104689ca368523715eb5945bcd800985799b
20521Author: Kevin E Martin <kem@kem.org>
20522Date:   Fri Jul 15 03:39:58 2005 +0000
20523
20524    Fix filename typo
20525
20526commit 2256fabf1cd69c950639f236f61e59e68cc8e6fa
20527Author: Kevin E Martin <kem@kem.org>
20528Date:   Thu Jul 14 22:30:47 2005 +0000
20529
20530    Fix check for headers. Use {XORG,DRI}_CFLAGS subst instead of replacing
20531        CFLAGS.
20532
20533commit 520317863ffb365eca17c96b4d545adb554bbbd6
20534Author: Kevin E Martin <kem@kem.org>
20535Date:   Thu Jul 14 19:35:48 2005 +0000
20536
20537    Make compiling with DRI support configurable/autodetecable. Autodetect DRI
20538        sdk headers. Expand help string for xorg-module-dir option.
20539
20540commit ab5264838ae34bb29791bc08d5a4f853a995faf1
20541Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
20542Date:   Thu Jul 14 17:10:01 2005 +0000
20543
20544    fuck you cvs
20545
20546commit a608c4422665ce1e933483b7c2a25ab2daae5930
20547Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
20548Date:   Thu Jul 14 16:03:36 2005 +0000
20549
20550    Try adding build system for ATI driver again. Who knows, maybe CVS works
20551        today.
20552
20553commit d715561d28d82591adf5c7504068c1818eb2245c
20554Author: Adam Jackson <ajax@nwnk.net>
20555Date:   Mon Jul 11 02:29:45 2005 +0000
20556
20557    Prep for modular builds by adding guarded #include "config.h" everywhere.
20558
20559commit 5b37b695019b7a4522a96a63f1f6b035160e6a25
20560Author: Roland Scheidegger <rscheidegger_lists@hispeed.ch>
20561Date:   Mon Jul 4 23:44:59 2005 +0000
20562
20563    Bug #2604: Disable workaround for horrible flickering when scrolling
20564        vertically in a virtual screen when color tiling and page flip are both
20565        enabled, as it potentially does more harm than good. The flickering
20566        still needs fixing probably though.
20567
20568commit 08b886850f115f404187acd619aa2c2ca18ae3c7
20569Author: Daniel Stone <daniel@fooishbar.org>
20570Date:   Fri Jul 1 22:43:11 2005 +0000
20571
20572    Change all misc.h and os.h references to <X11/foo.h>.
20573
20574commit 1c7c3372776d6d116facabbf055f27af3e96f59f
20575Author: Alex Deucher <agd5f@yahoo.com>
20576Date:   Fri Jul 1 04:16:42 2005 +0000
20577
20578    - fix depth tiling for r3/4xx chips (Aapo Tahkola)
20579    - adjust limits for tiled surfaces on r3/4xx
20580
20581commit e8c2574557950bfa150806432d566cd38c47158f
20582Author: Alex Deucher <agd5f@yahoo.com>
20583Date:   Fri Jul 1 02:56:04 2005 +0000
20584
20585    - Fix Support for Philips FM1236/F tuner on ATI AIW 9600 XT (Jeff Smith)
20586        Bug 3401
20587
20588commit d258e1c1566d005693260230712c9d78f1447dba
20589Author: Alex Deucher <agd5f@yahoo.com>
20590Date:   Thu Jun 30 04:46:11 2005 +0000
20591
20592    - change back part of a comment I seem to have accidently changed.
20593
20594commit 6d9c02d58eae1966e8fa8d7d305849c6e57434ad
20595Author: Alex Deucher <agd5f@yahoo.com>
20596Date:   Thu Jun 30 02:02:10 2005 +0000
20597
20598    - small mergedfb fix from Thomas Winischhofer
20599
20600commit 85365b791542cab221c37c9b3b4593ea0c6c9e2d
20601Author: Alex Deucher <agd5f@yahoo.com>
20602Date:   Thu Jun 30 01:40:17 2005 +0000
20603
20604    - add support for colortiling on r3/4xx hardware (disabled by default). In
20605        order for pageflipping to work on r3/4xx we will need to update the the
20606        sarea and drm so that the crtc1/2 xytiling regs get updated. Initially
20607        worked out by Aapo Tahkola.
20608
20609commit 3ec99c9cd821aeacdd57a9bbc20c4e4ec4711790
20610Author: Alex Deucher <agd5f@yahoo.com>
20611Date:   Thu Jun 30 00:56:01 2005 +0000
20612
20613    - Increase the priority of display 0/1 in the memory controller for r3/4xx
20614        hardware when displaypriority is set to HIGH. Fixes display problems in
20615        high res modes. Originally reported by Aapo Tahkola.
20616
20617commit a7523e6c0be7a600963e9de10cf0060d16117bf6
20618Author: Alex Deucher <agd5f@yahoo.com>
20619Date:   Thu Jun 30 00:33:36 2005 +0000
20620
20621    - fix some OUTREGs that should be OUTPLLs in dynamicclocks code
20622
20623commit c7e1d31c6aec3a99061c77c4d6f57e2e874e37f1
20624Author: Adam Jackson <ajax@nwnk.net>
20625Date:   Sun Jun 26 04:38:12 2005 +0000
20626
20627    Bug #3628: Fix video driver submodule visibility.
20628
20629commit 1beca962ecee5b5c51eb2fb8451fcc2a2ed4b97c
20630Author: Adam Jackson <ajax@nwnk.net>
20631Date:   Sat Jun 25 21:16:53 2005 +0000
20632
20633    Bug #3626: _X_EXPORT tags for video and input drivers.
20634
20635commit 9a4895c4c2fd9614d83adfe3967f4f46dc4dfff6
20636Author: Eric Anholt <anholt@freebsd.org>
20637Date:   Wed Jun 22 22:50:49 2005 +0000
20638
20639    Add missing detection of the PCI ID for 0x5b62, Radeon X600 (Vladimir
20640        Kushnir).
20641
20642commit 43e3cc7c21160f4536ed860f97d02545c267dfbc
20643Author: Alex Deucher <agd5f@yahoo.com>
20644Date:   Wed Jun 15 23:40:50 2005 +0000
20645
20646    Sync up radeon mergedfb with Thomas' latest sis mergedfb changes:
20647    - non-rectangular mergedfb desktops
20648    - screen offsets
20649
20650commit b67f9f5c875efaa41bded7ed2f38b2a5fbd17597
20651Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
20652Date:   Sat Jun 4 20:26:28 2005 +0000
20653
20654    Sync with 6.8.2 branch: Bug #591
20655        (https://bugs.freedesktop.org/show_bug.cgi?id=591) attachment #308
20656        (https://bugs.freedesktop.org/attachment.cgi?id=308): Fix video timing
20657        problems with Sony PCG-C1VN Vaio Picturebook notebook && co. Patch by
20658        Marc Aurele La France
20659
20660commit daae70d9083e9c15358f160f0df3176e344f1cb9
20661Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
20662Date:   Sat Jun 4 20:04:36 2005 +0000
20663
20664    Sync with 6.8.2 branch: Bugzilla #1306
20665        (https://bugs.freedesktop.org/show_bug.cgi?id=1306) attachment #1291
20666        (https://bugs.freedesktop.org/attachment.cgi?id=1291): Fix SEGV in
20667        "radeon" driver. Patch by Kevin E. Martin <kem@freedesktop.org>
20668
20669commit c27c193f192b117232dbe39575d3d5ab7c6a1b1e
20670Author: Felix Kuehling <fxkuehl@gmx.de>
20671Date:   Fri May 27 22:33:23 2005 +0000
20672
20673    Fix for bugzilla https://bugs.freedesktop.org/show_bug.cgi?id=3414 (patch
20674        https://bugs.freedesktop.org/attachment.cgi?id=2782): Don't use RMX if
20675        we are Dell Server.
20676
20677commit 3b674815e0a6d19b0719e71261c0909b92173aed
20678Author: Adam Jackson <ajax@nwnk.net>
20679Date:   Tue May 24 23:26:50 2005 +0000
20680
20681    Typo fix from bug #3163 commit
20682
20683commit 0845d1db801ae74688464bd4c41a7e40e4b50186
20684Author: Egbert Eich <eich@suse.de>
20685Date:   Mon May 23 09:50:20 2005 +0000
20686
20687    Explicitely disable DPMS power states during close screen. Fix macro that
20688        takes a value and a mask of bits to modify to be behave evquvalently if
20689        the bits that should remain unchanged are set or unset in the value
20690        (Bugzilla #3369).
20691
20692commit 74b86b036def72e5180a46871b8452ba9eea9bb1
20693Author: Adam Jackson <ajax@nwnk.net>
20694Date:   Wed May 18 17:47:35 2005 +0000
20695
20696    Bug #3163: Create new DRIINFO_*_VERSION macros to indicate the version
20697        number of the DRIInfoRec, disambiguating it from the XF86DRI protocol
20698        version number. Modify DRIQueryVersion to return the libdri version
20699        number, which all DDXes were requesting implicitly. Fix the DDXes to
20700        check for the DRIINFO version they were compiled against.
20701
20702commit 0f4a8fc6aa5157a8b48beb49f30511665cfa4b63
20703Author: Matthieu Herrb <matthieu.herrb@laas.fr>
20704Date:   Wed Apr 20 21:07:44 2005 +0000
20705
20706    programs/Xserver/hw/xfree86/drivers/ati/theatre.h Build fix for
20707        DoLoadableServer = NO systems.
20708
20709commit 3355d12f832909b05e8b022fad784c9f7af7341f
20710Author: Daniel Stone <daniel@fooishbar.org>
20711Date:   Wed Apr 20 12:25:22 2005 +0000
20712
20713    Fix includes right throughout the Xserver tree:
20714    change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
20715    change "foo.h", "extensions/foo.h" and "X11/foo.h" to
20716        <X11/extensions/foo.h> for extension headers, e.g. Xv.h;
20717    change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
20718
20719commit 31cb4758eae4703d4de31a0b291847cefa855fc3
20720Author: Bogdan Diaconescu <b_diaconescu@yahoo.com>
20721Date:   Sun Apr 17 23:28:09 2005 +0000
20722
20723    Added fifo_read and fifo_write in tge generic bus definition
20724
20725commit 2b363e02c7c122f07e6fc406fb8ee52d97b55cad
20726Author: Bogdan Diaconescu <b_diaconescu@yahoo.com>
20727Date:   Sun Apr 17 23:26:36 2005 +0000
20728
20729    Added new options for the ATI driver: RageTheatreMicrocPath and
20730        RageTheatreMicrocType
20731
20732commit 6286efeba564c63ec198c091e4bba22027586901
20733Author: Bogdan Diaconescu <b_diaconescu@yahoo.com>
20734Date:   Sun Apr 17 23:23:45 2005 +0000
20735
20736    Addeded support for FI1216ME (PAL) version of the tuner, detection of
20737        UDA1380 sound processor
20738
20739commit 9a63c216e90622cd96d4555155df06dd66c3235b
20740Author: Bogdan Diaconescu <b_diaconescu@yahoo.com>
20741Date:   Sun Apr 17 23:18:26 2005 +0000
20742
20743    Use the theatre_detect to determine the chip ID and then load the
20744        coresponding theatre module
20745
20746commit 247057762813f12f171b1fa05f31c5ace4c245a7
20747Author: Bogdan Diaconescu <b_diaconescu@yahoo.com>
20748Date:   Sun Apr 17 23:15:31 2005 +0000
20749
20750    Added functions that access the FIFO on RT200
20751
20752commit bcccf9259784f21d84d52c526aa68df0787118b4
20753Author: Bogdan Diaconescu <b_diaconescu@yahoo.com>
20754Date:   Sun Apr 17 23:13:45 2005 +0000
20755
20756    Added RT200 registers
20757
20758commit da9d27f8c8cccf2f40a244b25ffe0d3162c41a63
20759Author: Bogdan Diaconescu <b_diaconescu@yahoo.com>
20760Date:   Sun Apr 17 23:09:28 2005 +0000
20761
20762    This is the theatre chip detection module
20763
20764commit e4623bbce161c41ccac65210fd2539211e8af715
20765Author: Bogdan Diaconescu <b_diaconescu@yahoo.com>
20766Date:   Sun Apr 17 23:07:54 2005 +0000
20767
20768    Now the detection of the theatre chip is in other module called
20769        theatre_detect
20770
20771commit 405b4dcb067346fce7fd9f6d8a6507a58c740ac7
20772Author: Bogdan Diaconescu <b_diaconescu@yahoo.com>
20773Date:   Sun Apr 17 23:06:17 2005 +0000
20774
20775    Added the RageTheatre200 video demodulator support
20776
20777commit 310eb24a45b145efbd47196a1c3ec750cf004154
20778Author: Daniel Stone <daniel@fooishbar.org>
20779Date:   Mon Apr 4 23:07:08 2005 +0000
20780
20781    Release SDA/SDL I2C lines from an asserted-low state after a DDC probe,
20782        which caused Apple Studio Display monitors to shut off after a second
20783        or so (Ben Herrenschmidt).
20784
20785commit a416667f980a8679352be897af2fb3215da2d000
20786Author: Alex Deucher <agd5f@yahoo.com>
20787Date:   Thu Mar 31 23:18:10 2005 +0000
20788
20789    - Add new Radeon pci ids (ATI devrel), bug 2827
20790
20791commit 2e7365ffb767099faf3f191dc65341dbb3ef6247
20792Author: Vladimir Dergachev <volodya@mindspring.com>
20793Date:   Thu Mar 31 18:26:05 2005 +0000
20794
20795    Modified:
20796    programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c
20797    Patch from Antti Ajanki - provide VBI capture support for PAL and SECAM
20798        (You need GATOS km module to actually get at the data, the change
20799        merely configures the hardware to handle it correctly).
20800
20801commit 9a3c1c8e4cba2885b707db0f855e11dc6e640b49
20802Author: Michel Daenzer <michel@daenzer.net>
20803Date:   Tue Mar 29 06:14:34 2005 +0000
20804
20805    bugzilla #2844 (https://bugs.freedesktop.org/show_bug.cgi?id=2844)
20806        attachment #2230 (http://bugs.freedesktop.org/attachment.cgi?id=2230)
20807        Wait for idle before uploading HW cursor data to the framebuffer to
20808        avoid lockups when moving the mouse on some machines.
20809
20810commit 97863f112850be5206ea555297354c1c104fcdbe
20811Author: Kevin E Martin <kem@kem.org>
20812Date:   Tue Mar 29 03:49:04 2005 +0000
20813
20814    bugzilla #2840 (https://bugs.freedesktop.org/show_bug.cgi?id=2840)
20815        attachment #2227 (https://bugs.freedesktop.org/attachment.cgi?id=2227)
20816        Fix build problems introduced by previous Radeon PLL errata
20817        workarounds.
20818
20819commit 04cbb8d174cc5e3c7ecdd4e171170213ecb3c7ed
20820Author: Dave Airlie <airlied@linux.ie>
20821Date:   Sat Mar 26 00:53:01 2005 +0000
20822
20823    bugzilla #2057 (https://bugs.freedesktop.org/show_bug.cgi?id=2057)
20824        attachment #1516 (https://bugs.freedesktop.org/attachment.cgi?id=1516)
20825        Add TVOUT Support for Mach64 (Leif Delgass, fixed up for Xorg by me).
20826
20827commit 5be4bf9000bdf58584a10a6b8e285d0f173304fa
20828Author: Alex Deucher <agd5f@yahoo.com>
20829Date:   Thu Mar 24 06:45:52 2005 +0000
20830
20831    - radeon PLL access errata workarounds (Benjamin Herrenschmidt, acked by
20832        Hui Yu)
20833
20834commit 34af3da80304a13b6407dcc0f4db54d6c8bb7a41
20835Author: Michel Daenzer <michel@daenzer.net>
20836Date:   Fri Mar 18 22:36:47 2005 +0000
20837
20838    Add support for production version of ATI RN50/ES1000. (ATI Technologies
20839        Inc.)
20840
20841commit b56a5f96048b920a7751318dde211e881f53b2bb
20842Author: Vladimir Dergachev <volodya@mindspring.com>
20843Date:   Thu Mar 17 03:36:25 2005 +0000
20844
20845    Modified:
20846    programs/Xserver/hw/xfree86/drivers/ati/radeon_mergedfb.c Back out
20847        RadeonWaitForIdleMMIO that I put in earlier.
20848    From discussion on dri-devel we do not need to be as careful with INREG()
20849        access on Radeons as we are on mach64 chips.
20850    The fix is backed out due to:
20851    it breaks DRI on SMP systems (due to absense of the lock in mouse handling
20852        functions)
20853    I am no longer able to reproduce the lockup I saw before
20854
20855commit 01a9c1157cdfbc5f74b035383e060b8419979563
20856Author: Roland Scheidegger <rscheidegger_lists@hispeed.ch>
20857Date:   Tue Mar 8 23:41:37 2005 +0000
20858
20859    Fix accidentally removed depth pitch adjustment if displayWidth is not a
20860        multiple of 32 pixels (bug #788)
20861
20862commit 9b994b40710103b263364153429ebdb9ea3f58ed
20863Author: Vladimir Dergachev <volodya@mindspring.com>
20864Date:   Fri Mar 4 22:21:40 2005 +0000
20865
20866    programs/Xserver/hw/xfree86/drivers/ati/radeon_dri.c Let through all chips
20867        R300 and above - presumably the filtering should take place at the DRM
20868        driver level. Correct cut'n'paste position misprint. Big thanks for
20869        Michel Danzer for pointing out both improvements.
20870
20871commit 7d37a9f1f9fffe98067c3b5bc4749cc799fb0c77
20872Author: Vladimir Dergachev <volodya@mindspring.com>
20873Date:   Fri Mar 4 05:48:31 2005 +0000
20874
20875    programs/Xserver/hw/xfree86/drivers/ati/radeon_dri.c Turns out Radeon R420
20876        chips work fine with R300 microcode. Thanks go to Rune Petersen for
20877        careful investigation.
20878
20879commit f1edbb7852d85f660188498f578a0a697c2094fe
20880Author: Roland Scheidegger <rscheidegger_lists@hispeed.ch>
20881Date:   Tue Feb 22 00:39:15 2005 +0000
20882
20883    Fix building radeon driver with BuildXF86DRI set to NO, the breakage was
20884        caused by the tiling support (bug #2481)
20885
20886commit b853dbb50fb7c46fb5a70f349a3f264f0bb94e8c
20887Author: Vladimir Dergachev <volodya@mindspring.com>
20888Date:   Sat Feb 19 16:00:12 2005 +0000
20889
20890    Modified:
20891    programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c
20892    Fix an INREG without WaitForIdleMMIO. This one should be unlikely to
20893        trigger, but we should still do this in the name of correctness.
20894
20895commit 84290849b4aee336e9db0779d93fc2d7ed8881b1
20896Author: Vladimir Dergachev <volodya@mindspring.com>
20897Date:   Sat Feb 19 00:57:23 2005 +0000
20898
20899    Modified:
20900    programs/Xserver/hw/xfree86/drivers/ati/radeon_mergedfb.c
20901    Add a call to RADEONWaitForIdleMMIO() within RADEONChooseCursorCRTC() as
20902        this function uses OUTREGP() which, internally, calls INREG().
20903    Thus (due to SilkenMouse) INREG() could be called while CP engine was busy.
20904        I have observed this lockup on RV350 + R300 3d driver and have no idea
20905        why no issues were reported for R200 cards. Perhaps, few of them have
20906        enough memory to run merged fb and 3d simultaneously ?
20907    This fix is the right thing to do, however, we might also need to put fifo
20908        management calls into other cursor handling functions (in particular
20909        those that write cursor image directly to video memory).
20910
20911commit 60070063e2130af0b9d5d34eed7adbae0c0fa67b
20912Author: Michel Daenzer <michel@daenzer.net>
20913Date:   Fri Feb 18 19:55:35 2005 +0000
20914
20915    Bug #2576: Add support for ATI RN50/ES1000. (ATI Technologies Inc.)
20916
20917commit 32032cdc78097840b7e2685fdec11bc0816aa0ac
20918Author: Adam Jackson <ajax@nwnk.net>
20919Date:   Fri Feb 18 16:42:11 2005 +0000
20920
20921    Bug #2567: Fix reversed memset arguments. (David Krause)
20922
20923commit d5fadd6d86ae2a2f8c1bb55e36ab3d6d49649b46
20924Author: Roland Scheidegger <rscheidegger_lists@hispeed.ch>
20925Date:   Wed Feb 9 02:22:39 2005 +0000
20926
20927    do not enable color tiling on r300 chips and newer, since it doesn't work
20928        (yet) (Bugzilla #2504)
20929
20930commit 5ff35300e66a81ecc17c4e9396eb6d158f5c8e1b
20931Author: Roland Scheidegger <rscheidegger_lists@hispeed.ch>
20932Date:   Wed Feb 2 21:35:30 2005 +0000
20933
20934    fix error with color tiling and hw scrolling, it looks like rv100 doesn't
20935        need the special treatment, after all (reported by Stephane Marchesin)
20936
20937commit 7a9031683914bb1d17d223634e5dbf2e18955651
20938Author: Roland Scheidegger <rscheidegger_lists@hispeed.ch>
20939Date:   Mon Jan 31 20:10:28 2005 +0000
20940
20941    change option EnableColorTiling to ColorTiling
20942
20943commit a2b123f7672ea678290798786ecb408a86d8c683
20944Author: Roland Scheidegger <rscheidegger_lists@hispeed.ch>
20945Date:   Wed Jan 26 18:23:41 2005 +0000
20946
20947    (Stephane Marchesin, me) Add support for color (framebuffer) tiling.
20948        Convert all XAA accel code to use explicit dst and src offset pitch
20949        control to make it work. Use the new drm surface ioctls to set up the
20950        tiled surfaces (if dri is enabled).
20951
20952commit e0df1e41724cd009fe7c833d2f9555f5d87e3202
20953Author: Roland Scheidegger <rscheidegger_lists@hispeed.ch>
20954Date:   Wed Jan 26 17:39:56 2005 +0000
20955
20956    fix issues with mergedfb + pageflip (fix up sarea frame values)
20957
20958commit aeb01807263c47f49abaf00031d8505e8ebda82c
20959Author: Egbert Eich <eich@suse.de>
20960Date:   Mon Jan 24 15:40:21 2005 +0000
20961
20962    Don't exclude 'RADEONInfoPtr info = ...' declaration even when not building
20963        with DRI support (Bugzilla #2370)
20964
20965commit c6c30cfa354eb456638f10771a7cb02271696af2
20966Author: Vladimir Dergachev <volodya@mindspring.com>
20967Date:   Thu Jan 13 17:35:49 2005 +0000
20968
20969    Modified:
20970    programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
20971    Some of the newer Radeons (R420 for example) have MM_TABLE's with size 0x33
20972        (instead of 0x0c that we know). Furthermore, they lockup during access
20973        of I2C bus !
20974    Add a check to validate MM_TABLE. Note: the check is not more stringent as
20975        other card manufacturers (like Asus or Tekram) might make cards with
20976        slightly different MM_TABLE.
20977
20978commit 414c035a965b9db15656058c0e9cfeb3acf0158f
20979Author: Alex Deucher <agd5f@yahoo.com>
20980Date:   Fri Dec 24 18:26:19 2004 +0000
20981
20982    - Fix MCLK / SCLK calculation (Benjamin Herrenschmidt) bug 2144
20983    - formatting cleanup
20984
20985commit 7c7b278883676412f5709cf812587b1408628133
20986Author: Alex Deucher <agd5f@yahoo.com>
20987Date:   Sun Dec 19 19:49:33 2004 +0000
20988
20989    - Add support for Dualhead on M3/M4 (bug 1760)
20990
20991commit 08a45118b53129f3b9c30004404b906c7d7690be
20992Author: Alex Deucher <agd5f@yahoo.com>
20993Date:   Sun Dec 19 19:29:10 2004 +0000
20994
20995    - Make dualhead ram allocation cleaner and related messages clearer
20996
20997commit 97cfd7b1489a9510cd233d6dc7154c210f32b9f5
20998Author: Alex Deucher <agd5f@yahoo.com>
20999Date:   Sun Dec 19 06:56:37 2004 +0000
21000
21001    - Add DRI resume support (Micha Feigin) bug 2063
21002
21003commit 5b8577ae3200d967b4316156f16028cbcfd21983
21004Author: Alex Deucher <agd5f@yahoo.com>
21005Date:   Sun Dec 19 06:11:06 2004 +0000
21006
21007    - fix warnings (Ronny V. Vindenes)
21008
21009commit 447124a663a24a7fffb0cd241d18dd896a43098b
21010Author: Alex Deucher <agd5f@yahoo.com>
21011Date:   Sat Dec 18 21:37:48 2004 +0000
21012
21013    - fix warning and potential error in radeon_driver.c
21014
21015commit ac6166158a58b377e7383950c169956f78b62093
21016Author: Alex Deucher <agd5f@yahoo.com>
21017Date:   Fri Dec 17 19:19:32 2004 +0000
21018
21019    - Add VGAAccess option to r128 driver. Based on Benh's radeon patch. r128
21020        should now work on ppcs without usefbdev. To use this on ppc make sure
21021        you set "usefbdev" to false. (bug 2089)
21022    - Apply Benjamin Herrenschmidt's radeon patches (bug 2064)
21023
21024commit ac860ed6bbed84f6fc39a9acf53ee87646cfc8dc
21025Author: Vladimir Dergachev <volodya@mindspring.com>
21026Date:   Fri Dec 17 16:50:36 2004 +0000
21027
21028    Modified:
21029    programs/Xserver/hw/xfree86/drivers/ati/radeon_accel.c
21030    programs/Xserver/hw/xfree86/drivers/ati/radeon_dri.c
21031    Move DMA robustness fix into radeon_dri.c::RADEONEnterServer() as per
21032        suggestion by Michel D�nzer.
21033    I could not trigger a lockup, even with r300_demo (possibly it has code
21034        that flushes cache inside ?), so this must be good enough..
21035
21036commit 3ba5b525c4d6390184fdf79b28c954d5caadc6a4
21037Author: Vladimir Dergachev <volodya@mindspring.com>
21038Date:   Thu Dec 16 16:26:56 2004 +0000
21039
21040    Modified:
21041    programs/Xserver/hw/xfree86/drivers/ati/radeon_accel.c
21042    Add DMA robustness fix from Nicolai Haehnle.
21043    TODO: move this fix into DRM driver or other parts of Xserver when R300
21044        support is more stable.
21045    This fix affects only R300 and later variants and results in small slowdown
21046        when using CP acceleration in comparison to the previous version of the
21047        driver.
21048    We are still a lot faster in CP mode than using MMIO register access.
21049
21050commit c7b5f4a9eb49c0edd690c972be1015c98408ffaf
21051Author: Adam Jackson <ajax@nwnk.net>
21052Date:   Wed Dec 15 19:35:33 2004 +0000
21053
21054    Bug #2008: Fix gcc4 compile problem.
21055
21056commit 8c1969f22fba2e1c9ed34d5ca77bee3a9f577640
21057Author: Vladimir Dergachev <volodya@mindspring.com>
21058Date:   Sun Dec 12 20:42:29 2004 +0000
21059
21060    Modified:
21061    programs/Xserver/hw/xfree86/drivers/ati/radeon_render.c
21062    programs/Xserver/hw/xfree86/drivers/ati/radeon_accel.c
21063    Make DMA blitting code more robust.
21064
21065commit 8a9077bc70fd800983f138a224b95301992a2296
21066Author: Vladimir Dergachev <volodya@mindspring.com>
21067Date:   Sun Dec 12 19:28:37 2004 +0000
21068
21069    Modified:
21070    programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
21071    programs/Xserver/hw/xfree86/drivers/ati/radeon_dri.c
21072    Enable DRM support permanently, allowing its use for any CHIP_FAMILY >
21073        R300. Fix bug in naming Mesa3d driver (it was defaulting to r200)
21074
21075commit 845df6dd96785b59c44c670009c4fcdb20e147ab
21076Author: Alex Deucher <agd5f@yahoo.com>
21077Date:   Sun Dec 12 17:29:45 2004 +0000
21078
21079    - missing diff from agp 8x support
21080
21081commit 36b92808e4ff1311f91543388c18cbe8e9eb4aab
21082Author: Vladimir Dergachev <volodya@mindspring.com>
21083Date:   Sun Dec 12 16:05:35 2004 +0000
21084
21085    Modified:
21086    programs/Xserver/hw/xfree86/drivers/ati/radeon_accel.c
21087    programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
21088    programs/Xserver/hw/xfree86/drivers/ati/radeon_dri.c
21089    programs/Xserver/hw/xfree86/drivers/ati/radeon_common.h
21090    programs/Xserver/hw/xfree86/drivers/ati/radeon_version.h Add R300 (and
21091        later) DRM support, protected by X_R300_DRM option.
21092    Note: at the moment this is for 2d support only, if enabled running
21093        glxgears locks up my machine, but DMAForXv=yes works fine.
21094
21095commit 68ea67ce98b8f3ad4c17f987e0e2b92f79a96fbf
21096Author: Alex Deucher <agd5f@yahoo.com>
21097Date:   Sun Dec 12 02:00:48 2004 +0000
21098
21099    - add AGP 8x support (Hui Yu, Michel Daenzer) bug 1819
21100
21101commit 93675d288d5ebb35d4724ebbfc455a703e25a311
21102Author: Alex Deucher <agd5f@yahoo.com>
21103Date:   Sun Dec 12 00:14:32 2004 +0000
21104
21105    - only mess with Dynamicclocks on mobility chips (Benh, me) bug 1912
21106    - fix display detection (Hui Yu) bug 1559
21107    - Add new option "BIOSHotkeys" to allow the bios to control output
21108        switching (off by default) bug 2000
21109    - update the savage man page to document the "CrtOnly" option
21110
21111commit ed217003127028483fd2956851d438977169d154
21112Author: Daniel Stone <daniel@fooishbar.org>
21113Date:   Mon Dec 6 13:27:56 2004 +0000
21114
21115    Apply Debian patch to re-POST via VBE if driver thinks it has no video
21116        memory (a symptom of incompletely coming up from D3 power state), which
21117        fixes some Dell laptops (closes: #1890).
21118
21119commit 2b8ab42b05b32710fa4f71a25e2f84192e637fbd
21120Author: Michel Daenzer <michel@daenzer.net>
21121Date:   Mon Dec 6 06:27:53 2004 +0000
21122
21123    When direct rendering is enabled, use hostdata blits to transfer data from
21124        system memory to video RAM, which should reduce CPU usage especially
21125        with larger videos. Can be disabled via Option "DMAForXv" if there
21126        should be any stability issues, but it's been stable for me during a
21127        week of testing. Based on a patch by Nikolaus Meine
21128        <meine@tnt.uni-hannover.de>. Probably fix endianness issues in some
21129        newer XVideo code, untested.
21130    Also use hostdata blits to transfer RENDER image data to video RAM to avoid
21131        idling the accelerator engine. Increases RENDER performance
21132        significantly for me.
21133    These changes were only tested on an M9 in a Titanium PowerBook but should
21134        work with all Radeons where direct rendering is supported.
21135
21136commit 960d15ae3a44efe7c02a3d6d0acbabe63e07be74
21137Author: Daniel Stone <daniel@fooishbar.org>
21138Date:   Sat Dec 4 22:34:54 2004 +0000
21139
21140    Disable interrupt handling after the DRM handler has been removed,
21141        preventing lockups (closes: #1886).
21142    Allow pitches with a granularity of 32, rather than 64, because some
21143        clamshell iBooks have 800-byte pitches. Change Xv allocation
21144        granularity to 8 bytes, rather than 16 bytes, also (closes: #1888).
21145
21146commit 4706dfb7804a46e3cc5aafc3644f5a1134ab3d19
21147Author: Daniel Stone <daniel@fooishbar.org>
21148Date:   Sat Dec 4 22:24:06 2004 +0000
21149
21150    Retry CCE idle commands until the (higher) timeout is reached, and properly
21151        stop the engine if we totally fail -- gets rid of serious performance
21152        issues and lockups with r128 DRI.
21153
21154commit bce508a288d6b95708dbbfc6b235e2d95b6b96ad
21155Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>
21156Date:   Sat Dec 4 00:42:59 2004 +0000
21157
21158    Encoding of numerous files changed to UTF-8
21159
21160commit e9c9fd279ed43cc0d779266efcea69a67541c794
21161Author: Egbert Eich <eich@suse.de>
21162Date:   Tue Nov 30 08:38:44 2004 +0000
21163
21164    Make Xorg the default server to install.
21165    Avoid PIO access on IA64. Some IA64 machine check if legacy ports outside
21166        the VGA range are accessed. The ATi driver however does this to probe
21167        for ISA Mach8/32/64. Since no IA64 has ISA slots this restriction
21168        should not be relevant to the user.
21169    Avoid recursive calls of xf86scanpci(). This function normally detects that
21170        it has been called before by checking if the PCI structure is filled
21171        out. So far if this was not the case (because PCI probing has failed
21172        for some reason) the function is traversed again. With the chipset
21173        specific PCI bus probing this can lead to an endless recursive loop as
21174        the post-probing code calls xf86scanpci() from within this function.
21175    The OS specific PCI code for Linux worked only if bus 0 was populated as it
21176        checked for the presence of /proc/bus/pci/00. Fixed to check for
21177        /proc/bus/pci/<bus_to_look_for> instead.
21178
21179commit fffbcb761c178e025e3d55d428a803b1284481e0
21180Author: Matthieu Herrb <matthieu.herrb@laas.fr>
21181Date:   Sat Nov 27 15:14:15 2004 +0000
21182
21183    xc/programs/Xserver/hw/xfree86/driver/ati/radeon.man
21184    xc/programs/Xserver/hw/xfree86/driver/voodoo/voodo.man
21185    xc/programs/Xserver/hw/xfree86/driver/wsfb/wsfb.man XF86Config ->
21186        __xconfigfile__
21187
21188commit ad6347d187f9afa053c755aa3a2da9d821916cb2
21189Author: Daniel Stone <daniel@fooishbar.org>
21190Date:   Tue Nov 23 21:27:43 2004 +0000
21191
21192    Use fp_horz_stretch instead of fp_vert_stretch for horizontal stretch
21193        factor calculation in panel size derivation in the Radeon driver
21194        (closes: #1881).
21195
21196commit ac054e427c6ce8cd5b89459dd3f16ca20e6b2d6a
21197Author: Vladimir Dergachev <volodya@mindspring.com>
21198Date:   Sun Oct 24 18:17:36 2004 +0000
21199
21200    Add registers to facilitate work with stereo 3d.
21201
21202commit 445ed4b9b61347c866ee67dc0cb110904d667b84
21203Author: Alex Deucher <agd5f@yahoo.com>
21204Date:   Fri Oct 22 03:51:58 2004 +0000
21205
21206    - make the overlay work on crtc2 again
21207    - make PutVideo() MergedFB aware
21208
21209commit 54cffc3fe273cf3c9ed2a8aef833d4bd337a8a09
21210Author: Egbert Eich <eich@suse.de>
21211Date:   Mon Oct 18 15:19:44 2004 +0000
21212
21213    Fixing one of the infamous 'control reaches end of non void function
21214        problems'.
21215
21216commit 7a97d363327e0b2c8646d961e00d05f99766b54f
21217Author: Egbert Eich <eich@suse.de>
21218Date:   Mon Oct 18 14:21:45 2004 +0000
21219
21220    Made handling of DevelDrivers for x86-64 more conformant to other
21221        platforms.
21222    Compress all font encodings (Stefan Dirsch).
21223    Fixed warnings.
21224    Turn on forwarding XNSpotLocation event to XIM server in OffTheSpot and
21225        Root mode (bugzilla #1580, James Su).
21226    Added another compose key combination for the Euro symbol (Stefan Dirsch).
21227    Added support for UTF-8 in ja_JP, ko_KR and zh_TW locales (Mike Fabian).
21228    Changed default encoding for ru from KOI8-R to ISO8859-5 (Mike Fabian).
21229        This is the encoding that is also used by glibc. We may break other
21230        libcs - lets see who complains.
21231    Added explanation for DESTDIR to install to a different directory than /.
21232    Added some early bailouts to atiprobe if PCI structure pointer is NULL to
21233        prevent sig11.
21234    XV support doesn't depend on 2D acceleration any more. This patch removes
21235        this limitation from the NSC driver. This is a patch that I have
21236        committed to XFree86 a while ago but never ported over to X.Org.
21237        Matthieu Herrb contributed some build fixes.
21238    Fixing SetDPMSTimers() so that DPMS*Time == 0 disables the appropriate
21239        timer. This takes advantage of the fact that TimerSet() with a timeout
21240        argument 0 behaves like TimerCanel().
21241    Use /dev/xconsole (named pipe) or devpts for system logger (Werner Fink).
21242    Create missing links for backward compatibility to XFree86 (Stefan Dirsch).
21243    Changed comment to mention xorg.
21244    Changed cursor for the 'kill' action from XC_draped_box to XC_Pirate. If
21245        you don't like it we can change it back (original author unkown).
21246    Added 'pic' to the man page rendering command pipeline (Werner Fink).
21247    Added missing return value (Stefan Dirsch, Roland Mainz)
21248
21249commit c7ab340fecb94a89c25d6bc7f686b7c97cd3067f
21250Author: Alex Deucher <agd5f@yahoo.com>
21251Date:   Sun Oct 17 22:45:57 2004 +0000
21252
21253    - Fix DFP detection in r128 driver (bug 1386, Klaus Kusche)
21254    - Fix EmulateWheelInertia defaults (bug 1115, Andrew Pimlott)
21255
21256commit ace6e1b7933cb415b8efc41dffa335938f9c89b5
21257Author: Vladimir Dergachev <volodya@mindspring.com>
21258Date:   Sun Oct 17 17:57:33 2004 +0000
21259
21260    Modified:
21261    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c On my Inspiron
21262        8600 both internal and external ports are marked DAC_PRIMARY in BIOS.
21263        So be extra careful - only swap when the first port is not DAC_PRIMARY
21264
21265commit 22405e81b812c239b5d8653b402b5f846e6e10b1
21266Author: Alex Deucher <agd5f@yahoo.com>
21267Date:   Sun Oct 17 16:52:02 2004 +0000
21268
21269    - Add Thomas' latest sis MergedFB enhancements to the radeon driver
21270
21271commit 186efa31b2cb7285717678bb1c4df4cd9e182395
21272Author: Vladimir Dergachev <volodya@mindspring.com>
21273Date:   Wed Oct 13 23:02:42 2004 +0000
21274
21275    Modified:
21276    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c
21277    xc/programs/Xserver/hw/xfree86/drivers/i2c/fi1236.h Squash annoying warning
21278        about fi1236_dump_status
21279
21280commit 43b24861e36023613a99627c57ac44721ed1a548
21281Author: Egbert Eich <eich@suse.de>
21282Date:   Tue Oct 12 19:13:43 2004 +0000
21283
21284    Set fbdev mode as the default mode on PPC (Olaf Hering).
21285    Added support for IBM space saver keyboard (Stefan Dirsch). Added support
21286        for Cherry CyMotion Master XPress (Marcus Schaefer).
21287    Change order of SetDisplayDevice(), HWRestore(), UnbindGART() and
21288        RestoreBIOSMemSize() to be exactly opposite to the Save procedure in
21289        EnterVT() (Matthias Hopf, Alan Hourihane).
21290    Fix text mode restauration by removing the assumption that the register
21291        which determines which head is programmed is set. to the active head by
21292        the BIOS (Mark Vojkovich).
21293    When I wrote the resource code 5 years ago I made some assumptions which
21294        turned out to be false: I've assumed that the bus number of the PCI
21295        hostbridge would be the PCI bus the bridge links to. This is not
21296        correct. Fixing this assumption is not easy. However I hope that the
21297        attached patch will make the system work regardless as it 'ignores'
21298        host bridges from which the target bus is not known. This should not
21299        matter at all as we really don't care about host bridges (unless we
21300        have bridge specific code which retrieves information about the
21301        bridge).
21302    Fixed server crash on reset when a structure allocated in PreInit() was
21303        freed on CloseScreen().
21304    Fixed ring buffer lock ups that happened because the structure that
21305        contained ringbuffer data was not zeroed after allocation.
21306    Fixed numerous warnings due to signed unsigned comparisons.
21307        programs/Xserver/hw/xfree86/drivers/nv/nv_driver.c:
21308        (NVBacklightEnable): Changed the order in which the sequencer registers
21309        and the backlight control registers are written. The sequencer control
21310        register need to be written first otherwise DPMS screen blanking
21311        produces vertical bars on a mobile device. lib/Xau/Imakefile: Build
21312        libXau static library PIC so it can be linked into toolkits that would
21313        like to wrap its functionality.
21314
21315commit 515b7c4b748f70c17aee149a33ee1b41632daa1a
21316Author: Alex Deucher <agd5f@yahoo.com>
21317Date:   Mon Oct 11 23:20:26 2004 +0000
21318
21319    - fix resume on radeons (bug 1220)
21320    - clean up some old cruft in the savage i2c code
21321
21322commit 07e1aaee862c4835601c704e14fcb12e28f4e78e
21323Author: Egbert Eich <eich@suse.de>
21324Date:   Mon Oct 11 09:58:04 2004 +0000
21325
21326    Improving DPMS handling on VT swich and server termination/abort: previous
21327        version called the driver directly and too late.
21328    Unblank secondary screen explicitely. Don't rely on the value read during
21329        register save as the BIOS have blanked the secondary head.
21330    Checking if server isn't switched away before calling sync. Sanity check
21331        for possible bugs in aother areas of the code.
21332    Fixing default amount of of allocated video memory from AGP for i810: Use
21333        16MB if less than 192MB are installed else use 24MB (Matthias Hopf).
21334
21335commit a8c77480e7f4ddf8c45bea3ecec7b6564c0d6452
21336Author: Vladimir Dergachev <volodya@mindspring.com>
21337Date:   Fri Oct 8 00:56:05 2004 +0000
21338
21339    Modified:
21340    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c Remove redundant
21341        and incorrect line.
21342
21343commit ec831d4fba23dc5f4d0a1450aa63efe5ff5937a2
21344Author: Vladimir Dergachev <volodya@mindspring.com>
21345Date:   Tue Oct 5 01:16:01 2004 +0000
21346
21347    Modified:
21348    xc/programs/Xserver/hw/xfree86/drivers/ati/theatre.h Patch from Matthieu
21349        Herrb - fix compilation with DoLoadableServer=NO
21350
21351commit f1dadde8f642b332a2dcd2e2a5779f25fec7a3de
21352Author: Adam Jackson <ajax@nwnk.net>
21353Date:   Mon Oct 4 21:52:47 2004 +0000
21354
21355    Correct radeon man page, IGP is supported for 3D but R400 is not.
21356
21357commit e3dba9841521466629828501c4fdccbba3d6af89
21358Author: Vladimir Dergachev <volodya@mindspring.com>
21359Date:   Mon Oct 4 15:24:34 2004 +0000
21360
21361    Modified:
21362    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c Do not probe for
21363        Rage Theatre if no multimedia table is present and no parameters have
21364        been specified.
21365
21366commit 4aadb784928ebbd60dce172c9a9a80e8d84e943f
21367Author: Vladimir Dergachev <volodya@mindspring.com>
21368Date:   Mon Oct 4 14:53:11 2004 +0000
21369
21370    Modified:
21371    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c This is really
21372        embarassing - I found a part of code that had <cr> at the end of the
21373        lines. I am certain I never saw it before - talk about code rot !
21374
21375commit db5a27081d9d3ab4cc1481a7d110d11103b3de19
21376Author: Vladimir Dergachev <volodya@mindspring.com>
21377Date:   Sun Oct 3 23:54:40 2004 +0000
21378
21379    Modified:
21380    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_mm_i2c.c Remove debugging
21381        statement that cause loading of DLL modules to fail.
21382
21383commit 37a8d8a53f12f829783011c1e077fefb5729e618
21384Author: Vladimir Dergachev <volodya@mindspring.com>
21385Date:   Sun Oct 3 14:41:45 2004 +0000
21386
21387    Modified:
21388    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c Fix compilation
21389        with gcc 3.4.x (patch by Ronny V. Vindenes)
21390
21391commit 6dbcd503fe21c6dec27c2b97adc0f39ba0a7ab2a
21392Author: Vladimir Dergachev <volodya@mindspring.com>
21393Date:   Sun Oct 3 03:07:17 2004 +0000
21394
21395    Modified:
21396    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.[c,h]
21397    xc/programs/Xserver/hw/xfree86/drivers/ati/theatre.c
21398    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_reg.h Port the rest of
21399        GATOS Radeon-specific code. Remove "checkpoint" noise from logs. Test
21400        with AIW Radeon 7500
21401
21402commit 7cb911291d459f08f54444d09081d3378fe73b8b
21403Author: Vladimir Dergachev <volodya@mindspring.com>
21404Date:   Sun Oct 3 00:01:14 2004 +0000
21405
21406    Modified:
21407    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon.h
21408    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
21409    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.[c,h]
21410    xc/programs/Xserver/hw/xfree86/drivers/ati/theatre.c Detect and initialize
21411        Rage Theatre (RT100)
21412
21413commit 6c1996174b9f7afc8f4e33c35e4864b31696d4d6
21414Author: Vladimir Dergachev <volodya@mindspring.com>
21415Date:   Sat Oct 2 20:55:42 2004 +0000
21416
21417    Modified:
21418    xc/programs/Xserver/hw/xfree86/drivers/ati/Imakefile
21419    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_reg.h
21420    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.[c,h]
21421    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_vip.c Add VIP bus access
21422        code, hook it into initialization system.
21423
21424commit 136649a1c2065624a9cf17386054c6595aa6d85e
21425Author: Vladimir Dergachev <volodya@mindspring.com>
21426Date:   Sat Oct 2 20:35:04 2004 +0000
21427
21428    Modified:
21429    xc/programs/Xserver/hw/xfree86/drivers/ati/theatre*
21430    xc/programs/Xserver/hw/xfree86/drivers/ati/generic_bus.h Add Rage Theatre
21431        (RT100) module code and hook it into the build system
21432
21433commit 7a17b1c294fa8c7af0b1cdea0618cb6060479356
21434Author: Vladimir Dergachev <volodya@mindspring.com>
21435Date:   Sat Oct 2 01:59:13 2004 +0000
21436
21437    Modified:
21438    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon.h
21439    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c
21440    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.h
21441    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_mm_i2c.c Add code to
21442        access and initialize multimedia i2c bus. Hook it up.
21443
21444commit e0123e24b6895dde7b385528da24c4e6e9d5a4cb
21445Author: Vladimir Dergachev <volodya@mindspring.com>
21446Date:   Sat Oct 2 01:36:43 2004 +0000
21447
21448    Add more multimedia registers.
21449
21450commit 576f53be4f0fa54bde7167872b7508b98e5c9454
21451Author: Vladimir Dergachev <volodya@mindspring.com>
21452Date:   Sat Oct 2 00:43:08 2004 +0000
21453
21454    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
21455    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon.h Add TV-in specific
21456        options. Add TV-in specific fields to radeon per-screen structure, add
21457        code to initialize them. Preserve MM_TABLE (instead of whole VBIOS as
21458        was done in GATOS drivers)
21459
21460commit 9a9ba82172428b09312fdd6e11da04b21c8529fc
21461Author: Adam Jackson <ajax@nwnk.net>
21462Date:   Wed Sep 22 04:38:03 2004 +0000
21463
21464    Bug #1252, #1253, #1255, #1256: Various typo fixes from Dave Jones.
21465
21466commit 700b0dc5148d0170c9223765d208ccef447242df
21467Author: Adam Jackson <ajax@nwnk.net>
21468Date:   Tue Sep 21 18:10:34 2004 +0000
21469
21470    Convert the ATI drivers to ANSI function prototypes.
21471
21472commit 17e5f3c1169066be1004306d12b5398cf01cbd35
21473Author: Eric Anholt <anholt@freebsd.org>
21474Date:   Fri Sep 17 05:16:45 2004 +0000
21475
21476    Bugzilla #1170: Fix an overcounting of DMA in BEGIN_RING that wasn't
21477        harmful. Bugzilla #1169: Add counting for
21478        BEGIN_RING/OUT_RING/ADVANCE_RING to avoid these sorts of problems in
21479        the future.
21480
21481commit 29bbee6b8a8dd1b883e07547691ff8e1289459ce
21482Author: Adam Jackson <ajax@nwnk.net>
21483Date:   Fri Sep 17 03:04:50 2004 +0000
21484
21485    Bug #1192: Remove cfb support from drivers where its use is an option.
21486        Delete xf24_32bpp, as s3virge was the last user. Fix up some comments
21487        to refer to fb rather than cfb.
21488
21489commit cec06d4126f5f31d14ace73798c71ec75e544c45
21490Author: Alex Deucher <agd5f@yahoo.com>
21491Date:   Thu Sep 16 22:15:05 2004 +0000
21492
21493    Update comment
21494
21495commit dbeb8d28ac3469f4a7d7d8dae979ae876d4cdcba
21496Author: Kevin E Martin <kem@kem.org>
21497Date:   Fri Sep 3 23:26:19 2004 +0000
21498
21499    Updated release notes for bug #999.
21500    Update Radeon man page to note that RenderAccel is now enabled by default
21501        on certain chips.
21502
21503commit c829f667c8a79bbdd40e1f924d57638e7bd425dc
21504Author: Michel Daenzer <michel@daenzer.net>
21505Date:   Mon Aug 30 04:31:50 2004 +0000
21506
21507    Hotfix for Eric Anholt's fix for bug #1156 : Clear the
21508        RADEON_NONSURF_AP0_SWP_16BPP bit for 4 bpp data, otherwise it breaks at
21509        depth 16.
21510
21511commit 677246740b5b538e73a7fbde661ec6a97319430b
21512Author: Adam Jackson <ajax@nwnk.net>
21513Date:   Fri Aug 27 20:31:26 2004 +0000
21514
21515    Back out my last change, dupe.
21516
21517commit a8eaa15264ff0db1596d653e91260c9a39a8b5ee
21518Author: Adam Jackson <ajax@nwnk.net>
21519Date:   Fri Aug 27 18:32:40 2004 +0000
21520
21521    Bug #1061 (documentation-only update): Document the RenderAccel option in
21522        the radeon manpage.
21523
21524commit 360dab062f895c19e1784146e6684f75a20c5b24
21525Author: Eric Anholt <anholt@freebsd.org>
21526Date:   Fri Aug 27 03:36:28 2004 +0000
21527
21528    Bug #1156: Fix the build on PPC by splitting the byte-order-setting code
21529        into a separate routine. While here, fix the byte swapping in the 32bpp
21530        case. (Michel Daenzer)
21531
21532commit 9b19bbb4d37b79c97365aa492cd93931d492b3a8
21533Author: Eric Anholt <anholt@freebsd.org>
21534Date:   Fri Aug 27 03:23:47 2004 +0000
21535
21536    Bug #1157: Fix Radeon line acceleration in the DMA case (Michel Daenzer).
21537
21538commit 838488b6b46359334e5e781589dbee3832909628
21539Author: Kevin E Martin <kem@kem.org>
21540Date:   Fri Aug 27 02:38:56 2004 +0000
21541
21542    Fix Radeon compilation without Xinerama (Bug #1179, Simon Schubert).
21543
21544commit 5f54d4f45e2adc6b15e98152db88743c243aa128
21545Author: Kevin E Martin <kem@kem.org>
21546Date:   Wed Aug 25 00:30:41 2004 +0000
21547
21548    Fix hangs during startup with Radeon driver (Bug #1007, Sjoerd Simons).
21549    Fix i810 driver startup on Sony VAIO laptop (Bug #1084, Dave Airlie).
21550    Fix several library build problem (Bug #1147).
21551    Fix build problems (Bugs #1148 and #1149).
21552
21553commit dde880e876f455f1fd66efbcc055e177886397c9
21554Author: Eric Anholt <anholt@freebsd.org>
21555Date:   Tue Aug 17 20:22:55 2004 +0000
21556
21557    Reenable Radeon Render acceleration now that interactions with 3D clients
21558        should be resolved.
21559
21560commit 279efef503fdbd442a9bd00f0073d9f6006d9e61
21561Author: Eric Anholt <anholt@freebsd.org>
21562Date:   Sun Aug 15 00:44:57 2004 +0000
21563
21564    Fix unresolved symbol warnings in r128 driver (Adam Jackson)
21565
21566commit 955f2b89f94aaa20b5eafd045b01e3eeef3d29ad
21567Author: Kevin E Martin <kem@kem.org>
21568Date:   Thu Aug 12 05:00:22 2004 +0000
21569
21570    Fix context switching on Radeons and build problem when XF86DRI is not
21571        defined (Bug #922, Eric Anholt).
21572
21573commit 8f3ea53f26493a5f02410297a587d1d95c067094
21574Author: Adam Jackson <ajax@nwnk.net>
21575Date:   Thu Aug 12 02:23:46 2004 +0000
21576
21577    oops, these didn't added somehow.
21578
21579commit 6ec74414bd33e9d8dfd5119058d15f3a6206e9d9
21580Author: Adam Jackson <ajax@nwnk.net>
21581Date:   Thu Aug 12 01:03:06 2004 +0000
21582
21583    Factor out R{128,ADEON}Chipsets into their own headers so they can be
21584        sanely included in both the ati core and the r128/radeon submodules;
21585        r128 and radeon can now be directly loaded under dlloader. Teach imstt
21586        about the dlloader- frendly way to talk to fbdevhw. (Partial for bugs
21587        #393 and #400.)
21588
21589commit a5b1e4dd7adacd17b63582e477df3a585efb249a
21590Author: Adam Jackson <ajax@nwnk.net>
21591Date:   Wed Aug 11 01:20:28 2004 +0000
21592
21593    Bug #978: Silence more unresolved symbol warnings from the ati driver.
21594        Patch from Stefan Dirsch.
21595
21596commit 1356884132491010a2e41eb2b5be4a227b9b8138
21597Author: Kevin E Martin <kem@kem.org>
21598Date:   Wed Aug 11 01:14:14 2004 +0000
21599
21600    Fix Radeon build problem with #define DoLoadableServer NO
21601
21602commit f5c93cb015e334975c2797a23b68798372a284c9
21603Author: Adam Jackson <ajax@nwnk.net>
21604Date:   Tue Aug 10 04:01:42 2004 +0000
21605
21606    Bug #978: Silence unresolved symbol warnings from the ati driver. Reported
21607        by Michel Daenzer.
21608
21609commit a2da1caf5848a78b10afd99811fd1a5677af6786
21610Author: Kevin E Martin <kem@kem.org>
21611Date:   Mon Aug 9 22:37:22 2004 +0000
21612
21613    Fix install problem on platforms not using xorg.cf/xfree86.cf (Bug #339,
21614        Harold L. Hunt II, Alexander Gottwald).
21615    Fix crash when using X core font in zh_CN.UTF-8 locale (Bug #368, Yu Shao,
21616        David Dawes).
21617    Fix glXMakeCurrent(Dpy, None, NULL) crash (Bug #719, Adam Jackson).
21618    HP-PA build fix (Bug #828, Guy Martin, Paul Anderson).
21619    Fix SDK build for GATOS and Wacom driver (Bug #829, Bryan Stine).
21620    Fix attempt to read video ROM before enabling it (Bug #843, Ivan
21621        Kokshaysky, Mike A. Harris).
21622    Fix detection of primary adapter (Bug #843, Ivan Kokshaysky, Mike A.
21623        Harris).
21624    Clarify xset man page description of how to use the keyboard repeat rate
21625        settings (Bug #846, Mike A. Harris).
21626    Fix problem where print-screen key would get remapped to sys-req in certain
21627        keymaps, which broke GNOME printscreen functionality (Bug #847, Owen
21628        Taylor).
21629    Fix several render problems:
21630    - MMIO mode support
21631    - Hang on IGP chips
21632    - VT switching hang
21633    - 3D render corruption (Bug #922, Hui Yu).
21634
21635commit 3171664c6a02424736864204b731249097fa7aae
21636Author: Kevin E Martin <kem@kem.org>
21637Date:   Fri Aug 6 20:07:35 2004 +0000
21638
21639    Disable Render acceleration in Radeon driver temporarily until it no longer
21640        conflicts with the 3D code.
21641
21642commit 27ef7adf3c1f6c3ca79b42b468d08b8542348cdd
21643Author: Michel Daenzer <michel@daenzer.net>
21644Date:   Wed Aug 4 13:17:31 2004 +0000
21645
21646    Use info->ModeReg.surface_cntl to restore byte swapping for the framebuffer
21647        aperture on big endian machines, remove superfluous local variables and
21648        register reads.
21649    Adapt framebuffer aperture byte swapping to texture format before copying
21650        data to offscreen area and restore it afterwards on big endian
21651        machines, fixes Render acceleration there.
21652    reviewed by: Hui Yu <hyu@ati.com>, Kevin E. Martin <kem@freedesktop.org>
21653
21654commit 2efdc9f847fa9ff3096667b16df84817fc65605d
21655Author: Eric Anholt <anholt@freebsd.org>
21656Date:   Wed Aug 4 10:05:37 2004 +0000
21657
21658    - Add two new XAA hooks, SetupForCPUToScreenTexture2 and
21659        SetupForCPUToScreenAlphaTexture2. These add a dstFormat argument after
21660        the previous format argument, which the driver needs to use to properly
21661        set up the destination format. Two new arrays are added for the list of
21662        destination formats supported that correspond to the previous format
21663        arrays for sources.
21664    - Make Render acceleration only occur when the new hook for that
21665        acceleration type is supplied and the dst format list is set, along
21666        with the src format list being set. Without knowing the destination
21667        format, the Render acceleration couldn't properly support all the
21668        destinations it might encounter.
21669    - Bump XAA module minor version.
21670    - Update the Radeon Render acceleration to use the new hooks when the XAA
21671        module is sufficiently new. Fix a bug in the src/dst alpha booleans for
21672        ops, and use them to set blend_cntl to support destinations without
21673        alpha. Add missing PICT_a1r5g5b5 texture format, and add list
21674        terminator. (!)
21675
21676commit 1e16c66551eed750330bb74a92208c45a7112cd0
21677Author: Matthieu Herrb <matthieu.herrb@laas.fr>
21678Date:   Tue Aug 3 09:42:20 2004 +0000
21679
21680    programs/Xserver/hw/xfree86/drivers/ati/radeon_merged_fb.c Add missing
21681        argument to xf86DrvMsg().
21682
21683commit fd440a1e2110e05d116207800c123c281fbf5e19
21684Author: Matthieu Herrb <matthieu.herrb@laas.fr>
21685Date:   Tue Aug 3 09:38:03 2004 +0000
21686
21687    programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c
21688    programs/Xserver/hw/xfree86/drivers/ati/r128_probe.h
21689    programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
21690    programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.h Fix Constification
21691        problems.
21692
21693commit dd0f86c4cb046c79a65144f767e97fd99e7f61c9
21694Author: Kevin E Martin <kem@kem.org>
21695Date:   Sun Aug 1 23:22:01 2004 +0000
21696
21697    Fix Radeon crash on server exit or generation
21698
21699commit c64f90b673f5c487dfe059f1636b04a1c2ab7dc2
21700Author: Adam Jackson <ajax@nwnk.net>
21701Date:   Sat Jul 31 01:21:18 2004 +0000
21702
21703    Change several LoaderSymbol calls introduced by the bug #400 patch to
21704    *Weak() resolver functions.
21705
21706commit b091b4b074cd61c9067ba95ef016f7a29a38c38d
21707Author: Hui YU <hyu@ati.com>
21708Date:   Fri Jul 30 22:20:21 2004 +0000
21709
21710    Support for New radeon chips: R420/M18, R423, RV370/M22, RV380/M24, RS300.
21711        Add special handlings for DELL triple-head server (RV100). Misc. bug
21712        fixes for flat panel, host aperture, etc (Bug #946)
21713
21714commit d04f61bfaf6952e832d52e1cd6014e86435aebd9
21715Author: Adam Jackson <ajax@nwnk.net>
21716Date:   Fri Jul 30 20:30:51 2004 +0000
21717
21718    Bug #400 (partial): Driver fixes for the dlloader. When using dlloader, all
21719        framebuffer formats except cfb and the overlay modes should work, and
21720        r128 and radeon need to be loaded from the ati driver (both issues to
21721        be fixed soon). Tested on i740, s3virge, mach64, tdfx, vesa, and vga
21722        drivers. elfloader users shouldn't be affected.
21723
21724commit 6dcb78bb818c3c1c7fe406bee5379f9bef023f4b
21725Author: Alex Deucher <agd5f@yahoo.com>
21726Date:   Wed Jul 28 02:35:30 2004 +0000
21727
21728    - add gamma correction support to the radeon video overlay
21729
21730commit 26029dc9378bbd95835d397402bfc9e6b4f1a478
21731Author: Alex Deucher <agd5f@yahoo.com>
21732Date:   Mon Jul 26 23:14:37 2004 +0000
21733
21734    - Add Radeon DynamicClocks option
21735    - Add small fixes and clean ups from ati's last code drop (typo_fixes,
21736        remove_fudge, laptop, xvfix)
21737    - fix possible segfault in mga_dri.c (Ryan Underwood)
21738    - Add Xv support to pre-nm2160 neomagic chipsets
21739
21740commit 9f251b16e702da486f824307e72a6f80c6987b5d
21741Author: Adam Jackson <ajax@nwnk.net>
21742Date:   Mon Jul 26 19:14:58 2004 +0000
21743
21744    Bug #848: Clean up gatos notice messages.
21745
21746commit 6f1e01ecdb11913fd768b9918f516b8379b7858f
21747Author: Eric Anholt <anholt@freebsd.org>
21748Date:   Fri Jul 23 05:36:14 2004 +0000
21749
21750    - Add a new option, BuildDevelDRIDrivers, which controls whether
21751        DevelDRIDrivers is non-empty. DevelDRIDrivers contains those drivers
21752        aren't built by default either due to being unusable on that
21753        architecture (but buildable for testing) or due to security concerns,
21754        as in the mach64 and savage cases.
21755    - Merge the Mach64 DDX's DRI support, under the XF86DRI_DEVEL define, which
21756        is set only when BuildDevelDRIDrivers is set.
21757    - Fix up of the sets of DRI drivers built for various architectures.
21758    - Fix build of unichrome DRI driver, which is now enabled on x86.
21759
21760commit b68322f467b7e524092af15e33ab872abb99b6a2
21761Author: Eric Anholt <anholt@freebsd.org>
21762Date:   Thu Jul 22 07:03:04 2004 +0000
21763
21764    Merge and resolve conflicts from DRI/DRM/Mesa 20040721 imports.
21765
21766commit 57de5e285d6271fc4b2bc8a951a98be6308d649d
21767Author: Eric Anholt <anholt@freebsd.org>
21768Date:   Fri Jul 16 04:38:54 2004 +0000
21769
21770    Bugzilla #803,804: Fix build in the !XF86DRI case after DRI and Radeon
21771        Render acceleration merges.
21772
21773commit 9b0ec803bd588d9af778bfd307ee6d958e4a1e73
21774Author: Adam Jackson <ajax@nwnk.net>
21775Date:   Sat Jul 10 14:22:35 2004 +0000
21776
21777    Bugzilla #849: Fix DRI pagesize assumptions in radeon and r128 drivers.
21778    from mharris@, reviewed and applied to DRI by airlied@.
21779
21780commit ccd95bfb291a0c70272fab6822ef379b83dc298d
21781Author: Egbert Eich <eich@suse.de>
21782Date:   Tue Jul 6 14:37:47 2004 +0000
21783
21784    Separated Intel drivers from default DriDrivers to avoid building them on
21785        IA64 (Egbert Eich).
21786    Fixed wrong function prototype (Egbert Eich).
21787    Don't test for generic VGA on IA64 (Egbert Eich).
21788    Fixed a segfault when accessing a structure before verifying the pointer
21789        exists (Egbert Eich).
21790    Added a showcache option for debugging (Egbert Eich).
21791    Increase default video RAM size to 16MB when DRI is enabled and more than
21792        128MB are available (Egbert Eich). Fixed lockups during mode switch.
21793        Problem was introduced when attempting to copy the behavior during
21794        LeaveVT()/EnterVT() but but forgetting to call I810DRILeave() before
21795        I810DRIEnter(). The entire DRILeave()/Enter() scenario has been
21796        commented out as it didn't seem to be necessary (Egbert Eich).
21797    Fix TweakMemorySize() (tested with i855/i865) (Egbert Eich).
21798    increased MAX_DEVICES to 128 (Egbert Eich).
21799    Use OS provided PCI config space access as default method (Egbert Eich).
21800    Added support for Linux 2.6 proc file format.
21801    Fixed unaligned accesses to pieces of the VBE info block. VESA did not
21802        align elements to size (Egbert Eich).
21803
21804commit 6bdf3d36ea3086432af5157540fde4e0aa0c44dc
21805Author: Eric Anholt <anholt@freebsd.org>
21806Date:   Sun Jun 20 07:34:55 2004 +0000
21807
21808    Add file missed in last commit: Bug #748:
21809    - Add Render acceleration for Radeon 100 and 200-series cards, enabled by
21810        default. Notable performance gains include 27fps in cairogears instead
21811        of 6fps (compared to 50 with glitz), and my disks are now the
21812        bottleneck in an ls -lR in gnome-terminal. Only supported in DRI mode
21813        because the MMIO submission hangs the card so far, but the code is left
21814        in because it may be supportable soon.
21815    - Add xorg.conf options to disable Render acceleration and to force the
21816        subpixel order in the server (Hui Yu).
21817    Many thanks to Hui Yu at ATI for the code this was based off of, Michel
21818        Daenzer for bugfixes and suggestions, and LinuxFund for sponsoring the
21819        work.
21820
21821commit 8c1b37420ea890f76edb97aed61ee427a871cd3f
21822Author: Eric Anholt <anholt@freebsd.org>
21823Date:   Sun Jun 20 07:26:08 2004 +0000
21824
21825    Bug #748:
21826    - Add Render acceleration for Radeon 100 and 200-series cards, enabled by
21827        default. Notable performance gains include 27fps in cairogears instead
21828        of 6fps (compared to 50 with glitz), and my disks are now the
21829        bottleneck in an ls -lR in gnome-terminal. Only supported in DRI mode
21830        because the MMIO submission hangs the card so far, but the code is left
21831        in because it may be supportable soon.
21832    - Add xorg.conf options to disable Render acceleration and to force the
21833        subpixel order in the server (Hui Yu).
21834    Many thanks to Hui Yu at ATI for the code this was based off of, Michel
21835        Daenzer for bugfixes and suggestions, and LinuxFund for sponsoring the
21836        work.
21837
21838commit 6ecf374d500afe6da494dfdd6566396ec65b6d6a
21839Author: Eric Anholt <anholt@freebsd.org>
21840Date:   Wed Jun 16 09:43:59 2004 +0000
21841
21842    Merge DRI-trunk-20040613 changes in programs/Xserver/hw/xfree86/drivers,
21843        with the following notes:
21844    - Savage and Mach64 (= ati/ati*.[ch] changes) DRI not merged due to
21845        insecurity.
21846    - VIA driver converted to new drmContext and drmHandle names.
21847    - Radeon driver merge conflicted in many places, and MergedFB at least
21848        could probably use some checking at this point.
21849
21850commit bea8085e04136b0ef513c17bb65c54069ec531e1
21851Author: Eric Anholt <anholt@freebsd.org>
21852Date:   Wed Jun 16 09:25:58 2004 +0000
21853
21854    DRI trunk-20040613 import
21855
21856commit 7b588cda922992a8ee2d04853ba1533cf43592a3
21857Author: Eric Anholt <anholt@freebsd.org>
21858Date:   Wed Jun 16 09:25:58 2004 +0000
21859
21860    Initial revision
21861
21862commit 6cbb5bbff43d65a762d432659793333868837f0b
21863Author: Eric Anholt <anholt@freebsd.org>
21864Date:   Wed Jun 16 09:22:56 2004 +0000
21865
21866    DRI XFree86-4_3_99_12-merge import
21867
21868commit 3586c3c7955365a2af0b8a286ea0d0488ddfd137
21869Author: Egbert Eich <eich@suse.de>
21870Date:   Fri Apr 23 19:26:46 2004 +0000
21871
21872    Merging XORG-CURRENT into trunk
21873
21874commit 538768e0f472026325be9dd37dc4bfe7ea7d3b75
21875Author: Egbert Eich <eich@suse.de>
21876Date:   Sun Mar 14 08:33:20 2004 +0000
21877
21878    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
21879
21880commit 5f179e796d1cd310790d06eebb474ad67114ec84
21881Author: Egbert Eich <eich@suse.de>
21882Date:   Wed Mar 3 12:12:18 2004 +0000
21883
21884    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
21885
21886commit 493c44580191beff63575c4032f772fbbf1b06eb
21887Author: Egbert Eich <eich@suse.de>
21888Date:   Thu Feb 26 13:35:52 2004 +0000
21889
21890    readding XFree86's cvs IDs
21891
21892commit 942a47fd3c5e8df85642672c01072bf97285bc30
21893Author: Egbert Eich <eich@suse.de>
21894Date:   Thu Feb 26 09:23:18 2004 +0000
21895
21896    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
21897
21898commit dda79b5ee3eb49f924a3213592d93ba981c99394
21899Author: Kaleb Keithley <kaleb@freedesktop.org>
21900Date:   Mon Feb 23 20:35:02 2004 +0000
21901
21902    Import most of XFree86 4.4RC3. This import excludes files which have the
21903        new license. If we want to, later we can import 4.4RC3 again and pick
21904        up the files that have the new license, but for now the vendor branch
21905        is "pure."
21906
21907commit 08104f18ac497561c969694ff709da6c361ccea7
21908Author: Egbert Eich <eich@suse.de>
21909Date:   Thu Jan 29 08:08:34 2004 +0000
21910
21911    Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
21912
21913commit 162d76b9c48ed17d6e645057db58c9f13436f25f
21914Author: Kaleb Keithley <kaleb@freedesktop.org>
21915Date:   Fri Dec 19 20:55:06 2003 +0000
21916
21917    XFree86 4.3.99.902 (RC 2)
21918
21919commit 195772ec74f7a9b7d5bf294b3bc2c3b960e08a31
21920Author: Kaleb Keithley <kaleb@freedesktop.org>
21921Date:   Thu Dec 4 22:03:16 2003 +0000
21922
21923    XFree86 4.3.99.901 (RC 1)
21924
21925commit 73105e438e90f950249cb265ba99001d4db3dc60
21926Author: Kaleb Keithley <kaleb@freedesktop.org>
21927Date:   Tue Nov 25 19:28:36 2003 +0000
21928
21929    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
21930
21931commit 0a53864f9581196604d04fd28b4e94a9b0b73d18
21932Author: Kaleb Keithley <kaleb@freedesktop.org>
21933Date:   Tue Nov 25 19:28:36 2003 +0000
21934
21935    Initial revision
21936
21937commit c56aaef79028261e0a3be0c86ffd3f16b6bdd9ba
21938Author: Kaleb Keithley <kaleb@freedesktop.org>
21939Date:   Fri Nov 14 16:48:55 2003 +0000
21940
21941    XFree86 4.3.0.1
21942
21943commit d09f463a5d1ce73e0b65d5276fbcca393fa2da46
21944Author: Kaleb Keithley <kaleb@freedesktop.org>
21945Date:   Fri Nov 14 16:48:55 2003 +0000
21946
21947    Initial revision
21948
21949commit d9af6dc32652502d84ea8da5d57a5ab45429c4ad
21950Author: Kaleb Keithley <kaleb@freedesktop.org>
21951Date:   Fri Nov 14 15:54:49 2003 +0000
21952
21953    R6.6 is the Xorg base-line
21954