index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
omap2
/
dss
/
dispc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-12
OMAPDSS: DISPC: Fix calc_scaling_44xx() bugs for writeback pipeline
Archit Taneja
1
-4
/
+6
2012-11-07
OMAPDSS: DISPC: fix sparse warning
Tomi Valkeinen
1
-1
/
+1
2012-11-06
OMAPDSS: DISPC: Fix the usage of wait_for_completion_timeout
Chuansheng Liu
1
-3
/
+0
2012-11-05
OMAPDSS: DISPC: fix DS variable name
Tomi Valkeinen
1
-5
/
+5
2012-10-29
OMAPDSS: DISPC: remove dssdev depependency from error handler
Tomi Valkeinen
1
-15
/
+4
2012-10-29
OMAPDSS: DISPC: fix loop in error handler
Tomi Valkeinen
1
-2
/
+3
2012-10-29
OMAPDSS: DISPC: Add IRQ enable/status helpers
Tomi Valkeinen
1
-12
/
+32
2012-10-29
OMAPDSS: add dispc_ovl_enabled()
Tomi Valkeinen
1
-0
/
+5
2012-10-29
OMAPDSS: DISPC: make _enable_mgr_out public as "dispc_mgr_enable"
Tomi Valkeinen
1
-5
/
+5
2012-10-29
OMAPDSS: DISPC: rename dispc_mgr_enable/disable to _sync
Tomi Valkeinen
1
-2
/
+2
2012-10-29
OMAPDSS: DISPC: use dss_feat_get_num_ovls()
Tomi Valkeinen
1
-2
/
+2
2012-10-24
OMAPDSS: DISPC: fix dispc_mgr_lclk_rate for DIGIT output
Tomi Valkeinen
1
-24
/
+25
2012-10-24
OMAPDSS: get the dss version from core pdev
Tomi Valkeinen
1
-2
/
+1
2012-10-18
OMAPDSS: DISPC: cleanup lcd/digit enable/disable
Tomi Valkeinen
1
-67
/
+117
2012-10-18
OMAPDSS: DISPC: add dispc_mgr_get_sync_lost_irq()
Tomi Valkeinen
1
-0
/
+5
2012-10-18
OMAPDSS: DISPC: cleanup lcd and digit enable
Tomi Valkeinen
1
-17
/
+10
2012-10-18
OMAPDSS: DISPC: remove struct omap_overlay use
Tomi Valkeinen
1
-2
/
+2
2012-10-18
OMAPDSS: combine LCD related config into one func
Tomi Valkeinen
1
-6
/
+23
2012-10-18
OMAPDSS: DISPC: constify function parameters
Tomi Valkeinen
1
-5
/
+5
2012-10-18
Merge branch '3.8/dss-version'
Tomi Valkeinen
1
-17
/
+31
2012-10-17
OMAPDSS: fix compilation warnings
Tomi Valkeinen
1
-2
/
+2
2012-10-17
OMAPDSS: add missing sizes.h includes
Tomi Valkeinen
1
-0
/
+1
2012-10-17
OMAPDSS: remove <plat/cpu.h> includes
Tomi Valkeinen
1
-2
/
+0
2012-10-16
OMAPDSS: DISPC: use omapdss_version
Tomi Valkeinen
1
-13
/
+28
2012-10-16
Merge tag 'v3.7-rc1'
Tomi Valkeinen
1
-0
/
+2
2012-10-12
OMAPDSS: Remove dss_debug variable
Chandrabhanu Mahapatra
1
-6
/
+2
2012-10-12
OMAPDSS: Replace multi part debug prints with pr_debug
Chandrabhanu Mahapatra
1
-19
/
+13
2012-10-12
Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6
Linus Torvalds
1
-306
/
+712
2012-09-26
OMAPDSS: DISPC: Configure color conversion coefficients for writeback
Archit Taneja
1
-28
/
+33
2012-09-26
OMAPDSS: DISPC: Add manager like functions for writeback
Archit Taneja
1
-0
/
+70
2012-09-26
OMAPDSS: DISPC: Configure writeback FIFOs
Archit Taneja
1
-1
/
+9
2012-09-26
OMAPDSS: DISPC: Configure writeback specific parameters in dispc_wb_setup()
Archit Taneja
1
-2
/
+26
2012-09-26
OMAPDSS: DISPC: Configure overlay-like parameters in dispc_wb_setup
Archit Taneja
1
-0
/
+27
2012-09-26
OMAPDSS: DISPC: Add function to set channel in for writeback
Archit Taneja
1
-0
/
+7
2012-09-26
OMAPDSS: DISPC: Don't set chroma resampling bit for writeback
Archit Taneja
1
-3
/
+6
2012-09-26
OMAPDSS: DISPC: Downscale chroma if plane is writeback
Archit Taneja
1
-1
/
+1
2012-09-26
OMAPDSS: DISPC: Configure input and output sizes for writeback
Archit Taneja
1
-2
/
+5
2012-09-26
OMAPDSS: DISPC: Allow both upscaling and downscaling of chroma
Archit Taneja
1
-10
/
+22
2012-09-26
OMAPDSS: DIPSC: Relax scaling limitations when in memory to memory mode
Archit Taneja
1
-19
/
+40
2012-09-26
OMAPDSS: DISPC: Don't pass channel out when configuring overlays
Archit Taneja
1
-46
/
+64
2012-09-26
OMAPDSS: DISPC: Make dispc_ovl_setup call dispc_ovl_setup_common
Archit Taneja
1
-58
/
+72
2012-09-26
OMAPDSS: OVERLAY: Add position and replication as overlay caps
Archit Taneja
1
-5
/
+15
2012-09-26
OMAPDSS: DISPC: Pass overlay caps as a parameter to dispc plane functions
Archit Taneja
1
-19
/
+17
2012-09-26
OMAPDSS: DISPC: Simplify function names for setting pipeline input and output...
Archit Taneja
1
-4
/
+7
2012-09-26
OMAPDSS: DISPC: Constify omap_overlay_info in dispc_ovl_setup()
Archit Taneja
1
-4
/
+5
2012-09-26
OMAPDSS: Remove manager->device references
Archit Taneja
1
-3
/
+7
2012-09-25
OMAPDSS: DISPC: Add predecimation limit for TILER based rotations
Chandrabhanu Mahapatra
1
-3
/
+6
2012-09-24
OMAPDSS: Add basic omap5 features to dss and dispc
Archit Taneja
1
-0
/
+2
2012-09-12
ARM: OMAP2+: Prepare for irqs.h removal
Tony Lindgren
1
-0
/
+1
2012-09-07
OMAPDSS: Use WB fifo for GFX overlay
Tomi Valkeinen
1
-0
/
+27
[prev]
[next]