summaryrefslogtreecommitdiff
path: root/drivers/video/omap2/dss/dispc.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-25OMAP: DSS2: DISPC: Fix context save/restoreTomi Valkeinen1-59/+38
2011-07-25OMAP: DSS2: DISPC: remove finegrained clk enables/disablesTomi Valkeinen1-146/+19
2011-07-25OMAP: DSS2: Use PM runtime & HWMOD supportTomi Valkeinen1-101/+225
2011-07-01OMAP: DSS2: Fix FIFO threshold and burst size for OMAP4Tomi Valkeinen1-8/+42
2011-07-01OMAP: DSS2: Add Color Phase Rotation supportTomi Valkeinen1-0/+34
2011-07-01OMAP: DSS2: Add new FEAT definitions for features missing from OMAP2Tomi Valkeinen1-54/+91
2011-07-01OMAP: DSS2: remove extra includes from include/video/omapdss.hTomi Valkeinen1-0/+1
2011-05-23OMAP: DSS2: Add support for NV12 formatAmber Jain1-32/+169
2011-05-23OMAP: DSS2: Add new registers for NV12 supportAmber Jain1-0/+197
2011-05-23OMAP: DSS2: Use for loop where ever possible in SR(), RR()Amber Jain1-128/+46
2011-05-23OMAP: DSS2: Ensure non-zero FIR values are configuredAmber Jain1-11/+4
2011-05-23OMAP: DSS2: Add new color formats for OMAP4Amber Jain1-32/+77
2011-05-12OMAP4: DSS2: DSI: Changes for DSI2 on OMAP4Archit Taneja1-0/+8
2011-05-12OMAP: DSS2: Pass platform_device as an argument in dsi functionsArchit Taneja1-2/+6
2011-05-11OMAP: DSS2: Remove usage of struct dispc_regArchit Taneja1-6/+6
2011-05-11OMAP: DSS2: Clean up DISPC overlay manager register definitionsArchit Taneja1-89/+89
2011-05-11OMAP: DSS2: Clean up DISPC overlay register definitionsArchit Taneja1-499/+385
2011-05-11OMAP2PLUS: DSS2: Change enum "dss_clk_source" to "omap_dss_clk_source"Archit Taneja1-6/+6
2011-05-11OMAP: DSS2: Move display.h to include/video/Tomi Valkeinen1-1/+1
2011-03-16OMAP4: DSS2: HDMI: Dispc gamma enable set/reset function for TV.Mythri P K1-0/+14
2011-03-11OMAP4: DSS2: Clock source changes for OMAP4Taneja, Archit1-5/+26
2011-03-11OMAP2PLUS: DSS2: Cleanup clock source related codeTaneja, Archit1-6/+9
2011-03-11OMAP: DSS2: fix omap_dispc_register_isr() fail pathTomi Valkeinen1-0/+3
2011-03-11OMAP4: DSS2: Using dss_features to set independent core clock dividerMurthy, Raghuveer1-0/+24
2011-03-11OMAP: DSS2: Renaming register macro DISPC_DIVISOR(ch)Murthy, Raghuveer1-13/+14
2011-03-11OMAP2PLUS: DSS2: DSI: Generalize DSI PLL Clock NamingArchit Taneja1-1/+1
2011-03-11OMAP2PLUS: DSS2: Use dss features to get clock source names of current OMAPArchit Taneja1-3/+4
2011-03-11OMAP2PLUS: DSS2: Make members of dss_clk_source genericArchit Taneja1-2/+2
2011-03-11OMAP2PLUS: DSS2: FEATURES: DISPC overlay code cleanupArchit Taneja1-15/+37
2011-03-11OMAP: DSS2: Have separate irq handlers for DISPC and DSIarchit taneja1-4/+36
2011-03-11OMAP2PLUS: DSS2: Generalize naming of PRCM related clock enums in DSS driverArchit Taneja1-5/+5
2011-03-11OMAP2,3: DSS2: Use platform device to get baseaddrSenthilvadivu Guruswamy1-3/+8
2011-03-11OMAP2,3: DSS2: replace printk with dev_dbg in initSumit Semwal1-1/+1
2011-03-11OMAP2, 3: DSS2: DISPC: create platform_driver, move init, exit to driverSenthilvadivu Guruswamy1-41/+64
2011-01-10OMAP: DSS2: Introduce omap_channel as an omap_dss_device parameter, add new o...Sumit Semwal1-11/+10
2011-01-10OMAP: DSS2: Use dss_features to handle DISPC bits removed on OMAP4Archit Taneja1-1/+11
2011-01-10OMAP: DSS2: LCD2 Channel Changes for DISPCSumit Semwal1-39/+242
2011-01-10OMAP: DSS2: Change remaining DISPC functions for new omap_channel argumentSumit Semwal1-27/+35
2011-01-10OMAP: DSS2: Introduce omap_channel argument to DISPC functions used by interf...Sumit Semwal1-16/+22
2011-01-10OMAP: DSS2: Represent DISPC register defines with channel as parameterSumit Semwal1-88/+82
2011-01-10OMAP: DSS2: Clean up DISPC color mode validation checksArchit Taneja1-48/+5
2011-01-10OMAP3630: DSS2: Enable Pre-Multiplied Alpha SupportRajkumar N1-7/+23
2011-01-10OMAP: DSS2: Fix: Read correct bit in dispc_enable_alpha_blending()Archit Taneja1-2/+1
2010-10-23OMAP: DSS2: Use dss_features framework on DSS2 codeArchit Taneja1-25/+31
2010-09-29OMAP: DSS2: make filter coefficient tables human readableGrazvydas Ignotas1-120/+94
2010-08-05OMAP: DSS2: DSI: use BTA to end the frame transferTomi Valkeinen1-3/+2
2010-08-03OMAP: DSS2: clear spurious SYNC_LOST_DIGIT interruptsVille Syrjälä1-1/+10
2010-02-24OMAP: DSS2: move enable/disable/suspend/resumeTomi Valkeinen1-5/+7
2010-02-24OMAP: DSS2: move enable/disable_channel to overlay managerTomi Valkeinen1-2/+22
2010-02-23OMAP: DSS2: fix get_dsi/dispc_clk_source() usageTomi Valkeinen1-2/+2