Mailinglist Archive: radeonhd (185 mails)
| < Previous | Next > |
Re: [radeonhd] [PATCH 2/2] KMS check: Make KMS check code conditional
- From: Egbert Eich <eich@xxxxxxx>
- Date: Mon, 7 Dec 2009 11:32:55 +0100
- Message-id: <19228.55767.397523.511200@xxxxxxx>
Hans Ulrich Niedermann writes:
libdri is an Xserver module. It may not always be loaded.
If it is loaded libdrm should be available, too.
Ndim, thanks for your patches. I'm going to push them.
I'm going to move the test for kms to another file.
Cheers,
Egbert.
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
On Sat, 5 Dec 2009 12:41:36 +0100
Hans Ulrich Niedermann <hun@xxxxxxxxxxxxxxxx> wrote:
Only compile the KMS check code if xf86drmMode.h is actually
present.
I am not certain whether this check is actually needed or
whether USE_DRI should already cover both cases here. However,
this should make absolutely sure that radeonhd will still build
where it has built before.
Well, provided the presence of xf86drmMode.h guarantees the
presences of the two functions
DRICreatePCIBusID()
drmCheckModesettingSupported()
libdri is an Xserver module. It may not always be loaded.
If it is loaded libdrm should be available, too.
Ndim, thanks for your patches. I'm going to push them.
I'm going to move the test for kms to another file.
Cheers,
Egbert.
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |