Linux Radeon OSS with vdpau (howto)
Hi there,
first off: nice work on that tutorial. works like a charm! Big THX!

However i'm running into some issues with the new kernel (I already upgraded to 3.13.0-031300rc6-generic). I can't seem to compile the tbs drivers for my tv-card. it always results in the following errors, which I think are due to the new kernel. Correct me if i'm wrong or if this is not the right place to ask, but I figured there should be somebody in this thread who works with a TBS tv-card and had to compile the drivers.

Bare with me here it is a rather long code snippet. Errors beginn around the middle. Smile

Code:
xbmc@box:~/linux-tbs-drivers$ sudo ./v4l/tbs-x86_64.sh
TBS drivers configured for x86_64 platform.
xbmc@box:~/linux-tbs-drivers$ sudo make
make -C /home/xbmc/linux-tbs-drivers/v4l
make[1]: Entering directory `/home/xbmc/linux-tbs-drivers/v4l'
No version yet, using 3.13.0-031300rc6-generic
make[1]: Leaving directory `/home/xbmc/linux-tbs-drivers/v4l'
make[1]: Entering directory `/home/xbmc/linux-tbs-drivers/v4l'
scripts/make_makefile.pl
Updating/Creating .config
Preparing to compile for kernel version 3.13.0

***WARNING:*** You do not have the full kernel sources installed.
This does not prevent you from building the v4l-dvb tree if you have the
kernel headers, but the full kernel source may be required in order to use
make menuconfig / xconfig / qconfig.

If you are experiencing problems building the v4l-dvb tree, please try
building against a vanilla kernel before reporting a bug.

Vanilla kernels are available at http://kernel.org.
On most distros, this will compile a newly downloaded kernel:

cp /boot/config-`uname -r` <your kernel dir>/.config
cd <your kernel dir>
make all modules_install install

Please see your distro's web site for instructions to build a new kernel.

Created default (all yes) .config file
./scripts/make_myconfig.pl
make[1]: Leaving directory `/home/xbmc/linux-tbs-drivers/v4l'
make[1]: Entering directory `/home/xbmc/linux-tbs-drivers/v4l'
perl scripts/make_config_compat.pl /lib/modules/3.13.0-031300rc6-generic/build ./.myconfig ./config-compat.h
creating symbolic links...
make -C firmware prep
make[2]: Entering directory `/home/xbmc/linux-tbs-drivers/v4l/firmware'
make[2]: Leaving directory `/home/xbmc/linux-tbs-drivers/v4l/firmware'
make -C firmware
make[2]: Entering directory `/home/xbmc/linux-tbs-drivers/v4l/firmware'
  CC  ihex2fw
Generating vicam/firmware.fw
Generating dabusb/firmware.fw
Generating dabusb/bitstream.bin
Generating ttusb-budget/dspbootcode.bin
Generating cpia2/stv0672_vp4.bin
Generating av7110/bootcode.bin
make[2]: Leaving directory `/home/xbmc/linux-tbs-drivers/v4l/firmware'
Kernel build directory is /lib/modules/3.13.0-031300rc6-generic/build
make -C /lib/modules/3.13.0-031300rc6-generic/build SUBDIRS=/home/xbmc/linux-tbs-drivers/v4l  modules
make[2]: Entering directory `/usr/src/linux-headers-3.13.0-031300rc6-generic'
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/tuner-xc2028.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/tuner-simple.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/tuner-types.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/mt20xx.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/tda8290.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/tea5767.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/tda9887.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/tda827x.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/au0828-core.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/au0828-i2c.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/au0828-cards.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/au0828-dvb.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/au0828-video.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/au0828-vbi.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/au8522_dig.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/au8522_decoder.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/flexcop-pci.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/flexcop-usb.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/flexcop.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/flexcop-fe-tuner.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/flexcop-i2c.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/flexcop-sram.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/flexcop-eeprom.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/flexcop-misc.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/flexcop-hw-filter.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/flexcop-dma.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/bttv-driver.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/bttv-cards.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/bttv-if.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/bttv-risc.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/bttv-vbi.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/bttv-i2c.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/bttv-gpio.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/bttv-input.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/bttv-audio-hook.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cafe-driver.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/mcam-core.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cpia2_v4l.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cpia2_usb.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cpia2_core.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cx231xx-audio.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cx231xx-video.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cx231xx-i2c.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cx231xx-cards.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cx231xx-core.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cx231xx-avcore.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cx231xx-417.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cx231xx-pcb-cfg.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cx231xx-vbi.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cx231xx-input.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cx23885-cards.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cx23885-video.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cx23885-vbi.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cx23885-core.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cx23885-i2c.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cx23885-dvb.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cx23885-417.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cx23885-ioctl.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cx23885-ir.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cx23885-av.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cx23885-input.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cx23888-ir.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/netup-init.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cimax2.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/netup-eeprom.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cx23885-f300.o
  CC [M]  /home/xbmc/linux-tbs-drivers/v4l/cx25840-core.o
