Mailinglist Archive: radeonhd (300 mails)

< Previous Next >
[radeonhd] xf86-video-radeonhd:master: 1 commit(s)
  • From: libv@xxxxxxxxxxxxxxxxxxxxxx (Luc Verhaegen)
  • Date: Tue, 27 May 2008 15:23:34 -0700 (PDT)
  • Message-id: <20080527222334.19EB410096@xxxxxxxxxxxxxxxxxxxxxx>
Reporting from xf86-video-radeonhd: Radeon HD video driver

Please visit:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd
Or get your own copy by using:
git-clone git://anongit.freedesktop.org/xorg/driver/xf86-video-radeonhd

Commit against master at 2203c72c...:
commit e98f98718bc69618103b39d24edbe13b0df2f253
Author: Luc Verhaegen <libv@xxxxxxxxx>
Date: Tue May 27 23:19:13 2008 +0200

DRI: fix segfault when out of FB and some further fixes.

* fix segfault when failing to allocate back and depth buffers as
pScrn->pScreen is not assigned at PreInit time.
TODO: verify pScrn->pScreen usage at screenInit time, as this will
break too.
* drmFD is not assigned yet at PreInit time, so move the opening of the
drm fd in RHDDRIGetVersion up.
* clean up messaging of the version checking, fix up broken version checks,
and remove version members of struct rhdDri.

diffstat:
src/rhd_dri.c | 220 ++++++++++++++++++++++++------------------------------
1 file changed, 101 insertions(+), 119 deletions(-)

gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=e98f9871


--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx

< Previous Next >