aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
| * SGX: Enable early suspend flag for all OMAP3/4 buildsGustavo Diaz Prado2012-08-17
| | | | | | | | | | | | | | | | | | | | | | | | This patch enables the SGX_EARLYSUSPEND flag on all the OMAP3/4 builds which allows the SGX display driver to receive properly the suspend/resume requests from the early suspend mechanism. This will solve suspend/resume 3D application issues when the dual display feature is enabled in the DDK. Currently it was only enabled on OMAP3 builds. Signed-off-by: Gustavo Diaz Prado <x0083741@ti.com> Change-Id: Ief6e221f916729a0747e81b550f6fb426184a61b
| * SGX: UDD: Fix crash when cloning with FB sysfs entriesGustavo Diaz Prado2012-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When a 3D app is runnning (avoiding the tearing effect) there is a very high chance the pointer to the display is null just after it has been extracted from the framebuffer and the UI is cloned using the sysfs entries from the framebuffer. This problem can be fixed by locking the framebuffer when the synchronization is happening and also when the frame is being pushed to the display as well. Signed-off-by: Gustavo Diaz Prado <x0083741@ti.com> Change-Id: Ia4e6cc6d52ba03f0098bc45ee019173d44925333
| * OMAP4: SGX-KM: Update DDK version to 1.6.16.4061Rodrigo Obregon2012-08-17
| | | | | | | | | | | | | | | | | | | | This patch updates the DDK to version 1.6.16.4061 The corresponding change in the user side most be in place for this DDK to work. Change-Id: I0e3ffff29506115fac5b215b1020d20559ee1853 Signed-off-by: Rodrigo Obregon <robregon@ti.com>
| * OMAP4: SGX: UDD: Fixed checking of manual update support for DSS2Lajos Molnar2012-08-17
| | | | | | | | | | | | | | | | | | Displays that don't support manual update mode do not implements the get_update_mode() method. Changed code to use the new DSS2 method to check if an overlay is manually updated. Change-Id: I7fecbc62b021cf83bcca74455142198bcfff3d1e Signed-off-by: Lajos Molnar <molnar@ti.com>
| * OMAP/SGX: UDD: Make use of new sched_update() call for DSS2 displaysLajos Molnar2012-08-17
| | | | | | | | | | | | | | | | Have SGX now call the new sched_update() so that it is not blocked on a concurrent update. Change-Id: I18bd9d9f36d077ad0ffc79919d2bb861c1fb5dec Signed-off-by: Lajos Molnar <molnar@ti.com>
| * SGX: UDD: Give support to calculate DPI from framebuffer infoGustavo Diaz Prado2012-08-17
| | | | | | | | | | | | | | | | | | | | | | | | Populates the information needed in the DisplayClass structure reported to SGX Services to determine the panel DPI based on the information given by the framebuffer. This patch is a rebase for DDK 1.6.16.3924. Signed-off-by: sayen mohanty <sayenmohanty@ti.com> Signed-off-by: Gustavo Diaz Prado <x0083741@ti.com> Change-Id: I1234be3711ec61a8da9b1c34065e998066a2d0d0
| * SGX: UDD: Correct update and sync sequence for DPI and HDMI panelsGustavo Diaz Prado2012-08-17
| | | | | | | | | | | | | | | | | | Prevents tearing on DPI and HDMI panel by following the correct update and sync sequence for those panels. Code is generic for DSI and DPI panels. Change-Id: Ided7bf4e9795d8bd389c63007a7b83834833f720 Signed-off-by: Gustavo Diaz Prado <x0083741@ti.com>
| * SGX: UDD: Support for flipping with multiple display typesGustavo Diaz Prado2012-08-17
| | | | | | | | | | | | | | | | | | | | This patch enables the SGX display driver to support flipping with multiple display types and configurations including DSI auto and manual update modes. Code is compatible with DPI interface panels and HDMI. Change-Id: Iab57b495d29bb406f748a6e5b56612713789b7bb Signed-off-by: Gustavo Diaz Prado <x0083741@ti.com>
| * OMAP3: PVR: Won't compile without CONFIG_HAS_EARLYSUSPEND.Steve Schefter2012-08-17
| | | | | | | | | | | | | | | | Add support for compiling with CONFIG_HAS_EARLYSUSPEND turned off. Turning this off is needed as a temporary step in getting OMAP3 support in 2.6.35. Signed-off-by: Steve Schefter <sschefter@ti.com> Acked-by: Leed Aguilar <leed.aguilar@ti.com>
| * OMAP4: SGX: Rebase virtual display code for DDK 1.6.16.3924Gustavo Diaz Prado2012-08-17
| | | | | | | | | | | | | | | | Rebases the virtual display code to make it work DDK 1.6.16.3924 and kernel 2.6.35 Signed-off-by: Gustavo Diaz Prado <x0083741@ti.com> Change-Id: I29bc5e14e735b82834a83dbc8245a4ae4095ff57
| * SGX:KM DVFS ImplementationHaluk Aral2012-08-17
| | | | | | | | | | | | | | DVFS Implementation for SGX driver Change-Id: Ic85b2cd8c91c289984fff4ab804eb565506dd9cf Signed-off-by: Haluk Aral <h-aral@ti.com>
| * SGX-KM: OMAP4 change SYS_SGX_ACTIVE_POWER_LATENCY_MS to 1Eric Luong2012-08-17
| | | | | | | | | | | | Re-submit due to http://review.omapzoom.org/#change,7359 over write it Signed-off-by: Eric Luong <x0119002@ti.com>
| * SGX-KM: Upgrading to DDK 1.6.16.3924Hemant Hariyani2012-08-17
| | | | | | | | | | | | Upgrading kernel side DDK to version 1.6.16.3924. Signed-off-by: Hemant Hariyani <hemanthariyani@ti.com>
| * SGX: UDD: Give support to calculate DPI from framebuffer informationGustavo Diaz Prado2012-08-17
| | | | | | | | | | | | | | | | | | This patch populates the information needed in the DisplayClass structure reported to SGX Services to determine the panel DPI based on the information given by the framebuffer Signed-off-by: sayen mohanty <sayenmohanty@ti.com> Signed-off-by: Gustavo Diaz Prado <x0083741@ti.com>
| * OMAP4: SGX: Rebasing virtual display codeGustavo Diaz Prado2012-08-17
| | | | | | | | | | | | | | This patch rebases the virtual display code according to the new DSS structures changes to make it work on 2.6.35 Signed-off-by: Gustavo Diaz Prado <x0083741@ti.com>
| * SGX-KM: OMAP4 change SYS_SGX_ACTIVE_POWER_LATENCY_MS to 1Eric Luong2012-08-17
| | | | | | | | | | | | For L27.7.1 Graphics hand off Signed-off-by: Eric Luong <x0119002@ti.com>
| * SGX-KM: OMAP4 K35 Turn on active power managementEric Luong2012-08-17
| | | | | | | | | | | | | | For L27.7.1 Graphics release Signed-off-by: Eric Luong <x0119002@ti.com> Change-Id: I88aa53bad1b38da196bb094d2c62492609408687
| * SGX-KM: Use base address and IRQ from hwmodHemant Hariyani2012-08-17
| | | | | | | | | | | | | | Remove hard coded base address and IRQ from the SGX driver and use them from hwmod database. Signed-off-by: Hemant Hariyani <hemanthariyani@ti.com>
| * SGX-KM: hwmod and pm_runtime adaptationHemant Hariyani2012-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | Adding pm_runtime and hwmod support. Device registration happens as a part of omap_device_build in omap_init_gpu (mach-omap2/devices.c) and is not required here in the driver. pm_runtime calls are required to enable and disable required clocks. This patch does not use hwmod base address - a separate patch will be provided for that. Signed-off-by: Hemant Hariyani <hemanthariyani@ti.com>
| * SGX-KM Initial SGX driver integration for 2.6.35 kernel.Hemant Hariyani2012-08-17
| | | | | | | | | | | | | | | | | | This is the first version of SGX driver integration to ensure UI boot-up. Power management and hwmod modifications will be added as patches. Change-Id: If71e6cd651a53f4809e7b978b693cb7d1a89178d Signed-off-by: Hemant Hariyani <hemanthariyani@ti.com>
| * omap2 panda hdmi audio use new resource schemeAndy Green2012-08-17
| | | | | | | | Signed-off-by: Andy Green <andy.green@linaro.org>
| * quench backend dai messageAndy Green2012-08-17
| | | | | | | | Signed-off-by: Andy Green <andy.green@linaro.org>
| * omap dss hdmi uplevel include paths to 3.0Andy Green2012-08-17
| | | | | | | | Signed-off-by: Andy Green <andy.green@linaro.org>
| * omap dss hdmi make hdmi default portAndy Green2012-08-17
| | | | | | | | Signed-off-by: Andy Green <andy.green@linaro.org>
| * omap dss hdmi audio set as first cardAndy Green2012-08-17
| | | | | | | | Signed-off-by: Andy Green <andy.green@linaro.org>
| * omap dss hdmi audio add missing makefile entryAndy Green2012-08-17
| | | | | | | | Signed-off-by: Andy Green <andy.green@linaro.org>
| * omap dss use correct codec nameAndy Green2012-08-17
| | | | | | | | Signed-off-by: Andy Green <andy.green@linaro.org>
| * ASoC: OMAP: Add platform_device ID to SDP4430 machine driverRicardo Neri2012-08-17
| | | | | | | | | | | | | | | | | | | | Utilize a platform_device ID when creating the device. This is to allow to other SDP and Panda machine drivers to connect to soc-audio. New machine drivers must use different platform_device IDs if they need to coexist with existing ASoC machine drivers. Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
| * ASoC: OMAP4: Remove HDMI CPU DAI from SDP4430 machine driverRicardo Neri2012-08-17
| | | | | | | | | | | | | | Remove HDMI CPU DAI from SDP4430 machine driver. A different machine driver is use for HDMI audio. Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
| * ASoC: OMAP: Update Makefile and Kconfig for HDMI audioRicardo Neri2012-08-17
| | | | | | | | | | | | | | Update Makefile and Kconfig to build HDMI audio support for OMAP4 SDP and Panda boards. Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
| * ASoC: OMAP4: Add Machine driver for HDMI for SDP and PandaRicardo Neri2012-08-17
| | | | | | | | | | | | Add machine driver for HDMI on OMAP4 for SDP and Panda boards. Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
| * ASoC: OMAP: Add header for HDMI CPU DAIRicardo Neri2012-08-17
| | | | | | | | | | | | Add header with definitions for the ASoC HDMI CPU DAI. Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
| * ARM: OMAP4: Add base of DSS HDMI L3 interconnectRicardo Neri2012-08-17
| | | | | | | | | | | | Add base address of L3 interconnect of DSS HDMI. Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
| * omap2 panda add hdmi deviceAndy Green2012-08-17
| | | | | | | | Signed-off-by: Andy Green <andy.green@linaro.org>
| * config enable drmAndy Green2012-08-17
| | | | | | | | Signed-off-by: Andy Green <andy.green@linaro.org>
| * omap panda remove stray audio conf callAndy Green2012-08-17
| | | | | | | | Signed-off-by: Andy Green <andy.green@linaro.org>
| * Subject: [PATCH 104/104] ASoC: OMAP: Update Makefile and Kconfig for HDMI audioRicardo Neri2012-08-17
| | | | | | | | | | | | | | | | | | Update Makefile and Kconfig to build HDMI audio support for OMAP4 SDP and Panda boards. Signed-off-by: Ricardo Neri <ricardo.neri@ti.com> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Liam Girdwood <lrg@ti.com>
| * Subject: [PATCH 103/104] OMAP4: Panda: Add twl6040 codec platform supportJassi Brar2012-08-17
| | | | | | | | | | | | Enable the twl6040 codec on PandaBoard. Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
| * Subject: [PATCH 102/104] ASoC: McPDM: Update channels management to link UL ↵Sebastien Guiriec2012-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and DL Due to HW bug on McPDM CTRL register both UL and DL channels need to be configure at the same time. If the channels are not configured at the same time so side effect can be muting in Uplink or loud noise in downlink during stress test transition between UL and Downlink. Each time McPDM is started both UL and DL channels are enabled to work around the problem. This patch is also remote the DC OFFSET interface as it is not working correctly and connot be used. So there is no need for the driver to configure it. Signed-off-by: Sebastien Guiriec <s-guiriec@ti.com>
| * Subject: [PATCH 101/104] ASoC: ABE DAI: Call modem trigger in bespoke_trigger()Misael Lopez Cruz2012-08-17
| | | | | | | | | | | | | | | | | | Modem DAI is a special case because requires explicit ALSA PCM calls to the DAI associated with the serial port (e.g. McBSP). The trigger() call was missing and the serial port was not initiating any transfer. Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
| * Subject: [PATCH 100/104] ASoC: ABE DAI: support 2 channels for MODEM DAIFrancois Mazard2012-08-17
| | | | | | | | | | | | | | MODEM DAI needs to support 2 channels for dual-mic on capture and to set the McBSP interface as I2S. Signed-off-by: Francois Mazard <f-mazard@ti.com>
| * Subject: [PATCH 099/104] HAL: ABE - Use L4 address for MMAPMisael Lopez Cruz2012-08-17
| | | | | | | | | | Change-Id: Ifb0cc1f0376aa3bbe3e644cefba011697bbf5f7b Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
| * Subject: [PATCH 098/104] HAL: ABE Port: Add MM_UL IO taskMisael Lopez Cruz2012-08-17
| | | | | | | | Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
| * Subject: [PATCH 097/104] HAL: tmp hack - export abe_enable_gain()Liam Girdwood2012-08-17
| |
| * Subject: [PATCH 096/104] HAL: tmp hack - export pingpong_player_idLiam Girdwood2012-08-17
| |
| * Subject: [PATCH 095/104] HAL - Fixme to be updated with latestLiam Girdwood2012-08-17
| | | | | | | | Signed-off-by: Liam Girdwood <lrg@ti.com>
| * Subject: [PATCH 094/104] ASoC: sdp4430 - Reduce McPDM shutdown delayMisael Lopez Cruz2012-08-17
| | | | | | | | Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
| * Subject: [PATCH 093/104] ASoC: sdp4430 - updates authors and email addressesLiam Girdwood2012-08-17
| |
| * Subject: [PATCH 092/104] ASoC: sdp4430 - Add Mic Bias for digital mics in ↵Misael Lopez Cruz2012-08-17
| | | | | | | | | | | | | | | | | | legacy mode Add microphone bias for digital microphone in legacy mode. Change-Id: Idc37babbf7acd552c6fbefe51315492e861116eb Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
| * Subject: [PATCH 091/104] ASoC: sdp4430 - Add Mic Bias for DMic0, DMic1 and DMic2Misael Lopez Cruz2012-08-17
| | | | | | | | | | | | | | | | | | Blaze/SDP4430 contains DMic0, DMic1 and DMic2 interfaces, which are supplied by Digital Mic Bias 1 from TWL6040. An alternate second digital microphone bias could be used from Digital Mic Bias 2, but it's currently not installed in application board. Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>