aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/omap2/dss
AgeCommit message (Expand)Author
2012-10-18OMAPDSS: DISPC: add dispc_mgr_get_sync_lost_irq()Tomi Valkeinen
2012-10-18OMAPDSS: DISPC: cleanup lcd and digit enableTomi Valkeinen
2012-10-18OMAPDSS: DISPC: remove struct omap_overlay useTomi Valkeinen
2012-10-18OMAPDSS: remove declarations for non-existing funcsTomi Valkeinen
2012-10-18OMAPDSS: combine LCD related config into one funcTomi Valkeinen
2012-10-18OMAPDSS: DISPC: constify function parametersTomi Valkeinen
2012-10-18OMAPDSS: fix registering the vsync isr in applyTomi Valkeinen
2012-10-18OMAPDSS: DSI: fix dsi_get_dsidev_from_id()Tomi Valkeinen
2012-10-18Merge branch '3.8/dss-version'Tomi Valkeinen
2012-10-17OMAPDSS: remove Kconfig dependenciesTomi Valkeinen
2012-10-17OMAPDSS: fix compilation warningsTomi Valkeinen
2012-10-17OMAPDSS: add missing sizes.h includesTomi Valkeinen
2012-10-17OMAPDSS: remove <plat/cpu.h> includesTomi Valkeinen
2012-10-17OMAPDSS: Correct check for the callback pointer in dss_dsi_disable_pads()Peter Ujfalusi
2012-10-16OMAPDSS: HDMI: use omapdss_versionTomi Valkeinen
2012-10-16OMAPDSS: DSS: use omapdss_versionTomi Valkeinen
2012-10-16OMAPDSS: DISPC: use omapdss_versionTomi Valkeinen
2012-10-16OMAPDSS: use omapdss_version in dss_features.cTomi Valkeinen
2012-10-16Merge tag 'v3.7-rc1'Tomi Valkeinen
2012-10-12OMAPDSS: Remove dss_debug variableChandrabhanu Mahapatra
2012-10-12OMAPDSS: Replace multi part debug prints with pr_debugChandrabhanu Mahapatra
2012-10-12OMAPDSS: Cleanup DSSDBG with dynamic pr_debug functionChandrabhanu Mahapatra
2012-10-12OMAPDSS: Create new debug config optionsChandrabhanu Mahapatra
2012-10-12OMAPDSS: Move definition of DEBUG flag to MakefileChandrabhanu Mahapatra
2012-10-12Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6Linus Torvalds
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-09-28OMAPDSS: add missing include for string.hTomi Valkeinen
2012-09-26OMAPDSS: DISPC: Configure color conversion coefficients for writebackArchit Taneja
2012-09-26OMAPDSS: DISPC: Add manager like functions for writebackArchit Taneja
2012-09-26OMAPDSS: DISPC: Configure writeback FIFOsArchit Taneja
2012-09-26OMAPDSS: DISPC: Configure writeback specific parameters in dispc_wb_setup()Archit Taneja
2012-09-26OMAPDSS: DISPC: Configure overlay-like parameters in dispc_wb_setupArchit Taneja
2012-09-26OMAPDSS: DISPC: Add function to set channel in for writebackArchit Taneja
2012-09-26OMAPDSS: DISPC: Don't set chroma resampling bit for writebackArchit Taneja
2012-09-26OMAPDSS: DISPC: Downscale chroma if plane is writebackArchit Taneja
2012-09-26OMAPDSS: DISPC: Configure input and output sizes for writebackArchit Taneja
2012-09-26OMAPDSS: DISPC: Add writeback register offsets and dss features structsArchit Taneja
2012-09-26OMAPDSS: DISPC: Allow both upscaling and downscaling of chromaArchit Taneja
2012-09-26OMAPDSS: DIPSC: Relax scaling limitations when in memory to memory modeArchit Taneja
2012-09-26OMAPDSS: DISPC: Don't pass channel out when configuring overlaysArchit Taneja
2012-09-26OMAPDSS: DISPC: Make dispc_ovl_setup call dispc_ovl_setup_commonArchit Taneja
2012-09-26OMAPDSS: OVERLAY: Add position and replication as overlay capsArchit Taneja
2012-09-26OMAPDSS: DISPC: Pass overlay caps as a parameter to dispc plane functionsArchit Taneja
2012-09-26OMAPDSS: DISPC: Simplify function names for setting pipeline input and output...Archit Taneja
2012-09-26OMAPDSS: DISPC: Constify omap_overlay_info in dispc_ovl_setup()Archit Taneja
2012-09-26OMAPDSS: Remove old way of setting manager and device linksArchit Taneja
2012-09-26OMAPDSS: APPLY: Remove omap_dss_device references from dss_ovl_enable/disableArchit Taneja
2012-09-26OMAPDSS: OVERLAY/MANAGER: Get device via outputArchit Taneja
2012-09-26OMAPDSS: MANAGER: Update display sysfs storeArchit Taneja
2012-09-26OMAPDSS: HDMI: Replace dssdev->manager with dssdev->output->manager referencesArchit Taneja