Building the DRI: drm/linux-2.6/radeon_i2c.c:41: `VGA_DDC_CLK_OUT_EN' undeclared

2004-10-11 Thread Steven Beeckman
Hi, me again :)
I've reached some further steps now (thanks Karl and Felix), but I've 
run into a new error (well, 4 actually).

[EMAIL PROTECTED]:/home/steven/Downloads/DRI/drm/linux-2.6# make 
LINUXDIR=/usr/src/linux-2.6.2 DRM_MODULES=r200 radeon
snip
/home/steven/Downloads/DRI/drm/linux-2.6/radeon_i2c.c: In function 
`gpio_setscl':
/home/steven/Downloads/DRI/drm/linux-2.6/radeon_i2c.c:41: 
`VGA_DDC_CLK_OUT_EN' undeclared (first use in this function)
/home/steven/Downloads/DRI/drm/linux-2.6/radeon_i2c.c:41: (Each 
undeclared identifier is reported only once
/home/steven/Downloads/DRI/drm/linux-2.6/radeon_i2c.c:41: for each 
function it appears in.)
/home/steven/Downloads/DRI/drm/linux-2.6/radeon_i2c.c: In function 
`gpio_setsda':
/home/steven/Downloads/DRI/drm/linux-2.6/radeon_i2c.c:55: 
`VGA_DDC_DATA_OUT_EN' undeclared (first use in this function)
/home/steven/Downloads/DRI/drm/linux-2.6/radeon_i2c.c: In function 
`gpio_getscl':
/home/steven/Downloads/DRI/drm/linux-2.6/radeon_i2c.c:71: 
`VGA_DDC_CLK_INPUT' undeclared (first use in this function)
/home/steven/Downloads/DRI/drm/linux-2.6/radeon_i2c.c: In function 
`gpio_getsda':
/home/steven/Downloads/DRI/drm/linux-2.6/radeon_i2c.c:82: 
`VGA_DDC_DATA_INPUT' undeclared (first use in this function)
make[2]: *** [/home/steven/Downloads/DRI/drm/linux-2.6/radeon_i2c.o] Error 1
make[1]: *** [/home/steven/Downloads/DRI/drm/linux-2.6] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.2'
make: *** [modules] Error 2

It's probably some header file or something like that which isn't 
used/found to declare variables. What are the adaptions I have to make?

Thanks,
Steven
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: Building the DRI: drm/linux-2.6/radeon_i2c.c:41: `VGA_DDC_CLK_OUT_EN' undeclared

2004-10-11 Thread Jon Smirl
VGA_DDC_CLK_OUT_EN is defined in linux/include/video/radeon.h
It should be part of the normal kernel build environment.

-- 
Jon Smirl
[EMAIL PROTECTED]


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel