- 11 Sep, 2008 1 commit
-
-
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 4 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
-
Jorge Zapata authored
-
- 30 Jul, 2008 1 commit
-
-
邱宗炽 authored
Signed-off-by: 邱宗炽 <tqiu@neuros.com.cn>
-
- 25 Jul, 2008 1 commit
-
-
薛德章 authored
Improve input selection in OSS driver. add ioctl() support.
-
- 23 Jul, 2008 4 commits
-
-
Jorge Zapata authored
This makes the new framebuffer driver to be selected and removes the old davincifb.
-
Jorge Zapata authored
This will fix unresolved symbols errors when the video output control option is not selected.
-
Jorge Zapata authored
This patch afixes several driver bugs * Make the windows disabled by default at module load and unload * Enable the attribute window * Change the order of the windows, now osd0 is fb0, so the video mode change must be done on vid0 which is fb1 * Remove more unsued code * Make the enable_digital output to not change the window configurations * Add a new ioctl to enable color bar test mode * Fix some of the rules of the check_var function, now the virtual size of the window is handled automatic based on the 32 bytes align constraints
-
Jorge Zapata authored
This adds more memory to the attribute window, to make it big enough for a 720x480 screen, this is enough for now.
-