dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/omapdrm
Linus Torvalds f2fde3a65e Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux
Pull main drm updates from Dave Airlie:
 "This is the main merge window request for the drm.

  It's big, but jam packed will lots of features and of course 0
  regressions.  (okay maybe there'll be one).

  Highlights:

   - new KMS drivers for server GPU chipsets: ast, mgag200 and cirrus
     (qemu only).  These drivers use the generic modesetting drivers.

   - initial prime/dma-buf support for i915, nouveau, radeon, udl and
     exynos

   - switcheroo audio support: so GPUs with HDMI can turn off the sound
     driver without crashing stuff.

   - There are some patches drifting outside drivers/gpu into x86 and
     EFI for better handling of multiple video adapters in Apple Macs,
     they've got correct acks except one trivial fixup.

   - Core:
	edid parser has better DMT and reduced blanking support,
	crtc properties,
	plane properties,

   - Drivers:
	exynos: add 2D core accel support, prime support, hdmi features
	intel: more Haswell support, initial Valleyview support, more
	    hdmi infoframe fixes, update MAINTAINERS for Daniel, lots of
	    cleanups and fixes
	radeon: more HDMI audio support, improved GPU lockup recovery
	    support, remove nested mutexes, less memory copying on PCIE, fix
	    bus master enable race (kexec), improved fence handling
	gma500: cleanups, 1080p support, acpi fixes
	nouveau: better nva3 memory reclocking, kepler accel (needs
	    external firmware rip), async buffer moves on nv84+ hw.

  I've some more dma-buf patches that rely on the dma-buf merge for vmap
  stuff, and I've a few fixes building up, but I'd decided I'd better
  get rid of the main pull sooner rather than later, so the audio guys
  are also unblocked."

Fix up trivial conflict due to some duplicated changes in
drivers/gpu/drm/i915/intel_ringbuffer.c

* 'drm-core-next' of git://people.freedesktop.org/~airlied/linux: (605 commits)
  drm/nouveau/nvd9: Fix GPIO initialisation sequence.
  drm/nouveau: Unregister switcheroo client on exit
  drm/nouveau: Check dsm on switcheroo unregister
  drm/nouveau: fix a minor annoyance in an output string
  drm/nouveau: turn a BUG into a WARN
  drm/nv50: decode PGRAPH DATA_ERROR = 0x24
  drm/nouveau/disp: fix dithering not being enabled on some eDP macbooks
  drm/nvd9/copy: initialise copy engine, seems to work like nvc0
  drm/nvc0/ttm: use copy engines for async buffer moves
  drm/nva3/ttm: use copy engine for async buffer moves
  drm/nv98/ttm: add in a (disabled) crypto engine buffer copy method
  drm/nv84/ttm: use crypto engine for async buffer copies
  drm/nouveau/ttm: untangle code to support accelerated buffer moves
  drm/nouveau/fbcon: use fence for sync, rather than notifier
  drm/nv98/crypt: non-stub implementation of the engine hooks
  drm/nouveau/fifo: turn all fifo modules into engine modules
  drm/nv50/graph: remove ability to do interrupt-driven context switching
  drm/nv50: remove manual context unload on context destruction
  drm/nv50: remove execution engine context saves on suspend
  drm/nv50/fifo: use hardware channel kickoff functionality
  ...
2012-05-24 12:42:54 -07:00
..
Kconfig
Makefile staging: drm/omap: dmabuf/prime support 2012-04-10 11:25:59 -07:00
TODO drm/omap: add GEM support for tiled/dmm buffers 2011-12-08 15:04:21 -08:00
omap_connector.c
omap_crtc.c drm: Make the CRTC gamma_set operation optional 2012-05-22 10:35:15 +01:00
omap_debugfs.c staging: drm/omap: Disable DMM debugfs for OMAP3 2012-03-07 13:38:07 -08:00
omap_dmm_priv.h staging: drm/omap: DMM based hardware scrolling console 2011-12-12 16:37:53 -08:00
omap_dmm_tiler.c staging: omap/drm: dmm should return proper errors 2012-04-10 09:46:30 -07:00
omap_dmm_tiler.h staging: drm/omap: Get DMM resources from hwmod 2012-03-07 13:38:08 -08:00
omap_drm.h
omap_drv.c Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux 2012-05-24 12:42:54 -07:00
omap_drv.h staging: drm/omap: initial dmabuf/prime import support 2012-05-17 08:54:09 -07:00
omap_encoder.c staging: drm/omap: crtc/encoder/fb destroy cleanups 2011-12-12 16:37:52 -08:00
omap_fb.c staging: drm/omap: dmabuf/prime mmap support 2012-05-17 08:54:08 -07:00
omap_fbdev.c staging: drm/omap: call omap_gem_roll() in non-atomic ctx 2012-03-07 13:38:07 -08:00
omap_gem.c staging: drm/omap: dmabuf/prime mmap support 2012-05-17 08:54:08 -07:00
omap_gem_dmabuf.c staging: drm/omap: initial dmabuf/prime import support 2012-05-17 08:54:09 -07:00
omap_gem_helpers.c staging: drm/omap: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. 2012-02-09 09:41:34 -08:00
omap_plane.c staging: drm/omap: send page-flip event after endwin 2012-03-13 15:44:44 -07:00
omap_priv.h staging: drm/omap: add drm_plane support 2012-02-08 14:14:11 -08:00
tcm-sita.c staging:omapdrm Fix typos in drivers:omapdrm 2012-04-10 10:31:01 -07:00
tcm-sita.h
tcm.h