vivian, zhang [Mon, 25 Jun 2012 04:09:17 +0000 (12:09 +0800)]
Sound: import Jack Monitoring Interface from samsung
It is used to set jack status: earjack_online, earkey_online;
these status are required for earjack type detecting in avsystem project.
Signed-off-by: Vivian Zhang <vivian.zhang@intel.com>
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Austin, Zhang [Mon, 18 Jun 2012 07:52:33 +0000 (15:52 +0800)]
prevent system from entering s3 in gadget connected by using wakeup event way
Signed-off-by: Austin Zhang <austin.zhang@intel.com>
Signed-off-by: Yong Wang <yong.y.wang@intel.com>
Austin, Zhang [Mon, 18 Jun 2012 07:51:25 +0000 (15:51 +0800)]
prevent system from entering s3 in otg work by using wakeup event way
Signed-off-by: Austin Zhang <austin.zhang@intel.com>
Signed-off-by: Yong Wang <yong.y.wang@intel.com>
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Austin, Zhang [Mon, 18 Jun 2012 07:49:52 +0000 (15:49 +0800)]
prevent system from entering s3 in RTC setting by using wakeup event way
Signed-off-by: Austin Zhang <austin.zhang@intel.com>
Signed-off-by: Yong Wang <yong.y.wang@intel.com>
Austin, Zhang [Mon, 18 Jun 2012 07:47:22 +0000 (15:47 +0800)]
prevent system from entering s3 in data operation by using wakeup event way
Signed-off-by: Austin Zhang <austin.zhang@intel.com>
Signed-off-by: Yong Wang <yong.y.wang@intel.com>
Austin, Zhang [Mon, 18 Jun 2012 07:41:33 +0000 (15:41 +0800)]
prevent system from entering s3 while charger is connected by using wakeup event way
Signed-off-by: Austin Zhang <austin.zhang@intel.com>
Signed-off-by: Yong Wang <yong.y.wang@intel.com>
Austin Zhang [Fri, 29 Jun 2012 05:36:26 +0000 (13:36 +0800)]
Disable android earlysuspend and wakelock features
Signed-off-by: Austin Zhang <austin.zhang@intel.com>
Austin, Zhang [Mon, 28 May 2012 11:03:07 +0000 (19:03 +0800)]
add back android pm entries so that we support different pm path according MACRO
Signed-off-by: Austin Zhang <austin.zhang@intel.com>
Li Peng [Fri, 18 May 2012 07:37:01 +0000 (15:37 +0800)]
gfx: new suspend and resume interface
Signed-off-by: Li Peng <peng.li@intel.com>
Austin, Zhang [Mon, 28 May 2012 10:57:53 +0000 (18:57 +0800)]
make ms5607 driver use tranditional pm path if no-android pm
Signed-off-by: Austin Zhang <austin.zhang@intel.com>
Austin, Zhang [Mon, 28 May 2012 10:57:16 +0000 (18:57 +0800)]
make mpu3050 driver use tranditional pm path if no-android pm
Signed-off-by: Austin Zhang <austin.zhang@intel.com>
Austin, Zhang [Mon, 28 May 2012 10:56:48 +0000 (18:56 +0800)]
make ltr502als driver use tranditional pm path if no-android pm
Signed-off-by: Austin Zhang <austin.zhang@intel.com>
Austin, Zhang [Mon, 28 May 2012 10:56:13 +0000 (18:56 +0800)]
make lsm303-compass driver use tranditional pm path if no-android pm
Signed-off-by: Austin Zhang <austin.zhang@intel.com>
Austin, Zhang [Mon, 28 May 2012 10:55:36 +0000 (18:55 +0800)]
make lps331ap driver use tranditional pm path if no-android pm
Signed-off-by: Austin Zhang <austin.zhang@intel.com>
Austin, Zhang [Mon, 28 May 2012 10:55:10 +0000 (18:55 +0800)]
make lis3dh driver use tranditional pm path if no-android pm
Signed-off-by: Austin Zhang <austin.zhang@intel.com>
Austin, Zhang [Mon, 28 May 2012 10:54:39 +0000 (18:54 +0800)]
make leds-kpd driver use tranditional pm path if no-android pm
Signed-off-by: Austin Zhang <austin.zhang@intel.com>
Austin, Zhang [Mon, 28 May 2012 10:54:03 +0000 (18:54 +0800)]
make l3g4200d driver use tranditional pm path if no-android pm
Signed-off-by: Austin Zhang <austin.zhang@intel.com>
Austin, Zhang [Mon, 28 May 2012 10:53:22 +0000 (18:53 +0800)]
make hmc5883 driver use tranditional pm path if no-android pm
Signed-off-by: Austin Zhang <austin.zhang@intel.com>
Austin, Zhang [Mon, 28 May 2012 10:52:18 +0000 (18:52 +0800)]
make atmel driver use tranditional pm path if no-android pm
Signed-off-by: Austin Zhang <austin.zhang@intel.com>
Li Peng [Thu, 17 May 2012 07:22:31 +0000 (15:22 +0800)]
gfx: ignore dpms operation if driver in early suspend
in early suspend, driver already turn off panel, so if there's
more dpms request, just ignore it.
This is to fix below test sequence
1. xset dpms force off
2. echo mem > /sys/power/state
3. echo on > /sys/power/state
Signed-off-by: Li Peng <peng.li@intel.com>
Li Peng [Tue, 8 May 2012 07:43:15 +0000 (15:43 +0800)]
gfx: remove WARN_ON in psb_gtt_map_meminfo_ioctl
otherwise there will be a kernel warning that may confuse people
Signed-off-by: Li Peng <peng.li@intel.com>
Li Peng [Tue, 22 May 2012 06:11:05 +0000 (14:11 +0800)]
gfx: fix early_suspend/late_resume for TMD_6X10_VID panel
most code come from MCG, which use dsi_hw_context to save/restore
panel registers at early_suspend/late_resume.
Test method
early_suspend: echo mem > /sys/power/state
late_resume: echo on > /sys/power/state
Signed-off-by: Li Peng <peng.li@intel.com>
Li Peng [Mon, 14 May 2012 09:35:53 +0000 (17:35 +0800)]
gfx: fix backlight control failure on PR3
Signed-off-by: Li Peng <peng.li@intel.com>
Li Peng [Fri, 4 May 2012 08:45:25 +0000 (16:45 +0800)]
gfx: get mdfld save/restore pipe registers back to work
re-enable mdfld_save_pipe_registers and mdfld_restore_pipe_registers
Signed-off-by: Li Peng <peng.li@intel.com>
Markus Lehtonen [Fri, 15 Jun 2012 09:29:30 +0000 (12:29 +0300)]
tizen packaging: make gbs happy about the tarball name
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Markus Lehtonen [Wed, 13 Jun 2012 11:32:25 +0000 (14:32 +0300)]
tizen packaging: get rid of the hard dependency to hardlink
Devel package does not require hardlink. However, the post script is
still there and run if hardlink is present.
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Markus Lehtonen [Fri, 8 Jun 2012 10:05:50 +0000 (13:05 +0300)]
tizen packaging: Rewrite .spec
Big revamp and simplification to the .spec file. Get rid of lot of the
Fedora/Moblin legacy. The spec should be a lot more readable and easier
to maintain, now.
Also, updates the wifi driver build script patch
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Markus Lehtonen [Fri, 8 Jun 2012 08:32:45 +0000 (11:32 +0300)]
tizen packaging: add initial version
Mangle the old changelog to Tizen format.
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Markus Lehtonen [Mon, 21 May 2012 13:12:19 +0000 (16:12 +0300)]
Fix compilation when ANDROID_PARANOID_NET is disabled
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Markus Lehtonen [Mon, 21 May 2012 12:10:27 +0000 (15:10 +0300)]
config-tizen: miscellanous config changes
- disable MD, i.e. multiple devices (e.g. vlm) support
- enable devmem, i.e. memory device support
- disable MODULE_RONX, i.e. module data made RO and NX
- enable devtmpfs
- disable PENWELL_OTG_TEST (doesn't compile and we don't need it)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Markus Lehtonen [Mon, 21 May 2012 11:47:14 +0000 (14:47 +0300)]
config-tizen: tizen networking options
- enable bridge support
- enable TAP/TUN device
- disable ANDROID_PARANOID_NETWORK, i.e. less strict security for socket
creation
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Elena Reshetova [Wed, 2 May 2012 13:08:50 +0000 (16:08 +0300)]
config-tizen: enable smack
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Markus Lehtonen [Tue, 3 Apr 2012 08:05:21 +0000 (11:05 +0300)]
config-tizen: enable PVR debug and command tracing and disable GL3 cache
Markus Lehtonen [Tue, 3 Apr 2012 08:03:49 +0000 (11:03 +0300)]
config-tizen: disable HDMI audio
Run make oldconfig and disable Intel HDMI audio.
Markus Lehtonen [Wed, 4 Apr 2012 06:17:51 +0000 (09:17 +0300)]
config-tizen: base from MCG WW26 release
Add kernel.configs from weekly release as tizen_bb_defconfig and
tizen_rr_defconfig.
Elena Reshetova [Fri, 4 May 2012 06:09:19 +0000 (09:09 +0300)]
Backport SMACK changes from 3.3 to 3.0
Signed-off-by: Elena Reshetova <elena.reshetova@intel.com>
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Markus Lehtonen [Thu, 26 Apr 2012 08:37:55 +0000 (11:37 +0300)]
Tizen: Revert "[PORT FROM R2] remove depmod from build"
This reverts commit
76ad204623a7790c8ba66d28f317726d0705c41d.
Tizen needs depmod.
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:30 +0000 (17:24 +0300)]
staging: msvdx: hdmi support
Part of video hw driver update from UMG.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:29 +0000 (17:24 +0300)]
staging: msvdx: add query for active hw video entry
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:28 +0000 (17:24 +0300)]
staging: msvdx: support for non-DO firmware
Part of video hw driver update from UMG.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:27 +0000 (17:24 +0300)]
staging: topaz: add support for bias table
Part of hw video driver update from UMG.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:26 +0000 (17:24 +0300)]
staging: msvdx: remove otc hdmi support
In preparation for supporting UMG hw video driver update which
has different HDMI support.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:25 +0000 (17:24 +0300)]
staging: msvdx: remove explicit delay after data submission
Part of video hw driver update from UMG.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:24 +0000 (17:24 +0300)]
staging: msvdx: check context type before resetting
Part of video hw driver update from UMG.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:23 +0000 (17:24 +0300)]
staging: msvdx: rewrite hw reset logic
Part of video hw driver update from UMG.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:21 +0000 (17:24 +0300)]
staging: msvdx: upload firmware using dma as part of fw setup
Part of video hw driver update from UMG.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:22 +0000 (17:24 +0300)]
staging: msvdx: use ospm to determine pm state
Part of video hw driver update from UMG.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:20 +0000 (17:24 +0300)]
staging: msvdx: reduce polling frequency in register read
Part of video hw driver update from UMG.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:19 +0000 (17:24 +0300)]
staging: topaz: rewrite hw reset logic
Part of video hw driver update from UMG.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:18 +0000 (17:24 +0300)]
staging: imgv: ttm: replace buffer creation with latest UMG logic
Part of video hw driver update from UMG.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:17 +0000 (17:24 +0300)]
staging: imgv: ttm: remove local proto for buffer class destructor
Part of video hw driver update from UMG.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:16 +0000 (17:24 +0300)]
staging: imgv: ttm: remove restricted access region support
Part of video hw driver update from UMG.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:15 +0000 (17:24 +0300)]
staging: topaz: do not mark mtx saved if driver is not present
Part of video hw driver update from UMG.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:14 +0000 (17:24 +0300)]
staging: topaz: check if hw is stuck
Part of video hw driver update from UMG.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:13 +0000 (17:24 +0300)]
staging: topaz: dbg: logging for timeout
Part of video hw driver update from UMG.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:12 +0000 (17:24 +0300)]
staging: topaz: schedule hw suspension on timeout
Part of video hw driver update from UMG.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:11 +0000 (17:24 +0300)]
staging: topaz: check if hw is idle based on command fifo
Part of video hw driver update from UMG.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:10 +0000 (17:24 +0300)]
staging: imgv: delay fence timeout
Part of video hw driver update from UMG.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:09 +0000 (17:24 +0300)]
staging: msvdx: support for D0 and non-DO reset sequence
Part of video hw driver update from UMG.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:08 +0000 (17:24 +0300)]
staging: topaz: fix mtx data size calculation
Part of video hw driver update from UMG.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:07 +0000 (17:24 +0300)]
staging: topaz: reduce polling frequency in register read
Part of video hw driver update from UMG.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:06 +0000 (17:24 +0300)]
staging: topaz: remove unused shadow registers
Part of UMG video driver updates needed to support UMG psb-video
userland driver.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:05 +0000 (17:24 +0300)]
staging: imgv: mmu: reduce scope for implementation details
Part of video hw driver update from UMG - no functional
changes.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:04 +0000 (17:24 +0300)]
staging: msvdx: remove unused header inclusion
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:03 +0000 (17:24 +0300)]
staging: msvdx: remove unused support for rar offset
Restricted access region is not supported in general. This is
part of latest UMG video hw driver update.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:02 +0000 (17:24 +0300)]
staging: bc_video: remove unused mem alloc and camera interface
No functional changes.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:01 +0000 (17:24 +0300)]
staging: gfx: introduce new driver private drm frame parameters
In preparation to supporting hw video (msvdx, topaz) driver.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:24:00 +0000 (17:24 +0300)]
staging: gfx: support for checking for tablet platform
In preparation for supporting UMG hw video driver.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:23:59 +0000 (17:23 +0300)]
staging: imgv: remove support for binding gfx buffers
In preparation for switching to UMG hw video driver which does
not need this feature.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:23:58 +0000 (17:23 +0300)]
staging: imgv: remove user buffer ttm wrapping support
Part of video hw driver update from UMG.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:23:56 +0000 (17:23 +0300)]
staging: imgv: remove dead code
Both callers of 'pl_create_buf()' leave the triggering page list
empty.
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Topi Pohjolainen [Fri, 27 Apr 2012 14:23:54 +0000 (17:23 +0300)]
staging: msvdx: remove unused mb concealment support
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Li Peng [Tue, 1 May 2012 03:46:14 +0000 (11:46 +0800)]
TMD 6x10: merge more crtc functions into otc pvr gfx driver
including mdfld_crtc_dpms and mdfld_crtc_mode_set
Signed-off-by: Li Peng <peng.li@intel.com>
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Li Peng [Sat, 28 Apr 2012 15:50:29 +0000 (23:50 +0800)]
TMD 6x10: fixes to MCG side of the MCG display panel code merge
Fixes to MCG PVR code to get the MCG's TMD 6x10 display panel driver
compiling and running in the hybrid kernel.
Signed-off-by: Li Peng <peng.li@intel.com>
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Li Peng [Sat, 28 Apr 2012 15:50:29 +0000 (23:50 +0800)]
TMD 6x10: fixes to OTC side of the MCG display panel code merge
Fixes to OTC PVR code to get the MCG's TMD 6x10 display panel driver
compiling and running in the hybrid kernel.
Signed-off-by: Li Peng <peng.li@intel.com>
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Li Peng [Sat, 28 Apr 2012 15:50:29 +0000 (23:50 +0800)]
TMD 6x10: merge MCG display panel code onto OTC pvr driver
The purpose is to pull latest MCG display panel code into OTC pvr
driver. This commit creates symbol link to MCG source files including
mdfld_dsi_dbi{dpi}, mdfld_output and mdfld_dsi_pkg_sender, etc.
Signed-off-by: Li Peng <peng.li@intel.com>
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Markus Lehtonen [Tue, 10 Apr 2012 12:00:19 +0000 (15:00 +0300)]
PVR hybrid: build fixes
Markus Lehtonen [Fri, 30 Mar 2012 12:19:51 +0000 (15:19 +0300)]
PVR hybrid: atomisp build fixes
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Markus Lehtonen [Fri, 30 Mar 2012 11:40:04 +0000 (14:40 +0300)]
PVR hybrid: atomisp Makefile fixes
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Ville Syrjälä [Thu, 29 Mar 2012 18:14:16 +0000 (21:14 +0300)]
gfx: drv: Clear all pending flips when a pipe is being disabled
When a pipe is disabled, no vblank interrupt will be generated, and thus
any pending flip will not complete on its own. Complete all pending
flips when the associated pipe is being disabled.
The drm_flip_driver initialization must be performed earlier since the
DPMS hooks get called during modeset init. Also fix the crtc/plane vs.
drm_flip_helper vs. drm_flip_driver cleanup order.
Issue: ANDROID-2302
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Ville Syrjälä [Thu, 29 Mar 2012 18:14:15 +0000 (21:14 +0300)]
gfx: drv: Fix swap interval 0 page flipping
When issuing flips faster than the screen refresh rate, swap the
previous mem infos around for the current and previous flip. This
causes the completion of the previous flip to incement the completed
read ops counter of the previous flip's front buffer instead
of the current scanout buffer. Any new rendering targeting the
scanout buffer will thus be blocked until the next vblank occurs.
Issue: ANDROID-2373
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Yong-Joon.Park [Fri, 30 Mar 2012 06:52:31 +0000 (23:52 -0700)]
gfx: CABC: Setting changes
This patch changes PWM frequency to 5KHz for better VR efficiency
and other CABC settings for better power savings.
Issue: ANDROID-1551
Signed-off-by: Yong-Joon.Park <yong-joon.park@intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Ying Gao [Fri, 30 Mar 2012 02:43:26 +0000 (19:43 -0700)]
gfx: change HDMI modes from Android application
Enable standalone Android application to change HDMI modes. This is
used for compliance testing, towards ANDROID-167.
Signed-off-by: Mohan Kandra <mohan.b.kandra@intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Arun Kannan [Fri, 30 Mar 2012 02:43:25 +0000 (19:43 -0700)]
gfx: fix local screen blank out with rapid hotplug/unplugs
Local display blanks out with too many rapid hot-plug/unplugs. This is
due to the call to drm_disable_unused_functions from the bottom-half irq
handler. This ends up as a race condition for this function which is called
once from drm and once from the bottom-half causing local display to get
into bad state.
Issue: HSD 207129
Signed-off-by: Amit Bhanagay <amit.bhanagay@intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Amit Bhanagay [Fri, 30 Mar 2012 02:43:24 +0000 (19:43 -0700)]
gfx: Support for HDMI repeater operations.
Phase 2 authentication protocol is required (in addition to phase
1 and 3) if the HDMI receiver is an HDMI repeater. The protocol
assembles the list of all downstream KSVs attached to the
receiver and verifies its integrity.
Issue: ANDROID-238
Signed-off-by: Amit Bhanagay <amit.bhanagay@intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Amit Bhanagay [Fri, 30 Mar 2012 02:43:23 +0000 (19:43 -0700)]
gfx: Fix for HDMI i2c operation not detected by some monitors.
HDMI i2c operations are streamlined by adding appropriate sleeps
between the operations to complete properly and avoid subsequent
failures. HDMI i2c write operation to write 2 messages
(message and payload) is changed to writing 1 message instead
(message and payload combined). Some monitors don't handle 2
messages properly.
Issue: ANDROID-238
Signed-off-by: Amit Bhanagay <amit.bhanagay@intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Antti Koskipaa [Wed, 28 Mar 2012 11:25:53 +0000 (14:25 +0300)]
gfx: drv: DPST 3.0 kernel side support
This patch removes the dead UMG workqueue implementation and adds support
for sending signals to userspace on DPST interrupts. The DRM fasync
infrastructure is used for this.
SIGIO/POLL_IN is sent on histogram interrupts and SIGIO/POLL_OUT on
phase-in interrupts.
Issue: ANDROID-2333
Signed-off-by: Antti Koskipaa <antti.koskipaa@linux.intel.com>
Signed-off-by: Yong-Joon.Park <yong-joon.park@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
(with a claim he does not know DPST)
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Jani Nikula [Mon, 26 Mar 2012 11:03:12 +0000 (14:03 +0300)]
gfx: display: tc35876x: disable flopped high-speed transmitting path
The flopped high-speed transmitting path was (for reasons unknown) enabled
in the MIPIA_PORT_CTRL register for tc35876x. This caused visible noise on
screen in certain RGB values, typically at ~90% of the full color
intensity, on some devices. Disable the feature.
Issue: ANDROID-1865
Issue: GRA-6
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Jani Nikula [Fri, 23 Mar 2012 13:47:52 +0000 (15:47 +0200)]
gfx: display: remove redundant pipe register writes in tc35876x mode set
Most significantly, don't set DSPALINOFF (aka DSPBASE in code) or DSPASURF
to 0, which restores old framebuffer content on screen.
Issue: ANDROID-754
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Acked-by: Pauli Nieminen <pauli.nieminen@linux.intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Pauli Nieminen [Thu, 22 Mar 2012 17:34:15 +0000 (19:34 +0200)]
gfx: drv: Avoid freeing the sync counter before completing it
If memory reference is freed before read complete count is increment
sync completion access already free memory.
[ 428.488124] BUG: unable to handle kernel paging request at
6b6b6b77
[ 428.494583] IP: [<
c1384af5>] PVRSRVCheckPendingSyncs+0x45/0xc6
[ 428.500581] *pdpt =
000000002d34c001 *pde =
0000000000000000
[ 428.506418] Oops: 0000 [#1] PREEMPT SMP
[ 428.510541] Modules linked in: wl12xx_compat_sdio(C) btwilink
wl12xx_compat(C) mac80211_compat(C) cfg80211_compat(C) compat(C) fm_drv
st_drv fuse atomisp snd_soc_mfld_machine snd_soc_sn95031
snd_soc_sst_platform lm3554 mt9m114 mt9e013 videobuf_vmalloc
videobuf_core atmel_mxt_ts pn544_nxp
[ 428.536909]
[ 428.538432] Pid: 5, comm: kworker/u:0 Tainted: G WC 3.0.22-mid15 #1
[ 428.545753] EIP: 0060:[<
c1384af5>] EFLAGS:
00010002 CPU: 0
[ 428.551279] EIP is at PVRSRVCheckPendingSyncs+0x45/0xc6
[ 428.556628] EAX:
eb2eda10 EBX:
e8e1698c ECX:
00000001 EDX:
00000003
[ 428.562933] ESI:
ed6172dc EDI:
6b6b6b6b EBP:
ee04ff28 ESP:
ee04ff0c
[ 428.569328] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
[ 428.574767] Process kworker/u:0 (pid: 5, ti=
ee04e000 task=
ee0428c0 task.ti=
ee04e000)
[ 428.582631] Stack:
[ 428.584668]
00000000 00000246 ee04ff14 ee04ff14 c1e6b880 ed696e00 ed22bb05 ee04ff34
[ 428.592662]
c138efb8 ed6cd55c ee04ff3c c1383f1a ee04ff78 c104b6cb 0000009a c1383f0f
[ 428.600683]
00000000 ed22bb00 c1847800 ee028120 c1e6a5f4 00000000 00000000 c16c36d7
[ 428.608794] Call Trace:
[ 428.611282] [<
c138efb8>] PVRSRVMISR+0x80/0x85
[ 428.615853] [<
c1383f1a>] MISRWrapper+0xb/0xd
[ 428.620250] [<
c104b6cb>] process_one_work+0x1ef/0x357
[ 428.625523] [<
c1383f0f>] ? OSMemHandleToCpuPAddr+0x29/0x29
[ 428.631145] [<
c104d782>] worker_thread+0xfd/0x20f
[ 428.636069] [<
c104d685>] ? manage_workers+0x2ba/0x2ba
[ 428.641253] [<
c1050311>] kthread+0x63/0x68
[ 428.645480] [<
c10502ae>] ? __init_kthread_worker+0x42/0x42
[ 428.651185] [<
c14ee602>] kernel_thread_helper+0x6/0xd
Issue: ANDROID-2144
Issue: ANDROID-2168
Signed-off-by: Pauli Nieminen <pauli.nieminen@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Ville Syrjälä [Thu, 22 Mar 2012 13:25:44 +0000 (15:25 +0200)]
gfx: overlay: Clip the overlay correctly
When the panel fitter is used the overlay output is scaled by the panel
fitter as well. So to correctly clip the overlay to the screen edges
user the information in crtc->mode instead of crtc->hwmode.
Issue: ANDROID-1462
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Ville Syrjälä [Thu, 22 Mar 2012 13:25:43 +0000 (15:25 +0200)]
HACK: gfx: Adjust HDMI hdisplay/vdisplay values
The HDMI code doesn't follow the KMS desing correctly, hence the values
stored in the mode structure are incorrect. Adjust the "user" mode
hdisplay/vdisplay and their crtc counterparts to match the framebuffer
size. This "fixes" vblank counter comparisons for HDMI, thus fixing page
flip completion detection, and this also allows the overlay to be
clipped "correctly".
This makes assumptions on how the panel fitter willl be programmed.
Based on a cursory examination of the HDMI code, it will only work
as long as the IPIL_TIMING_SCALE_ASPECT scaling mode is selected.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Olev Kartau [Fri, 16 Mar 2012 07:05:20 +0000 (09:05 +0200)]
gfx: pvr: fw_version should compare 4 integers instead of 4 bytes
sizeof() was misused in fw_version_supported;
If array is given as argument, the size of it is size of pointer,
so comparison used only first 4 bytes instead of 4 integers,
which made all entries to match.
Signed-off-by: Olev Kartau <olev.kartau@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Kirill A. Shutemov [Wed, 21 Mar 2012 11:13:50 +0000 (13:13 +0200)]
gfx: pvr: fix list of supported FW version
The only supported FW version is 1.7.17.296760.
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Acked-by: Pauli Nieminen <pauli.nieminen@linux.intel.com>
Ville Syrjälä [Tue, 20 Mar 2012 14:46:22 +0000 (16:46 +0200)]
gfx: drv: Move stolen vram iounmap() into gtt code
The stolen memory is ioremap()ed in gtt init. Move the iounmap to the
gtt takedown function instead of doing it from the fbdev compatibility
code.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Ville Syrjälä [Tue, 20 Mar 2012 14:46:21 +0000 (16:46 +0200)]
gfx: drv: Don't tell fbdev about mmio regions
The fbdev mmio information is not used by the kernel for anything,
it's simply passed directly out to user space. User space should not
be allowed to touch the mmio registers directly, so it clearly doesn't
need to know where the mmio region is located physically.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Ville Syrjälä [Tue, 20 Mar 2012 14:46:20 +0000 (16:46 +0200)]
gfx: drv: Correctly set info->par
When using drm_fb_helper, fbdev par is supposed to point to the
drm_fb_helper instance.
This "bug" didn't cause problems as the helper is emedded as the
first member inside the psb_fbdev strcture. But let's make the code
correct nonetheless.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Ville Syrjälä [Tue, 20 Mar 2012 14:46:19 +0000 (16:46 +0200)]
gfx: drv: Check the kernel fb size against the stolen vram size
Make sure we have anough stolen vram to house the kernel framebuffer.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Ville Syrjälä [Tue, 20 Mar 2012 14:46:18 +0000 (16:46 +0200)]
gfx: drv: Check framebuffer depth with HDMI
The HDMI code takes an entirely separate code path for mode setting.
Mode the framebuffer depth check earlier, so that the HDMI case is
checked as well.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Ville Syrjälä [Tue, 20 Mar 2012 14:46:17 +0000 (16:46 +0200)]
gfx: drv: Improve warning messages
Use dev_warn() instead of WARN_ON() to provide better information what
went wrong. The message is the important part, the backtrace isn't
really useful.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>