diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-03-15 04:03:37 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-03-15 04:03:37 +0000 |
commit | 36799e3ea7ddde5fce528e8bc17ea942933a9111 (patch) | |
tree | ab589404874995ba4b7b73259a441ddcf59770d3 /ChangeLog | |
parent | 50923b6a9325592edc8b02b17646f96b9b8c4a01 (diff) |
Fix various issues with DRI & server recycle by putting DRICloseSreen in
the normal CloseScreen callback chain at a spot that matches the call
to DRIFinishScreenInit in order to unwrap at the right time.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2006-03-15 Benjamin Herrenschmidt <benh@kernel.crashing.org> + + * src/radeon.h: + * src/radeon_dri.c: (RADEONDRIScreenInit), + (RADEONDRIDoCloseScreen), (RADEONDRIFinishScreenInit), + (RADEONDRIStop), (RADEONDRICloseScreen): + * src/radeon_driver.c: (RADEONCloseScreen): + Fix various issues with DRI & server recycle by putting DRICloseSreen + in the normal CloseScreen callback chain at a spot that matches the + call to DRIFinishScreenInit in order to unwrap at the right time. + 2006-03-15 Luc Verhaegen <libv@skynet.be> * configure.ac: |