aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* OMAP: remove pvr services and omaplfb from kernelTony Lofthouse2012-04-101-1/+0
| | | | | | | These sources are now defunct Change-Id: I06218925b9b6b2fceb3e4595c623448b74e5d397 Signed-off-by: Tony Lofthouse <a0741364@ti.com>
* Merge remote branch 'common/android-3.0' into HEADRebecca Schultz Zavin2011-06-291-1/+1
|\ | | | | | | | | | | Conflicts: drivers/gpu/Makefile drivers/video/Kconfig
| * gpu: ion: Add ION Memory ManagerRebecca Schultz Zavin2011-06-291-1/+1
| | | | | | | | Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
* | SGX-KM Initial SGX driver integration for 2.6.35 kernel.Hemant Hariyani2011-06-141-0/+1
|/ | | | | | | | | 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>
* gpu: Add Intel GMA500(Poulsbo) Stub DriverLee, Chun-Yi2010-10-261-1/+1
| | | | | | | | | | | Currently, there have no GMA500(Poulsbo) native video driver to support intel opregion. So, use this stub driver to enable the acpi backlight control sysfs entry files by requrest acpi_video_register. [airlied: fix warnings] Signed-off-by: Lee, Chun-Yi <jlee@novell.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
* PCI/GPU: implement VGA arbitration on LinuxBenjamin Herrenschmidt2009-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Background: Graphic devices are accessed through ranges in I/O or memory space. While most modern devices allow relocation of such ranges, some "Legacy" VGA devices implemented on PCI will typically have the same "hard-decoded" addresses as they did on ISA. For more details see "PCI Bus Binding to IEEE Std 1275-1994 Standard for Boot (Initialization Configuration) Firmware Revision 2.1" Section 7, Legacy Devices. The Resource Access Control (RAC) module inside the X server currently does the task of arbitration when more than one legacy device co-exists on the same machine. But the problem happens when these devices are trying to be accessed by different userspace clients (e.g. two server in parallel). Their address assignments conflict. Therefore an arbitration scheme _outside_ of the X server is needed to control the sharing of these resources. This document introduces the operation of the VGA arbiter implemented for Linux kernel. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
* drm: reorganise drm tree to be more future proof.Dave Airlie2008-07-141-0/+1
With the coming of kernel based modesetting and the memory manager stuff, the everything in one directory approach was getting very ugly and starting to be unmanageable. This restructures the drm along the lines of other kernel components. It creates a drivers/gpu/drm directory and moves the hw drivers into subdirectores. It moves the includes into an include/drm, and sets up the unifdef for the userspace headers we should be exporting. Signed-off-by: Dave Airlie <airlied@redhat.com>