summaryrefslogtreecommitdiff
path: root/drivers/video/omap2/omapfb/omapfb-main.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-29OMAPFB: Map interlace field in omap_video_timings with fb vmode flagsArchit Taneja1-3/+5
2012-06-29OMAPFB: Map the newly added omap_video_timings fields with fb sync flagsArchit Taneja1-4/+39
2012-05-22OMAPFB: remove compiler warnings when CONFIG_BUG=nTomi Valkeinen1-0/+1
2012-05-11OMAPFB: add __init & __exitTomi Valkeinen1-5/+4
2012-05-11OMAPFB: fix parsing of vram parameterTomi Valkeinen1-1/+1
2012-02-23OMAPFB: remove unused fb_format_to_dss_mode()Tomi Valkeinen1-54/+0
2012-02-23OMAPFB: remove mem info from platform_dataTomi Valkeinen1-43/+0
2012-02-23OMAPDSS: Remove video SRAM supportTomi Valkeinen1-2/+2
2012-01-15Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds1-4/+10
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-4/+4
2011-12-02OMAPDSS: APPLY: move ovl->info to apply.cTomi Valkeinen1-4/+8
2011-12-02OMAPDSS: APPLY: rewrite overlay enable/disableTomi Valkeinen1-0/+2
2011-09-30OMAPDSS: remove vaddr from overlay infoTomi Valkeinen1-14/+5
2011-09-30OMAPFB: find best mode from edidTomi Valkeinen1-10/+99
2011-09-30OMAP: OMAPFB: make omapfb start even when a display is missing a driverTomi Valkeinen1-2/+3
2011-09-14OMAPFB: make debug message more usefulAndy Doan1-1/+2
2011-07-01OMAP: DSS2: OMAPFB: Implement auto-update modeTomi Valkeinen1-20/+119
2011-07-01OMAP: DSS2: OMAPFB: Add struct to store per-display dataTomi Valkeinen1-14/+15
2011-05-12OMAP: DSS2: OMAPFB: Reduce stack usageTomi Valkeinen1-34/+61
2011-05-12OMAP: DSS2: OMAPFB: remove dead codeTomi Valkeinen1-29/+0
2011-05-11OMAP: DSS2: OMAPFB: Remove implicit display update on unblankJani Nikula1-13/+0
2011-05-11OMAP: DSS2: OMAPFB: Handle errors when initializing panelTomi Valkeinen1-21/+59
2011-05-11OMAP: DSS2: Add method for querying display dimensions from DSS driversJani Nikula1-2/+10
2011-05-11OMAP: DSS2: Move display.h to include/video/Tomi Valkeinen1-1/+1
2011-03-11OMAPFB: Adding a check for timings in set_def_modeJanorkar, Mayuresh1-7/+16
2011-01-10OMAP: DSS2: OMAPFB: Add null pointer checkSamreen1-2/+3
2010-10-23OMAP: DSS2: OMAPFB: Allow usage of def_vrfb only for omap2,3Senthilvadivu Guruswamy1-0/+10
2010-10-23OMAP: DSS2: OMAPFB: swap front and back porches for both hsync and vsyncTasslehoff Kjappfot1-8/+8
2010-08-05OMAP: DSS2: OMAPFB: Fix invalid bpp for PAL and NTSC modesMaurus Cuelenaere1-2/+2
2010-08-05OMAP: DSS2: OMAPFB: Fix probe error pathAfzal Mohammed1-7/+7
2010-08-05OMAP: DSS2: OMAPFB: Remove redundant color register range checkJani Nikula1-5/+0
2010-08-05OMAP: DSS2: OMAPFB: Remove redundant rotate range checkJani Nikula1-1/+1
2010-08-05OMAP: DSS2: OMAPFB: Check fb2display() return valueJani Nikula1-0/+3
2010-08-03OMAP: DSS2: OMAPFB: Add some locking debug checksVille Syrjälä1-0/+6
2010-08-03OMAP: DSS2: OMAPFB: Convert the memory region locking to rwsemVille Syrjälä1-1/+1
2010-08-03OMAP: DSS2: OMAPFB: Add locking for memory regionsVille Syrjälä1-8/+54
2010-08-03OMAP: DSS2: OMAPFB: Add support for switching memory regionsVille Syrjälä1-28/+43
2010-08-03OMAP: DSS2: OMAPFB: Check var even if there isn't memoryVille Syrjälä1-6/+5
2010-08-03OMAP: DSS2: OMAPFB: Refactor overlay address calculationsVille Syrjälä1-25/+38
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-01OMAP: DSS2: OMAPFB: Constify some function parametersVille Syrjälä1-9/+9
2010-02-24OMAP: DSS2: OMAPFB: Remove FB_OMAP2_FORCE_AUTO_UPDATETomi Valkeinen1-14/+3
2010-02-24OMAP: DSS2: move timing functionsTomi Valkeinen1-5/+5
2010-02-24OMAP: DSS2: move enable/disable/suspend/resumeTomi Valkeinen1-6/+6
2010-02-24OMAP: DSS2: move update() and sync()Tomi Valkeinen1-5/+5
2010-02-24OMAP: DSS2: move set/get_update_mode()Tomi Valkeinen1-13/+14
2010-02-24OMAP: DSS2: move enable/get_te()Tomi Valkeinen1-4/+4
2010-02-24OMAP: DSS2: move get_recommended_bpp()Tomi Valkeinen1-5/+26
2010-02-24OMAP: DSS2: move get_resolution()Tomi Valkeinen1-4/+5
2010-02-18OMAP: DSS2: OMAPFB: fix cleanup on dssdev enable errorTomi Valkeinen1-1/+3