1. 24 Aug, 2017 12 commits
  2. 23 Aug, 2017 3 commits
  3. 22 Aug, 2017 23 commits
  4. 21 Aug, 2017 2 commits
    • Dave Airlie's avatar
      Merge tag 'drm/tegra/for-4.14-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next · 3aadb888
      Dave Airlie authored
      drm/tegra: Changes for v4.14-rc1
      
      This contains a couple of fixes and improvements for host1x, with some
      preparatory work for Tegra186 support.
      
      The remainder is cleanup and minor bugfixes for Tegra DRM along with
      enhancements to debuggability.
      
      There have also been some enhancements to the kernel interfaces for
      host1x job submissions and support for mmap'ing PRIME buffers directly,
      all of which get the interfaces very close to ready for serious work.
      
      * tag 'drm/tegra/for-4.14-rc1' of git://anongit.freedesktop.org/tegra/linux: (21 commits)
        drm/tegra: Prevent BOs from being freed during job submission
        drm/tegra: gem: Implement mmap() for PRIME buffers
        drm/tegra: Support render node
        drm/tegra: sor: Trace register accesses
        drm/tegra: dpaux: Trace register accesses
        drm/tegra: dsi: Trace register accesses
        drm/tegra: hdmi: Trace register accesses
        drm/tegra: dc: Trace register accesses
        drm/tegra: sor: Use unsigned int for register offsets
        drm/tegra: hdmi: Use unsigned int for register offsets
        drm/tegra: dsi: Use unsigned int for register offsets
        drm/tegra: dpaux: Use unsigned int for register offsets
        drm/tegra: dc: Use unsigned int for register offsets
        drm/tegra: Fix NULL deref in debugfs/iova
        drm/tegra: switch to drm_*_get(), drm_*_put() helpers
        drm/tegra: Set MODULE_FIRMWARE for the VIC
        drm/tegra: Add CONFIG_OF dependency
        gpu: host1x: Support sub-devices recursively
        gpu: host1x: fix error return code in host1x_probe()
        gpu: host1x: Fix bitshift/mask multipliers
        ...
      3aadb888
    • Dave Airlie's avatar
      Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into drm-next · e5fa05b9
      Dave Airlie authored
      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
      e5fa05b9