- 10 Mar, 2009 2 commits
-
-
Michael Gao authored
- thus to expose FB memory to resizer. modified: drivers/video/dm/dm_main.c modified: include/video/davincifb.h
-
Michael Gao authored
-
- 07 Oct, 2008 1 commit
-
-
Tom Bruno authored
-
- 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 4 commits
-
-
吴智聪(John Wu) authored
-
吴智聪(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
-
吴智聪(John Wu) authored
add progressive buffer logic to vpfe buffer system, support dynamic choose the input port, support ccdc configure for component input port, add some component standard for v4l2 interface
-
- 31 Jul, 2008 3 commits
-
-
Jorge Zapata authored
Adds the LED devices and set the PINMUX0 to be GPIO's, so we can use them for the LEDS.
-
Jorge Zapata authored
For the ntosd_644xa machine, we disable the VLYNQ and AEAW mux to use the pins as GPIOS.
-
Jorge Zapata authored
There are several subsystems in the kernel that just include this file in order to support gpio drivers, make this header include by itself the needed headers to avoid errors at compilation
-