Re: [Intel-gfx] [PATCH 1/3] intel: Disable drm_intel_probe_agp_aperture_size() on Android

2012-05-09 Thread Sateesh Kavuri
The repository hosted at git.debian.org does not have my changes, but the one at freedesktop does. Which is the maintained repo? apt-get source prints the repository being at git://git.debian.org/git/pkg-xorg/app/intel-gpu-tools.git -- Sateesh On 05/09/2012 02:41 PM, Sateesh Kavuri wrote

Re: [Intel-gfx] [PATCH 1/3] intel: Disable drm_intel_probe_agp_aperture_size() on Android

2012-05-09 Thread Sateesh Kavuri
Daniel, I sent the patch for intel-gpu-tools port to Android and I remember you mentioning that it is merged. But I do not see my patches in the intel-gpu-tools git repo. Have the patches been merged? -- Sateesh On 05/09/2012 01:03 PM, iyshwarya wrote: Chad Versace linux.intel.com> writes:

[Intel-gfx] [PATCH] Added support for Android

2012-02-06 Thread Sateesh Kavuri
Added the Android.mk file as per Android make system. Also had to modify the headers with the proper location for fcntl.h as per the Android bionic headers location Signed-off-by: Sateesh Kavuri --- Android.mk | 531 ++ lib

[Intel-gfx] [PATCH] Android port of intel-gpu-tools

2012-01-09 Thread Sateesh Kavuri
, header dependencies for android and added an Android.mk file. signed-off-by: Sateesh Kavuri --- Android.mk | 528 lib/intel_drm.c|6 +- lib/intel_mmio.c |4 + lib/intel_pci.c|4 + tools