]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into drm...
authorDave Airlie <airlied@redhat.com>
Mon, 21 Aug 2017 04:34:15 +0000 (14:34 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 21 Aug 2017 04:34:15 +0000 (14:34 +1000)
commite5fa05b96b02f45a91a364d2121451a4da05cd84
tree8ae78029748f7e2e656c78059e0d54cc87a6592d
parenta0aeb3b2ac3ff0608f1bc3fb46332148856d3276
parent65375b873cb553c1e52d6e0d77d954011f44433e
Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into drm-next

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.

* 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux:
  drm/etnaviv: switch GEM allocations to __GFP_RETRY_MAYFAIL
  drm/etnaviv: don't fail GPU bind when CONFIG_THERMAL isn't enabled
  drm/etnaviv: switch to drm_*{get,put} helpers
  drm/etnaviv: select CMA and DMA_CMA if available
  drm/etnaviv: populate GEM objects on cpu_prep
  drm/etnaviv: reduce allocation failure message severity
  drm/etnaviv: don't trigger OOM killer when page allocation fails
drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c