OSDN Git Service

android-x86/hardware-intel-hwcomposer.git
9 years agoTry to enable hwcomposer.x86 kitkat-x86 android-x86-4.4-r1 android-x86-4.4-r2 android-x86-4.4-r3
Chih-Wei Huang [Thu, 5 Jun 2014 02:42:20 +0000 (10:42 +0800)]
Try to enable hwcomposer.x86

10 years agoDisable this module when building core_ufo jb-x86
Lukasz Anaczkowski [Thu, 13 Jun 2013 22:49:12 +0000 (15:49 -0700)]
Disable this module when building core_ufo

Conflicts with prebuilt binaries.

Change-Id: Ibab61462f2410c0505356fa1ede71968b601cc50
Signed-off-by: Lukasz Anaczkowski <lukasz.anaczkowski@intel.com>
10 years agohwcomposer: correct errors hadling stuff
Marius Predut [Wed, 15 May 2013 14:23:19 +0000 (17:23 +0300)]
hwcomposer: correct errors hadling stuff

-when the driver is open(hwc_device_open) set output data only when all potential
 errors was passed.
-fix compiler warning messages.
-remove duplicated inclusion.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Change-Id: Ib7c1ad060a314f3235f7153ca112a5da58f760f3
Signed-off-by: Marius Predut <marius-ionut.predut@intel.com>
10 years agoAdded support in the hwc to provide refresh timestamps to the surface flinger.
Marius Predut [Thu, 16 May 2013 12:15:46 +0000 (15:15 +0300)]
Added support in the hwc to provide refresh timestamps to the surface flinger.

It is done using the same fake mechanism as SF uses. This is prefered until the refresh time stamps will be provides.

v4 (topi):
  - switched upper-case style to underscores
  - remove code parts that should not be part of this patch but future patch
  - update SEC_TO_NANOSEC defined directive and use it in all code.
  - wrong comments style fix.
  - one-line bodies without the brackets,pure whitespace change

v5 (topi/tapani):
  - Indentations fix.
  - compiler warning separate patch
  - include explanation here for 'enabled' and 'disp'
  - added VSYNC missed warning.
  - typo fix.

v6(topi/tapani):
  - 'vsync missed!' message fixed.
  - indentation and newline fixed.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Change-Id: I927e62b5c8c53db859bd194b75f1b92028ea0d85
Signed-off-by: Marius Predut <marius-ionut.predut@intel.com>
11 years agohwcomposer: required hooks for display initialization
Tapani Pälli [Tue, 22 Jan 2013 13:10:13 +0000 (15:10 +0200)]
hwcomposer: required hooks for display initialization

supports only 1 display and one config per display for now

Change-Id: I96f3002e4e99f9fd7931885f3014f4603681e99e
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
11 years agoUpdate hwc and existing hooks to hwcomposer api version 1.0
Tapani Pälli [Fri, 16 Nov 2012 16:44:54 +0000 (08:44 -0800)]
Update hwc and existing hooks to hwcomposer api version 1.0

Change-Id: Id0196ba03c0a33c0f86da4a3abeb6bcff5972b52
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
11 years agoInitial skeleton for hwcomposer, no functionality
Tapani Pälli [Wed, 24 Oct 2012 12:48:47 +0000 (15:48 +0300)]
Initial skeleton for hwcomposer, no functionality

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>