- 27 Nov, 2009 1 commit
-
-
Jean-Paul Saman authored
-
- 20 Nov, 2009 3 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Let the driver use 4 instead of 3 predefined DMA buffers. This circumvents the calling of broken buffer_setup/buffer_release functions.
-
Jean-Paul Saman authored
-
- 19 Nov, 2009 1 commit
-
-
Jean-Paul Saman authored
-
- 13 Nov, 2009 1 commit
-
-
Jean-Paul Saman authored
-
- 16 Jan, 2009 3 commits
-
-
Jorge Zapata authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
陳永達 authored
-
薛德章 authored
run a software reset before start to program the registers. read back the PLL settings to make sure that it took the programming. Signed-off-by: 薛德章 <frank.xue@neuros.com.cn> Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
- 22 Sep, 2008 2 commits
-
-
薛德章 authored
This patch added a variable to mark if data available or not. Fixed bug 4740. Signed-off-by: 薛德章 <frank.xue@neuros.com.cn>
-
Jorge Zapata authored
Enable the stretching of the video planes to fix the pixel aspect ratio on NTSC/PAL output formats. The hw constraints have been adapted to the video encoder sizes instead of the fb logical sizes.
-
- 16 Sep, 2008 1 commit
-
-
Jorge Zapata authored
This patch uses the ping-pong buffer feature of the OSD to fix the inverted issue.
-
- 11 Sep, 2008 2 commits
-
-
Jorge Zapata authored
This patch moves the output display on 720p mode 16 pixels to the left.
-
Jorge Zapata authored
Adding the vid0 plane fix, makes the display refresh to be too slow. With this patch the fix is disabled.
-
- 09 Sep, 2008 4 commits
-
-
Jorge Zapata authored
This fixes the bug found on 1.3 hw revision. Basically the bug is found when the video out is in interlaced mode, vid0 picks up the inverted field order (even when should be odd and vice versa), to avoid that we use the ping-pong feature of the vid0 plane to swap the order on every interrupt.
-
Rafaël Carré authored
When O_NONBLOCK is specified, try to lock the mutex and return immediately if it failed (because another process has opened it for example) Signed-off-by: Rafaël Carré <rcarre@m2x.nl>
-
吴智聪(John Wu) authored
Merge branch 'neuros' of ssh://git@git.neuros.com.cn/git/git-pub/osd20/linux-davinci-2.6 into neuros
-
吴智聪(John Wu) authored
this change fix the video jump at the beginning after configure tvp7000
-
- 08 Sep, 2008 1 commit
-
-
薛德章 authored
This patch run a software reset before start to program the registers. it's also used to allow full reset of the audio settings on soft reboot.
-
- 05 Sep, 2008 2 commits
-
-
吴智聪(John Wu) authored
Merge branch 'neuros' of ssh://git@git.neuros.com.cn/git/git-pub/osd20/linux-davinci-2.6 into neuros
-
吴智聪(John Wu) authored
-
- 04 Sep, 2008 2 commits
-
-
薛德章 authored
CODEC_CLKIN and PLLCLK_IN register are not initialized and PLL Q,P,J,D value are wrong, cause audio clock is wrong. This patch initialize PLLCLK_IN uses MCLK, Codec uses PLLDIV_OUT.
-
薛德章 authored
CODEC_CLKIN and PLLCLK_IN register are not initialized and PLL Q,P,J,D value are wrong, cause audio clock is wrong. This patch initialize PLLCLK_IN uses MCLK, Codec uses PLLDIV_OUT.
-
- 02 Sep, 2008 2 commits
-
-
Jorge Zapata authored
-
Jorge Zapata authored
-
- 01 Sep, 2008 1 commit
-
-
吴智聪(John Wu) authored
-
- 26 Aug, 2008 1 commit
-
-
陳永達 authored
-
- 22 Aug, 2008 5 commits
-
-
Jorge Zapata authored
Adds support for setting a SD mode from HD mode correctly. Also the transparency ioctl now has a struct instead of a integer value, allowing disable/enabling full plane transparency and also for setting the transparent level (from 1/8 to 8/8). This patch also removes unused code and trailing whitespaces
-
Jorge Zapata authored
-
Jorge Zapata authored
This patch normalizes the v4l2_input structs using the same definitions on the header file and the source. Also avoid a segfault when memcopying the struct on ioctl ENUMINPUT
-
Jorge Zapata authored
For some reason the v4l2_input struct had different sizes on user space and kernel space, adding this attribute makes the struct to have the same size on both userspace and kernel and will make the ioctl to have the same number now.
-
陳永達 authored
-
- 15 Aug, 2008 1 commit
-
-
陳永達 authored
-
- 13 Aug, 2008 2 commits
-
-
陳永達 authored
Merge branch 'neuros' of ssh://git@git.neuros.com.cn/git/git-pub/osd20/linux-davinci-2.6 into neuros
-
陳永達 authored
-
- 07 Aug, 2008 2 commits
-
-
Jorge Zapata authored
* Make the logo appear again, there's still some bug on the colors, but is a start * Fix the initial mode setting, some value wasnt set, so the initial mode was never ok * Still some bug when returning to SD mode from HD mode
-
吴智聪(John Wu) authored
add 576p and 720p adc configure, set the vpfe max buffer size to 1920x1080
-
- 06 Aug, 2008 2 commits
-
-
Jorge Zapata authored
This patch cleans up the code, renames function to the same scheme, adds support for 1080i and fixes some offsets on the screen.
-
薛德章 authored
-
- 01 Aug, 2008 1 commit
-
-
吴智聪(John Wu) authored
-