Nicolas Boullis | 4 Mar 2010 21:28
Picon
Favicon

em8300 with linux 2.6.33?

Hi,

Linux 2.6.33 has been out for more than a week. Has anyone had the 
opportunity to test the em8300 drivers with linux 2.6.33?

Cheers,

Nicolas

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
Uli Luckas | 4 Mar 2010 23:10
Picon

Re: em8300 with linux 2.6.33?

On Thursday 04 March 2010, Nicolas Boullis wrote:
> Hi,
> 
> Linux 2.6.33 has been out for more than a week. Has anyone had the
> opportunity to test the em8300 drivers with linux 2.6.33?
> 
Works just fine.

Thanks

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
Nicolas Boullis | 5 Mar 2010 10:41
Picon
Favicon

Re: em8300 with linux 2.6.33?

Hi,

On Thu, Mar 04, 2010 at 11:10:40PM +0100, Uli Luckas wrote:
> Works just fine.

That's good news. Thanks for the information.

Nicolas

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
Christian Gmeiner | 18 Mar 2010 20:06
Picon

Flushing Video Fifo

Hi all,

I have a very simple task I want to do - flush the video fifo.
But I don't know why it is not possible for me :(

Here is the current sequence I use:

        val = EM8300_SUBDEVICE_VIDEO;
        CHECK(ioctl(fdControl, EM8300_IOCTL_FLUSH, &val));

        val = EM8300_SUBDEVICE_AUDIO;
        CHECK(ioctl(fdControl, EM8300_IOCTL_FLUSH, &val));

        fsync(fdVideo);

        writeRegister(0, MVCOMMAND_FLUSHBUF);
        writeRegister(0, MVCOMMAND_STOP);
        writeRegister(27, MACOMMAND_STOP);

void writeRegister(int reg, int value)
{
    em8300_register_t regs;

    regs.microcode_register = 1;
    regs.reg = reg;
    regs.val = value;

    CHECK(ioctl(fdControl, EM8300_IOCTL_WRITEREG, &regs));
}

(Continue reading)

Christian Gmeiner | 18 Mar 2010 21:27
Picon

[PATCH] add defines for EM8300_VID_CTRL1 and EM8300_VID_CTRL2

If somebody does not like this patch or thinks it is wrong, please tell me.

greets
--

-- 
Christian Gmeiner, MSc
Attachment (register_name.patch): application/text, 5557 bytes
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Dxr3-devel mailing list
Dxr3-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dxr3-devel
Christian Gmeiner | 18 Mar 2010 21:28
Picon

[PATCH] em8300_spu_init() function does nothing, so remove it.

If somebody does not like this patch or thinks it is wrong, please tell me.

greets
--

-- 
Christian Gmeiner, MSc
Attachment (spu_init.patch): application/text, 2397 bytes
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Dxr3-devel mailing list
Dxr3-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dxr3-devel

Gmane