In file included from /home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:43:0:
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c: In function 'cx25840_std_setup':
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:55:4: note: in expansion of macro 'v4l_client_printk'
    v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
    ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:782:3: note: in expansion of macro 'v4l_dbg'
   v4l_dbg(1, cx25840_debug, client,
   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:55:4: note: in expansion of macro 'v4l_client_printk'
    v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
    ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:791:4: note: in expansion of macro 'v4l_dbg'
    v4l_dbg(1, cx25840_debug, client, "PLL = %d.%06d MHz\n",
    ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:55:4: note: in expansion of macro 'v4l_client_printk'
    v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
    ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:793:4: note: in expansion of macro 'v4l_dbg'
    v4l_dbg(1, cx25840_debug, client, "PLL/8 = %d.%06d MHz\n",
    ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:55:4: note: in expansion of macro 'v4l_client_printk'
    v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
    ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:797:4: note: in expansion of macro 'v4l_dbg'
    v4l_dbg(1, cx25840_debug, client,
    ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:55:4: note: in expansion of macro 'v4l_client_printk'
    v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
    ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:802:4: note: in expansion of macro 'v4l_dbg'
    v4l_dbg(1, cx25840_debug, client,
    ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:55:4: note: in expansion of macro 'v4l_client_printk'
    v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
    ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:806:4: note: in expansion of macro 'v4l_dbg'
    v4l_dbg(1, cx25840_debug, client, "hblank %i, hactive %i, "
    ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c: In function 'set_input':
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:55:4: note: in expansion of macro 'v4l_client_printk'
    v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
    ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:945:2: note: in expansion of macro 'v4l_dbg'
  v4l_dbg(1, cx25840_debug, client,
  ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:55:4: note: in expansion of macro 'v4l_client_printk'
    v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
    ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:950:3: note: in expansion of macro 'v4l_dbg'
   v4l_dbg(1, cx25840_debug, client, "vid_input 0x%x\n",
   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:55:4: note: in expansion of macro 'v4l_client_printk'
    v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
    ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:956:3: note: in expansion of macro 'v4l_dbg'
   v4l_dbg(1, cx25840_debug, client, "mux cfg 0x%x comp=%d\n",
   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:42:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_ERR, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:964:4: note: in expansion of macro 'v4l_err'
    v4l_err(client, "0x%04x is not a valid video input!\n",
    ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:42:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_ERR, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:994:4: note: in expansion of macro 'v4l_err'
    v4l_err(client, "0x%04x is not a valid audio input!\n",
    ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c: In function 'set_v4lstd':
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:55:4: note: in expansion of macro 'v4l_client_printk'
    v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
    ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1105:2: note: in expansion of macro 'v4l_dbg'
  v4l_dbg(1, cx25840_debug, client, "changing video std to fmt %i\n",fmt);
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c: In function 'cx25840_s_mbus_fmt':
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:42:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_ERR, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1181:3: note: in expansion of macro 'v4l_err'
   v4l_err(client, "%dx%d is not a valid size!\n",
   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:55:4: note: in expansion of macro 'v4l_client_printk'
    v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
    ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1199:2: note: in expansion of macro 'v4l_dbg'
  v4l_dbg(1, cx25840_debug, client, "decoder set size %dx%d -> scale  %ux%u\n",
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c: In function 'log_video_status':
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:48:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_INFO, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1233:2: note: in expansion of macro 'v4l_info'
  v4l_info(client, "Video signal:              %spresent\n",
  ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:48:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_INFO, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1235:2: note: in expansion of macro 'v4l_info'
  v4l_info(client, "Detected format:           %s\n",
  ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:48:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_INFO, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1238:2: note: in expansion of macro 'v4l_info'
  v4l_info(client, "Specified standard:        %s\n",
  ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:48:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_INFO, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1243:3: note: in expansion of macro 'v4l_info'
   v4l_info(client, "Specified video input:     Composite %d\n",
   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:48:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_INFO, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1246:3: note: in expansion of macro 'v4l_info'
   v4l_info(client, "Specified video input:     S-Video (Luma In%d, Chroma In%d)\n",
   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:48:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_INFO, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1250:2: note: in expansion of macro 'v4l_info'
  v4l_info(client, "Specified audioclock freq: %d Hz\n", state->audclk_freq);
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c: In function 'log_audio_status':
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:48:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_INFO, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1280:2: note: in expansion of macro 'v4l_info'
  v4l_info(client, "Detected audio mode:       %s\n", p);
  ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:48:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_INFO, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1306:2: note: in expansion of macro 'v4l_info'
  v4l_info(client, "Detected audio standard:   %s\n", p);
  ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:48:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_INFO, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1307:2: note: in expansion of macro 'v4l_info'
  v4l_info(client, "Audio microcontroller:     %s\n",
  ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:48:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_INFO, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1330:2: note: in expansion of macro 'v4l_info'
  v4l_info(client, "Configured audio standard: %s\n", p);
  ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:48:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_INFO, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1347:3: note: in expansion of macro 'v4l_info'
   v4l_info(client, "Configured audio mode:     %s\n", p);
   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:48:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_INFO, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1363:3: note: in expansion of macro 'v4l_info'
   v4l_info(client, "Configured audio system:   %s\n", p);
   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:48:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_INFO, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1367:3: note: in expansion of macro 'v4l_info'
   v4l_info(client, "Specified audio input:     Tuner (In%d)\n", aud_input);
   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:48:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_INFO, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1369:3: note: in expansion of macro 'v4l_info'
   v4l_info(client, "Specified audio input:     External\n");
   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:48:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_INFO, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1383:2: note: in expansion of macro 'v4l_info'
  v4l_info(client, "Preferred audio mode:      %s\n", p);
  ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:48:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_INFO, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1392:3: note: in expansion of macro 'v4l_info'
   v4l_info(client, "Selected 65 MHz format:    %s\n", p);
   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:48:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_INFO, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1402:3: note: in expansion of macro 'v4l_info'
   v4l_info(client, "Selected 45 MHz format:    %s\n", p);
   ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c: In function 'cx25840_s_audio_stream':
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:55:4: note: in expansion of macro 'v4l_client_printk'
    v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
    ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1474:2: note: in expansion of macro 'v4l_dbg'
  v4l_dbg(1, cx25840_debug, client, "%s audio output\n",
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c: In function 'cx25840_s_stream':
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:55:4: note: in expansion of macro 'v4l_client_printk'
    v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
    ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1497:2: note: in expansion of macro 'v4l_dbg'
  v4l_dbg(1, cx25840_debug, client, "%s video output\n",
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c: In function 'cx23885_irq_handler':
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:55:4: note: in expansion of macro 'v4l_client_printk'
    v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
    ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1696:2: note: in expansion of macro 'v4l_dbg'
  v4l_dbg(2, cx25840_debug, c, "AV Core IRQ status (entry): %s %s %s\n",
  ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:55:4: note: in expansion of macro 'v4l_client_printk'
    v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
    ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1704:3: note: in expansion of macro 'v4l_dbg'
   v4l_dbg(2, cx25840_debug, c,
   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:55:4: note: in expansion of macro 'v4l_client_printk'
    v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
    ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1718:2: note: in expansion of macro 'v4l_dbg'
  v4l_dbg(2, cx25840_debug, c,
  ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:55:4: note: in expansion of macro 'v4l_client_printk'
    v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
    ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1722:2: note: in expansion of macro 'v4l_dbg'
  v4l_dbg(2, cx25840_debug, c,
  ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:55:4: note: in expansion of macro 'v4l_client_printk'
    v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
    ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1734:2: note: in expansion of macro 'v4l_dbg'
  v4l_dbg(2, cx25840_debug, c,
  ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:55:4: note: in expansion of macro 'v4l_client_printk'
    v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
    ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1746:2: note: in expansion of macro 'v4l_dbg'
  v4l_dbg(2, cx25840_debug, c, "AV Core IRQ status (exit): %s %s %s\n",
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c: In function 'get_cx2388x_ident':
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:42:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_ERR, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1861:3: note: in expansion of macro 'v4l_err'
   v4l_err(client, "Unable to detect h/w, assuming cx23887\n");
   ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c: In function 'cx25840_probe':
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:55:4: note: in expansion of macro 'v4l_client_printk'
    v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
    ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1883:2: note: in expansion of macro 'v4l_dbg'
  v4l_dbg(1, cx25840_debug, client, "detecting cx25840 client on address 0x%x\n", client->addr << 1);
  ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:55:4: note: in expansion of macro 'v4l_client_printk'
    v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
    ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1887:2: note: in expansion of macro 'v4l_dbg'
  v4l_dbg(1, cx25840_debug, client, "device_id = 0x%04x\n", device_id);
  ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:42:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_ERR, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1901:3: note: in expansion of macro 'v4l_err'
   v4l_err(client,
   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:42:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_ERR, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1905:3: note: in expansion of macro 'v4l_err'
   v4l_err(client, "A method to reset it from the cx25840 driver"
   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:55:4: note: in expansion of macro 'v4l_client_printk'
    v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
    ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1909:3: note: in expansion of macro 'v4l_dbg'
   v4l_dbg(1, cx25840_debug, client, "cx25840 not found\n");
   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:48:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_INFO, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1922:3: note: in expansion of macro 'v4l_info'
   v4l_info(client, "cx23885 A/V decoder found @ 0x%x (%s)\n",
   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:48:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_INFO, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1926:3: note: in expansion of macro 'v4l_info'
   v4l_info(client, "cx23887 A/V decoder found @ 0x%x (%s)\n",
   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:48:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_INFO, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1930:3: note: in expansion of macro 'v4l_info'
   v4l_info(client, "cx23888 A/V decoder found @ 0x%x (%s)\n",
   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:48:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_INFO, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1934:3: note: in expansion of macro 'v4l_info'
   v4l_info(client, "cx%d A/V decoder found @ 0x%x (%s)\n",
   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:48:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_INFO, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1943:3: note: in expansion of macro 'v4l_info'
   v4l_info(client, "cx25%3x-2%x found @ 0x%x (%s)\n",
   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:38:28: error: 'struct i2c_client' has no member named 'driver'
  v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \
                            ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:35:35: note: in definition of macro 'v4l_printk'
  printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
                                   ^
/home/xbmc/linux-tbs-drivers/v4l/../linux/include/media/v4l2-common.h:48:2: note: in expansion of macro 'v4l_client_printk'
  v4l_client_printk(KERN_INFO, client, fmt , ## arg)
  ^
/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.c:1952:3: note: in expansion of macro 'v4l_info'
   v4l_info(client, "cx25%3x-%x found @ 0x%x (%s)\n",
   ^
make[3]: *** [/home/xbmc/linux-tbs-drivers/v4l/cx25840-core.o] Error 1
make[2]: *** [_module_/home/xbmc/linux-tbs-drivers/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-3.13.0-031300rc6-generic'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/xbmc/linux-tbs-drivers/v4l'
make: *** [all] Error 2
xbmc@box:~/linux-tbs-drivers$


If sombody could point me in the right direction as to what is going wrong there, any help is much appreciated.


Messages In This Thread
Radeon OSS with vdpau (howto) - by fritsch - 2013-10-03, 10:52
RE: Radeon OSS with vdpau (howto) - by laric - 2013-10-03, 10:59
RE: Radeon OSS with vdpau (howto) - by Orcie - 2013-10-03, 15:50
RE: Radeon OSS with vdpau (howto) - by laric - 2013-10-03, 16:33
RE: Radeon OSS with vdpau (howto) - by laric - 2013-10-03, 21:05
RE: Radeon OSS with vdpau (howto) - by bibibo - 2013-10-03, 21:53
RE: Radeon OSS with vdpau (howto) - by bibibo - 2013-10-03, 22:00
RE: Radeon OSS with vdpau (howto) - by aix85 - 2013-10-03, 22:07
RE: Radeon OSS with vdpau (howto) - by bibibo - 2013-10-03, 22:12
RE: Radeon OSS with vdpau (howto) - by bibibo - 2013-10-03, 22:19
RE: Radeon OSS with vdpau (howto) - by aix85 - 2013-10-03, 22:24
RE: Radeon OSS with vdpau (howto) - by aix85 - 2013-10-03, 22:42
RE: Radeon OSS with vdpau (howto) - by bibibo - 2013-10-04, 09:10
RE: Radeon OSS with vdpau (howto) - by nickr - 2013-10-04, 09:39
RE: Radeon OSS with vdpau (howto) - by nickr - 2013-10-04, 10:21
RE: Radeon OSS with vdpau (howto) - by bibibo - 2013-10-04, 10:29
RE: Radeon OSS with vdpau (howto) - by wbsoul - 2013-10-04, 22:08
RE: Radeon OSS with vdpau (howto) - by -DDD- - 2013-10-05, 15:38
RE: Radeon OSS with vdpau (howto) - by -DDD- - 2013-10-05, 19:25
RE: Radeon OSS with vdpau (howto) - by ihc100 - 2013-10-05, 16:32
RE: Radeon OSS with vdpau (howto) - by jal301 - 2013-10-06, 03:50
RE: Radeon OSS with vdpau (howto) - by sion - 2013-10-07, 00:00
RE: Radeon OSS with vdpau (howto) - by sion - 2013-10-07, 00:25
RE: Radeon OSS with vdpau (howto) - by sion - 2013-10-07, 00:58
RE: Radeon OSS with vdpau (howto) - by sion - 2013-10-07, 04:08
RE: Radeon OSS with vdpau (howto) - by sion - 2013-10-07, 05:49
RE: Radeon OSS with vdpau (howto) - by wbsoul - 2013-10-07, 16:24
RE: Radeon OSS with vdpau (howto) - by golddk - 2013-10-08, 08:35
RE: Radeon OSS with vdpau (howto) - by golddk - 2013-10-08, 10:14
RE: Radeon OSS with vdpau (howto) - by golddk - 2013-10-08, 10:26
RE: Radeon OSS with vdpau (howto) - by laric - 2013-10-08, 10:30
RE: Radeon OSS with vdpau (howto) - by golddk - 2013-10-08, 10:57
RE: Radeon OSS with vdpau (howto) - by golddk - 2013-10-08, 12:23
RE: Radeon OSS with vdpau (howto) - by Maxi - 2013-10-09, 04:17
RE: Radeon OSS with vdpau (howto) - by golddk - 2013-10-09, 09:14
RE: Radeon OSS with vdpau (howto) - by golddk - 2013-10-09, 18:36
RE: Radeon OSS with vdpau (howto) - by blm14 - 2013-10-09, 05:06
RE: Radeon OSS with vdpau (howto) - by blm14 - 2013-10-09, 05:29
RE: Radeon OSS with vdpau (howto) - by blm14 - 2013-10-09, 13:51
RE: Radeon OSS with vdpau (howto) - by blm14 - 2013-10-10, 00:43
RE: Radeon OSS with vdpau (howto) - by blm14 - 2013-10-10, 15:23
RE: Radeon OSS with vdpau (howto) - by golddk - 2013-10-10, 17:07
RE: Radeon OSS with vdpau (howto) - by morbid - 2013-10-10, 23:52
RE: Radeon OSS with vdpau (howto) - by laric - 2013-10-11, 08:49
Re: Radeon OSS with vdpau (howto) - by nihues - 2013-10-11, 18:36
RE: - by sveni_lee - 2013-10-12, 17:29
RE: - by fritsch - 2013-10-12, 17:32
Radeon OSS with vdpau (howto) - by sveni_lee - 2013-10-12, 18:29
Radeon OSS with vdpau (howto) - by sveni_lee - 2013-10-12, 19:25
RE: - by antares81 - 2013-10-12, 21:00
RE: - by smv1210 - 2013-10-13, 00:30
Re: Radeon OSS with vdpau (howto) - by nickr - 2013-10-13, 00:33
RE: - by omega2014 - 2013-10-13, 00:45
Re: Radeon OSS with vdpau (howto) - by nickr - 2013-10-13, 00:48
RE: - by omega2014 - 2013-10-13, 02:59
RE: - by locomot1f - 2013-10-13, 03:04
RE: - by deadite66 - 2013-10-13, 09:01
RE: - by sveni_lee - 2013-10-13, 11:07
RE: Radeon OSS with vdpau (howto) - by Jan0sh - 2013-10-15, 01:15
RE: Radeon OSS with vdpau (howto) - by BaGRoS - 2013-10-15, 02:48
RE: Radeon OSS with vdpau (howto) - by morbid - 2013-10-15, 08:39
RE: Radeon OSS with vdpau (howto) - by BaGRoS - 2013-10-15, 11:02
RE: Radeon OSS with vdpau (howto) - by MTroi - 2013-10-15, 09:11
RE: Radeon OSS with vdpau (howto) - by morbid - 2013-10-15, 16:51
RE: Radeon OSS with vdpau (howto) - by teeuwj - 2013-10-16, 20:43
RE: Radeon OSS with vdpau (howto) - by teeuwj - 2013-10-17, 08:46
RE: Radeon OSS with vdpau (howto) - by nickr - 2013-10-17, 01:17
RE: Radeon OSS with vdpau (howto) - by nickr - 2013-10-17, 04:46
RE: Radeon OSS with vdpau (howto) - by teeuwj - 2013-10-17, 14:56
RE: Radeon OSS with vdpau (howto) - by morbid - 2013-10-17, 18:32
RE: Radeon OSS with vdpau (howto) - by mhop - 2013-10-18, 21:49
RE: Radeon OSS with vdpau (howto) - by mhop - 2013-10-18, 23:08
Re: Radeon OSS with vdpau (howto) - by nickr - 2013-10-18, 23:12
RE: Radeon OSS with vdpau (howto) - by Huuh - 2013-10-19, 02:41
RE: Radeon OSS with vdpau (howto) - by nickr - 2013-10-19, 05:22
RE: Radeon OSS with vdpau (howto) - by ln17 - 2013-10-19, 15:40
RE: Radeon OSS with vdpau (howto) - by ln17 - 2013-10-19, 16:12
RE: Radeon OSS with vdpau (howto) - by ln17 - 2013-10-19, 16:33
RE: Radeon OSS with vdpau (howto) - by ln17 - 2013-10-19, 16:49
RE: Radeon OSS with vdpau (howto) - by xakep - 2013-10-19, 19:59
RE: Radeon OSS with vdpau (howto) - by morbid - 2013-10-25, 22:56
RE: Radeon OSS with vdpau (howto) - by ln17 - 2013-10-19, 23:17
RE: Radeon OSS with vdpau (howto) - by ddeeds - 2013-10-20, 03:25
RE: Radeon OSS with vdpau (howto) - by Maxi - 2013-10-20, 09:27
RE: Radeon OSS with vdpau (howto) - by Maxi - 2013-10-20, 20:53
RE: Radeon OSS with vdpau (howto) - by laric - 2013-10-21, 05:34
RE: Radeon OSS with vdpau (howto) - by Maxi - 2013-10-20, 23:26
RE: Radeon OSS with vdpau (howto) - by blm14 - 2013-10-21, 00:23
RE: Radeon OSS with vdpau (howto) - by blm14 - 2013-10-21, 01:08
RE: Radeon OSS with vdpau (howto) - by ln17 - 2013-10-21, 11:59
RE: Radeon OSS with vdpau (howto) - by P-I H - 2013-10-21, 15:28
RE: Radeon OSS with vdpau (howto) - by ln17 - 2013-10-21, 20:31
RE: Radeon OSS with vdpau (howto) - by ln17 - 2013-10-22, 12:26
RE: Radeon OSS with vdpau (howto) - by ln17 - 2013-10-22, 13:29
RE: Radeon OSS with vdpau (howto) - by ln17 - 2013-10-22, 14:27
RE: Radeon OSS with vdpau (howto) - by ln17 - 2013-10-22, 14:47
RE: Radeon OSS with vdpau (howto) - by laric - 2013-10-22, 15:49
RE: Radeon OSS with vdpau (howto) - by Dradge - 2013-10-22, 18:03
RE: Radeon OSS with vdpau (howto) - by MXIIA - 2013-10-23, 02:14
RE: Radeon OSS with vdpau (howto) - by Dradge - 2013-10-24, 09:59
RE: Radeon OSS with vdpau (howto) - by laric - 2013-10-24, 12:56
RE: Radeon OSS with vdpau (howto) - by P-I H - 2013-10-24, 18:36
RE: Radeon OSS with vdpau (howto) - by hero - 2013-10-24, 19:34
RE: Radeon OSS with vdpau (howto) - by Snippo - 2013-10-26, 11:47
RE: Radeon OSS with vdpau (howto) - by Snippo - 2013-10-28, 00:04
RE: Radeon OSS with vdpau (howto) - by biau - 2013-10-28, 21:03
RE: Radeon OSS with vdpau (howto) - by Snippo - 2013-10-28, 09:33
RE: Radeon OSS with vdpau (howto) - by Snippo - 2013-10-28, 14:43
RE: Radeon OSS with vdpau (howto) - by Dradge - 2013-10-28, 14:54
RE: Radeon OSS with vdpau (howto) - by Dradge - 2013-10-30, 13:47
RE: Radeon OSS with vdpau (howto) - by Snippo - 2013-10-28, 19:09
RE: Radeon OSS with vdpau (howto) - by Snippo - 2013-10-29, 01:27
RE: Radeon OSS with vdpau (howto) - by Snippo - 2013-10-29, 11:20
RE: Radeon OSS with vdpau (howto) - by biau - 2013-10-29, 00:09
RE: Radeon OSS with vdpau (howto) - by snmp - 2013-10-28, 23:39
RE: Radeon OSS with vdpau (howto) - by biau - 2013-10-29, 00:36
RE: Radeon OSS with vdpau (howto) - by Dradge - 2013-10-29, 12:03
RE: Radeon OSS with vdpau (howto) - by Snippo - 2013-10-29, 12:44
RE: Radeon OSS with vdpau (howto) - by Snippo - 2013-10-29, 16:19
RE: Radeon OSS with vdpau (howto) - by Dradge - 2013-10-29, 12:51
RE: Radeon OSS with vdpau (howto) - by Snippo - 2013-10-29, 23:37
RE: Radeon OSS with vdpau (howto) - by snmp - 2013-10-30, 08:52
RE: Radeon OSS with vdpau (howto) - by Dradge - 2013-10-30, 20:35
RE: Radeon OSS with vdpau (howto) - by Dradge - 2013-10-30, 14:42
RE: Radeon OSS with vdpau (howto) - by Dradge - 2013-10-30, 15:27
RE: Radeon OSS with vdpau (howto) - by snmp - 2013-10-31, 22:56
RE: Radeon OSS with vdpau (howto) - by laric - 2013-11-05, 06:57
RE: Radeon OSS with vdpau (howto) - by biau - 2013-11-05, 11:27
RE: Radeon OSS with vdpau (howto) - by biau - 2013-11-05, 12:20
RE: Radeon OSS with vdpau (howto) - by biau - 2013-11-05, 12:38
RE: Radeon OSS with vdpau (howto) - by biau - 2013-11-05, 12:56
RE: Radeon OSS with vdpau (howto) - by biau - 2013-11-05, 15:19
RE: Radeon OSS with vdpau (howto) - by waso - 2013-11-05, 18:46
RE: Radeon OSS with vdpau (howto) - by laric - 2013-11-06, 18:36
RE: Radeon OSS with vdpau (howto) - by RedCat - 2013-11-07, 18:19
RE: Radeon OSS with vdpau (howto) - by RedCat - 2013-11-07, 18:41
RE: Radeon OSS with vdpau (howto) - by RedCat - 2013-11-07, 18:50
RE: Radeon OSS with vdpau (howto) - by RedCat - 2013-11-07, 18:59
RE: Radeon OSS with vdpau (howto) - by RedCat - 2013-11-07, 21:28
RE: Radeon OSS with vdpau (howto) - by RedCat - 2013-11-08, 01:00
RE: Radeon OSS with vdpau (howto) - by RedCat - 2013-11-08, 14:07
RE: Radeon OSS with vdpau (howto) - by Orcie - 2013-11-08, 14:55
RE: Radeon OSS with vdpau (howto) - by laric - 2013-11-11, 14:25
RE: Radeon OSS with vdpau (howto) - by Orcie - 2013-11-12, 10:46
RE: Radeon OSS with vdpau (howto) - by hero - 2013-11-09, 19:56
RE: Radeon OSS with vdpau (howto) - by hero - 2013-11-09, 20:50
RE: Radeon OSS with vdpau (howto) - by hero - 2013-11-09, 23:37
RE: Radeon OSS with vdpau (howto) - by hero - 2013-11-09, 23:57
RE: Radeon OSS with vdpau (howto) - by RedCat - 2013-11-10, 18:38
RE: Radeon OSS with vdpau (howto) - by RedCat - 2013-11-11, 21:11
RE: Radeon OSS with vdpau (howto) - by laric - 2013-11-14, 15:08
RE: Radeon OSS with vdpau (howto) - by thug - 2013-11-14, 18:51
RE: Radeon OSS with vdpau (howto) - by ln17 - 2013-11-15, 23:59
RE: Radeon OSS with vdpau (howto) - by ln17 - 2013-11-16, 00:11
RE: Radeon OSS with vdpau (howto) - by fiatt - 2013-11-17, 22:14
RE: Radeon OSS with vdpau (howto) - by fiatt - 2013-11-17, 23:23
git build failure - by tomtomme - 2013-11-19, 10:22
RE: Radeon OSS with vdpau (howto) - by ohreo - 2013-11-19, 13:36
RE: Radeon OSS with vdpau (howto) - by ohreo - 2013-11-20, 01:51
RE: Radeon OSS with vdpau (howto) - by Orcie - 2013-11-20, 11:14
RE: Radeon OSS with vdpau (howto) - by RedCat - 2013-11-20, 11:37
RE: Radeon OSS with vdpau (howto) - by RedCat - 2013-11-20, 15:22
RE: Radeon OSS with vdpau (howto) - by RedCat - 2013-11-20, 18:37
RE: Radeon OSS with vdpau (howto) - by saito2 - 2013-11-20, 16:48
RE: Radeon OSS with vdpau (howto) - by saito2 - 2013-11-20, 17:41
RE: Radeon OSS with vdpau (howto) - by saito2 - 2013-11-20, 22:46
RE: Radeon OSS with vdpau (howto) - by saito2 - 2013-11-20, 19:18
RE: Radeon OSS with vdpau (howto) - by RedCat - 2013-11-20, 18:51
RE: Radeon OSS with vdpau (howto) - by RedCat - 2013-11-20, 19:43
RE: Radeon OSS with vdpau (howto) - by saito2 - 2013-11-20, 19:31
RE: Radeon OSS with vdpau (howto) - by saito2 - 2013-11-20, 19:43
RE: Radeon OSS with vdpau (howto) - by toka - 2013-11-22, 14:39
RE: Radeon OSS with vdpau (howto) - by toka - 2013-11-22, 14:52
RE: Radeon OSS with vdpau (howto) - by Kib - 2013-11-23, 11:00
RE: Radeon OSS with vdpau (howto) - by toka - 2013-11-22, 21:40
RE: Radeon OSS with vdpau (howto) - by toka - 2013-11-22, 22:21
RE: Radeon OSS with vdpau (howto) - by RedCat - 2013-11-23, 13:30
RE: Radeon OSS with vdpau (howto) - by ln17 - 2013-11-27, 15:01
RE: Radeon OSS with vdpau (howto) - by Kokos - 2013-11-28, 15:55
RE: Radeon OSS with vdpau (howto) - by laric - 2013-11-28, 23:53
RE: Radeon OSS with vdpau (howto) - by jaapp - 2013-12-01, 11:00
RE: Radeon OSS with vdpau (howto) - by laric - 2013-12-01, 11:19
RE: Radeon OSS with vdpau (howto) - by laric - 2013-12-01, 13:22
RE: Radeon OSS with vdpau (howto) - by eroxm - 2013-12-04, 16:23
RE: Radeon OSS with vdpau (howto) - by eroxm - 2013-12-04, 17:11
RE: Radeon OSS with vdpau (howto) - by jaapp - 2013-12-04, 19:28
RE: Radeon OSS with vdpau (howto) - by jaapp - 2013-12-04, 21:48
RE: Radeon OSS with vdpau (howto) - by jaapp - 2013-12-05, 00:11
RE: Radeon OSS with vdpau (howto) - by jaapp - 2013-12-05, 21:08
RE: Radeon OSS with vdpau (howto) - by jaapp - 2013-12-07, 02:06
RE: Radeon OSS with vdpau (howto) - by Mysqo - 2013-12-07, 19:09
RE: Radeon OSS with vdpau (howto) - by Mysqo - 2013-12-07, 19:38
RE: Radeon OSS with vdpau (howto) - by laric - 2013-12-07, 20:28
RE: Radeon OSS with vdpau (howto) - by laric - 2013-12-08, 01:08
RE: Radeon OSS with vdpau (howto) - by Mysqo - 2013-12-08, 18:31
RE: Radeon OSS with vdpau (howto) - by Mysqo - 2013-12-12, 21:19
RE: Radeon OSS with vdpau (howto) - by vmstek - 2013-12-10, 03:12
RE: Radeon OSS with vdpau (howto) - by vmstek - 2013-12-10, 15:47
RE: Radeon OSS with vdpau (howto) - by vmstek - 2013-12-10, 07:59
RE: Radeon OSS with vdpau (howto) - by vmstek - 2013-12-10, 09:52
RE: Radeon OSS with vdpau (howto) - by EricV - 2013-12-10, 15:47
RE: Radeon OSS with vdpau (howto) - by EricV - 2013-12-10, 16:02
RE: Radeon OSS with vdpau (howto) - by vmstek - 2013-12-11, 03:50
RE: Radeon OSS with vdpau (howto) - by Mysqo - 2013-12-12, 21:52
RE: Radeon OSS with vdpau (howto) - by SIMMON - 2013-12-14, 14:47
RE: Radeon OSS with vdpau (howto) - by vmstek - 2013-12-14, 20:35
Sound problem - by alcyone4169 - 2013-12-14, 21:28
RE: Radeon OSS with vdpau (howto) - by EricV - 2013-12-16, 15:46
RE: Radeon OSS with vdpau (howto) - by EricV - 2013-12-16, 16:08
RE: Radeon OSS with vdpau (howto) - by EricV - 2013-12-16, 19:58
RE: Radeon OSS with vdpau (howto) - by EricV - 2013-12-17, 10:18
RE: Radeon OSS with vdpau (howto) - by EricV - 2013-12-17, 11:15
RE: Radeon OSS with vdpau (howto) - by EricV - 2013-12-17, 16:53
RE: Radeon OSS with vdpau (howto) - by EricV - 2013-12-17, 17:35
RE: Radeon OSS with vdpau (howto) - by EricV - 2013-12-17, 17:44
RE: Radeon OSS with vdpau (howto) - by EricV - 2013-12-20, 00:12
RE: Radeon OSS with vdpau (howto) - by Mysqo - 2013-12-17, 20:27
RE: Radeon OSS with vdpau (howto) - by ln17 - 2013-12-18, 10:12
RE: Radeon OSS with vdpau (howto) - by Mysqo - 2013-12-18, 22:55
RE: Radeon OSS with vdpau (howto) - by jaapp - 2013-12-19, 21:32
RE: Radeon OSS with vdpau (howto) - by Kablam - 2013-12-19, 01:47
RE: Radeon OSS with vdpau (howto) - by MTroi - 2013-12-19, 10:44
RE: Radeon OSS with vdpau (howto) - by jaapp - 2013-12-19, 21:46
RE: Radeon OSS with vdpau (howto) - by Mysqo - 2013-12-20, 21:15
RE: Radeon OSS with vdpau (howto) - by EricV - 2013-12-20, 16:51
RE: Radeon OSS with vdpau (howto) - by EricV - 2013-12-21, 13:28
RE: Radeon OSS with vdpau (howto) - by Kablam - 2013-12-20, 14:27
RE: Radeon OSS with vdpau (howto) - by RayMen - 2013-12-21, 12:14
RE: Radeon OSS with vdpau (howto) - by Artax - 2013-12-21, 18:14
RE: Radeon OSS with vdpau (howto) - by Artax - 2013-12-21, 21:23
RE: Radeon OSS with vdpau (howto) - by ln17 - 2013-12-22, 13:23
RE: Radeon OSS with vdpau (howto) - by EricV - 2013-12-23, 14:39
RE: Radeon OSS with vdpau (howto) - by Mntz - 2013-12-23, 14:58
RE: Radeon OSS with vdpau (howto) - by EricV - 2013-12-24, 20:18
RE: Radeon OSS with vdpau (howto) - by jaapp - 2013-12-26, 14:52
RE: Radeon OSS with vdpau (howto) - by Kablam - 2013-12-25, 21:31
RE: Radeon OSS with vdpau (howto) - by Kablam - 2013-12-26, 14:10
RE: Radeon OSS with vdpau (howto) - by silma - 2013-12-26, 22:27
RE: Radeon OSS with vdpau (howto) - by silma - 2013-12-26, 23:13
RE: Radeon OSS with vdpau (howto) - by law007 - 2013-12-27, 20:47
RE: Radeon OSS with vdpau (howto) - by ihc100 - 2013-12-29, 15:02
RE: Radeon OSS with vdpau (howto) - by ihc100 - 2013-12-29, 15:40
RE: Radeon OSS with vdpau (howto) - by ihc100 - 2013-12-29, 17:49
Radeon OSS with vdpau (howto) - by pyrodex - 2013-12-30, 17:45
Radeon OSS with vdpau (howto) - by pyrodex - 2013-12-30, 17:55
Radeon OSS with vdpau (howto) - by pyrodex - 2013-12-30, 17:58
RE: Radeon OSS with vdpau (howto) - by uuzi - 2013-12-30, 18:51
RE: Radeon OSS with vdpau (howto) - by jaapp - 2013-12-30, 19:57
RE: Radeon OSS with vdpau (howto) - by ln17 - 2014-01-01, 16:15
RE: Radeon OSS with vdpau (howto) - by tutu - 2014-01-01, 17:33
RE: Radeon OSS with vdpau (howto) - by tutu - 2014-01-01, 17:48
RE: Radeon OSS with vdpau (howto) - by tiasg - 2014-01-01, 23:42
RE: Radeon OSS with vdpau (howto) - by tiasg - 2014-01-02, 01:23
RE: Radeon OSS with vdpau (howto) - by tiasg - 2014-01-06, 23:00
RE: Radeon OSS with vdpau (howto) - by laric - 2014-01-02, 06:21
RE: Radeon OSS with vdpau (howto) - by ln17 - 2014-01-02, 17:41
RE: Radeon OSS with vdpau (howto) - by Mysqo - 2014-01-02, 19:14
RE: Radeon OSS with vdpau (howto) - by shabba - 2014-01-03, 18:53
RE: Radeon OSS with vdpau (howto) - by jaapp - 2014-01-05, 02:12
Radeon OSS with vdpau (howto) - by pyrodex - 2014-01-05, 02:14
RE: Radeon OSS with vdpau (howto) - by jaapp - 2014-01-08, 20:16
RE: Radeon OSS with vdpau (howto) - by Mysqo - 2014-01-06, 11:54
RE: Radeon OSS with vdpau (howto) - by EricV - 2014-01-08, 11:54
RE: Radeon OSS with vdpau (howto) - by EricV - 2014-01-08, 14:53
RE: Radeon OSS with vdpau (howto) - by EricV - 2014-01-08, 16:06
RE: Radeon OSS with vdpau (howto) - by EricV - 2014-01-09, 01:18
RE: Radeon OSS with vdpau (howto) - by Mysqo - 2014-01-08, 20:22
RE: Radeon OSS with vdpau (howto) - by uuzi - 2014-01-08, 22:50
RE: Radeon OSS with vdpau (howto) - by uuzi - 2014-01-08, 22:55
RE: Radeon OSS with vdpau (howto) - by Mysqo - 2014-01-09, 20:19
RE: Radeon OSS with vdpau (howto) - by javum - 2014-01-09, 04:10
RE: Radeon OSS with vdpau (howto) - by javum - 2014-01-09, 17:50
RE: Radeon OSS with vdpau (howto) - by morbid - 2014-01-09, 21:14
RE: Radeon OSS with vdpau (howto) - by jaymax - 2014-01-10, 02:12
RE: Radeon OSS with vdpau (howto) - by MTroi - 2014-01-10, 14:09
RE: Radeon OSS with vdpau (howto) - by tomn - 2014-01-11, 18:15
RE: Radeon OSS with vdpau (howto) - by tomn - 2014-01-11, 18:23
RE: Radeon OSS with vdpau (howto) - by tomn - 2014-01-11, 18:45
RE: Radeon OSS with vdpau (howto) - by Baitou - 2014-01-18, 23:28
openSUSE HowTo Update - by tomtomme - 2014-01-12, 12:30
openSUSE howto - by tomtomme - 2014-01-14, 22:52
RE: Radeon OSS with vdpau (howto) - by blm14 - 2014-01-13, 03:30
RE: Radeon OSS with vdpau (howto) - by blm14 - 2014-01-16, 04:45
RE: Radeon OSS with vdpau (howto) - by uuzi - 2014-01-13, 11:04
RE: Radeon OSS with vdpau (howto) - by uuzi - 2014-01-13, 12:02
RE: Radeon OSS with vdpau (howto) - by uuzi - 2014-01-13, 12:30
RE: Radeon OSS with vdpau (howto) - by uuzi - 2014-01-13, 16:13
RE: Radeon OSS with vdpau (howto) - by uuzi - 2014-01-13, 23:07
heads up for audio passthrough - by arkadi - 2014-01-14, 11:29
RE: Radeon OSS with vdpau (howto) - by arkadi - 2014-01-14, 16:34
RE: Radeon OSS with vdpau (howto) - by pci__ - 2014-01-15, 23:00
RE: Radeon OSS with vdpau (howto) - by laric - 2014-01-18, 00:03
RE: Radeon OSS with vdpau (howto) - by vmstek - 2014-01-18, 20:48
RE: Radeon OSS with vdpau (howto) - by Baitou - 2014-01-19, 01:42
RE: Radeon OSS with vdpau (howto) - by Baitou - 2014-01-18, 23:39
RE: Radeon OSS with vdpau (howto) - by Baitou - 2014-01-18, 23:57
RE: Radeon OSS with vdpau (howto) - by P-I H - 2014-01-19, 12:12
RE: Radeon OSS with vdpau (howto) - by ngxnam - 2014-01-20, 04:48
RE: Radeon OSS with vdpau (howto) - by Jan0sh - 2014-01-20, 05:02
RE: Radeon OSS with vdpau (howto) - by Jan0sh - 2014-01-20, 14:08
Radeon OSS with vdpau (howto) - by pyrodex - 2014-01-20, 19:20
RE: Radeon OSS with vdpau (howto) - by jaymax - 2014-01-22, 23:09
RE: Radeon OSS with vdpau (howto) - by jaymax - 2014-01-22, 23:40
RE: Radeon OSS with vdpau (howto) - by jaymax - 2014-01-22, 23:52
RE: Radeon OSS with vdpau (howto) - by jaymax - 2014-01-23, 00:02
RE: Radeon OSS with vdpau (howto) - by jaymax - 2014-01-23, 00:28
RE: Radeon OSS with vdpau (howto) - by jaymax - 2014-01-24, 00:33
RE: Radeon OSS with vdpau (howto) - by jaymax - 2014-01-25, 22:49
RE: Radeon OSS with vdpau (howto) - by jatho - 2014-01-25, 16:36
RE: Radeon OSS with vdpau (howto) - by jaymax - 2014-01-25, 22:55
RE: Radeon OSS with vdpau (howto) - by Mysqo - 2014-01-26, 21:32
Radeon OSS with vdpau (howto) - by ian-ep - 2014-01-27, 18:07
RE: Radeon OSS with vdpau (howto) - by kEph13 - 2014-01-30, 12:52
RE: Radeon OSS with vdpau (howto) - by kEph13 - 2014-01-31, 23:33
RE: Radeon OSS with vdpau (howto) - by EricV - 2014-02-09, 12:04
RE: Radeon OSS with vdpau (howto) - by kEph13 - 2014-01-31, 12:59
RE: Radeon OSS with vdpau (howto) - by deivid - 2014-02-02, 05:50
RE: Radeon OSS with vdpau (howto) - by deivid - 2014-02-03, 00:16
RE: Radeon OSS with vdpau (howto) - by towlie - 2014-02-03, 23:42
RE: Radeon OSS with vdpau (howto) - by jovis - 2014-02-04, 13:40
RE: Radeon OSS with vdpau (howto) - by jovis - 2014-02-04, 20:07
RE: Radeon OSS with vdpau (howto) - by jovis - 2014-02-04, 21:57
RE: Radeon OSS with vdpau (howto) - by ddtpv - 2014-02-04, 21:03
RE: Radeon OSS with vdpau (howto) - by ddtpv - 2014-02-13, 19:47
RE: Radeon OSS with vdpau (howto) - by eroxm - 2014-02-04, 21:57
RE: Radeon OSS with vdpau (howto) - by eroxm - 2014-02-05, 00:45
RE: Radeon OSS with vdpau (howto) - by eroxm - 2014-02-05, 17:25
RE: Radeon OSS with vdpau (howto) - by uuzi - 2014-02-06, 20:37
RE: Radeon OSS with vdpau (howto) - by uuzi - 2014-02-08, 14:54
RE: Radeon OSS with vdpau (howto) - by uuzi - 2014-02-06, 21:22
RE: Radeon OSS with vdpau (howto) - by blm14 - 2014-02-07, 16:48
RE: Radeon OSS with vdpau (howto) - by blm14 - 2014-02-08, 03:38
RE: Radeon OSS with vdpau (howto) - by deivid - 2014-02-08, 06:11
RE: Radeon OSS with vdpau (howto) - by uuzi - 2014-02-08, 16:52
MPEG2 - by jkl555 - 2014-02-26, 16:37
RE: Radeon OSS with vdpau (howto) - by uuzi - 2014-02-08, 17:33
RE: Radeon OSS with vdpau (howto) - by uuzi - 2014-02-08, 17:36
RE: Radeon OSS with vdpau (howto) - by eroxm - 2014-02-08, 18:49
RE: Radeon OSS with vdpau (howto) - by EricV - 2014-02-09, 12:40
RE: Radeon OSS with vdpau (howto) - by EricV - 2014-02-09, 13:03
RE: Radeon OSS with vdpau (howto) - by EricV - 2014-02-09, 15:49
RE: Radeon OSS with vdpau (howto) - by EricV - 2014-02-09, 19:20
RE: Radeon OSS with vdpau (howto) - by negge - 2014-02-11, 09:55
AW: Radeon OSS with vdpau (howto) - by Jan0sh - 2014-02-12, 01:24
RE: Radeon OSS with vdpau (howto) - by Jan0sh - 2014-02-12, 13:47
RE: Radeon OSS with vdpau (howto) - by Jan0sh - 2014-02-12, 22:06
RE: Radeon OSS with vdpau (howto) - by Jan0sh - 2014-02-12, 22:54
RE: Radeon OSS with vdpau (howto) - by Jan0sh - 2014-02-13, 22:28
RE: Radeon OSS with vdpau (howto) - by ddtpv - 2014-02-13, 19:53
RE: Radeon OSS with vdpau (howto) - by ddtpv - 2014-02-13, 20:04
RE: Radeon OSS with vdpau (howto) - by ddtpv - 2014-02-13, 20:21
RE: Radeon OSS with vdpau (howto) - by ddtpv - 2014-02-13, 20:38
RE: Radeon OSS with vdpau (howto) - by ddtpv - 2014-02-13, 20:51
RE: Radeon OSS with vdpau (howto) - by Primas - 2014-02-13, 22:30
RE: Radeon OSS with vdpau (howto) - by jbrnd - 2014-02-17, 03:13
RE: Radeon OSS with vdpau (howto) - by Huuh - 2014-02-17, 06:17
RE: Radeon OSS with vdpau (howto) - by -DDD- - 2014-02-19, 10:00
RE: Radeon OSS with vdpau (howto) - by laric - 2014-02-19, 10:49
RE: Radeon OSS with vdpau (howto) - by deivid - 2014-02-20, 04:05
RE: Radeon OSS with vdpau (howto) - by deivid - 2014-02-21, 05:01
RE: Radeon OSS with vdpau (howto) - by Artax - 2014-02-24, 16:15
RE: Radeon OSS with vdpau (howto) - by laric - 2014-02-25, 14:03
RE: Radeon OSS with vdpau (howto) - by jkl555 - 2014-02-27, 03:15
RE: Radeon OSS with vdpau (howto) - by Manp - 2014-03-01, 21:21
RE: Radeon OSS with vdpau (howto) - by Manp - 2014-03-01, 21:59
RE: Radeon OSS with vdpau (howto) - by Manp - 2014-03-01, 22:38
RE: Radeon OSS with vdpau (howto) - by Manp - 2014-03-01, 22:55
RE: Radeon OSS with vdpau (howto) - by Manp - 2014-03-01, 23:34
RE: Radeon OSS with vdpau (howto) - by Manp - 2014-03-05, 20:49
RE: Radeon OSS with vdpau (howto) - by Manp - 2014-03-01, 23:49
Radeon OSS with vdpau (howto) - by pyrodex - 2014-03-02, 15:27
RE: Radeon OSS with vdpau (howto) - by blm14 - 2014-03-04, 15:07
RE: Radeon OSS with vdpau (howto) - by eroth - 2014-03-02, 19:45
RE: Radeon OSS with vdpau (howto) - by eroth - 2014-03-02, 20:55
RE: Radeon OSS with vdpau (howto) - by ORbit2 - 2014-03-03, 13:11
RE: Radeon OSS with vdpau (howto) - by ORbit2 - 2014-03-04, 06:53
openSUSE Howto UPDATE - by tomtomme - 2014-03-03, 14:00
RE: Radeon OSS with vdpau (howto) - by RayMen - 2014-03-04, 11:37
RE: Radeon OSS with vdpau (howto) - by gemx - 2014-03-04, 15:04
openSUSE Howto UPDATE - by tomtomme - 2014-03-07, 11:55
RE: Radeon OSS with vdpau (howto) - by ORbit2 - 2014-03-04, 13:41
RE: Radeon OSS with vdpau (howto) - by arkadi - 2014-03-05, 10:10
RE: Radeon OSS with vdpau (howto) - by gemx - 2014-03-04, 15:10
xbmc gotham git branch - by tomtomme - 2014-03-05, 00:03
RE: Radeon OSS with vdpau (howto) - by arkadi - 2014-03-05, 17:07
RE: Radeon OSS with vdpau (howto) - by laric - 2014-03-06, 08:53
RE: Radeon OSS with vdpau (howto) - by laric - 2014-03-06, 11:06
RE: Radeon OSS with vdpau (howto) - by Pinpin - 2014-03-08, 03:15
RE: Radeon OSS with vdpau (howto) - by Pinpin - 2014-03-08, 12:14
RE: Radeon OSS with vdpau (howto) - by deivid - 2014-03-08, 23:13
RE: Radeon OSS with vdpau (howto) - by laric - 2014-03-11, 07:16
RE: Radeon OSS with vdpau (howto) - by tomn - 2014-03-14, 09:37
RE: Radeon OSS with vdpau (howto) - by tomn - 2014-03-14, 10:07
RE: Radeon OSS with vdpau (howto) - by Pinpin - 2014-03-16, 13:58
Purple display - by jkl555 - 2014-03-17, 17:47
RE: Radeon OSS with vdpau (howto) - by Pinpin - 2014-03-20, 09:54
RE: Radeon OSS with vdpau (howto) - by tiasg - 2014-03-24, 22:18
RE: Radeon OSS with vdpau (howto) - by MTroi - 2014-03-25, 20:27
RE: Radeon OSS with vdpau (howto) - by MTroi - 2014-03-25, 20:39
RE: Radeon OSS with vdpau (howto) - by eroxm - 2014-03-26, 22:50
RE: Radeon OSS with vdpau (howto) - by jkl555 - 2014-03-27, 13:49
RE: Radeon OSS with vdpau (howto) - by Duken - 2014-03-26, 23:12
RE: Radeon OSS with vdpau (howto) - by Duken - 2014-03-26, 23:19
RE: Radeon OSS with vdpau (howto) - by Rooboo - 2014-03-27, 12:58
RE: Radeon OSS with vdpau (howto) - by deivid - 2014-03-27, 23:38
RE: Radeon OSS with vdpau (howto) - by blm14 - 2014-03-28, 04:53
RE: Radeon OSS with vdpau (howto) - by deivid - 2014-03-29, 00:44
RE: Radeon OSS with vdpau (howto) - by blm14 - 2014-03-28, 13:42
RE: Radeon OSS with vdpau (howto) - by blm14 - 2014-03-29, 00:41
RE: Radeon OSS with vdpau (howto) - by jaymax - 2014-03-29, 16:08
RE: Radeon OSS with vdpau (howto) - by arkim - 2014-04-01, 13:05
RE: Radeon OSS with vdpau (howto) - by MTroi - 2014-03-31, 09:44
RE: Radeon OSS with vdpau (howto) - by MTroi - 2014-05-11, 16:34
RE: Radeon OSS with vdpau (howto) - by arkim - 2014-04-02, 08:51
RE: Radeon OSS with vdpau (howto) - by arkim - 2014-04-02, 09:15
RE: Radeon OSS with vdpau (howto) - by arkim - 2014-04-02, 12:55
RE: Radeon OSS with vdpau (howto) - by Jan0sh - 2014-04-02, 12:59
RE: Radeon OSS with vdpau (howto) - by arkim - 2014-04-02, 14:04
RE: Radeon OSS with vdpau (howto) - by arkim - 2014-04-03, 12:13
RE: Radeon OSS with vdpau (howto) - by jteeuw - 2014-04-03, 13:04
RE: Radeon OSS with vdpau (howto) - by jteeuw - 2014-04-03, 14:55
RE: Radeon OSS with vdpau (howto) - by allio - 2014-04-04, 23:33
RE: Radeon OSS with vdpau (howto) - by allio - 2014-04-05, 06:39
RE: Radeon OSS with vdpau (howto) - by RayMen - 2014-04-07, 18:37
RE: Radeon OSS with vdpau (howto) - by RayMen - 2014-04-07, 18:54
RE: Radeon OSS with vdpau (howto) - by RayMen - 2014-04-08, 13:09
RE: Radeon OSS with vdpau (howto) - by sraue - 2014-04-07, 22:15
RE: Radeon OSS with vdpau (howto) - by deivid - 2014-04-10, 15:06
RE: Radeon OSS with vdpau (howto) - by blm14 - 2014-04-10, 15:41
RE: Radeon OSS with vdpau (howto) - by blm14 - 2014-04-10, 16:07
RE: Radeon OSS with vdpau (howto) - by -DDD- - 2014-04-10, 17:33
RE: Radeon OSS with vdpau (howto) - by arkim - 2014-04-11, 20:05
RE: Radeon OSS with vdpau (howto) - by blm14 - 2014-04-11, 15:29
RE: Radeon OSS with vdpau (howto) - by blm14 - 2014-04-11, 15:52
RE: Radeon OSS with vdpau (howto) - by -DDD- - 2014-04-12, 06:33
RE: Radeon OSS with vdpau (howto) - by blm14 - 2014-04-14, 06:34
RE: Radeon OSS with vdpau (howto) - by Jan0sh - 2014-04-15, 18:43
RE: Radeon OSS with vdpau (howto) - by arkim - 2014-04-16, 19:07
RE: Radeon OSS with vdpau (howto) - by deivid - 2014-04-17, 18:41
RE: Radeon OSS with vdpau (howto) - by deivid - 2014-04-17, 21:28
RE: Radeon OSS with vdpau (howto) - by sa1x - 2014-04-18, 11:07
RE: Radeon OSS with vdpau (howto) - by deivid - 2014-04-18, 18:37
RE: Radeon OSS with vdpau (howto) - by sa1x - 2014-04-18, 12:00
RE: Radeon OSS with vdpau (howto) - by sa1x - 2014-04-18, 12:25
RE: Radeon OSS with vdpau (howto) - by deivid - 2014-04-19, 16:48
RE: Radeon OSS with vdpau (howto) - by quan3t - 2014-04-20, 16:46
RE: Radeon OSS with vdpau (howto) - by quan3t - 2014-04-20, 21:40
RE: Radeon OSS with vdpau (howto) - by quan3t - 2014-04-20, 22:52
RE: Radeon OSS with vdpau (howto) - by jkl555 - 2014-04-21, 00:18
RE: Radeon OSS with vdpau (howto) - by jkl555 - 2014-04-21, 15:50
RE: Radeon OSS with vdpau (howto) - by quan3t - 2014-04-21, 19:27
AW: Radeon OSS with vdpau (howto) - by Jan0sh - 2014-04-24, 21:36
Green Lines, Noise on stop - by Endeavour79 - 2014-04-25, 07:19
RE: Radeon OSS with vdpau (howto) - by jkl555 - 2014-04-29, 13:13
RE: Radeon OSS with vdpau (howto) - by Jan0sh - 2014-05-03, 15:14
RE: Radeon OSS with vdpau (howto) - by Artax - 2014-05-03, 16:33
RE: Radeon OSS with vdpau (howto) - by Jan0sh - 2014-05-03, 17:04
RE: Radeon OSS with vdpau (howto) - by Jan0sh - 2014-05-04, 23:07
RE: Radeon OSS with vdpau (howto) - by eroxm - 2014-05-06, 19:00
RE: Radeon OSS with vdpau (howto) - by ihc100 - 2014-05-07, 09:52
RE: Radeon OSS with vdpau (howto) - by kwiky - 2014-05-09, 11:51
RE: Radeon OSS with vdpau (howto) - by kwiky - 2014-05-09, 11:57
RE: Radeon OSS with vdpau (howto) - by kwiky - 2014-05-09, 12:18
RE: Radeon OSS with vdpau (howto) - by kwiky - 2014-05-09, 13:43
RE: Radeon OSS with vdpau (howto) - by kwiky - 2014-05-09, 14:56
RE: Radeon OSS with vdpau (howto) - by Mysqo - 2014-05-10, 18:54
RE: Radeon OSS with vdpau (howto) - by Mysqo - 2014-05-10, 19:13
RE: Radeon OSS with vdpau (howto) - by javum - 2014-05-12, 17:45
RE: Radeon OSS with vdpau (howto) - by javum - 2014-05-14, 13:42
RE: Radeon OSS with vdpau (howto) - by Mysqo - 2014-05-12, 19:56
RE: Radeon OSS with vdpau (howto) - by thctlo - 2014-05-12, 20:29
RE: Radeon OSS with vdpau (howto) - by laric - 2014-05-15, 07:47
RE: Radeon OSS with vdpau (howto) - by Zueuk - 2014-05-29, 20:37
RE: Radeon OSS with vdpau (howto) - by Zueuk - 2014-05-29, 20:49
RE: Radeon OSS with vdpau (howto) - by Zueuk - 2014-05-29, 20:56
RE: Radeon OSS with vdpau (howto) - by Zueuk - 2014-06-01, 20:14
RE: Radeon OSS with vdpau (howto) - by Zueuk - 2014-05-29, 21:20
RE: Radeon OSS with vdpau (howto) - by manjur - 2014-06-01, 20:09
RE: Radeon OSS with vdpau (howto) - by deivid - 2014-06-07, 21:01
RE: Radeon OSS with vdpau (howto) - by deivid - 2014-06-08, 20:39
RE: Radeon OSS with vdpau (howto) - by uuzi - 2014-06-08, 10:31
RE: Radeon OSS with vdpau (howto) - by uuzi - 2014-06-08, 16:22
RE: Radeon OSS with vdpau (howto) - by thctlo - 2014-06-09, 20:46
RE: Radeon OSS with vdpau (howto) - by thctlo - 2014-06-09, 21:00
RE: Radeon OSS with vdpau (howto) - by thctlo - 2014-06-09, 21:09
RE: Radeon OSS with vdpau (howto) - by thctlo - 2014-06-09, 22:30
RE: Radeon OSS with vdpau (howto) - by xakep - 2014-06-15, 03:43
RE: Radeon OSS with vdpau (howto) - by xakep - 2014-06-16, 19:33
RE: Radeon OSS with vdpau (howto) - by thctlo - 2014-06-17, 13:31
RE: Radeon OSS with vdpau (howto) - by thctlo - 2014-06-17, 14:12
RE: Radeon OSS with vdpau (howto) - by thctlo - 2014-06-18, 09:52
RE: Radeon OSS with vdpau (howto) - by thctlo - 2014-06-20, 10:20
news on the openSUSE HowTo - by tomtomme - 2014-06-22, 17:36
RE: Radeon OSS with vdpau (howto) - by deivid - 2014-06-22, 20:23
RE: Radeon OSS with vdpau (howto) - by deivid - 2014-06-22, 20:37
RE: Radeon OSS with vdpau (howto) - by deivid - 2014-06-22, 21:12
RE: Radeon OSS with vdpau (howto) - by baikun - 2014-06-29, 12:51
RE: Radeon OSS with vdpau (howto) - by baikun - 2014-06-29, 13:20
RE: Radeon OSS with vdpau (howto) - by baikun - 2014-06-29, 14:18
RE: Radeon OSS with vdpau (howto) - by baikun - 2014-06-29, 16:08
RE: Radeon OSS with vdpau (howto) - by Namerp - 2014-06-29, 21:31
RE: Radeon OSS with vdpau (howto) - by Lonet - 2014-07-21, 00:05
RE: Radeon OSS with vdpau (howto) - by msfc - 2014-07-21, 00:08
RE: Radeon OSS with vdpau (howto) - by msfc - 2014-07-21, 17:57
Kernel 3.15.6 - by Endeavour79 - 2014-07-23, 11:30
RE: Radeon OSS with vdpau (howto) - by xxlsm - 2014-07-28, 18:01
RE: Radeon OSS with vdpau (howto) - by xxlsm - 2014-07-28, 18:43
RE: Radeon OSS with vdpau (howto) - by xxlsm - 2014-07-28, 19:13
RE: Radeon OSS with vdpau (howto) - by xxlsm - 2014-07-28, 21:05
RE: Radeon OSS with vdpau (howto) - by Jan0sh - 2014-07-29, 22:11
High CPU utilization while idle - by Kokos - 2014-08-01, 13:34
RE: Radeon OSS with vdpau (howto) - by Kokos - 2014-08-01, 15:19
RE: Radeon OSS with vdpau (howto) - by xtdv - 2014-08-03, 13:26
RE: Radeon OSS with vdpau (howto) - by xtdv - 2014-08-04, 04:49
RE: Radeon OSS with vdpau (howto) - by jatho - 2014-08-07, 08:11
RE: Radeon OSS with vdpau (howto) - by jatho - 2014-08-07, 09:18
RE: Radeon OSS with vdpau (howto) - by jatho - 2014-08-07, 10:48
RE: Radeon OSS with vdpau (howto) - by Xeus32 - 2014-08-16, 15:59
RE: Radeon OSS with vdpau (howto) - by Xeus32 - 2014-08-17, 16:49
RE: Radeon OSS with vdpau (howto) - by thctlo - 2014-08-20, 15:14
RE: Radeon OSS with vdpau (howto) - by thctlo - 2014-08-21, 13:18
RE: Radeon OSS with vdpau (howto) - by kbios - 2014-08-25, 12:41
RE: Radeon OSS with vdpau (howto) - by thctlo - 2014-08-26, 10:21
RE: Radeon OSS with vdpau (howto) - by thctlo - 2014-08-26, 20:55
RE: Radeon OSS with vdpau (howto) - by thctlo - 2014-09-02, 12:51
AW: Radeon OSS with vdpau (howto) - by Jan0sh - 2014-08-31, 19:52
RE: Radeon OSS with vdpau (howto) - by lemur - 2014-09-08, 18:05
RE: Radeon OSS with vdpau (howto) - by magny - 2014-09-08, 22:51
RE: Radeon OSS with vdpau (howto) - by magny - 2014-09-08, 23:44
AW: Radeon OSS with vdpau (howto) - by Jan0sh - 2014-09-20, 14:56
RE: Radeon OSS with vdpau (howto) - by vmstek - 2014-10-04, 19:26
RE: Radeon OSS with vdpau (howto) - by vmstek - 2014-10-07, 07:19
RE: Radeon OSS with vdpau (howto) - by vmstek - 2014-10-07, 15:45
RE: Radeon OSS with vdpau (howto) - by Kokos - 2014-10-13, 15:02
RE: Radeon OSS with vdpau (howto) - by Kokos - 2014-10-13, 15:49
RE: Radeon OSS with vdpau (howto) - by Kokos - 2014-10-13, 19:56
RE: Radeon OSS with vdpau (howto) - by towlie - 2014-10-23, 12:14
RE: Radeon OSS with vdpau (howto) - by uuzi - 2014-10-26, 11:27
No Libraries - by Endeavour79 - 2014-10-29, 11:37
Edid / HDMI - Handshake workaround. - by Ney - 2014-10-29, 13:56
RE: Radeon OSS with vdpau (howto) - by uuzi - 2014-11-02, 10:44
RE: Radeon OSS with vdpau (howto) - by Ney - 2014-11-04, 13:25
RE: Radeon OSS with vdpau (howto) - by -DDD- - 2014-11-25, 23:46
RE: Radeon OSS with vdpau (howto) - by whoppr - 2014-11-29, 21:43
RE: Radeon OSS with vdpau (howto) - by gudmk - 2014-12-06, 01:46
RE: Radeon OSS with vdpau (howto) - by Shvarc - 2014-12-07, 22:14
RE: Radeon OSS with vdpau (howto) - by Shvarc - 2014-12-08, 23:07
RE: Radeon OSS with vdpau (howto) - by Shvarc - 2014-12-09, 11:01
RE: Radeon OSS with vdpau (howto) - by Shvarc - 2014-12-09, 14:33
RE: Radeon OSS with vdpau (howto) - by Shvarc - 2014-12-09, 14:57
RE: Radeon OSS with vdpau (howto) - by vmstek - 2014-12-11, 06:38
RE: Radeon OSS with vdpau (howto) - by vmstek - 2014-12-13, 19:03
RE: Radeon OSS with vdpau (howto) - by vmstek - 2014-12-13, 19:18
RE: Radeon OSS with vdpau (howto) - by Benoe - 2014-12-15, 21:37
RE: Radeon OSS with vdpau (howto) - by Dradge - 2014-12-19, 20:56
RE: Radeon OSS with vdpau (howto) - by drawks - 2014-12-20, 06:30
RE: Radeon OSS with vdpau (howto) - by drawks - 2014-12-23, 09:34
RE: Radeon OSS with vdpau (howto) - by blm14 - 2014-12-22, 00:32
RE: Radeon OSS with vdpau (howto) - by Krobar - 2014-12-23, 00:03
RE: Radeon OSS with vdpau (howto) - by drawks - 2014-12-23, 09:40
RE: Radeon OSS with vdpau (howto) - by sheepy - 2014-12-23, 15:48
RE: Radeon OSS with vdpau (howto) - by sheepy - 2014-12-23, 16:13
RE: Radeon OSS with vdpau (howto) - by sheepy - 2014-12-23, 17:40
RE: Radeon OSS with vdpau (howto) - by sheepy - 2014-12-23, 17:54
RE: Radeon OSS with vdpau (howto) - by sheepy - 2014-12-23, 20:41
RE: Radeon OSS with vdpau (howto) - by MXIIA - 2014-12-24, 03:11
RE: Radeon OSS with vdpau (howto) - by philsu - 2014-12-28, 21:50
RE: Radeon OSS with vdpau (howto) - by luksol - 2015-01-15, 14:43
RE: Radeon OSS with vdpau (howto) - by philsu - 2014-12-28, 22:04
RE: Radeon OSS with vdpau (howto) - by philsu - 2014-12-28, 23:16
RE: Radeon OSS with vdpau (howto) - by philsu - 2014-12-28, 23:32
openSUSE Howto UPDATE - by tomtomme - 2015-01-06, 10:54
Radeon OSS with vdpau (howto) - by cirkator - 2015-01-09, 16:07
Radeon OSS with vdpau (howto) - by cirkator - 2015-01-11, 08:54
RE: Radeon OSS with vdpau (howto) - by m0nKeY - 2015-01-22, 10:14
RE: Radeon OSS with vdpau (howto) - by m0nKeY - 2015-01-22, 12:20
RE: Radeon OSS with vdpau (howto) - by m0nKeY - 2015-01-22, 23:04
RE: Radeon OSS with vdpau (howto) - by m0nKeY - 2015-01-22, 23:59
RE: Radeon OSS with vdpau (howto) - by m0nKeY - 2015-01-23, 11:57
RE: Radeon OSS with vdpau (howto) - by m0nKeY - 2015-01-23, 00:36
RE: Radeon OSS with vdpau (howto) - by s1on - 2015-02-01, 16:07
RE: Radeon OSS with vdpau (howto) - by s1on - 2015-02-01, 16:13
RE: Radeon OSS with vdpau (howto) - by s1on - 2015-02-01, 22:08
RE: Radeon OSS with vdpau (howto) - by mselig - 2015-02-02, 00:51
RE: Radeon OSS with vdpau (howto) - by mselig - 2015-02-02, 09:46
RE: Radeon OSS with vdpau (howto) - by dude18 - 2015-02-05, 15:00
RE: Radeon OSS with vdpau (howto) - by arkim - 2015-02-25, 13:32
RE: Radeon OSS with vdpau (howto) - by arkim - 2015-02-25, 17:52
RE: Radeon OSS with vdpau (howto) - by arkim - 2015-02-25, 20:34
RE: Radeon OSS with vdpau (howto) - by zett - 2015-02-25, 20:10
RE: Radeon OSS with vdpau (howto) - by zett - 2015-02-25, 21:43
RE: Radeon OSS with vdpau (howto) - by vip723 - 2015-03-16, 18:38
RE: Radeon OSS with vdpau (howto) - by Krobar - 2015-03-26, 09:57
RE: Radeon OSS with vdpau (howto) - by zett - 2015-02-26, 16:11
RE: Radeon OSS with vdpau (howto) - by carmik - 2015-03-03, 12:14
RE: Radeon OSS with vdpau (howto) - by carmik - 2015-03-03, 12:35
RE: Radeon OSS with vdpau (howto) - by carmik - 2015-03-03, 15:20
RE: Radeon OSS with vdpau (howto) - by carmik - 2015-03-04, 08:31
RE: Radeon OSS with vdpau (howto) - by carmik - 2015-03-04, 09:35
RE: Radeon OSS with vdpau (howto) - by carmik - 2015-03-05, 11:23
RE: Radeon OSS with vdpau (howto) - by laric - 2015-04-11, 12:58
RE: Radeon OSS with vdpau (howto) - by arkim - 2015-04-27, 14:41
RE: Radeon OSS with vdpau (howto) - by arkim - 2015-04-28, 14:44
RE: Radeon OSS with vdpau (howto) - by eroxm - 2015-05-07, 10:45
RE: Radeon OSS with vdpau (howto) - by eroxm - 2015-05-10, 14:10
RE: Radeon OSS with vdpau (howto) - by deadok - 2015-05-16, 18:11
RE: Radeon OSS with vdpau (howto) - by SerGol - 2015-05-28, 12:34
RE: Radeon OSS with vdpau (howto) - by SerGol - 2015-05-29, 12:08
RE: Radeon OSS with vdpau (howto) - by Jan0sh - 2015-05-29, 22:43
RE: Radeon OSS with vdpau (howto) - by Jan0sh - 2015-06-14, 18:47
RE: Radeon OSS with vdpau (howto) - by zachpn - 2015-06-01, 16:19
RE: Radeon OSS with vdpau (howto) - by deadok - 2015-06-22, 20:25
RE: Radeon OSS with vdpau (howto) - by thctlo - 2015-06-23, 22:28
RE: Radeon OSS with vdpau (howto) - by thctlo - 2015-06-24, 12:23
RE: Radeon OSS with vdpau (howto) - by deadok - 2015-06-25, 22:05
Logout Mark Read Team Forum Stats Members Help
Radeon OSS with vdpau (howto)26