Hi Dave, this cycle has been fairly calm in etnaviv land with most of the action happening on the userspace side.
Notable changes: - Improvements to CONFIG option handling to make it harder for users to shoot themselves in the foot due to kernel misconfiguration. - Tweaked GEM object population, so that userspace can take considerate action when memory allocation fails, rather than waking the raging OOM killer beast. Regards, Lucas The following changes since commit 12d016626f99f48edbf5b006625b4e8c0de1eec7: Merge tag 'drm-amdkfd-next-2017-06-25' of git://people.freedesktop.org/~gabbayo/linux into drm-next (2017-06-28 17:09:27 +1000) are available in the git repository at: https://git.pengutronix.de/git/lst/linux etnaviv/next for you to fetch changes up to 65375b873cb553c1e52d6e0d77d954011f44433e: drm/etnaviv: switch GEM allocations to __GFP_RETRY_MAYFAIL (2017-08-15 15:28:22 +0200) ---------------------------------------------------------------- Cihangir Akturk (1): drm/etnaviv: switch to drm_*{get,put} helpers Lucas Stach (6): drm/etnaviv: don't trigger OOM killer when page allocation fails drm/etnaviv: reduce allocation failure message severity drm/etnaviv: populate GEM objects on cpu_prep drm/etnaviv: select CMA and DMA_CMA if available drm/etnaviv: don't fail GPU bind when CONFIG_THERMAL isn't enabled drm/etnaviv: switch GEM allocations to __GFP_RETRY_MAYFAIL drivers/gpu/drm/etnaviv/Kconfig | 2 ++ drivers/gpu/drm/etnaviv/etnaviv_drv.c | 8 ++++---- drivers/gpu/drm/etnaviv/etnaviv_gem.c | 45 +++++++++++++++++++++++---------------------- drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c | 2 +- drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c | 4 ++-- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 8 +++++--- 6 files changed, 37 insertions(+), 32 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel