]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'topic/core-stuff-2014-11-28' of git://anongit.freedesktop.org/drm-intel...
authorDave Airlie <airlied@redhat.com>
Mon, 1 Dec 2014 22:59:34 +0000 (08:59 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 1 Dec 2014 22:59:34 +0000 (08:59 +1000)
commitc2f978a01668107ccd930cf6ad4a10d9e76f1988
tree4233411cc12265c675125d99fb0ea03c9172423b
parentfe6037693e04f11c0ff34fec56eeba334eafe6e5
parent934fc1546d9ee4cd4615179c14094a907bff3bf1
Merge tag 'topic/core-stuff-2014-11-28' of git://anongit.freedesktop.org/drm-intel into drm-next

So here's a pile of atomic fixes and improvements from various people.
There's still more patches in-flight, so I think I'll keep collecting them
in a separate branch.

* tag 'topic/core-stuff-2014-11-28' of git://anongit.freedesktop.org/drm-intel:
  drm/atomic: clear plane's CRTC and FB when shutting down
  drm: Handle atomic state properly in kms getfoo ioctl
  drm: use mode_object_find helpers
  drm: fix indentation
  drm/msm: switch to atomic-helpers iterator macros
  drm/atomic: add plane iterator macros
  drm/atomic: track bitmask of planes attached to crtc
  drm: Free atomic state during cleanup
  drm: Make drm_atomic.h standalone includible
  drm: Make drm_atomic_helper.h standalone includible
  drm/plane: Add missing kerneldoc
  drm/plane: Pass old state to ->atomic_update()
  drm/atomic_helper: Cope with plane->crtc == NULL in disable helper
  drm/atomic: Drop per-plane locking TODO
  drm/atomic-helper: Skip vblank waits for unchanged fbs
  drm: Document that drm_dev_alloc doesn't need a parent