summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss
Commit message (Expand)AuthorAgeFilesLines
* OMAPDSS: MANAGER: Check LCD related overlay manager parametersArchit Taneja2012-06-293-1/+37
* OMAPDSS: APPLY: Remove DISPC writes to manager's lcd parameters in interface ...Archit Taneja2012-06-296-57/+83
* OMAPDSS: SDI: Configure dss_lcd_mgr_config struct with lcd manager parametersArchit Taneja2012-06-291-16/+26
* OMAPDSS: DSI: Configure dss_lcd_mgr_config struct with lcd manager parametersArchit Taneja2012-06-291-36/+64
* OMAPDSS: RFBI: Configure dss_lcd_mgr_config struct with lcd manager parametersArchit Taneja2012-06-291-6/+28
* OMAPDSS: DPI: Configure dss_lcd_mgr_config struct with lcd manager parametersArchit Taneja2012-06-291-9/+28
* OMAPDSS: Add struct to hold LCD overlay manager configurationArchit Taneja2012-06-291-0/+13
* OMAPDSS: DISPC: Change return type of dispc_mgr_set_clock_div()Archit Taneja2012-06-295-21/+6
* OMAPDSS: DSI: Fix HSYNC, VSYNC and DE polarities between DISPC and DSIArchit Taneja2012-06-291-18/+26
* OMAPDSS: HDMI: Remove custom hdmi_video_timings structArchit Taneja2012-06-293-55/+213
* OMAPDSS: DISPC/APPLY: Use interlace info in manager timings for dispc_ovl_set...Archit Taneja2012-06-293-8/+5
* OMAPDSS: Add interlace parameter to omap_video_timingsArchit Taneja2012-06-293-5/+6
* OMAPDSS: Remove omap_panel_config enum from omap_dss_deviceArchit Taneja2012-06-292-4/+0
* OMAPDSS: DISPC: Remove dispc_mgr_set_pol_freq()Archit Taneja2012-06-294-35/+0
* OMAPDSS: DISPC: Configure newly added omap_video_timing fieldsArchit Taneja2012-06-291-3/+52
* OMAPDSS: DISPLAY: Ignore newly added omap_video_timings fields for display ti...Archit Taneja2012-06-291-1/+1
* OMAPDSS: Add some new fields to omap_video_timingsArchit Taneja2012-06-292-1/+7
* OMAPDSS: Remove passive matrix LCD support (part 4)Archit Taneja2012-06-294-14/+8
* OMAPDSS: Remove passive matrix LCD support (part 3)Archit Taneja2012-06-296-31/+12
* OMAPDSS: Remove passive matrix LCD support (part 2)Archit Taneja2012-06-293-12/+3
* OMAPDSS: Remove passive matrix LCD support (part 1)Archit Taneja2012-06-296-36/+24
* OMAPDSS: HDMI: Replace spinlock with mutex in hdmi_check_hpd_stateJassi Brar2012-06-293-5/+4
* OMAPDSS: HDMI: Discard phy_tx_enabled memberJassi Brar2012-06-292-8/+4
* OMAPDSS: Add dump and debug support for LCD3Chandrabhanu Mahapatra2012-06-291-30/+40
* OMAPDSS: Add LCD3 overlay manager and Clock and IRQ supportChandrabhanu Mahapatra2012-06-296-9/+74
* OMAPDSS: Add support for LCD3 channelChandrabhanu Mahapatra2012-06-291-0/+26
* OMAPDSS: Cleanup implementation of LCD channelsChandrabhanu Mahapatra2012-06-294-136/+120
* OMAPDSS: fix warnings if CONFIG_PM_RUNTIME=nTomi Valkeinen2012-06-296-6/+6
* OMAPDSS: Use PM notifiers for system suspendTomi Valkeinen2012-06-291-16/+29
* OMAPDSS: add clk_prepare_enable and clk_disable_unprepareRajendra Nayak2012-06-293-6/+6
* OMAPDSS: fix specification spelling in KconfigPeter Meerwald2012-06-281-2/+2
* OMAPDSS: remove enum omap_dss_overlay_managersTomi Valkeinen2012-06-281-3/+3
* OMAPDSS: DSI: Fix bug when calculating LP command interleaving parametersArchit Taneja2012-06-041-1/+1
* OMAPDSS: fix bogus WARN_ON in dss_runtime_put()Tomi Valkeinen2012-06-041-1/+1
* OMAPDSS: fix build when DEBUG_FS or DSS_DEBUG_SUPPORT disabledTomi Valkeinen2012-06-041-2/+1
* OMAPDSS: HDMI: OMAP4: Update IRQ flags for the HPD IRQ requestRicardo Neri2012-05-221-3/+3
* OMAPDSS: Apply VENC timings even if panel is disabledArchit Taneja2012-05-221-0/+2
* OMAPDSS: VENC/DISPC: Delay dividing Y resolution for managers connected to VENCArchit Taneja2012-05-222-18/+17
* OMAPDSS: DISPC: Support rotation through TILERChandrabhanu Mahapatra2012-05-224-1/+84
* OMAPDSS: remove compiler warnings when CONFIG_BUG=nTomi Valkeinen2012-05-226-5/+113
* OMAPDSS: DISPC: fix usage of dispc_ovl_set_accu_uvTomi Valkeinen2012-05-221-3/+4
* OMAPDSS: use DSI_FIFO_BUG workaround only for manual update displaysTomi Valkeinen2012-05-223-4/+6
* OMAPDSS: DSI: Support command mode interleaving during video mode blanking pe...Archit Taneja2012-05-211-0/+181
* OMAPDSS: DISPC: Update Accumulator configuration for chroma planeChandrabhanu Mahapatra2012-05-151-3/+89
* OMAPDSS: HDMI: Implement DSS driver interface for audioRicardo Neri2012-05-113-2/+241
* OMAPDSS: HDMI: Panel: Simplify the name of the HDMI mutexRicardo Neri2012-05-111-20/+21
* OMAPDSS: HDMI: OMAP4: Remap speaker order to match ALSA orderRicardo Neri2012-05-111-0/+8
* OMAPDSS: HDMI: Add an audio configuration functionRicardo Neri2012-05-114-14/+191
* OMAPDSS: HDMI: Add support for more audio sample rates in N/CTS calculationRicardo Neri2012-05-111-14/+74
* OMAPDSS: HDMI: Relocate N/CTS calculationRicardo Neri2012-05-114-59/+43
OpenPOWER on IntegriCloud