android_kernel_xiaomi_sdm845/drivers/gpu/drm/i915
Dave Airlie 7c1c2871a6 drm: move to kref per-master structures.
This is step one towards having multiple masters sharing a drm
device in order to get fast-user-switching to work.

It splits out the information associated with the drm master
into a separate kref counted structure, and allocates this when
a master opens the device node. It also allows the current master
to abdicate (say while VT switched), and a new master to take over
the hardware.

It moves the Intel and radeon drivers to using the sarea from
within the new master structures.

Signed-off-by: Dave Airlie <airlied@redhat.com>
2008-12-29 17:47:22 +10:00
..
i915_dma.c drm: move to kref per-master structures. 2008-12-29 17:47:22 +10:00
i915_drv.c drm: move to kref per-master structures. 2008-12-29 17:47:22 +10:00
i915_drv.h drm: move to kref per-master structures. 2008-12-29 17:47:22 +10:00
i915_gem_debug.c drm: Add GEM ("graphics execution manager") to i915 driver. 2008-10-18 07:10:12 +10:00
i915_gem_proc.c drm/i915: Move flushing list cleanup from flush request retire to request emit. 2008-12-04 11:21:45 +10:00
i915_gem_tiling.c drm/i915: Respect GM965/GM45 bit-17-instead-of-bit-11 option for swizzling. 2008-12-04 11:21:41 +10:00
i915_gem.c drm/i915: Don't return busy for buffers left on the flushing list. 2008-12-19 15:34:32 +10:00
i915_ioc32.c drm: reorganise drm tree to be more future proof. 2008-07-14 10:45:01 +10:00
i915_irq.c drm: move to kref per-master structures. 2008-12-29 17:47:22 +10:00
i915_mem.c drm: move to kref per-master structures. 2008-12-29 17:47:22 +10:00
i915_opregion.c drm/i915: Manage PIPESTAT to control vblank interrupts instead of IMR. 2008-11-25 09:27:24 +10:00
i915_reg.h drm/i915: Respect GM965/GM45 bit-17-instead-of-bit-11 option for swizzling. 2008-12-04 11:21:41 +10:00
i915_suspend.c drm/i915: Save/restore HWS_PGA on suspend/resume 2008-11-26 15:47:25 +10:00
Makefile build fix: CONFIG_DRM_I915=y && CONFIG_ACPI=n 2008-10-28 07:46:06 +10:00