Hi Dave, Update drm-misc pull request since the first one didn't go in yet. Few atomic helper patches, rejecting some old dri1 crap for modern drivers and a few trivial things on top. Cheers, Daniel The following changes since commit 8b72ce158cf0dba443e36fc66e0bb29c2580e0b6: drm: Always enable atomic API (2015-06-24 11:21:35 +1000) are available in the git repository at: git://anongit.freedesktop.org/drm-intel tags/topic/drm-misc-2015-07-23 for you to fetch changes up to f9fe4b9b2ad4f2b801fdff3d634b07c9f9fc4327: drm/mgag200: remove unneeded variable (2015-07-17 08:50:45 +0200) ---------------------------------------------------------------- Chad Versace (1): drm/fourcc: Add formats R8, RG88, GR88 Daniel Vetter (6): drm: Convert drm_legacy_ctxbitmap_init to void return type drm: Reject DRI1 hw lock ioctl functions for kms drivers drm/crtc-helper: Fixup error handling in drm_helper_crtc_mode_set drm: reset empty state in transitional helpers drm: Update plane->fb also for page_flip drm/gem: rip out drm vma accounting for gem mmaps Dave Airlie (1): drm/fb: drop panic handling Jarkko Sakkinen (1): drm: remove redundant code form drm_ioc32.c Maarten Lankhorst (3): drm/atomic: Update old_fb after setting a property. drm/atomic: Cleanup on error properly in the atomic ioctl. drm/atomic: Only update crtc->x/y if it's part of the state, v2. Masanari Iida (1): drm: Fix warning with make xmldocs caused by drm_irq.c Peter Antoine (1): drm: Turn off Legacy Context Functions Sudip Mukherjee (2): drm/mgag200: remove unused variables drm/mgag200: remove unneeded variable Thierry Reding (1): drm: Remove useless blank line drivers/gpu/drm/drm_atomic.c | 76 ++++++++++++++++------------------ drivers/gpu/drm/drm_atomic_helper.c | 14 ++++--- drivers/gpu/drm/drm_context.c | 51 ++++++++++++++++++++++- drivers/gpu/drm/drm_crtc.c | 9 +--- drivers/gpu/drm/drm_crtc_helper.c | 24 +++++------ drivers/gpu/drm/drm_drv.c | 7 +--- drivers/gpu/drm/drm_fb_helper.c | 26 ------------ drivers/gpu/drm/drm_gem.c | 11 +---- drivers/gpu/drm/drm_ioc32.c | 55 ++++++++++++------------ drivers/gpu/drm/drm_irq.c | 2 +- drivers/gpu/drm/drm_legacy.h | 2 +- drivers/gpu/drm/drm_lock.c | 6 +++ drivers/gpu/drm/drm_plane_helper.c | 16 ++++--- drivers/gpu/drm/mgag200/mgag200_fb.c | 2 - drivers/gpu/drm/mgag200/mgag200_mode.c | 9 ++-- drivers/gpu/drm/mgag200/mgag200_ttm.c | 8 +--- drivers/gpu/drm/nouveau/nouveau_drm.c | 3 +- include/drm/drmP.h | 23 +++++----- include/uapi/drm/drm_fourcc.h | 7 ++++ 19 files changed, 178 insertions(+), 173 deletions(-) -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx